.SFX_no_padding {
  padding: 0px;
}

#svg {
  height: auto;
}

.SFX_grey_rounded_box {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7.8px 19.2px;
  border-radius: 30px;
  display: inline-flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 9px;
  min-height: 25px;
  margin: auto;
  font-weight: 500;
}

.SFX_grey_rounded_box:empty {
  visibility: hidden;
}

.SFX_BannerContent_center_description {
  /*text-align: center;*/
  width: 100%;
  min-height: 100px;
  max-height: 700px;
  height: 30vw;
  /*margin-top: 70px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
  -webkit-mask-position-y: bottom;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.SFX_personal_product_banner {
  position: relative;
  z-index: -1;
}

.SFX_personal_product_banner_block {
  height: fit-content;
  position: relative;
  padding: 0;
  margin-top: 70px;
}

.SFX_banner_title {
  /*font-size: 70px;
    width: 60%;
    font-weight: 600;
    margin: auto;*/
}

.SFX_banner_title2 {
  /*font-size: 20px;
    margin: auto;*/
}

.SFX_banner_title img {
  /*width: 80%;
    padding: 4% 0%;*/
}

.SFX_banner_content {
  color: #464646;
  font-size: 28px;
  padding: 2% 0%;
  margin: auto;
  width: 60%;
}

.Banner_3_BTN_personal_product_share {
  color: #ffffff;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 10px;
  position: absolute;
  bottom: 40px;
  right: 6.6%;
  padding: 0;
  width: fit-content;
}

.Banner_3_BTN_personal_product_share:hover {
  cursor: pointer;
  color: #000000;
}

/*New Banner Style*/
.SFX_personal_product_banner > img {
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: url("/images/Lonpac/HeroBanner_Mask.svg");
  -webkit-mask-repeat: no-repeat;
}

.SFX_Image_Overlay {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: -1;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-mask-size: cover;
  -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
}

/*Share items styles*/
.share {
  margin-top: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.2);
}

.share img {
  display: inline-block;
}

.share:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.share_close_button {
  color: #000000;
}

.share_close_button:hover {
  color: #000000;
}

#social-plugin-buttons {
  width: 0;
  /*overflow: hidden;*/
  height: 70px;
  display: inline-flex;
  align-items: center;
  overflow-x: auto;
}

#social-plugin-buttons i {
  font-size: 50px;
  margin-left: 20px;
  line-height: 87.5%;
  background-color: white;
  border-radius: 7px;
}

#social-plugin-buttons a {
  text-decoration: none;
}

#social-plugin-buttons i:hover {
  filter: brightness(80%);
}

@media screen and (min-width: 768px) {
  .Desktop_Alignment_BannerContent_left {
    position: absolute;
    left: 10%;
    top: 10%;
  }

  .SFX_BannerContent_center_description_mobile {
    display: none;
  }

  .Desktop_Alignment_BannerContent_center {
    position: absolute;
    width: 100%;
    top: 10%;
    justify-content: center; /* Align items to the center */
    text-align: center; /* Text-specific alignment */
  }

  .Desktop_Alignment_BannerContent_right {
    position: absolute;
    right: 10%;
    width: 100%;
    top: 10%;
    justify-content: flex-end; /* Align items to the center */
    text-align: right; /* Text-specific alignment */
  }

  .BannerSize_Tall {
    height: 700px;
  }

  .BannerSize_Short {
    height: 500px;
  }

  .SFX_banner_title2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .SFX_personal_product_banner_block {
    margin-top: 70px;
  }
  .SFX_BannerContent_center_description {
    display: none !important;
  }

  .SFX_BannerContent_center_description_mobile {
    height: 560px;
    background-repeat: no-repeat;
    mask-image: url("/images/Lonpac/banner_shape_mobile.svg");
    mask-position: bottom center;
    mask-size: cover;
    -webkit-mask-size: cover;

    mask-repeat: no-repeat;
    background-position: center top;
    background-size: cover; /* Ensures the background fills the area */

    object-fit: cover;
    width: 100vw;
  }

  .Banner_3_BTN_personal_product_share {
    top: 95px;
    right: 35px;
    bottom: auto;
  }

  .Mobile_Alignment_BannerContent_top {
    top: 10%;
  }

  .Mobile_Alignment_BannerContent_center {
    top: 50%;
  }

  .Mobile_Alignment_BannerContent_bottom {
    position: absolute;
    bottom: 0;
    top: unset;
  }

  .SFX_banner_title {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .SFX_personal_product_banner_block {
    margin-top: 70px;
  }
  .SFX_BannerContent_center_description {
    display: none !important;
  }

  .SFX_BannerContent_center_description_mobile {
    height: 560px;
    background-repeat: no-repeat;
    mask-image: url("/images/Lonpac/banner_shape_mobile_1.svg");
    mask-position: bottom center;
    mask-size: cover;
    -webkit-mask-size: cover;

    mask-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    object-fit: cover;
    width: 100vw;
  }

  .Banner_3_BTN_personal_product_share {
    top: 95px;
    right: 35px;
    bottom: auto;
  }

  .Mobile_Alignment_BannerContent_top {
    top: 10%;
  }

  .Mobile_Alignment_BannerContent_center {
    top: 50%;
  }

  .Mobile_Alignment_BannerContent_bottom {
    top: unset;
    position: absolute;
    bottom: 0;
  }

  .SFX_banner_title {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  .SFX_personal_product_banner_block {
    margin-top: 70px;
  }
  .SFX_BannerContent_center_description {
    display: none !important;
  }

  .SFX_BannerContent_center_description_mobile {
    height: 560px;
    background-repeat: no-repeat;
    mask-image: url("/images/Lonpac/banner_shape_mobile_1.svg");
    mask-position: bottom center;
    mask-size: cover;
    -webkit-mask-size: cover;

    mask-repeat: no-repeat;
    background-position: center top;
    background-size: cover; /* Ensures the background fills the area */

    object-fit: cover;
    width: 100vw;
  }

  .Banner_3_BTN_personal_product_share {
    top: 95px;
    right: 35px;
    bottom: auto;
  }

  .Mobile_Alignment_BannerContent_top {
    top: 10%;
  }

  .Mobile_Alignment_BannerContent_center {
    top: 50%;
  }

  .Mobile_Alignment_BannerContent_bottom {
    top: unset;
    position: absolute;
    bottom: 0;
  }

  .SFX_banner_title {
    display: none;
  }
}
.Mobile_Alignment_BannerContent_bottom {
  left: 50%;
  transform: translateX(-50%);
}
