[data-wpr-lazyrender] {
  content-visibility: visible !important;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  margin: 150px 0;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-inner-content {
  max-width: 1520px;
}
margin: 0 auto {
  padding: 0 15px;
}
.b2-inner-content-narrow {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.b2-inner-content-header {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 145px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: avenir-lt-pro, sans-serif;
  margin: 16px 0;
  clear: both;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
  font-size: 50%;
}
h1,
.h1 {
  font-size: 5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 5rem;
  letter-spacing: -0.05rem;
}
h2,
.h2 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.125rem;
}
h2.small {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
h5 {
  font-size: 1.25rem;
  font-weight: 500;
}
h6 {
  font-size: 1.125rem;
  font-weight: 500;
}
p {
  margin: 16px 0;
}
p,
.b2-paragraph {
  color: inherit;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
p.large {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.625rem;
}
p.small {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-title-font {
  font-family: avenir-lt-pro, sans-serif;
}
.b2-paragraph-font {
  font-family: avenir-lt-pro, sans-serif;
}
b,
strong {
  font-weight: 500;
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
a:hover {
  opacity: 0.8;
}
.b2-link,
.wc-proceed-to-checkout a {
  font-family: avenir-lt-pro, sans-serif;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  padding: 17px 50px;
  margin: 1em 0;
  background-color: var(--primary-color);
  border-radius: 30px;
}
.b2-link.outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.b2-link.white {
  background-color: #fff;
  color: var(--primary-color);
}
.b2-link.white.outline {
  background-color: var(--primary-color);
  border: 2px solid #fff;
  color: #fff;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: #c9cccf;
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
#breadcrumbs a {
  color: var(--primary-color);
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form input[type=password],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: avenir-lt-pro, sans-serif;
  width: 100%;
  height: 64px;
  padding: 10px 15px;
  border: 2px solid #c9cccf;
  border-radius: 0;
  background: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
form textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
form button,
form input[type=submit],
form input[type=button] {
  font-family: avenir-lt-pro, sans-serif;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  padding: 17px 50px;
  margin: 1em 0;
  background-color: var(--primary-color);
  border-radius: 30px;
  border: none;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
form button:hover,
form input[type=submit]:hover,
form input[type=button]:hover {
  opacity: 0.7;
}
form .show-password-input {
  border-radius: 0;
  padding: 5px 10px;
  margin: 0;
  width: auto;
  border: none;
  cursor: pointer;
  position: relative;
}
form .show-password-input::before {
  content: "\1F441";
  text-align: center;
}
.b2-custom-select {
  position: relative;
}
.b2-custom-select select {
  display: none;
}
.b2-custom-select .b2-custom-select-container {
  position: relative;
}
.b2-custom-select .b2-custom-select-container p {
  padding: 16px;
  font-size: 1rem;
  border: 2px solid rgba(29,29,29,0.1);
  border-radius: 6px;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 200px;
  border: 2px solid rgba(29,29,29,0.1);
  border-top: none;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
}
.b2-custom-select .b2-custom-select-container ul li {
  padding: 16px 11px;
  border-radius: 6px;
  max-width: 95%;
  margin: 0 auto;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul li:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.single-post main#primary,
.page-template-default main.site-default,
.page-template-template-default-nobanner main#primary,
.error404 main#primary {
  max-width: 1440px;
  margin: 0 auto 70px;
  padding: 0 15px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  background-color: #f0f0f0;
  padding: 40px 20px 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-top: 1px solid #c9cccf;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
}
.b2-faq-item .b2-faq-item-q p {
  margin: 0;
}
.b2-faq-item .b2-faq-item-q img {
  width: 40px;
  height: 40px;
  padding: 1px;
}
.b2-faq-item .b2-faq-item-q .plus-icon {
  display: none;
}
.b2-faq-item .b2-faq-item-q.tab-close {
  padding: 40px 20px;
}
.b2-faq-item .b2-faq-item-q.tab-close .minus-icon {
  display: none;
}
.b2-faq-item .b2-faq-item-q.tab-close .plus-icon {
  display: block;
}
.b2-faq-item .b2-faq-item-q:hover {
  opacity: 0.8;
}
.b2-faq-item .b2-faq-item-q i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  padding: 0 90px 16px;
  margin-top: -20px;
}
.b2-faq-item .b2-faq-item-a ul {
  margin: 0;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: 0 0 12px #6c6c6c;
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
  max-height: 83px;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 18px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: var(--primary-color);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
header#masthead {
  border-bottom: 2px solid #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#masthead.scrolled {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
header#masthead.scrolled .hdr-bot {
  padding: 0;
}
header#masthead .hdr-promo {
  position: relative;
  padding: 6px 0 2px;
  background-color: #000;
}
header#masthead .hdr-promo p {
  font-size: 15px;
  margin: 0;
}
header#masthead .hdr-promo .hdr-promo-slider:not(.slick-initialized) div:nth-child(2) {
  display: none;
}
header#masthead .hdr-top {
  padding: 14px 0 10px;
  background-color: #f0f0f0;
}
header#masthead .hdr-top .hdr-top-cd {
  display: flex;
}
header#masthead .hdr-top .hdr-top-cd li {
  margin-right: 16px;
}
header#masthead .hdr-top .hdr-top-cd li a {
  font-size: 15px;
}
header#masthead .hdr-top-acct i {
  margin-left: 8px;
}
header#masthead .hdr-top-acct a {
  font-size: 15px;
}
header#masthead .hdr-top-acct span {
  margin: 0 12px;
}
header#masthead .hdr-bot {
  padding: 20px 0;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
header#masthead .main-navigation {
  margin-right: 30px;
}
header#masthead ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#masthead .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#masthead .header-right .header-search {
  position: relative;
  padding: 0 30px 0 15px;
}
header#masthead .header-right .header-search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: var(--accent-color);
  pointer-events: none;
}
header#masthead .header-right .header-search i {
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}
header#masthead .header-right .header-search input {
  font-size: 16px;
  width: 38px;
  height: 38px;
  padding-left: 28px;
  background: transparent;
  border: 1px solid var(--accent-color);
  border-radius: 0;
}
header#masthead .header-right .header-search input.show-input {
  width: 315px;
  padding-left: 32px;
}
header#masthead .header-right .header-search input::placeholder {
  color: var(--accent-color);
}
header#masthead .header-right .header-cart {
  display: flex;
  padding: 0 30px;
}
header#masthead .header-right .header-cart i {
  color: var(--primary-color);
  padding-right: 8px;
}
header#masthead .header-right .header-cart span.amount,
header#masthead .header-right .header-cart .widget.woocommerce.widget_shopping_cart {
  display: none;
}
header#masthead .header-right .header-acct {
  padding-right: 30px;
}
header#masthead .header-right .header-acct a {
  font-family: avenir-lt-pro, sans-serif;
  color: var(--primary-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.125rem;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  gap: 40px;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.225rem;
  padding: 0px;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0) scaleX(0);
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  transition: transform 0.3s ease-in-out;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a:hover:after {
  transform: translateX(0) scaleX(1);
}
header#masthead .mega-sub-menu .mega-menu-item:after {
  display: none !important;
}
.hdr-promo-mh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 0 2px;
  background-color: #000;
  z-index: 101;
}
.hdr-promo-mh p {
  font-size: 15px;
  margin: 0;
}
.hdr-promo-mh .hdr-promo-slider:not(.slick-initialized) div:nth-child(2) {
  display: none;
}
#mega-menu-wrap-footer-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-footer-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-footer-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #000;
  border-radius: 0;
  width: 35px;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
  background: var(--primary-color) !important;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: transparent !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: transparent !important;
  color: #fff !important;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:after {
  background: #fff !important;
}
header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  color: var(--primary-color);
}
#mega-menu-wrap-footer-nav .mega-menu-toggle.mega-menu-open + #mega-menu-footer-nav {
  top: 70px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 16px !important;
}
#mega-menu-wrap-footer-nav .mega-menu-toggle.mega-menu-open + #mega-menu-footer-nav li a {
  color: #000;
}
#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li ul.mega-sub-menu {
  background: var(--primary-color) !important;
}
#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li ul.mega-sub-menu li a {
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}
#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: transparent !important;
}
.mega-current-menu-ancestor.mega-menu-item-230 a[aria-expanded="true"]:hover {
  cursor: default !important;
}
.mega-b2-link > a {
  background: var(--primary-color) !important;
  color: #fff !important;
  display: flex !important;
  float: right !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  align-items: center !important;
}
#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li a {
  font-weight: 500 !important;
}
footer {
  position: relative;
  padding: 100px 0;
  background-color: #000;
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .site-footer-links {
  display: flex;
  justify-content: space-between;
}
footer .site-footer-links .site-footer-contact {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
footer .site-footer-links .site-footer-contact .footer-header {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
}
footer .site-footer-links div .footer-phone {
  display: block;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
footer .site-footer-links div .footer-email {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
footer .site-footer-links div .site-footer-sm {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
footer .site-footer-links div .site-footer-sm li {
  margin-right: 12px;
}
footer .site-footer-links div .site-footer-sm li a {
  font-size: 1.5rem;
  color: #fff;
}
footer .site-footer-links div .footer-op-hrs li {
  display: flex;
  justify-content: space-between;
}
footer .site-footer-links div .footer-logo {
  display: block;
  margin-bottom: 30px;
}
footer .site-footer-links div .site-footer-pages {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .site-footer-links div .site-footer-pages li {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
}
footer .site-footer-right {
  display: flex;
  gap: 60px;
  align-items: center;
}
footer .site-footer-copyright {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .site-footer-copyright * {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
footer .site-footer-copyright a {
  color: #fff !important;
  text-decoration: underline !important;
}
footer .site-footer-copyright .term-links {
  display: flex;
  flex-flow: wrap;
}
footer .site-footer-copyright .term-links li {
  margin-right: 6px;
}
.b2-mob-phone {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.b2-mob-phone a {
  min-width: auto;
  width: 50%;
  margin: 0;
  border-radius: 0;
}
.b2-link.light2,
.wc-proceed-to-checkout a.light2 {
  color: #545454;
  background-color: #c9d9e5;
}
.page-template-template-skinquiz-landing .b2-mob-phone,
.page-template-template-skinquiz-account .b2-mob-phone {
  display: none;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.post,
.page {
  padding-top: 125px;
}
.page-template-default {
  padding-top: 0;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.b2-img-center {
  margin: 0 auto;
}
.opacity {
  opacity: 0;
}
.my-account .woocommerce-MyAccount-navigation {
  width: 35%;
}
.my-account .woocommerce-MyAccount-content {
  width: 65%;
}
.my-account .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.my-account .str-bc {
  position: relative;
  padding: 10px 0;
  background-color: #f0f0f0;
  margin-top: -5px;
}
.my-account .str-banner img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: 100% 30%;
}
.my-account .str-banner-bot {
  position: relative;
}
.my-account .str-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}
.my-account h2 {
  margin-bottom: 40px;
}
.my-account label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.woocommerce-account .my-account .woocommerce {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.woocommerce-error a {
  color: #fff;
  text-decoration: underline;
}
.page-id-9 .my-account .woocommerce {
  flex-flow: nowrap;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 30px;
  margin: 0;
  background-color: #e3ebf1;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.is-active a::before {
  color: #000;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 16px 25px;
  color: #000;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  width: 45px;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f03a";
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f07a";
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
.page-id-9 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}
.page-id-9 .woocommerce-MyAccount-content table {
  text-align: left;
}
.page-id-9 .woocommerce-MyAccount-content table th {
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #fff;
}
.page-id-9 .woocommerce-MyAccount-content table th a {
  color: #000 !important;
}
.page-id-9 .woocommerce-MyAccount-content table th,
.page-id-9 .woocommerce-MyAccount-content table td {
  padding: 16px;
}
.page-id-9 .woocommerce-MyAccount-content table td {
  background-color: #e3ebf1;
  border-color: #fff;
  border: 1px solid #fff;
}
.page-id-9 .woocommerce-MyAccount-content .woocommerce-order-details,
.page-id-9 .woocommerce-MyAccount-content .woocommerce-customer-details,
.page-id-9 .woocommerce-MyAccount-content .addresses {
  margin: 40px 0;
}
.inner-page section {
  margin: 60px 0;
}
.inner-page .str-banner {
  position: relative;
}
.inner-page .str-banner-bot {
  position: relative;
  overflow: hidden;
}
.inner-page .str-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.inner-page .str-bc {
  position: relative;
  padding: 10px 0;
  background-color: #f0f0f0;
  margin-top: -5px;
}
.inner-page .str-banner img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: 100% 35%;
}
.inner-page .sub-heading {
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 1.5;
}
.inner-page table {
  line-height: 1.5;
  max-width: 510px;
}
.inner-page table thead th {
  border: 1px solid #d3d3d3;
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 8px;
}
.inner-page ul {
  margin: 0;
}
.inner-page ul > li {
  color: inherit;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
.inner-page ul > li + li {
  margin-top: 15px;
}
.inner-page .tbl-cnt {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.inner-page .tbl-cnt li {
  margin-bottom: 16px;
}
.inner-page .tbl-cnt li a {
  color: #000;
}
.home {
  padding-top: 125px;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home .top-banner {
  height: 923px;
}
.about .top-banner,
.advice .top-banner {
  height: 800px;
}
.contact .top-banner {
  height: 500px;
}
.top-banner {
  position: relative;
  display: flex;
  align-items: center;
}
.top-banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-banner-txt {
  position: relative;
  z-index: 1;
}
.top-banner-txt .top-banner-eyebrow {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.top-banner-txt .top-banner-heading {
  margin-bottom: 50px;
}
.top-banner-txt .top-banner-body {
  margin-bottom: 50px;
}
.top-banner-cta a:first-child {
  margin-right: 37px;
}
.cta-grid-icon {
  background: #f0f0f0;
  padding: 84px 0;
}
.cta-grid-icon h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
.cta-grid-icon--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.cta-grid-icon--item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cta-grid-icon--txt p {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin: 0;
}
.image-text {
  position: relative;
  margin: 150px 0 200px;
}
.image-text-body h2 {
  margin-bottom: 20px;
}
.image-text-body h2.small {
  margin-bottom: 30px;
}
.image-text-cta {
  margin-top: 50px;
}
.feat-product {
  position: relative;
  background-color: #f0f0f0;
  padding: 122px 0 0;
}
.feat-product-item {
  display: flex;
  gap: 33px;
  align-items: flex-start;
}
.feat-product-asset img {
  display: block;
  position: relative;
  margin: -200px auto -45px;
}
.feat-product-item + .feat-product-item {
  margin-top: 30px;
}
.feat-product-item--copy a {
  display: block;
  margin-bottom: 20px;
}
.feat-product-cta a {
  margin: 0 0 20px;
}
.feat-product-item--heading {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
  margin-top: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.text-image .image-text-asset img {
  margin: 0 auto;
}
.blue-transform {
  position: relative;
  background-color: var(--primary-color);
  padding: 150px 0;
  margin-bottom: 0;
}
.blue-transform-copy {
  text-align: center;
}
.blue-transform-copy h2 {
  margin-bottom: 50px;
}
.blue-transform-icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
.blue-transform-icon--item img {
  margin: 0 auto;
}
.blue-transform-icon--item p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-align: center;
}
.pre-cta {
  background-color: #f0f0f0;
  position: relative;
  margin: 0;
  padding: 100px 0;
}
.pre-cta-body {
  padding-left: 30px;
}
.pre-cta-button {
  margin-top: 30px;
}
.page-template-template-skinquiz-landing,
.page-template-template-skinquiz-account,
.page-template-template-skinquiz-form,
.page-template-template-skinquiz-form-checkin,
.page-template-template-skinquiz-noconsent,
.page-template-template-skinquiz-prod-result {
  padding: 0 !important;
}
.page-template-template-skinquiz-landing .b2-mh-wrap,
.page-template-template-skinquiz-account .b2-mh-wrap,
.page-template-template-skinquiz-form .b2-mh-wrap,
.page-template-template-skinquiz-form-checkin .b2-mh-wrap,
.page-template-template-skinquiz-noconsent .b2-mh-wrap,
.page-template-template-skinquiz-prod-result .b2-mh-wrap,
.page-template-template-skinquiz-landing header,
.page-template-template-skinquiz-account header,
.page-template-template-skinquiz-form header,
.page-template-template-skinquiz-form-checkin header,
.page-template-template-skinquiz-noconsent header,
.page-template-template-skinquiz-prod-result header,
.page-template-template-skinquiz-landing footer,
.page-template-template-skinquiz-account footer,
.page-template-template-skinquiz-form footer,
.page-template-template-skinquiz-form-checkin footer,
.page-template-template-skinquiz-noconsent footer,
.page-template-template-skinquiz-prod-result footer {
  display: none;
}
.page-template-template-skinquiz-account .woocommerce-MyAccount-navigation {
  display: none;
}
.skin-quiz-welcome,
.skin-quiz-account {
  margin: 0;
  min-height: 100dvh;
}
.skin-quiz-welcome {
  justify-content: center;
  display: flex;
  align-items: center;
}
.skin-quiz-welcome--image {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.skin-quiz-welcome--details img.skin-quiz-welcome--logo {
  margin-bottom: 10px;
}
.skin-quiz-welcome--details a {
  display: inline-block;
  opacity: 1;
}
.skin-quiz-welcome--details h1 {
  margin-bottom: 30px;
}
.skin-quiz-welcome--details .b2-link {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.skin-quiz-account--header {
  border-bottom: 2px solid #f0f0f0;
  padding: 40px;
}
.skin-quiz-account--logo {
  display: block;
  margin: auto;
}
.skin-quiz-account--nav {
  display: block;
  margin: 50px 0;
  padding-left: 50px;
}
.skin-quiz-account--nav a {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.skin-quiz-account--heading {
  color: #3d3d3d;
  margin-bottom: 50px;
}
.skin-quiz-account--form .option-group {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.625rem;
}
.skin-quiz-account--form .option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.skin-quiz-account--form .option input[type="radio"] {
  display: none;
}
.skin-quiz-account--form .custom-box {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #c9cccf;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.skin-quiz-account--form .option input[type="radio"]:checked + .custom-box {
  background-color: #1d2d5e;
  border-color: #1d2d5e;
}
.skin-quiz-account--form .option input[type="radio"]:checked + .custom-box::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
}
.skin-quiz-account--form .option-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.skin-quiz-account--form .b2-button--login,
.skin-quiz-account--form .b2-button--next {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.5);
/* Modal box */
/* Close button */
}
.modal .modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 800px;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  position: relative;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.modal #customer_login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.skin-quiz-form iframe {
  border: 0;
  width: 100%;
  height: calc(100dvh - 145px);
}
.page-template-template-skinquiz-form .b2-mob-phone {
  display: none !important;
}
.product-main {
  padding-top: 50px;
}
.product-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.product-controls > div input,
.product-controls > div button {
  display: inline-block;
  font-size: 1.25rem;
  text-align: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0px -4px 0 0;
}
.product-controls > div button {
  cursor: pointer;
}
.product-controls > div input {
  pointer-events: none;
}
.product-body--price {
  display: block;
  margin: 20px 0 50px;
}
.product-body--price p {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}
.product-img img {
  margin: auto;
}
.product-tab-panel {
  display: none;
  padding: 50px 70px;
  background: #f0f0f0;
}
.product-tab-panel.active-panel {
  display: block;
}
.product-tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
.product-tab-control li {
  background: #fff;
  padding: 16px 20px;
  border: 1px solid #f0f0f0;
}
.product-tab-control a {
  color: #7f7f7f;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
}
.product-tab-control a:hover {
  color: var(--primary-color);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-tab-control li.active-control {
  background: #f0f0f0;
}
.product-tab-control li.active-control a {
  color: var(--primary-color);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-tab-panel ul {
  margin: 0;
}
.product-tab-panel ul li,
.b2-faq-item-a ul li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
.product-tab-panel p strong {
  font-size: 1.25rem;
}
.precautions-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}
.precautions-item {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.product-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.product-modal-dialog {
  max-width: 600px;
  width: 90%;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color);
  padding: 0 20px;
}
.product-modal-header div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-modal-body {
  background: #fff;
  padding: 20px;
}
.product-modal-body p {
  margin: 0;
}
.product-modal-body p + p {
  margin-top: 16px;
}
.product-testimony h2 {
  margin-bottom: 50px;
}
.product-testimony-flex {
  display: flex;
  gap: 20px;
}
.product-testimony-rating {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.product-testimony-rating i:before {
  color: var(--primary-color);
}
.product-testimony-details div.product-testimony-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-testimony-image img {
  width: 80px;
  display: block;
  border-radius: 100%;
  height: 80px;
  object-fit: cover;
  object-position: top;
}
.product-testimony-slider .slick-slide {
  padding: 0 15px;
}
.product-testimony-slider .slick-list {
  margin: 0 -15px;
}
.b2-slide-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: calc(85% + 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.b2-slide-arrows span {
  display: block;
  width: 33px;
  height: 33px;
  color: var(--primary-color);
  text-align: center;
  line-height: 33px;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}
.b2-slide-arrows .prev {
  position: relative;
}
.b2-slide-arrows .next {
  position: relative;
}
.product-related {
  background: var(--primary-color);
  padding: 40px 0;
  margin: 150px 0 0;
}
.product-related h2 {
  padding-top: 40px;
}
.product-related .justify-flex-end {
  justify-content: flex-end;
  row-gap: 60px;
}
.product-related--item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-related--heading {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-related--price {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  margin-top: 50px;
}
.product-faq {
  background: #f0f0f0;
  margin: 0;
  padding: 150px 0;
}
.product-faq h2 {
  margin-top: 0;
}
.product-faq-items .b2-faq-item:last-child {
  border-bottom: 1px solid #c9cccf;
}
.about .top-banner-txt .top-banner-eyebrow {
  font-size: 1.4rem;
}
.pre-footer-cta {
  background: #f0f0f0;
  position: relative;
  overflow: visible;
}
.pre-footer-cta .b2-row .b2-col {
  margin-bottom: -3px;
}
.pre-footer-cta-asset img {
  max-width: none;
  margin-left: -30%;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.pre-footer-cta-body h2 {
  margin-bottom: 30px;
}
.contact .top-banner {
  background: #d9d9d9;
}
.contact .top-banner .b2-inner-content-narrow {
  width: 100%;
}
.contact ul.contact-intro--links {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0 0 60px 0;
  width: 70%;
  border-bottom: 2px solid;
}
ul.contact-intro--links li {
  display: flex;
  align-items: center;
  gap: 35px;
}
ul.contact-intro--links li a {
  color: #000;
}
ul.contact-intro--links li + li {
  margin-top: 40px;
}
ul.contact-intro--social {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.contact-intro--social p {
  padding-right: 35px;
  font-weight: 500;
}
ul.contact-intro--social i {
  font-size: 32px;
}
.contact-newsletter {
  background: #f0f0f0;
  padding: 50px 40px 70px;
}
.gform_button {
  font-family: avenir-lt-pro, sans-serif !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  text-align: center !important;
  padding: 17px 50px !important;
  margin: 0 !important;
  background-color: var(--primary-color) !important;
  border-radius: 30px !important;
}
.contact-newsletter .gform_button {
  width: 100% !important;
}
.contact-newsletter input[type=text],
.contact-newsletter input[type=email],
.contact-newsletter input[type=tel],
.contact-newsletter input[type=url],
.contact-newsletter input[type=search],
.contact-newsletter input[type=password],
.contact-newsletter select,
.contact-newsletter textarea {
  appearance: none !important;
  outline: none !important;
  display: block !important;
  font-family: avenir-lt-pro, sans-serif !important;
  width: 100% !important;
  height: 64px !important;
  padding: 10px 15px !important;
  border: 2px solid #c9cccf !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-size: 1.25rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 1.625rem !important;
}
.contact-form {
  position: relative;
  background: #f0f0f0;
  padding: 100px 0;
  margin: 0;
}
.contact-form h2 {
  margin-bottom: 30px;
}
.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form input[type=tel] {
  height: 45px !important;
  border-radius: 3px !important;
  border: 1px solid #c9cccf !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.contact-form form select {
  height: 45px !important;
  line-height: 45px;
}
.contact-form form textarea,
.contact-form form select {
  border-radius: 3px !important;
  border: 1px solid #c9cccf !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.contact-form form .gform-field-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.contact-info h2 {
  margin-top: 0;
}
.advice .top-banner {
  background: rgba(217,217,217,0.502);
}
.acne-intro {
  position: relative;
}
.acne-intro h2 {
  margin-bottom: 40px;
}
.acne-intro--item-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.acne-blue-cta {
  position: relative;
  background: var(--primary-color);
  padding: 20px 0;
}
.acne-blue-cta--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acne-blue-cta--body {
  display: flex;
  align-items: center;
  gap: 30px;
}
.acne-text-body .b2-inner-content-header {
  margin-top: 60px;
  margin-bottom: 30px;
}
.acne-text-body--type {
  background: #f0f0f0;
  border-radius: 0.625rem;
  padding: 50px 60px;
}
.acne-text-body--type h3 {
  margin-bottom: 50px;
}
.acne-text-body--type-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.advice-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.advice-modal-dialog {
  max-width: 600px;
  width: 90%;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.advice-modal-body {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.advice-modal-body p {
  margin: 0;
}
.advice-modal-body p + p {
  margin-top: 16px;
}
.advice-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.advice-modal-image {
  display: block;
  margin: 0 auto 15px;
}
.advice-modal-subheading {
  margin-top: 0px !important;
}
.open-modal-type {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
.acne-text-body--severe {
  background: #f0f0f0;
  border-radius: 0.625rem;
  padding: 50px 60px;
}
.acne-text-body--severe h3 {
  margin-bottom: 20px;
}
.acne-text-body--severe-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 5px;
}
.acne-text-body--severe-item + .acne-text-body--severe-item {
  margin-top: 5px;
}
.acne-text-body--severe-item-heading {
  background-color: #fff;
  padding: 5px;
  text-align: center;
}
.acne-text-body--severe-item-heading p {
  font-weight: 500;
}
.acne-text-body--severe-item-body {
  background-color: #fff;
  padding: 5px;
  text-align: center;
}
.acne-text-body--severe-item-body p {
  font-weight: 300;
}
.acne-text-body-blue-circle--routine {
  margin-top: 150px;
}
.acne-text-body-blue-circle {
  display: flex;
  align-items: center;
  gap: 20px;
}
.acne-text-body-blue-circle--item {
  background: var(--primary-color);
  position: relative;
  padding: 40px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 245px;
  height: 245px;
  cursor: pointer;
}
.acne-text-body-blue-circle--item img.acne-text-body-blue-circle--img {
  display: block;
  width: 73px;
  height: 73px;
  margin: auto;
}
.acne-text-body-blue-circle--item p {
  margin: 0;
}
.acne-text-body-blue-circle--item .open-modal-type img {
  position: absolute;
  top: 0;
  right: 20px;
}
.acne-text-body-blue-circle .advice-modal .acne-text-body-blue--img {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  background: var(--primary-color);
  padding: 20px;
  border-radius: 100%;
}
.product-promo {
  position: relative;
  background: #f0f0f0;
  padding: 35px 0;
}
.product-promo a {
  opacity: 1;
}
.product-promo--image {
  display: block;
  margin: -100px auto 0;
}
.advice .top-banner-txt .top-banner-eyebrow {
  font-size: 1.4rem;
}
.advice .product-faq {
  padding: 0;
  background: #fff;
  margin: 150px 0;
}
.advice .b2-faq-item .b2-faq-item-q {
  background: #fff;
}
.advice-skin-layers {
  margin-bottom: 110px;
}
.ageing-causes,
.pigmentations-causes {
  background: #f0f0f0;
  padding: 150px 0;
}
.ageing-causes h2 {
  margin-bottom: 30px;
}
.ageing-causes--item-container {
  margin-top: 150px;
}
.ageing-causes--item p {
  padding-inline: 30px;
}
.ageing-intro--cta,
.pigmentation-intro--cta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.pigmentations-causes h2 {
  margin-bottom: 50px;
}
.pigmentation-text-body--content h2 {
  margin-bottom: 30px;
}
.woocommerce-shop main {
  margin: 135px auto 0px !important;
}
.shop .store-item-wrap img {
  display: block;
  margin: 0 auto;
  width: 160px;
}
.shop .store-prod {
  margin-top: 60px;
  margin-bottom: 260px;
}
.shop .store-prod h1 {
  margin-bottom: 60px;
}
.shop .store-item-wrap .name {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-top: 30px;
}
.shop .store-item-wrap .price {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  margin-top: 40px;
  margin-bottom: 0;
}
.atc-alert {
  display: none;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
  padding: 25px 15px;
  background: #000;
  border-radius: 6px;
}
.atc-alert p {
  margin: 14px 0 0;
}
.atc-alert i {
  font-size: 37px;
}
.added_to_cart {
  display: none;
}
.woocommerce-cart .woocommerce {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  width: 65%;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 35%;
  padding-left: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-cart .woocommerce table thead {
  color: #fff;
  background: var(--primary-color);
}
.woocommerce-cart .woocommerce table thead th {
  font-weight: 500;
  padding: 10px;
}
.woocommerce-cart table tbody td {
  border: none;
  border-bottom: 1px solid #d3d3d3;
}
.woocommerce-cart .woocommerce table tbody td.product-remove a {
  font-size: 22px;
  color: #fff;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
  align-items: center;
}
.woocommerce-cart .woocommerce table tbody td.product-name a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-cart .woocommerce table tbody td.product-quantity input {
  display: block;
  text-align: center;
  width: 60px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid;
}
.cart-main {
  margin: 40px 0;
}
.cart_totals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals table {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals table tr td,
.woocommerce-cart .woocommerce .cart-collaterals table tr th {
  padding: 25px 35px 25px 0;
  background-color: #fff !important;
  border-bottom: 1px solid #000;
}
.woocommerce-cart .woocommerce .cart_totals th + td {
  padding: 16px;
  background: #e3ebf1;
  border-color: #fff;
}
tr.cart-subtotal th,
tr.woocommerce-shipping-totals.shipping th,
tr.order-total th,
tr.cart-discount.coupon-b2medevtest th {
  color: #000 !important;
  background: #e3ebf1 !important;
}
tr.woocommerce-shipping-totals.shipping th {
  vertical-align: top !important;
}
.woocommerce-cart .woocommerce .cart_totals th {
  font-weight: 500;
  border: 1px solid #fff;
}
ul#shipping_method {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#shipping_method li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
ul#shipping_method li input {
  margin-top: 3px;
  margin-right: 4px;
}
ul#shipping_method li label {
  text-align: left;
}
.wc-proceed-to-checkout a {
  text-transform: capitalize;
  width: 100%;
}
.woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td {
  position: relative;
}
.woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon {
  display: flex;
  max-width: 60%;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon .button {
  width: 100%;
}
.woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon input {
  border-radius: 25px;
  height: 58px;
}
.woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td > button {
  font-weight: 500;
  text-transform: capitalize;
  float: right;
  position: absolute;
  right: 6px;
  top: 6px;
}
.page-template-template-cart .wc-empty-cart-message {
  width: 100%;
}
.page-template-template-cart .cart-empty {
  background-color: transparent !important;
  color: #000 !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  color: #fff;
  padding: 25px;
}
.woocommerce-Address address {
  margin-top: 10px;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #c9cccf !important;
  border-radius: 0 !important;
  height: 64px !important;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  font-size: 1rem !important;
}
.wc-block-components-totals-coupon__form {
  align-items: center;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  object-fit: contain;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  padding: 17px 50px !important;
  min-height: auto !important;
}
.shipping-calculator-form {
  margin: 40px 0;
}
.woocommerce-SavedPaymentMethods {
  list-style: none;
  padding: 0;
  margin: 30px 0 !important;
}
.woocommerce-billing-fields h3 {
  margin-top: 0 !important;
}
.checkout-main {
  margin: 30px 0 60px !important;
}
.woocommerce-order p.woocommerce-notice {
  width: 100%;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 40px 0;
}
.woocommerce-order section {
  padding: 0;
  margin: 60px 0;
}
.woocommerce-order .woocommerce-order-overview {
  list-style: none;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 16px;
}
.woocommerce-order .woocommerce-order-details {
  margin: 0;
  width: 50%;
}
.woocommerce-order .woocommerce-order-details h2 {
  display: none;
}
.woocommerce-order .woocommerce-column--shipping-address.col-2 {
  margin-top: 60px;
}
.woocommerce-order address {
  font-style: normal;
  line-height: 1.5;
}
.woocommerce-order table {
  text-align: left;
}
.woocommerce-order table th,
.woocommerce-order table td {
  padding: 16px;
}
.woocommerce-order table th {
  color: #000;
}
.woocommerce-order table td {
  background-color: #fff;
}
form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
form.checkout.woocommerce-checkout .woocommerce-error {
  width: 100%;
}
form.checkout.woocommerce-checkout #customer_details {
  width: 45%;
}
form.checkout.woocommerce-checkout #order_review {
  width: 50%;
}
form.checkout.woocommerce-checkout #order_review_heading {
  display: none !important;
}
form.checkout.woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs {
  display: none !important;
}
.page-template-template-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
table.shop_table.woocommerce-checkout-review-order-table {
  text-align: left;
  border: none;
  width: 100%;
  max-width: 100%;
}
table.shop_table.woocommerce-checkout-review-order-table th {
  color: #fff;
  background-color: #000;
}
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px;
}
table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  padding: 16px;
  background-color: #fff !important;
  border-bottom: 1px solid #000;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  padding: 24px 16px;
  background-color: #fff !important;
  border-bottom: 1px solid #000;
}
table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
table.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
  padding: 24px 16px;
  background-color: #c9d9e5 !important;
  border: none;
}
ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-shipping-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.woocommerce-PaymentMethods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plus-2 {
  display: none;
}
.plus-ageing-3 {
  display: none;
}
.plus-pigmentation-3 {
  display: none;
}
#place_order {
  text-transform: capitalize;
}
form.woocommerce-checkout label {
  text-transform: capitalize;
}
.woocommerce-form__label-for-checkbox {
  text-transform: initial !important;
}
.coupon button {
  text-transform: capitalize;
}
.upload-field p {
  margin-top: 0;
  color: #112337;
}
.upload-field p + p {
  margin-bottom: 0;
}
.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.tabs-mobile {
  display: none;
}
.tabs-desktop {
  display: block;
}
.product-result {
  margin: 60px 0;
}
.product-result .product-cta {
  display: flex;
  align-items: center;
  gap: 50px;
}
.page-template-template-product-result-base-serum .b2-mob-phone,
.page-template-template-product-result-anti-ageing .b2-mob-phone,
.page-template-template-product-result-anti-acne .b2-mob-phone,
.page-template-template-product-result-hyperpigmentation .b2-mob-phone {
  display: none;
}
.b2-hide {
  display: none;
}
.woocommerce-error {
  margin: 0;
}
.dashboard-skin-quiz {
  align-items: center;
  display: flex;
  gap: 15px;
}
#loginModal .modal-content,
#registerModal .modal-content {
  width: 500px;
}
#loginModal .modal-content .u-columns,
#registerModal .modal-content .u-columns {
  grid-template-columns: 1fr;
}
#loginModal .modal-content .u-column2,
#registerModal .modal-content .u-column1 {
  display: none;
}
.skin-quiz-form .gform_heading {
  display: none;
}
.skin-quiz-form .gform_validation_errors {
  margin: 0 !important;
}
.skin-quiz-form .gfield_validation_message {
  text-align: center;
}
#gform_3,
#gform_6 {
  margin: 0 auto 70px;
}
#gform_6 .gf_progressbar_title,
#gform_3 .gf_progressbar_title {
  font-size: 1.4rem;
}
#gform_6 legend,
#gform_6 label,
#gform_3 legend,
#gform_3 label {
  font-size: 1.1rem;
  position: relative;
}
#gform_6 .gfield_required,
#gform_3 .gfield_required {
  display: none;
}
#gform_6 .gf_progressbar_title,
#gform_3 .gf_progressbar_title {
  display: none;
}
#gform_6 .gf_progressbar .percentbar_blue,
#gform_3 .gf_progressbar .percentbar_blue {
  background-color: var(--primary-color);
  border-radius: 0;
}
#gform_6 .gf_progressbar_wrapper,
#gform_3 .gf_progressbar_wrapper {
  margin: 0 auto 70px;
}
#gform_6 legend,
#gform_3 legend {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  max-width: 750px;
}
#gform_6 .gfield_radio input[type="radio"],
#gform_6 .gfield_checkbox input[type="checkbox"],
#gform_3 .gfield_radio input[type="radio"],
#gform_3 .gfield_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#gform_6 .gfield_radio .gchoice,
#gform_6 .gfield_checkbox .gchoice,
#gform_3 .gfield_radio .gchoice,
#gform_3 .gfield_checkbox .gchoice {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.25s;
  background: transparent;
}
#gform_6 .ginput_container_date select,
#gform_3 .ginput_container_date select {
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  height: 50px;
  align-items: center;
}
#gform_6 .gfield--type-choice .gfield_checkbox,
#gform_6 .gfield--type-choice .gfield_radio,
#gform_3 .gfield--type-choice .gfield_checkbox,
#gform_3 .gfield--type-choice .gfield_radio {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: auto;
}
#gform_6 .gfield_label,
#gform_3 .gfield_label {
  justify-content: center !important;
}
#gform_6 .gfield--type-text,
#gform_6 .gfield--type-email,
#gform_6 .ginput_container_textarea,
#gform_3 .gfield--type-text,
#gform_3 .gfield--type-email,
#gform_3 .ginput_container_textarea {
  max-width: 550px;
  margin: auto;
  width: 100%;
  text-align: center;
}
#gform_6 .ginput_container_consent,
#gform_3 .ginput_container_consent {
  justify-content: center;
  display: flex;
}
#gform_6 .gfield_description {
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
#gform_6 .gfield--type-choice #input_6_1,
#gform_6 .gfield--type-choice #input_6_3,
#gform_6 .gfield--type-choice #input_6_8,
#gform_6 .gfield--type-choice #input_6_21,
#gform_6 .gfield--type-choice #input_6_28,
#gform_6 .gfield--type-choice #input_6_31,
#gform_6 .gfield--type-choice #input_6_33,
#gform_6 .gfield--type-choice #input_6_36,
#gform_6 .gfield--type-choice #input_6_38,
#gform_6 .gfield--type-choice #input_6_42,
#gform_6 .gfield--type-choice #input_6_52,
#gform_6 .gfield--type-choice #input_6_54,
#gform_6 .gfield--type-choice #input_6_67,
#gform_6 .gfield--type-choice #input_6_69,
#gform_6 .gfield--type-choice #input_6_73,
#gform_6 .gfield--type-choice #input_6_77,
#gform_6 .gfield--type-choice #input_6_78,
#gform_6 .gfield--type-choice #input_6_81,
#gform_3 .gfield--type-choice #input_3_11,
#gform_3 .gfield--type-choice #input_3_3,
#gform_3 .gfield--type-choice #input_3_8,
#gform_3 .gfield--type-choice #input_3_21,
#gform_3 .gfield--type-choice #input_3_28,
#gform_3 .gfield--type-choice #input_3_31,
#gform_3 .gfield--type-choice #input_3_33,
#gform_3 .gfield--type-choice #input_3_36,
#gform_3 .gfield--type-choice #input_3_38,
#gform_3 .gfield--type-choice #input_3_42,
#gform_3 .gfield--type-choice #input_3_50,
#gform_3 .gfield--type-choice #input_3_52,
#gform_3 .gfield--type-choice #input_3_54,
#gform_3 .gfield--type-choice #input_3_62 {
  flex-direction: initial;
}
#gform_6 .gfield--type-choice #input_6_24,
#gform_6 .gfield--type-choice #input_6_26,
#gform_6 .gfield--type-choice #input_6_6,
#gform_3 .gfield--type-choice #input_3_6,
#gform_3 .gfield--type-choice #input_3_1,
#gform_3 .gfield--type-choice #input_3_47,
#gform_3 .gfield--type-choice #input_3_24,
#gform_3 .gfield--type-choice #input_3_26,
#gform_3 .gfield--type-choice #input_3_59,
#gform_6 .gfield--type-choice #input_5_20,
#gform_6 .gfield--type-choice #input_5_22,
#gform_6 .gfield--type-choice #input_5_24 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1080px;
}
#gform_3 .gfield--type-choice #input_3_45 {
  max-width: 100%;
}
#gform_6 .gfield_radio .gchoice label,
#gform_6 .gfield_checkbox .gchoice label,
#gform_3 .gfield_radio .gchoice label,
#gform_3 .gfield_checkbox .gchoice label {
  cursor: pointer;
  margin-left: 0;
}
#gform_6 .gfield_radio .gchoice:hover,
#gform_6 .gfield_checkbox .gchoice:hover,
#gform_3 .gfield_radio .gchoice:hover,
#gform_3 .gfield_checkbox .gchoice:hover {
  border-color: var(--primary-color) !important;
}
#gform_6 .gfield_radio .gchoice.active,
#gform_6 .gfield_checkbox .gchoice.active,
#gform_3 .gfield_radio .gchoice.active,
#gform_3 .gfield_checkbox .gchoice.active {
  border-color: var(--primary-color) !important;
}
#gform_6 .gfield_radio .gchoice.active label,
#gform_6 .gfield_checkbox .gchoice.active label,
#gform_3 .gfield_radio .gchoice.active label,
#gform_3 .gfield_checkbox .gchoice.active label,
#gform_6 .gfield_radio .gchoice:hover label,
#gform_6 .gfield_checkbox .gchoice:hover label,
#gform_3 .gfield_radio .gchoice:hover label,
#gform_3 .gfield_checkbox .gchoice:hover {
  color: #112337 !important;
}
#gform_6 .gform_fields .gform-grid-row,
#gform_3 .gform_fields .gform-grid-row {
  justify-content: center;
}
#gform_6 .gform_button,
#gform_6 .gform-theme-button--primary,
#gform_6 .gform_next_button,
#gform_3 .gform_button,
#gform_3 .gform-theme-button--primary,
.product-results .add_to_cart_button,
#gform_3 .gform_next_button {
  font-family: avenir-lt-pro, sans-serif !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  text-align: center !important;
  padding: 17px 50px !important;
  margin: 1em 0 !important;
  background-color: var(--primary-color) !important;
  border-radius: 30px !important;
}
#gform_6 .gform_previous_button,
#gform_3 .gform_previous_button {
  background-color: transparent !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  font-family: avenir-lt-pro, sans-serif !important;
  display: inline-block !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  text-align: center !important;
  padding: 17px 50px !important;
  margin: 1em 0 !important;
  border-radius: 30px !important;
}
#gform_6 .gform_page_footer,
#gform_3 .gform_page_footer {
  justify-content: space-evenly;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f0f0f0;
  width: 100%;
  gap: 20px;
}
#gform_6 .gform_page_footer #gform_ajax_spinner_6,
#gform_3 .gform_page_footer #gform_ajax_spinner_3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#gform_6 .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper,
#gform_3 .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
#gform_6 .gfield-image-choice-wrapper-inner input,
#gform_3 .gfield-image-choice-wrapper-inner input {
  opacity: 0;
  width: 0;
  height: 0;
}
#gform_6 .gfield--type-image_choice .gfield-image-choice-wrapper-outer,
#gform_3 .gfield--type-image_choice .gfield-image-choice-wrapper-outer {
  text-align: center;
  padding: 0;
}
#gform_6 .gfield--type-image_choice .gfield-image-choice-wrapper-inner,
#gform_3 .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
  grid-template-columns: 1fr;
}
#gform_6 .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after,
#gform_3 .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  display: none;
}
#gform_6 .gfield--type-image_choice .gchoice,
#gform_3 .gfield--type-image_choice .gchoice {
  cursor: pointer;
  align-self: auto;
}
#gform_6 .gfield--type-image_choice .gchoice.active,
#gform_3 .gfield--type-image_choice .gchoice.active {
  border: 2px solid var(--primary-color);
}
#gform_6 #gform_page_3_17 .gfield_description,
#gform_3 #gform_page_3_17 .gfield_description {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-size: 1rem;
}
.gfield_description {
  text-align: center !important;
  margin-top: 40px !important;
  color: #000 !important;
  font-size: 1rem !important;
}
.form-hidden {
  visibility: hidden;
  height: 0;
  margin: 0 20px;
  padding: 0;
  width: 0;
  display: flex;
  align-content: center;
  width: 100%;
  gap: 50px;
  justify-content: center;
}
.product-results h1 {
  margin: 40px 0;
}
.product-results .store-item-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
  justify-content: center;
}
.product-results .store-item-wrap .product-item {
  display: block;
  width: 410px;
  background: #f0f0f0;
  padding: 30px 30px 0;
}
.product-results .store-item-wrap .product-item img {
  width: 160px;
  height: 150px;
  object-fit: contain;
}
.product-results .store-item-wrap .product-item .price {
  margin-top: 20px;
  font-weight: 550 !important;
}
.product-results .add_to_cart_inline {
  border: 0 !important;
  padding: 0 !important;
}
.product-results .store-item-wrap .product-item .add_to_cart_button {
  margin-top: 0;
}
.product-results .add_to_cart_inline .woocommerce-Price-amount {
  display: none;
}
.product-results .cart-link {
  margin-bottom: 80px;
}
.page-template-template-skinquiz-prod-result .b2-mob-phone {
  display: none;
}
#added-to-cart-popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 99999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.skin-quiz--btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-results--add {
  margin-bottom: 0;
}
.gform_confirmation_message_2 {
  text-align: center !important;
}
.table-quiz-main table tr p {
  margin: 0;
}
.go-to-cart-wrapper {
  font-family: avenir-lt-pro, sans-serif;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-family: avenir-lt-pro, sans-serif;
  display: inline-block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
  padding: 17px 50px;
  margin: 0 auto 60px;
  border-radius: 30px;
  cursor: pointer;
}
.go-to-cart-wrapper > a:hover {
  opacity: 1;
}
.go-to-cart-wrapper:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1750px) {
  .b2-inner-content-header {
    padding: 0 60px;
  }
  .b2-inner-content-narrow {
    padding: 0 100px;
  }
  .b2-inner-content {
    padding: 0 60px;
  }
  .skin-quiz-welcome--image {
    height: 80%;
    width: auto;
  }
  .b2-slide-arrows {
    width: calc(90% + 100px);
  }
  .pre-footer-cta-asset img {
    margin-left: -25%;
  }
  .acne-text-body-blue-circle--item p {
    font-size: 1rem;
    line-height: 1rem;
  }
  .acne-text-body-blue-circle--item {
    width: 215px;
    height: 215px;
  }
  .home .top-banner-img {
    right: -100px;
  }
  .acne-text-body--type-wrapper {
    gap: 15px;
  }
  header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 20px;
  }
  header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
  }
  header#masthead .main-navigation {
    margin-right: 20px;
  }
  header#masthead .header-right .header-cart {
    padding: 0 15px;
  }
  header#masthead .header-right .header-acct {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 20px;
  }
  .skin-quiz-welcome--image {
    height: 70%;
  }
  .acne-text-body--type-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2-link,
  .wc-proceed-to-checkout a {
    font-size: 1.3rem;
  }
  .ageing-causes--item-container {
    margin-top: 60px;
  }
  .pre-footer-cta .b2-inner-content,
  .acne-text-body .b2-inner-content {
    max-width: 1520px;
  }
  .b2-inner-content {
    max-width: 1160px;
  }
  .product-tab-control a {
    font-size: 0.8rem;
  }
  .b2-slide-arrows {
    width: calc(88% + 100px);
  }
  .post,
  .page {
    padding-top: 180px;
  }
  header#masthead .main-navigation {
    margin-right: 10px;
  }
  header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 10px;
  }
  header#masthead .header-right .header-cart {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .b2-link,
  .wc-proceed-to-checkout a {
    font-size: 1rem;
  }
  form button,
  form input[type=submit],
  form input[type=button] {
    font-size: 1rem !important;
  }
  header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
  .acne-text-body-blue-circle--item {
    width: 180px;
    height: 180px;
    display: block;
  }
  .acne-text-body-blue-circle--item img.acne-text-body-blue-circle--img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  .acne-text-body-blue-circle--item p {
    font-size: 14px;
    line-height: 16px;
  }
  .home .top-banner-img {
    right: -150px;
  }
}
@media only screen and (max-width: 1280px) {
  .b2-btt-toggle {
    bottom: 90px;
  }
  section {
    margin: 60px 0;
  }
  .image-text {
    margin: 60px 0;
  }
  .product-related {
    margin: 60px 0 0;
  }
  .product-faq {
    padding: 60px 0;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .b2-inner-content,
  .b2-inner-content-narrow,
  .b2-inner-content-header {
    padding: 0 60px;
  }
  .b2-link {
    font-size: 16px;
  }
  .contact-newsletter .gform_button {
    font-size: 16px !important;
  }
  .b2-row .b2-col.col-3 {
    width: 50%;
  }
  .post,
  .page {
    padding-top: 100px;
  }
  form button,
  form input[type=submit],
  form input[type=button] {
    font-size: 16px !important;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .sp-list .sp-item-files .sp-item-files-pdf {
    width: 50%;
  }
  footer {
    padding: 50px 0px;
  }
  footer .site-footer-links {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
  footer .site-footer-links div .site-footer-sm {
    justify-content: center;
  }
  footer .site-footer-right {
    gap: 0;
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .site-footer-links div .site-footer-sm li a {
    font-size: 2.5rem;
  }
  footer .site-footer-links .site-footer-contact {
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0;
  }
  footer .site-footer-copyright {
    gap: 30px;
    text-align: center;
    justify-content: center;
  }
  footer .site-footer-copyright .term-links {
    justify-content: center;
  }
  .cta-grid-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-grid-image--txt p {
    font-size: 1rem;
  }
  .cta-grid-image--txt.right {
    bottom: 2%;
  }
  .cta-grid-image--txt.left {
    bottom: 2%;
  }
  .feat-product {
    padding: 60px 0;
  }
  .feat-product h2 {
    text-align: center;
  }
  .feat-product-asset img {
    display: block;
    margin: 50px auto;
  }
  .image-text-asset img {
    margin: 0 auto;
  }
  .image-text-body {
    text-align: center;
  }
  .blue-transform {
    padding: 60px 0;
  }
  .pre-cta {
    padding: 60px 0;
    text-align: center;
  }
  .top-banner {
    padding: 60px 0;
    text-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: center;
  }
  .home .top-banner-img {
    display: none;
  }
  .top-banner-img {
    z-index: 1;
    opacity: 0.3;
    width: 700px;
  }
  .page-template-template-advice-pigmentation-page .top-banner-img {
    top: 0;
    height: 100%;
    object-fit: cover;
  }
  .top-banner-txt .top-banner-heading,
  .top-banner-txt .top-banner-body {
    margin-bottom: 30px;
  }
  .top-banner-cta a:first-child {
    margin-right: 0;
  }
  .image-text-cta {
    margin-top: 30px;
  }
  .text-image .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .mh-right {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: wrap;
  }
  .mh-cart {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .mh-cart a {
    opacity: 1;
  }
  .mh-cart i {
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 8px;
  }
  .mh-cart ul#site-header-cart {
    list-style: none;
  }
  .mh-cart ul#site-header-cart span.amount {
    display: none;
  }
  .mh-cart .count {
    font-size: 13px;
  }
  .site-header-cart .widget_shopping_cart {
    display: none !important;
  }
  .skin-quiz-welcome--image {
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
    z-index: -1;
  }
  .product-tab-control li {
    border-bottom: 0;
    width: 50%;
  }
  .product-body {
    margin-top: 70px;
  }
  .product-faq h2 {
    margin-bottom: 30px;
  }
  .product-related--item {
    margin-top: 40px;
  }
  .pre-footer-cta .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .pre-footer-cta-body {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .acne-blue-cta--heading {
    text-align: center;
  }
  .acne-blue-cta--body {
    justify-content: center;
  }
  .woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td > button {
    float: none;
    position: relative;
    right: 0;
    top: 0;
    margin: 0px 0 20px;
  }
  .home .top-banner {
    height: 600px;
  }
  .about .top-banner {
    height: 600px;
  }
  .advice .top-banner {
    height: 450px;
  }
  .contact .top-banner {
    height: 450px;
  }
  .contact .top-banner-img {
    object-fit: cover;
    height: 100%;
  }
  .about .top-banner-img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .ageing-causes,
  .pigmentations-causes {
    padding: 60px 0;
    text-align: center;
  }
  .ageing-causes--img,
  .advice-skin-layers--img {
    margin-top: 40px;
  }
  .advice .product-faq {
    margin: 60px 0;
  }
  .pigmentation-text-body {
    text-align: center;
    margin: 60px 0 120px;
  }
  .pigmentation-text-body--img {
    margin: 40px auto;
  }
  .acne-text-body--img {
    margin: 40px auto;
  }
  .acne-intro {
    text-align: center;
  }
  .acne-blue-cta--container {
    flex-direction: column;
  }
  .acne-text-body {
    text-align: center;
    margin: 60px 0 120px;
  }
  .acne-text-body-blue-circle {
    justify-content: center;
  }
  .acne-text-body-blue-circle--routine {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .advice .product-faq h2 {
    text-align: center;
  }
  .pre-footer-cta-asset img {
    margin-left: 0%;
  }
  .image-text h2 {
    margin-bottom: 40px;
  }
  .product-promo--body h2 {
    margin: 40px 0;
  }
  .contact-info h2 {
    text-align: center;
  }
  .contact ul.contact-intro--links {
    margin: 50px auto 0;
  }
  ul.contact-intro--social {
    justify-content: center;
  }
  .product-main .product-body {
    text-align: center;
  }
  .product-main .product-controls {
    justify-content: center;
  }
  .product-testimony h2 {
    text-align: center;
  }
  .product-related h2 {
    text-align: center;
  }
  .product-related--item {
    flex-direction: column;
    text-align: center;
  }
  .product-faq h2 {
    text-align: center;
  }
  .b2-mob-phone {
    display: flex;
  }
  .ageing-causes--item-container .b2-row .col-4 + .col-4 {
    margin-top: 40px;
  }
  .home .top-banner-img {
    right: 0px;
  }
}
@media only screen and (max-width: 1080px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h4,
  h5,
  h6 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .image-text-asset h2 {
    margin-bottom: 30px;
  }
  .image-text-body h2 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .feat-product-item:last-child {
    gap: 0;
    justify-content: center;
  }
  .feat-product-item:last-child img {
    display: none;
  }
  .pre-cta-body {
    padding-left: 0px;
  }
  .skin-quiz-welcome--image {
    display: none;
  }
  .skin-quiz-welcome--container {
    align-items: flex-start;
    text-align: center;
  }
  .precautions-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .product-controls {
    margin-top: 30px;
    justify-content: center;
  }
  .product-related h2 {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .product-related--item {
    margin-top: 30px;
  }
  .product-body {
    margin-top: 60px;
    text-align: center;
  }
  .product-testimony h2 {
    text-align: center;
  }
  .product-faq h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-testimony-details div {
    display: block;
  }
  .product-testimony-slider .slick-slide {
    padding: 0 20px;
  }
  .pre-footer-cta-asset img {
    margin-left: -5%;
  }
  .acne-intro {
    text-align: center;
  }
  .acne-text-body--type-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .acne-blue-cta--container {
    flex-direction: column;
  }
  .acne-blue-cta--body {
    flex-direction: column;
    gap: 0;
  }
  .acne-text-body {
    text-align: center;
  }
  .acne-text-body--type {
    padding: 30px 20px;
  }
  .acne-text-body--severe {
    padding: 40px;
  }
  .acne-text-body-blue-circle {
    justify-content: center;
    margin-top: 40px;
  }
  .product-promo {
    margin: 120px 0 60px;
  }
  .product-promo--body {
    margin-top: 40px;
  }
  .woocommerce-shop main {
    margin: 170px auto 0px !important;
  }
  .shop .store-prod {
    margin-bottom: 100px;
  }
  .woocommerce-cart .woocommerce {
    grid-template-columns: 100% !important;
  }
  .woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form td.product-thumbnail img {
    display: block;
    width: 65px !important;
    height: 145px;
    margin: 0 auto;
    object-fit: cover;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #c9cccf;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table,
  .woocommerce-cart table tbody td {
    border: none;
  }
  .woocommerce-cart .woocommerce table tbody td.product-remove a {
    width: 30px !important;
    float: right;
  }
  .woocommerce-cart table tbody td {
    padding: 16px !important;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form .quantity {
    float: left;
    width: 100px !important;
    margin: -8px 0 0;
  }
  table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td::before {
    font-weight: 600;
    margin-right: 8px;
  }
  td.product-name,
  td.product-price,
  td.product-subtotal {
    text-align: left !important;
  }
  ul#shipping_method {
    margin: 32px 0 0;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100% !important;
    padding: 0 !important;
  }
  .b2-slide-arrows {
    width: calc(85% + 100px);
  }
  .feat-product-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .pigmentations-causes .b2-row .col-4 + .col-4 {
    margin-top: 40px;
  }
  .contact-form {
    padding: 60px 0;
  }
  .my-account .woocommerce {
    flex-direction: column;
    gap: 30px;
  }
  .my-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .my-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .product-main {
    padding-top: 40px;
  }
  .product-main .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .pigmentations-causes--item img {
    margin: 0 auto;
  }
  .pigmentations-causes--item p {
    padding-inline: 100px;
  }
  .feat-product-item--copy p {
    max-width: 600px;
  }
  .advice .top-banner-img,
  .contact .top-banner-img {
    display: none;
  }
  .product-related--details p {
    max-width: 450px;
  }
  .tabs-mobile {
    display: block;
  }
  .tabs-mobile .b2-faq-item .b2-faq-item-a {
    margin-top: 0px;
    padding: 16px 90px 16px;
    background: #f0f0f0;
  }
  .tabs-desktop {
    display: none;
  }
  .tabs-desktop .product-modal.active {
    display: block !important;
  }
  #gform_3 .gform_body {
    padding: 0 30px;
  }
  #gform_3 .gform_page_footer {
    gap: 80px;
  }
  #gform_3 .gform_page_footer #gform_ajax_spinner_3 {
    display: none;
  }
  .cta-grid-icon--container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .pre-footer-cta-asset img {
    margin-left: -20%;
  }
  .woocommerce-checkout .page {
    padding-top: 60px;
  }
  form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  .feat-product-item {
    gap: 10px;
    padding: 0 100px;
  }
  .pigmentations-causes--item p {
    padding-inline: 30px;
  }
  .acne-text-body-blue-circle--item {
    width: 165px;
    height: 165px;
  }
  .acne-text-body-blue-circle--item .open-modal-type img {
    width: 35px;
  }
  .acne-text-body-blue-circle--item img.acne-text-body-blue-circle--img {
    width: 40px;
    height: 40px;
  }
  .pigmentation-intro--cta {
    margin-top: 30px;
  }
  .pigmentation-intro--cta a {
    margin: 0;
  }
  .cta-grid-icon--container {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-grid-icon {
    padding: 60px 0;
  }
  form.checkout.woocommerce-checkout #customer_details {
    width: 100%;
  }
  form.checkout.woocommerce-checkout #order_review {
    width: 100%;
  }
  .page-id-9 .my-account .woocommerce {
    flex-flow: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .b2-inner-content,
  .b2-inner-content-narrow,
  .b2-inner-content-header {
    padding: 0 20px;
  }
  .sp-list .sp-item-files .sp-item-files-pdf {
    width: 100%;
  }
  .sp-list .sp-item-files .sp-item-files-pdf a h3 {
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
  }
  .cta-grid-image {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-text-asset img {
    margin: 0 auto;
  }
  .blue-transform-icon {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .cta-grid-image--txt.left,
  .cta-grid-image--txt.right {
    width: max-content;
  }
  .top-banner-txt .top-banner-eyebrow {
    font-size: 14px;
  }
  p,
  p.large {
    font-size: 16px;
  }
  .my-account .u-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .woocommerce-account .cart-main .woocommerce {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .inner-page .str-banner h1 {
    text-align: center;
  }
  .inner-page .str-banner-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
  }
  .inner-page .str-banner-bot .str-banner-content {
    z-index: 5;
    color: #fff;
  }
  .inner-page .str-bc {
    margin-top: 0;
  }
  .skin-quiz-welcome--details img.skin-quiz-welcome--logo {
    padding-bottom: 15px;
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  .modal #customer_login {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-tab-control li {
    width: 100%;
  }
  .precautions-container {
    grid-template-columns: 1fr;
  }
  .b2-faq-item .b2-faq-item-a {
    padding: 0 0px 16px 90px;
  }
  .product-controls {
    flex-direction: column;
  }
  .product-tab-panel {
    padding: 20px 30px;
  }
  .b2-slide-arrows {
    position: relative;
    width: calc(0% + 75px);
    top: 30px;
  }
  .b2-slide-arrows span {
    background: var(--primary-color);
    color: #fff;
  }
  .product-testimony-flex {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .product-controls .pd-qty {
    margin-left: -4px;
  }
  .product-testimony-details img {
    margin: 0 auto;
  }
  footer .site-footer-links div .footer-phone {
    font-size: 1.6rem;
  }
  .pre-footer-cta-asset img {
    margin-left: -15%;
    width: 135%;
    object-fit: cover;
  }
  .acne-intro--item-container {
    grid-template-columns: 1fr;
  }
  .acne-intro--item img {
    display: block;
    margin: 0 auto;
  }
  .acne-text-body--severe-item {
    grid-template-columns: 1fr;
  }
  .advice-modal-subheading {
    margin-top: 0 !important;
  }
  .advice-modal-close {
    right: 20px;
    top: 20px;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form td.product-thumbnail img {
    width: auto !important;
    height: auto !important;
  }
  .woocommerce-cart .woocommerce table tbody tr:not(.cart_item) td .coupon {
    gap: 0;
    flex-direction: column;
  }
  ul.contact-intro--links li + li {
    margin-top: 5px;
  }
  .contact-info h2 {
    text-align: center;
  }
  .contact ul.contact-intro--links {
    margin: 25px auto;
    width: 100%;
  }
  ul.contact-intro--social {
    margin: 30px auto;
    justify-content: center;
  }
  .home .top-banner {
    height: auto;
    display: block;
    padding: 30px 0 20px;
  }
  .about .top-banner {
    height: auto;
    display: block;
    padding: 10px 0 0;
  }
  .about .image-text {
    margin: 30px 0 60px;
  }
  .about .top-banner-img {
    display: none;
  }
  .advice .top-banner {
    height: auto;
    display: block;
    padding: 20px 0;
  }
  .contact .top-banner {
    height: auto;
    display: block;
    padding: 20px 0;
  }
  .ageing-causes--img,
  .advice-skin-layers--img,
  .pigmentations-causes--item img {
    width: 100%;
  }
  .about .top-banner-txt .top-banner-eyebrow {
    font-size: 14px !important;
  }
  .advice-skin-layers {
    margin-bottom: 60px;
  }
  .logged-in nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1rem;
  }
  .my-account .str-banner-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
  }
  .my-account .str-banner-content {
    text-align: center;
  }
  .my-account .str-banner-content h1 {
    color: #fff;
  }
  .advice-modal {
    overflow-y: scroll;
  }
  .feat-product-item {
    padding: 0;
  }
  .acne-text-body-blue-circle {
    flex-direction: column;
  }
  .acne-text-body-blue-circle--item {
    width: 180px;
    height: 180px;
  }
  .acne-text-body--severe-item-body {
    padding: 0;
  }
  .acne-text-body--severe-item-body p {
    padding: 0 70px;
  }
  .acne-text-body--severe-item + .acne-text-body--severe-item {
    margin-top: 30px;
  }
  .pigmentation-intro--cta .b2-link.outline {
    padding: 17px 45px;
  }
  .ageing-intro--cta {
    margin-top: 30px;
  }
  .ageing-intro--cta a {
    margin: 0;
  }
  .woocommerce-shipping-calculator label {
    text-align: left;
  }
  .skin-quiz-account--heading {
    font-size: 24px;
    line-height: 28px;
  }
  .tabs-mobile .b2-faq-item .b2-faq-item-a {
    padding: 16px 24px 16px;
  }
  #gform_3 .gform_page_footer {
    position: relative;
    background: transparent;
    gap: 20px;
    margin-top: 60px;
  }
  #gform_3 #gform_submit_button_3,
  #gform_3 .gform_next_button,
  #gform_3 .gform_previous_button {
    margin: 0 !important;
  }
  .feat-product-asset img {
    width: 100%;
    height: 100%;
  }
  .skin-quiz--btn {
    flex-direction: column;
    gap: 0;
    margin: 30px 0 0;
  }
  .skin-quiz-welcome--details .b2-link {
    margin-top: 0;
  }
  .skin-quiz-welcome--details a {
    display: flex;
  }
  .product-promo--image {
    width: 175px;
    height: auto;
    object-fit: cover;
  }
  .go-to-cart-wrapper {
    font-size: 1.1rem !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .ageing-intro--cta,
  .pigmentation-intro--cta {
    gap: 20px;
  }
}
