/* Homepage 2022 */

.home-2022-section .section-title {
  color: #3D3935;
  font-family: "Berlingske Serif";
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 38px;
}

.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-title {
  color: #2C2C2C;
  font-family: "Berlingske Serif";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 35px;
}

.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-text {
  color: #2C2C2C;
  font-family: "Source Sans 3 Regular";
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 25px;
}

.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-link {
  min-width: 230px;
  text-align: center;
  background-color: #3d3935;
  border: 2px solid #3d3935;
  border-radius: 4px;
  color: #fff;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  width: 270px;
  min-height: 52px;
  padding: 10px!important;
  margin-top: 10px;
  display: block;
}

.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-link:hover,
.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-link:active,
.home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-link:focus {
  background-color: transparent;
  color: #3d3935;
}

.home-2022-section.create-account-products-section .create-account-products-subtitle {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-decoration: underline;
  margin-top: 15px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper {
  margin-bottom: 20px;
  padding-top: 10px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 31%;
  padding: 30px 20px;
  text-align: center;
  background-position: center;
  background-size: cover;
  height: 620px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
  margin-left: 10px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .save-badge {
  position: absolute;
  left: 55%;
  top: 10%;
  border-radius: 100%;
  padding: 16px 10px;
  background-color: #F4DF93;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .save-badge p {
  color: #3D3935;
  font-size: 20.01px;
  font-weight: 800;
  letter-spacing: 1.11px;
  line-height: 18.13px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container {
  margin-top: auto;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating {
  display: inline-flex;
  text-decoration: none;
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 28px;
  font-weight: 400;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating .stars {
  float: left;
  overflow: hidden;
  position: relative;
  height: 20px;
  line-height: 1;
  font-size: 20px;
  width: 115px;
  font-family: star;
  letter-spacing: 1.9px;
  background: transparent;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating .stars:before {
  color: #463d33;
  content: "\53\53\53\53\53";
  background: unset;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating .stars span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  height: 20px;
  background: unset;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating .stars span:before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  color: #FBBC59;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-rating .stars p {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.67px;
  line-height: 12px;
  margin-top: auto;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-title {
  color: #3D3935;
  font-family: "Berlingske Serif";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-description {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: center;
  max-width: 74%;
  margin: auto auto 10px;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .regular-price {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.72px;
  line-height: 17px;
  text-align: center;
  text-decoration: line-through;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .vip-price {
  color: #FF0000;
  font-family: "Source Sans 3 Regular";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 17px;
  text-align: center;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-info-link {
  min-width: 225px;
  text-align: center;
  background-color: #3d3935;
  border: 2px solid #3d3935;
  border-radius: 4px;
  color: #fff;
  font-family: "Source Sans 3 Regular";
  font-size: 22px;
  letter-spacing: 1.22px;
  line-height: 1.2;
  width: 225px;
  min-height: 39px;
  padding: 5px 10px!important;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-info-link:hover,
.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-info-link:active,
.home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-info-link:focus {
  background-color: transparent;
  color: #3d3935;
}


.home-2022-section .create-account-products-slider .swiper-container .swiper-pagination {
  display: none;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 7px;
  opacity: 0.7;
  color: #EFEDE6;
  background: #EFEDE6;
}

.home-2022-section .create-account-products-slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBBC59 !important;
}

.home-2022-section .featured-on-list-container {
  display: flex;
}

.home-2022-section .featured-on-list-container .featured-on-list-text-container {
  width: 25%;
  margin-right: 5%;
  display: flex;
}

.home-2022-section .featured-on-list-container .featured-on-list-text-container .featured-on-list-text {
  margin: auto;
  color: #3D3935;
  font-family: "Berlingske Serif";
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 38px;
}

.home-2022-section .featured-on-list-container .featured-on-list {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.home-2022-section .featured-on-list-container .featured-on-list img {
  width: auto;
  margin: auto;
}

.home-2022-section .featured-on-list img:first-of-type {
  margin-left: 0;
}

.home-2022-section .featured-on-list-container .featured-on-list img:last-of-type {
  margin-right: 0;
}

.home-2022-section.difference-section .section-title {
  margin-bottom: 10px;
}

.home-2022-section.difference-section .difference-text {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 15px;
}

.home-2022-section.difference-section .difference-list {
  list-style: none;
  padding-left: 40px;
}

.home-2022-section.difference-section .difference-list li {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 5px;
}

.home-2022-section.difference-section .difference-list li:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 16px;
  top: 6px;
  left: -22px;
  background-image: url(https://cdn.kintsugihair.com/wp-content/uploads/2022/12/5-maximumresults-checkmark-icon%402x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-2022-section.difference-section .product-page-difference-tab-container {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-text {
  width: 32%;
  margin-right: 3%;
  display: flex;
  justify-content: flex-end;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-text p {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 17.18px;
  font-weight: 600;
  line-height: 22px;
  margin: auto;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-titles {
  width: 65%;
  margin: 0 auto;
  background-color: #fff;
  display: inline-flex;
  justify-content: space-between;
  border-radius: 20px;
  border: 1.43px solid #3D3935;
  z-index: 99;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-titles .product-page-difference-tab-title {
  padding: 5px 10px 6px 10px;
  width: 33.33%;
  cursor: pointer;
  border-radius: 20px;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-titles .product-page-difference-tab-title.active {
  background-color: #FBBC59;
}

.home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-titles .product-page-difference-tab-title p {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 21.41px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.home-2022-section.difference-section .product-page-difference-tab-content {
  display: none;
}

.home-2022-section.difference-section .product-page-difference-tab-content.active {
  display: block;
}

.home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section {
  display: flex;
}

.home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section .col1, 
.home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section .col2 {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.home-2022-section.difference-section .product-page-difference-tab-content .image-slider-instructions {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-2022-section.transformation-section .et_pb_row {
  max-width: 1030px !important;
}

.home-2022-section.transformation-section .section-subtitle {
  color: #2C2C2C;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 23px;
  margin-top: 10px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container {
  display: flex;
  margin: 0 auto;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles {
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .left-arrow, 
.home-2022-section.transformation-section .product-page-transformation-tab-container .right-arrow {
  display: none;
  position: absolute;
  width: 26px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .left-arrow {
  left: 3px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .right-arrow {
  right: 3px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title {
  padding: 15px 20px 16px 20px;
  width: calc(20% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: -1px;
  background-color: #FBF9F3;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title:first-of-type {
  margin-left: 0;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title:last-of-type {
  margin-right: 0;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title.active {
  background-color: #FFFFFF;
}

.home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title p {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content {
  display: none;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content.active {
  display: block;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section {
  display: flex;
  padding: 35px 45px;
  background-color: #fff;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col1 {
  width: calc(40% - 30px);
  margin-right: 30px;
  position: relative;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col2 {
  width: 60%;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .section-title {
  margin-bottom: 8px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .badge-img {
  position: absolute;
  bottom: -12px;
  left: -25px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .transformation-text {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}

.home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .transformation-specs-text {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.home-2022-section.guarantee-section .et_pb_row {
  max-width: 1070px;
}

.home-2022-section.guarantee-section .col2 {
  margin: auto;
}

.home-2022-section.guarantee-section .section-title {
  color: #fff;
  margin-bottom: 15px;
}

.home-2022-section.guarantee-section .guarantee-text {
  color: #FFFFFF;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}

.home-2022-section.ambassador-section .et_pb_row {
  max-width: 970px;
}

.home-2022-section.ambassador-section .section-title {
  margin-bottom: 20px;
}

.home-2022-section.ambassador-section .ambassador-text {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
}

.home-2022-section.hair-quiz-section {
  display: block;
  background-size: 1440px;
}

.home-2022-section.hair-quiz-section .section-title {
  margin-bottom: 10px;
}

.home-2022-section.hair-quiz-section .hair-quiz-text {
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 30px;
}

.home-2022-section.hair-quiz-section .hair-quiz-btn {
  display: block;
  color: #3D3935;
  font-family: "Source Sans 3 Regular";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background: #FBBC59;
  border-color: #FBBC59;
  width: 230px;
  max-width: 100%;
  border-radius: 4px;
  padding: 16px 10px;
}
.home-2022-section.hair-quiz-section .hair-quiz-btn:hover,
.home-2022-section.hair-quiz-section .hair-quiz-btn:focus,
.home-2022-section.hair-quiz-section .hair-quiz-btn:active {
  color: #f2f2f2;
  background: #3d3935;
  border-color: #3d3935;
}


.image-slider-container {
    position: relative;
    width: fit-content;
    display: flex;
    -ms-touch-action: none;
    touch-action: none;
    align-items: flex-start;
}
.image-slider-container .modified-image {
    /* Absolute position */
    left: 0;
    position: absolute;
    top: 0;

    /* Take full height and half width of container */
    height: 100%;
    width: 50%;
}
.image-slider-container .modified-image {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.image-slider-container .resizer {
    /* Absolute position */
    left: 50%;
    position: absolute;
    top: 0;

    /* Size */
    height: 100%;
    width: 3px;

    /* Background */
    background-color: #fff;

    /* Indicate that it can be resized */
    cursor: ew-resize;
    opacity: 0.5;
    -ms-touch-action: none;
    touch-action: none;
}
.image-slider-container .resizer:hover,
.image-slider-container .resizer:active,
.image-slider-container .resizer:focus {
  opacity: 1;
}
.image-slider-container .resizer:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url("https://cdn.kintsugihair.com/wp-content/uploads/2022/12/button-slider.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}

@media(min-width: 981px) {
  .home-2022-section.difference-section {
    background-image: url(https://cdn.kintsugihair.com/wp-content/uploads/2022/12/5-maximumresults-gold-crack.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }
  .home-2022-section.difference-section .et_pb_row>.col1 {
    margin-right: 3%;
    width: 32%;
    padding-top: 70px;
  }
  .home-2022-section.difference-section .et_pb_row>.col2 {
    width: 65%;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col1 .video-4, 
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col1 .video-5 {
    min-height: 610px;
  }
  .home-2022-section.guarantee-section .et_pb_row .col1 {
    width: 17%;
    margin-right: 4%;
  }

  .home-2022-section.guarantee-section .et_pb_row .col2 {
    width: 79%;
  }

  .home-2022-section.ambassador-section .et_pb_row .col1 {
    margin: auto 6% auto 0;
    width: 56%;
  }

  .home-2022-section.ambassador-section .et_pb_row .col2 {
    width: 38%;
  }

  .home-2022-section.video-section .et_pb_row .col1 {
    width: calc(33% - 20px);
    margin-right: 30px;
  }

  .home-2022-section.video-section .et_pb_row .col2 {
    width: calc(33% - 20px);
    margin-right: 30px;
  }

  .home-2022-section.video-section .et_pb_row .col3 {
    width: calc(33% - 20px);
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media(max-width: 980px) {
  .home-2022-section.difference-section {
    background-image: url(https://cdn.kintsugihair.com/wp-content/uploads/2022/12/5-maximumresults-gold-crack-mobile%401x.png);
    background-position: top right;
    background-size: initial;
    background-repeat: no-repeat;
  }
  .home-2022-section.difference-section .et_pb_row>.col1 {
    margin-bottom: 10px;
  }
  .home-2022-section.guarantee-section .et_pb_row .col2 {
    text-align: center;
  }
  .home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper {
    margin-bottom: 60px;
  }
  .home-2022-section .create-account-products-slider .swiper-container .swiper-pagination {
    display: block;
  }
  .home-2022-section .featured-on-list-container {
    flex-direction: column;
  }
  .home-2022-section .featured-on-list-container .featured-on-list-text-container {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-2022-section .featured-on-list-container .featured-on-list {
    width: 100%;
  }
  .home-2022-section.transformation-section .et_pb_row.transformation-row {
    width: 100%;
    padding: 0;
  }
  .home-2022-section.transformation-section .et_pb_row.transformation-row  .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section {
    flex-direction: column;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col1 {
    width: 90%;
    margin: auto auto 30px;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .col2 {
    width: 100%;
  }
  .home-2022-section.ambassador-section .section-title {
    padding-left: 15px;
  }
  .home-2022-section.ambassador-section .ambassador-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  body div.home-2022-section.hair-quiz-section {
    background-image: url(https://cdn.kintsugihair.com/wp-content/uploads/2022/12/9-Background-Image-mobile%402x.jpg) !important;
    background-size: cover;
    background-position: center;
  }
  .home-2022-section.hair-quiz-section .hair-quiz-btn {
    margin: auto;
  }
}

@media(max-width: 980px) and (min-width: 481px) {
  .home-2022-section .create-account-products-slider .swiper-container .swiper-wrapper .swiper-slide .product-info-container .product-description {
    max-width: 100%;
  }
  .home-2022-section .featured-on-list-container .featured-on-list img {
    transform: scale(0.8);
  }
}

@media(max-width: 480px) {
  body div.home-2022-section.create-account-banner-section {
    background-image: url(https://cdn.kintsugihair.com/wp-content/uploads/2022/12/1-MyAccount-Banner-KeraNew-mobile%402x.jpg) !important;
    background-position: right;
  }
  .home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 310px;
  }
  .home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-text {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    max-width: 310px;
  }
  .home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-link {
    min-width: 170px;
    font-size: 11.53px;
    letter-spacing: 1px;
    line-height: 20.63px;
    width: 170px;
    min-height: 32px;
    padding: 4px !important;
  }
  .home-2022-section .featured-on-list-container .featured-on-list {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 25px;
  }
  .home-2022-section .featured-on-list img:first-of-type {
    margin-left: auto;
  }
  .home-2022-section .featured-on-list-container .featured-on-list img:last-of-type {
    margin-right: auto;
  }
  .home-2022-section.difference-section .difference-list {
    padding-left: 65px;
    max-width: 240px;
  }
  .home-2022-section.difference-section .product-page-difference-tab-container {
    flex-direction: column;
    max-width: 325px;
  }
  .home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-text {
    width: 100%;
  }
  .home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-text p {
    margin: auto auto 15px 20px;
  }
  .home-2022-section.difference-section .product-page-difference-tab-container .product-page-difference-tab-titles {
    width: 100%;
  }
  .home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section {
    flex-direction: column;
  }
  .home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section .col1, 
  .home-2022-section.difference-section .product-page-difference-tab-content .two-col-inner-section .col2 {
    width: 100%;
    margin: 20px auto;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    width: 83%;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;  /* Safari and Chrome */
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-container .left-arrow, 
  .home-2022-section.transformation-section .product-page-transformation-tab-container .right-arrow {
    display: block;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title {
    width: 30vw;
    padding: 10px 15px;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-container .product-page-transformation-tab-titles .product-page-transformation-tab-title p {
    white-space: nowrap;
  }
  .home-2022-section.transformation-section .product-page-transformation-tab-content .transformation-inner-section .badge-img {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
  .home-2022-section.hair-quiz-section .hair-quiz-text {
    max-width: 330px;
    margin: 0 auto 30px;
  }
}

@media(max-width: 375px) {
  body div.home-2022-section.create-account-banner-section {
    background-position-x: calc(100% + 20px);
  }
  .home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-title {
    max-width: 270px;
  }
  .home-2022-section.create-account-banner-section .create-account-banner .create-account-banner-text {
    max-width: 270px;
  }
}
/* END Homepage 2022 */