﻿html {
  scroll-behavior: smooth;
}

.MyLPs {
  color: #2b2d40;
  overflow: hidden;
  background-color: #c2c1fb;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
}

.MyLPs img {
  width: auto;
  max-width: 100%;
}

.MyLPs h2 {
  font-size: 30px !important;
  padding: 0 15px;
}

.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  padding: 15px 30px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 20px auto 10px;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}

.MyLPs .btnCommon span {
  align-self: center;
}

.MyLPs .btnCommon_blue {
  color: white;
  background-color: #2d2c42;
  margin-top: 10px;
  height: auto !important;
  padding: 15px 30px !important;
}

.MyLPs .banner_brand:hover .btnCommon_blue,
.MyLPs .section_singer:hover .btnCommon_blue {
  background-color: #ffc539;
  color: #2b2d40;
}

.MyLPs .banner_brand {
  border-radius: 20px;
  background-color: white;
  padding: 40px 4%;
  margin: auto 40px;
}

.MyLPs .brand_text {
  min-width: 250px;
  text-align: center;
  display: block;
  color: #2d2c42;
}

.MyLPs .brand_title {
  margin-bottom: 20px;
}

.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.MyLPs .f12 {
  font-size: 12px;
}

.MyLPs .f18 {
  font-size: 18px;
  margin-bottom: 15px;
}

.MyLPs .f20 {
  font-size: 20px;
  margin-bottom: 15px;
}

.MyLPs .PersonalCare .f20 {
  margin-top: 10px;
}

.MyLPs .f24 {
  font-size: 24px;
  margin-bottom: 15px;
}

.MyLPs .f30 {
  font-size: 30px;
  margin-bottom: 15px;
}

.MyLPs .f40 {
  font-size: 40px;
  margin-bottom: 15px;
}

.MyLPs .f50 {
  font-size: 50px;
  margin-bottom: 15px;
}

.MyLPs .w300 {
  font-weight: 300;
}

.MyLPs .w800 {
  font-weight: 800;
}

.MyLPs .header_content {
  padding-inline: 0;
  align-self: end;
  padding-top: 50px;
}

.MyLPs .header_text {
  margin-top: 30px;
}

.MyLPs .header_img {
  margin-left: 10%;
}

.MyLPs .tip_title {
  background-color: white;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  margin-block: 50px 5px;
}

.navigation_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 15px auto;
  row-gap: 10px;
}

.navigation_list div {
  max-width: 100%;
  width: 16%;
  margin-bottom: 10px;
}

.navigation_list div a {
  border-radius: 8px;
  padding: 12px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2b2d40;
  background-color: white;
  font-size: 16px;
  transition: all linear 0.15s;
  font-weight: 600;
  height: 100%;
}

.navigation_list div a:hover {
  background-color: #2b2d40 !important;
  color: white;
}

.new_btn {
  background-color: #4960f2;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 5px 8px;
  position: absolute;
  top: -10px;
}

.MyLPs .singer_bg {
  padding: 60px;
  background: #84ca9b;
}

.Basics {
  margin-top: -52px;
  padding-top: 60px;
  background: #84ca9b;
  background: linear-gradient(180deg, #84ca9b 62%, #c1c3fa 38%);
}

.Kitchen {
  margin-top: -170px;
  padding-top: 175px;
  background-color: #c1c3fa;
  position: relative;
  height: 1050px;
}

.Kitchen .girl {
  position: absolute;
  right: -4%;
  top: -0;
}

.Home {
  margin-top: -152px;
  padding-top: 155px;
  background: #c1c3fa;
  position: relative;
  min-height: 1200px;
}

.Home .girl {
  position: absolute;
  left: -4%;
  bottom: 0;
}

.Epipla {
  margin-top: -152px;
  padding-top: 225px;
  padding-bottom: 80px;
  background: #84ca9b;
  position: relative;
}

.banner_xiaomi {
  background: #84ca9b;
  margin-bottom: 80px;
  background: linear-gradient(180deg, #84ca9b 50%, #c1c3fa 50%);
  position: relative;
}

.BeSmart {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #84ca9b;
  background: linear-gradient(180deg, #84ca9b 40%, #c1c3fa 20%);
  position: relative;
}

.BeSmart .girl {
  position: absolute;
  max-width: 33%;
  right: -4%;
  bottom: 0;
}

.PersonalCare {
  padding-block: 50px;
  background: #84ca9b;
  position: relative;
}

/* Style the tab */
.tab {
  display: flex;
  justify-content: center;
  margin-block: 30px 40px;
}

/* Style the buttons inside the tab */
.tab div {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  border-radius: 10px;
  margin: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab div:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}

/* Create an active/current tablink class */
.tab div.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

/* Style the tab content */
.tabcontent,
.tabcontent1 {
  display: none;
}

.productSections .flexCol_xs_6 {
  padding: 15px;
}

.productWrapper {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.productWrapper img {
  margin: 0 auto;
}

.productWrapper .btnCommon {
  background-color: #2d2c42;
  width: 100%;
  color: white;
  font-size: 15px;
  box-shadow: none;
}

.productWrapper:hover .btnCommon {
  background-color: #ffc539 !important;
  color: #2b2d40;
}

.productWrapper_big {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.productWrapper_big img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productWrapper_big .btnCommon {
  max-width: 300px;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.ViewMore_carousel_wrapper {
  margin-top: 30px;
}

.ViewMore_carousel_wrapper .item {
  height: 100%;
}

.ViewMore_carousel_wrapper .owl-nav,
.Main_carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.ViewMore_carousel_wrapper .owl-nav button,
.Main_carousel .owl-nav button {
  font-size: 60px !important;
  font-weight: 600;
  background-color: transparent !important;
}

.ViewMore_carousel_wrapper .owl-nav .owl-prev,
.Main_carousel .owl-nav .owl-prev {
  margin-left: -40px;
}

.ViewMore_carousel_wrapper .owl-nav .owl-next,
.Main_carousel .owl-nav .owl-next {
  margin-right: -40px;
}

.section_banners_promo {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 50px auto;
  z-index: 2;
  justify-content: space-around;
  gap: 50px;
}

.SetWrapper {
  border-radius: 20px;
  width: fit-content;
  position: relative;
  width: 50%;
  margin-top: 40px;
}

.SetWrapper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 3px 5px 59px 0px rgb(69, 91, 212, 0.42);
  -moz-box-shadow: 3px 5px 59px 0px rgb(69, 91, 212, 0.42);
  box-shadow: 3px 5px 59px 0px rgb(69, 91, 212, 0.42);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(82, 105, 247, 0.95);
  border: 1px solid #fff;
  border-radius: 20px;
}

.overlay hr {
  margin: 20px 0px;
}

.SetWrapper:hover .overlay {
  opacity: 1;
}

.text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: start;
  flex-wrap: nowrap;
  min-width: 425px;
  line-height: 28px;
}

.SetContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.MyLPs .display_block_991 {
  display: none;
}

.MyLPs .section_singer {
  background-color: #c4cbff;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.MyLPs .section_singer div {
  flex: 30%;
}

.MyLPs .singer_logo,
.MyLPs .singer_img {
  border-radius: 20px;
  min-width: fit-content;
}

.MyLPs .singer_text {
  margin: auto;
}

.MyLPs .singer_hr {
  background-color: #f4f4f4;
  margin-top: -13px;
  padding: 7px;
  border: none;
  border-radius: 50px;
  width: 76%;
  margin-bottom: 5px;
}

.MyLPs .singer_title {
  color: #2b2d40;
  margin-bottom: 30px;
}

.MyLPs .singer_subtitle {
  margin-bottom: 30px;
}

.MyLPs .display_block_1730 {
  display: none;
}

@media (max-width: 1730px) {
  .MyLPs .display_block_1730 {
    display: block;
  }

  .MyLPs .singer_img,
  .MyLPs .singer_text,
  .MyLPs .singer_logo {
    display: none;
  }

  .MyLPs .singer_mobile {
    border-radius: 20px;
  }
}

@media (max-width: 1710px) {
  .display_none_1710 {
    display: none;
  }

  .MyLPs .f12 {
    font-size: 10px;
  }
}


@media (max-width: 1487px) {
  .MyLPs .btnCommon {
    height: 66px;
    align-items: center;
  }

  .MyLPs .brand_text {
    padding: 0 20px;
  }
}

@media (max-width: 1300px) {
  .Kitchen .girl {
    max-width: 45%;
  }
}

@media (max-width: 1200px) {
  .navigation_list div {
    max-width: unset;
    width: 33%;
  }

  .Home .girl {
    left: -6%;
    max-width: 33.3%;
  }

  .MyLPs .btnCommon {
    height: auto;
  }
}

@media (max-width: 991px) {
  .Main_carousel_wrapper {
    padding: 0 30px;
  }

  .TopCarousel {
    transform: scale(1.4);
    margin-bottom: 35px;
  }

  .productWrapper_big {
    min-height: 300px;
    height: 45vw;
    align-items: end;
    justify-content: end;
  }

  .productWrapper_big .btnCommon {
    margin-right: auto;
  }

  .SetContainer {
    flex-direction: column;
  }

  .SetWrapper {
    width: 90%;
    margin: 20px auto;
  }

  .overlay {
    position: relative;
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

  .text {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 350px;
    transform: translate(0%, 0%);
    flex-wrap: wrap;
    display: initial;
    text-align: center;
  }

  .text .f20 {
    margin-bottom: 5px;
  }

  .display_none_991 {
    display: none;
  }

  .MyLPs .display_block_991 {
    display: block;
  }

  .Kitchen {
    margin-top: -170px;
    padding-top: 175px;
    background-color: #c1c3fa;
    position: relative;
    height: 1440px;
}
}

@media (max-width: 877px) {

  .MyLPs .f20 {
    font-size: 18px;
  }

  .MyLPs .btnCommon {
    height: 66px;
    align-items: center;
  }

  .MyLPs .section_img {
    width: 50%;
  }

  .MyLPs .Epipla .section_img {
    width: auto;
  }
}

@media (max-width: 768px) {
  .MyLPs .f16 {
    font-size: 14px;
  }

  .MyLPs .f23 {
    font-size: 20px;
  }

  .MyLPs .f30 {
    font-size: 23px;
  }

  .MyLPs .f40 {
    font-size: 28px;
  }

  .MyLPs .f50 {
    font-size: 36px;
  }

  .MyLPs .header {
    padding: 20px 20px 0px;
  }

  .MyLPs .topLogo {
    margin: auto;
  }

  .MyLPs .header_text {
    margin: 30px auto 0px auto;
    text-align: center;
  }

  .MyLPs .header_img {
    margin: auto;
  }

  .MyLPs .btnCommon {
    font-size: 14px;
  }

  .TopCarousel {
    transform: scale(1);
    margin-bottom: 0;
  }

  .productSections .hozCenter {
    justify-content: start !important;
  }

  .productWrapper_big {
    height: 56vw;
  }

  .productWrapper_big img {
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .Kitchen {
    height: auto;
  }

  .Kitchen .girl {
    display: none;
  }

  .Home {
    min-height: unset;
    padding-top: 90px;
  }

  .Home .girl {
    bottom: 26px;
    right: -15px;
    left: unset;
    max-width: 60%;
  }

  .MyLPs .banner_brand {
    margin: auto 20px;
    padding: 20px 4%;
  }

  .MyLPs .brand_img {
    margin-bottom: 20px;
  }

  .Epipla {
    margin-top: -205px;
    padding-bottom: 40px;
  }

  .MyLPs .brand_title {
    font-size: 20px !important;
  }

  .BeSmart {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .BeSmart .girl {
    max-width: 63%;
    bottom: 44px;
  }

  .PersonalCare {
    padding-block: 20px;
    background: #84ca9b;
    position: relative;
  }
}

@media (max-width: 600px) {
  .productWrapper_big {
    height: 65vw;
  }

  .Main_carousel_wrapper {
    padding: 0 50px;
  }

  .ViewMore_carousel_wrapper {
    padding: 30px 60px !important;
  }

  .productWrapper {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .topLogo {
    max-width: 300px !important;
  }

  .MyLPs .header_content {
    padding-top: 20px;
  }

  .MyLPs .tip_title {
    margin: 20px auto 10px auto;
  }

  .MyLPs .tip_text {
    justify-content: center;
  }

  .navigation_list {
    justify-content: center;
    row-gap: 0px;
    padding: 0 10px;
  }

  .navigation_list div {
    padding: 5px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0px;
  }

  .navigation_list div a {
    font-size: 16px;
  }

  .tab div {
    margin: 0 4px;
  }

  .section_img {
    min-width: 250px !important;
  }

  .productSections .flexCol_xs_6 {
    padding: 5px;
  }

  .productWrapper {
    padding: 30px 10px 15px 10px;
  }

  .productWrapper .btnCommon {
    position: relative;
    z-index: 1;
  }

  .productWrapper_big .btnCommon {
    font-size: 12px;
  }

  .ViewMore_carousel_wrapper .productWrapper {
    padding: 30px 10px 15px 10px;
  }

  .ViewMore_carousel_wrapper .btnCommon {
    font-size: 13px !important;
  }

  .PersonalCare .productWrapper {
    padding: 20px 8px 15px 8px;
  }

  .PersonalCare .productWrapper .f20 {
    font-size: 16px;
    margin-top: 20px;
  }

  .section_banners_promo {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 30px;
    margin: 30px auto;
  }

  .MyLPs .singer_bg {
    padding: 40px 20px;
  }
}

@media (max-width: 420px) {

  .MyLPs .f24 {
    font-size: 18px;
  }

  .MyLPs .header_text {
    margin: 20px auto 0px auto;
  }

  .MyLPs .header_img {
    height: auto;
    width: 280px;
  }

  .MyLPs .btnCommon {
    height: 53px;
    padding: 15px 10px;
  }

  .tab div {
    font-size: 14px;
  }

  .tab {
    margin-block: 10px 20px;
  }
}

@media (max-width: 400px) {
  .MyLPs .f24 {
    font-size: 16px;
  }
}