/* @import url("https://fonts.googleapis.com/css?family=Montserrat|Elsie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@font-face {
  font-family: "something";
  src: url("/fonts/font/something.ttf");
} */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff) format("woff"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-600-normal.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-600-normal.woff) format("woff"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-600-normal.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-700-normal.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-700-normal.woff) format("woff"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-700-normal.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-900-normal.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-900-normal.woff) format("woff"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-900-normal.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  line-height: 20px;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  color: #626262;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
  object-fit: contain;
}
textarea {
  resize: none;
}
strong {
  color: inherit;
}
main {
  min-height: 100vh;
}
button {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #000000;
  padding: 6px 18px;
  background: #ffffff33;
  box-shadow: 0 4px 4px #0000001a;
  border: 1px solid #00000010;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: inherit;
  color: inherit;
}
span {
  color: inherit;
}
a {
  text-decoration: none;
  color: inherit !important;
}

.text-shadow {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8), -1px -1px 10px rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8), -1px -1px 10px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8), -1px -1px 10px rgba(255, 255, 255, 0.8);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8), -1px -1px 10px rgba(255, 255, 255, 0.8);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8), -1px -1px 10px rgba(255, 255, 255, 0.8);
}
#logo-image-container,
#logo-image-container-nav {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

#logo-image-container.hidden,
#logo-image-container-nav.hidden {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}

#logo-image-container,
#logo-image-container-nav {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.msglow-container {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .msglow-container {
    max-width: 80% !important;
  }
}
@media (min-width: 992px) {
  .msglow-container {
    max-width: 60% !important;
  }
}

.hover-pink:hover {
  color: #fb6f92 !important;
}
.header-spacer {
  height: 0px;
}
@media (min-width: 768px) {
  .header-spacer {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .header-spacer {
    height: 166px;
  }
}
.font-source-sans {
  font-style: normal;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
}
.detail-item:hover {
  color: #fb6f92 !important;
}
.pointer {
  cursor: pointer;
}
.col {
  margin: 0;
  padding: 0;
}
.row {
  margin: 0;
  padding: 0;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.ul-style {
  padding: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.li-style {
  list-style: none;
  width: 100%;
  white-space: nowrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #ffffff80;
  border-radius: 10px;
  box-shadow: 0 4px 30px #0000001a;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid #ffffff4d;
  z-index: 5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dropdown-content li {
  margin: 0;
}
.dropdown-content li a {
  color: #333;
  padding: 10px;
  text-decoration: none;
  text-align: start;

  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 135px;
}
.dropdown-content li a:hover {
  color: #f9f9f9 !important;
  background-color: #fb6f92;
  font-weight: 400;
}
.dropdown {
  text-align: center;
}
.msglow-menu-navbar {
  width: 135px !important;
  text-align: center;
}
.msglow-menu-navbar > a {
  margin: 8px 0;
}
.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.msglow-menu-navbar:hover {
  color: #fb6f92;
}
.vl {
  border-left: 1px solid #00000020;
  height: 40%;
}
.hero {
  background-color: #f8f8f8;
  text-align: center;
  z-index: 0;
}
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-home-banner {
  width: 100%;
  overflow: hidden;
}
.swiper-home-media {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-product {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0 40px;
}
.swiper-recommended-product {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0 40px;
}
.swiper-4-arrow {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0 40px;
}
.swiper-news {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-product-detail-wrapper {
  display: flex;
}
.swiper-product-detail {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #00000010;
}
.swiper-product-detail-thumbnail {
  width: 150px;
  overflow: hidden;
  position: relative;
  height: 350px;
  background: #00000030;
}
.poster-container {
  position: relative;
  width: 100%;
}
.poster-image {
  object-fit: cover;
  width: 100%;
}
.masonry-container {
  column-count: 1;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .masonry-container {
    column-count: 3;
    column-gap: 10px;
  }
}
@media (min-width: 992px) {
  .masonry-container {
    column-count: 4;
    column-gap: 10px;
  }
}
.masonry-wrapper {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}
.masonry-image {
  grid-row: 1 / -1;
  grid-column: 1;
  max-width: 100%;
}

.msglow-album-image {
  width: 100%;
}
.poster-button-wrapper {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.msglow-image-product-detail-thumbnail {
  width: 100%;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
}
.msglow-image-product-detail {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.msglow-tabs-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.msglow-tabs-card {
  padding: 0 20px;
}
.slider-image {
  width: 100%;
  object-fit: contain;
}
.slider-desktop {
  display: none;
}
.slider-mobile {
  display: block;
}
@media (min-width: 768px) {
  .slider-home {
    aspect-ratio: 16 / 9;
  }
  .slider-image {
    object-fit: cover;
    object-position: center 40%;
    height: 35vh;
  }
  .slider-desktop {
    display: block;
  }
  .slider-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .slider-image {
    height: 80vh;
  }
}
.swiper-button-prev {
  background-image: url("../icon/back-redrose.svg") !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 40% center;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}

.swiper-button-next {
  background-image: url("../icon/next-redrose.svg") !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 60% center;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}
.swiper-button-prev:hover {
  background-color: #ffffff90;
}
.swiper-button-next:hover {
  background-color: #ffffff90;
}
.swiper-button-prev::after {
  content: "";
}
.swiper-button-next::after {
  content: "";
}

.swiper-slide {
  text-align: center;
  text-align: -webkit-center;
}
.swiper-button-prev-home-banner {
  margin-top: 0;
}
.swiper-button-next-home-banner {
  margin-top: 0;
}
@media (min-width: 768px) {
  .swiper-button-prev-home-banner {
    margin-top: -30vh;
  }
  .swiper-button-next-home-banner {
    margin-top: -30vh;
  }
}
@media (min-width: 992px) {
  .swiper-button-prev-home-banner {
    margin-top: 10vh;
  }
  .swiper-button-next-home-banner {
    margin-top: 10vh;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev-home-banner {
    margin-top: 0;
  }
  .swiper-button-next-home-banner {
    margin-top: 0;
  }
}

.card-img-slider {
  width: 100%;
  /* height: 300px; */
  object-fit: contain;
}
.card-img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.card-msglow-wrapper {
  position: relative;
  width: 170px;
  margin-top: 20px;
  padding: 0;
  justify-self: center;
}
@media (min-width: 768px) {
  .card-msglow-wrapper {
    width: 180px;
    margin-top: 0;
  }
  .card-img {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .card-msglow-wrapper {
    width: 215px;
  }
  .card-img {
    height: 215px;
  }
}
.msglow-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-msglow {
  background: #ffffff33;
  border-radius: 16px;
  box-shadow: 0 4px 30px #0000001a;
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
  border: 1px solid #ffffff4d;
  padding: 0 5px 10px;
}
@media (min-width: 1200px) {
  .card-msglow {
    padding: 0 10px 10px;
  }
}
.msglow-bg-green {
  background: #7ddb5f;
}
.msglow-bg-red {
  background: #fb6f92;
}
.msglow-bg-orange {
  background: #ffac00;
}
.msglow-bg-pink {
  background: #fb6f92 !important;
  border: 1px solid #fb6f92 !important;
}
.msglow-bg-pink:hover {
  background: #f0416d !important;
  border: 1px solid #f0416d !important;
}
.bg-badge-new {
  background: #4585b8;
}
.bg-badge-sale {
  background: #fb6f92;
}
.bg-badge-best {
  background: #7ddb5f;
}
.msglow-text-pink {
  color: #fb6f92;
}
.product-detail-price {
  font-size: 32px;
  margin: 0;
}
.reset-style {
  all: unset;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #fff #fff #fb6f92;
  color: #fb6f92;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #fff #fff #fb6f92;
  color: #fb6f92;
}
.msglow-header-button-tabs {
  all: unset;
  border-color: none;
  padding: 10px;
}
.msglow-header-button-tabs:hover {
  color: #000;
}
.msglow-sup-text {
  color: inherit;
  font-size: 14px;
  top: -1em;
}
.card-label {
  padding-top: 10px;
  display: flex;
  justify-content: end;
  gap: 3px;
  height: 52px;
}
.card-label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  text-wrap: wrap;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.card-body-msglow {
  height: max-content;
  text-align: center;
}
.card-title-msglow {
  text-decoration: none !important;
  color: #000000de;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  text-align: center;
}

.tag {
  background: #fb6f9230;
  padding: 2px 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.bg-white {
  background: #ffffff;
}
.bg-accent {
  background: #f8f8f8;
}
.msglow-slider-container {
  width: 100%;
  max-width: 950px;
  justify-self: center;
}
.button-msglowid {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px 48px;
  background: #fb6f92 !important;
  color: #ffffff !important;
  cursor: pointer;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  transition: ease;
  -webkit-transition: ease;
  -moz-transition: ease;
  -ms-transition: ease;
  -o-transition: ease;
}
.button-msglowid:hover {
  background: #f0416d !important;
}

.button-cta-msglow {
  color: #fff !important;
  background: #ab803c;
  padding: 8px 32px;
  font-weight: 600;
  border: 1px solid #ab803c;
  border-radius: 20px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.button-cta-msglow:hover {
  background: #89652d;
}
.button-cta-msglow-accent {
  color: #444 !important;
  background: #ccc;
  padding: 8px 32px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 20px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.button-cta-msglow-accent:hover {
  color: #fff !important;
  background: #888;
}
.button-msglow {
  color: #fb6f92;
  padding: 6px 20px;
  border: 1px solid #fb6f92;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.button-msglow:hover {
  background: #fb6f92;
  color: #fff !important;
}
.msglow-card-button {
  color: #fb6f92;
  padding: 6px 0;
  border: 1px solid #fb6f92;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 11px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .msglow-card-button {
    font-size: 12px;
  }
}

.news-list,
.testimoni {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.msglow-pagination > .pagination {
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}

.pagination-wrapper {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  gap: 40px;
}
.search-product-wrapper {
  border: 1px solid #fb6f92;
  padding: 4px 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-product {
  border: none;
  outline: none;
  width: 100%;
}
.msglow-accordion-button {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #212529 !important;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}
.msglow-accordion-button span {
  font-size: 14px;
}
.msglow-product-menu-button {
  border: none !important;
  border-bottom: 2px solid #fff !important;

  box-shadow: none !important;
  padding: 5px 25px;
  margin: 10px 0;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .msglow-product-menu-button {
    font-size: 16px;
  }
}

.msglow-product-menu-button:hover {
  border-bottom: 2px solid #fb6f92 !important;
  color: #fb6f92;
  outline: none;
}
.msglow-active {
  color: #fb6f92 !important;
  outline: none !important;
}
.product-menu-wrapper {
  background: #ffffff33;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 100%;
}
.product-menu-wrapper-mobile {
  background: #ffffff33;
  border-radius: 5px;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #ffffff4d;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-height: 80vh;
  overflow-y: auto;
}
.product-item {
  border: 1px solid #ddd;
  padding: 20px;
  width: 200px;
  text-align: center;
}

.product-item img {
  max-width: 100%;
  height: auto;
}

.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.h-screen {
  height: 100vh;
  overflow-y: auto;
}
.store-list {
  text-align: left;
}
.wrapper-cta {
  background-image: linear-gradient(to top, #ff9a9e01 0%, #fecfef 99%, #fecfef 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.containter-face-comparison {
  position: relative;
  width: 300px;
  height: 300px;
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.containter-face-comparison-testimoni {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (min-width: 768px) {
  .containter-face-comparison-testimoni {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .containter-face-comparison-testimoni {
    width: 265px;
    height: 265px;
  }
}
@media (min-width: 1200px) {
  .containter-face-comparison-testimoni {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1400px) {
  .containter-face-comparison-testimoni {
    width: 280px;
    height: 280px;
  }
}

.containter-face-comparison-testimoni-detail {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 4px 4px 6px 2px #00000040;
}
.testimoni-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin: 0 0 38px;
  color: #626262;
}
.testimoni-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #626262;
}
.swiper-testimoni {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 28px 0;
}
.testimoni-next {
  margin-right: -18px;
  background-image: url("../icon/testimoni-next.svg") !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 60% center;
  background-color: transparent !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}
.testimoni-prev {
  margin-left: -18px;
  background-image: url("../icon/testimoni-next.svg") !important;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 60% center;
  background-color: transparent !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -webkit-transform: rotate();
  -moz-transform: rotate();
  -ms-transform: rotate();
  -o-transform: rotate();
}
.testimoni-button {
  color: #fff !important;
  background: #ab803c;
  padding: 5px 26px;
  font-weight: 600;
  border: 1px solid #ab803c;
  border-radius: 32px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.testimoni-button:hover {
  background: #89652d;
}
.testimoni-slider-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #626262;
}
.testimoni-slider-card {
  border: 1px solid #d9d9d9;
}
.testimoni-slider-image {
  width: 100%;
  height: 233px;
  object-fit: contain;
}
.testimoni-slider-card-body {
  padding: 12px 28px 0;
  text-align: left;
}
.testimoni-slider-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  height: 68px;
  margin: 0;
  color: #626262;
}
.testimoni-slider-category {
  margin: 12px 0;
  font-size: 20px;
  font-weight: 300;
  color: #626262;
}
@media (min-width: 768px) {
  .containter-face-comparison-testimoni-detail {
    width: 280px;
    height: 280px;
  }
  .testimoni-slider-image {
    height: 180px;
  }
  .testimoni-slider-title {
    font-size: 24px;
    line-height: 34px;
    height: 68px;
  }
  .testimoni-slider-category {
    font-size: 20px;
    margin: 12px 0;
  }
}
@media (min-width: 992px) {
  .containter-face-comparison-testimoni-detail {
    width: 265px;
    height: 265px;
  }
  .swiper-testimoni {
    padding: 10px 18px 0 0;
  }
  .testimoni-slider-image {
    height: 120px;
  }
  .testimoni-slider-card-body {
    padding: 12px;
    text-align: left;
  }
  .testimoni-next {
    margin-right: -18px;
  }
  .testimoni-prev {
    margin-left: 0;
  }
  .testimoni-slider-title {
    font-size: 18px;
    line-height: 26px;
    height: 48px;
  }
  .testimoni-slider-category {
    font-size: 16px;
    margin: 12px 0;
  }
  .testimoni-button {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .testimoni-next {
    margin-right: -18px;
  }
  .testimoni-prev {
    margin-left: -18px;
  }
  .containter-face-comparison-testimoni-detail {
    width: 330px;
    height: 330px;
  }
  .testimoni-slider-image {
    height: 160px;
  }
  .testimoni-title {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 38px;
  }
  .testimoni-description {
    font-size: 20px;
    line-height: 28px;
  }
  .testimoni-slider-card-body {
    padding: 12px 28px 0;
    text-align: left;
  }
  .testimoni-slider-title {
    font-size: 24px;
    line-height: 34px;
    height: 68px;
  }
  .testimoni-slider-category {
    font-size: 20px;
    margin: 12px 0;
  }
}
@media (min-width: 1400px) {
  .containter-face-comparison-testimoni-detail {
    width: 380px;
    height: 380px;
  }
  .testimoni-slider-title {
    font-size: 24px;
    line-height: 34px;
    height: 68px;
  }
  .testimoni-slider-category {
    font-size: 20px;
    margin: 12px 0;
  }
}
@media (min-width: 1600px) {
  .containter-face-comparison-testimoni-detail {
    width: 458px;
    height: 458px;
  }
  .testimoni-slider-image {
    height: 233px;
  }
  .testimoni-slider-title {
    font-size: 24px;
    line-height: 34px;
    height: 68px;
  }
  .testimoni-slider-category {
    font-size: 20px;
    margin: 12px 0;
  }
}
.label-face-comparison {
  z-index: 4;
  margin-top: 10px;
  letter-spacing: 0.5px;
  color: #626262;
  font-weight: bold;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 30px #0000001a;
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  padding: 6px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: opacity 0.5s ease;
}
.wrapper-face-comparison {
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.face-comparison {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px #0000004d;
  overflow: hidden;
  bottom: 0;
  height: 100%;
}
.wrapper-face-comparison > img {
  position: relative;
  width: 100%;
}

.label-face {
  position: absolute;
  width: 100%;
}
.slider-face {
  z-index: 100;
}

input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -2rem;
  left: -2%;
  background-color: #ffffff1a;
  width: 102%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]:active {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: #ffffff1a;
  position: relative;
  outline: none;
}
input[type="range"]::-moz-range-track {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: #ffffff1a;
  position: relative;
  outline: none;
}
input[type="range"]::active {
  border: none;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 0;
  background: url("../icon/bracket-plain-white.svg");
  background-size: contain;
  margin-top: -4px;
  cursor: pointer;
  border: none;
}
input[type="range"]::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 0;
  background: url("../icon/bracket-plain-white.svg");
  background-size: contain;
  cursor: pointer;
  border: none;
}

.container-list-seller {
  height: 342px;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.styled-scrollbar::-webkit-scrollbar {
  background: white;
  width: 8px;
  height: 5px;
}
.styled-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fecfef;
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #fecfef;
  border: 1px solid #fecfef;
}
.styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.styled-scrollbar::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.seller-card {
  margin: 10px 10px 0 0;
  padding: 20px;
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.image-media {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 140px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home-image-media {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 230px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 768px) {
  .image-media {
    height: 200px;
  }
  .image-main {
    height: 468px;
  }
}
.bg-overlay {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(209, 213, 219, 0.3);
}
.price-tag {
  background-color: #4285f4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285f4;
}

.location-maps {
  border-radius: 5px;
  width: 100%;
  height: 530px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.card-seller-text {
  text-transform: uppercase;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}
.seller-text {
  margin: 0;
  font-size: 11px;
  text-align: wrap;
  text-transform: uppercase;
}
.seller-info {
  width: 135px;
  min-width: 135px;
  text-transform: uppercase;
}
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.animate-rotate {
  animation: rotate 1s infinite;
  -webkit-animation: rotate 1s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
.input-msglow {
  border-color: #fb6f9250;
}
.input-select-options {
  outline: none;
  box-shadow: none;
  border: none !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.input-select-options:focus {
  box-shadow: none !important;
}

.select2 {
  min-width: 300px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.select2-dropdown {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.select2-container--default .select2-selection--single {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  height: unset;
  padding: 4px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.select2-search__field {
  outline: none !important;
}
.select2-results__options {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-container--default .select2-results__option--selected {
  background: #fb6f92;
  color: #fff;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000;
  background: #fecfef;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-results__option--selectable {
  width: 100%;
}

.select2-results__options::-webkit-scrollbar {
  background: white;
  width: 8px;
  height: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fecfef;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #fecfef;
  border: 1px solid #fecfef;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.select2-results__options::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.form-control {
  border: 1px solid #fb6f9250;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.input-group-text {
  border: 1px solid #fb6f9250;
  background: #fb6f9250;
}
.form-select + span > .selection > span {
  border: 1px solid #fb6f9250;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: none;
}
.form-select + span > .selection > span:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.form-select {
  border: 1px solid #fb6f9250;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.line-clamp-1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}
.brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
.brand-wrapper {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  background: #ffffff33;
  padding: 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .brand-wrapper {
    width: 250px;
    height: unset;
  }
}
.msglow-menu-wrapper {
  display: flex;
  justify-content: center;
  width: max-content;
}
.logo-nav {
  height: 80px;
  object-fit: contain;
}
.logo-sub-brand {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.title-media {
  text-decoration: none !important;
  color: #000000de;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  height: 42px;
}

.title-clinic {
  text-decoration: none !important;
  /* color: #000000de; */
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  height: 20px;
}
.readmore-media {
  color: #fb6f92 !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px 0;
}
.date-media {
  font-size: 14px;
  font-weight: 500;
  color: #9d9d9d;
  margin: 10px 0;
}
.wrapper-media {
  margin: 0 0 10px;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wrapper-testimoni {
  margin: 0 0 10px;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  text-align: -webkit-center;
}
.wrapper-product-skin-result {
  margin: 0 0 10px;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  text-align: -webkit-center;
}
.color-white {
  color: #fff;
}
.news-cover-image {
  width: 100%;
}
.fullscreen {
  background-color: #333;
}
.msglow-footer {
  background: #30313b;
  padding: 20px 0;
}

.footer-section {
  margin: 10px 0;
}
.footer-title {
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
}
.footer-text {
  color: #fff !important;
  font-size: 16px;
  margin: 8px 0;
  display: block;
}
.footer-copyright {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.accordion-button {
  box-shadow: none !important;
}
.accordion-button:focus {
  background: #fff;
}
.accordion-button:not(.collapsed) {
  background: #fff;
}
.icon-menu {
  width: 16px;
  height: 16;
}
@media (min-width: 768px) {
  .icon-menu {
    width: 20px;
    height: 20px;
  }
}
.msglow-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .msglow-flex-wrap {
    justify-content: space-between;
  }
}
.our-seller-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 20px 0;
}
.our-seller-card {
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1) !important;
  border-color: #e8e8e8;
  border-width: thin;
  border-radius: 10px !important;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border: thin solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  width: 355px;
  padding: 15px;
}
.our-seller-card:hover {
  border-color: #fab4c5;
  box-shadow: 0 1px 0 #11111a33, 0 0 8px #11111a40 !important;
}
.our-seller-card {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .our-seller-card {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .our-seller-title {
    width: 355px;
  }
}
.msglow-card {
  width: 350px;
  background: #ffffff33;
  border-radius: 16px;
  box-shadow: 0 4px 30px #0000001a;
  border: 1px solid #ffffff4d;
}
@media (min-width: 992px) {
  .msglow-card {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .msglow-card {
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .msglow-card {
    width: 400px;
  }
}
.card-landscape {
  width: 415px;
  height: max-content;
}
.card-landscape:hover {
  border: 1px solid #fab4c5;
}
.msglow-card-tabs {
  background: #ffffff33;
  border-radius: 16px;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #ffffff4d;
  padding: 20px;
  margin: 40px 10px 0;
}
.msglow-card-content {
  padding: 10px 0 0;
  min-height: 125px;
}
.msglow-card-image {
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.clinic-image {
  background: #f2f2f2;
  height: 298px;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}
.clinic-address {
  height: 40px;
}
.banner-media {
  height: 300px;
  object-fit: cover;
}
.msglow-card-title {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0;
}
.msglow-card-title-small {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
.msglow-card-text {
  font-size: 14px;
  margin: 0;
}
.msglow-card-button-text {
  font-size: 12px;
}
.msglow-card-button-link {
  max-width: 180px !important;
  width: 48%;
  display: flex;
  gap: 5px;
  height: fit-content;
  align-items: center;
  color: #000000;
  background: #fef2f5;
  padding: 6px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.msglow-card-button-link:hover {
  background: #ffdae3;
  color: #000;
  font-weight: 700;
}
[type="search"] {
  outline-offset: unset;
}
.search-container {
  margin: 40px 0 20px;
}
.msglow-form-input {
  margin: 10px 0;
  width: max-content;
  min-width: 300px;
  padding: 6px 12px;
  border: 1px solid #fb6f9250;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  outline: none !important;
}
.msglow-form-input:focus {
  background: #ffffff33;
  border-radius: 16px;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #ffffff4d;
}
.msglow-input-wrapper {
  width: max-content;
}
.ingredient-item:hover {
  color: #fb6f92 !important;
}
.msglow-image-how-to-use {
  width: 50%;
  object-fit: contain;
  margin: 40px 0;
}
.msglow-text-how-to-use {
  width: 100%;
}
@media (min-width: 768px) {
  .msglow-text-how-to-use {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .msglow-text-how-to-use {
    width: 40%;
  }
}
.ul-reset {
  all: unset;
}
.msglow-embed-content {
  height: 200px;
}
.contact-hero-wrapper {
  position: relative;
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: color;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;

  display: flex;
  align-items: end;
  padding: 10px;
  color: white;
}
.hero-text {
  color: white;
  text-shadow: 5px 1px 10px #000000, -3px 10px 12px #00000090;
}
.msglow-floating-label {
  padding: 8px 12px !important;
  background: transparent !important;
}
.msglow-floating-input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none !important;
  padding: 8px 12px !important;
  border: 1px solid #fb6f9250 !important;
  height: unset !important;
  min-height: unset !important;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
  -webkit-transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
  -moz-transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
  -o-transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
}
.msglow-category-image-wrapper {
  text-align: center;
}
.msglow-category-image {
  object-fit: contain;
  background: #fecfef50;
  height: 250px;
  max-width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.msglow-modal-content {
  background: #ffffff33;
  border-radius: 5px;
  box-shadow: 0 1px 4px #0000001a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #ffffff4d;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.list-seller-wrapper {
  height: 565px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}
.gm-style .gm-style-iw-c {
  background: #ffffffcc !important;
  border-radius: 16px;
  box-shadow: 0 4px 30px #0000001a;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid #ffffff4d;
  overflow: hidden;
  padding: 0;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-iw {
  padding: 10px;
}
.bg-dot {
  background-size: 30vw;
  background-repeat: no-repeat;
  background-position: 100% 20%;
}

@media (min-width: 768px) {
  #join-seller-image_desktop {
    background-image: url("../image/image-not-available.jpg");
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 45vw;
  }
}
.bg-dot-left {
  background-size: 30vw;
  background-repeat: no-repeat;
  background-position: top left;
}
.card-v2 {
  background: #ffffff33;
  box-shadow: 0 0 4px #00000033;
  padding: 0 0 10px;
  width: 150px;
}
.card-label-wrapper-v2 {
  width: 160px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-label-v2 {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  /* height: 52px; */
  width: fit-content;
}
.product-badge {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.card-label-badge {
  width: fit-content;
  height: fit-content;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.text-shadow-v2 {
  text-shadow: 5px 1px 10px #0000000d, -3px 10px 12px #00000040;
}
.card-image-v2 {
  height: 150px;
  object-fit: contain;
}
.card-title-v2 {
  color: #333333 !important;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  margin: 0 0 5px;
}
.card-price-v2 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .card-v2 {
    padding: 0 0 10px;
    width: 200px;
  }
  .card-image-v2 {
    height: 200px;
  }
  .card-title-v2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .card-v2 {
    padding: 0 0 10px;
    width: 250px;
  }
  .card-image-v2 {
    height: 300px;
  }
  .card-title-v2 {
    font-size: 18px;
  }
}
.color-price {
  color: #4585b8 !important;
}
.card-icon-wrapper-v2 {
  border: 1px solid #00000030;
  padding: 5px;
  height: fit-content;
  width: fit-content;
}
.button-product-highlight {
  position: absolute;
  top: 80%;
  right: 6%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button-product-highlight {
    top: 50%;
    right: 10%;
  }
}
.arrow-animation {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.msglow-footer-v2 {
  background: #fff;
  box-shadow: 1px 0 10px #0000001a;
}
.footer-title-wrapper {
  height: 40px;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.footer-title-v2 {
  color: #5e5e5e;
  font-weight: 600;
  font-size: 16px;
  margin: 0 !important;
}
.footer-text-v2 {
  color: #5e5e5e !important;
  font-size: 12px;
  margin: 8px 0;
  display: block;
}
@media (min-width: 768px) {
  .footer-title-wrapper {
    margin-bottom: 30px;
  }
  .footer-title-v2 {
    font-size: 24px;
  }
  .footer-text-v2 {
    font-size: 16px;
  }
}
.footer-copyright-v2 {
  font-size: 12px;
  color: #5e5e5e;
}
.footer-input {
  width: 100%;
  height: 20px;
  padding: 0 5px;
  border: none !important;
  outline: none !important;
}
.footer-input-wrapper {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.footer-input-wrapper::before {
  position: absolute;
  content: url("../icon/send-micro.svg");
  top: 0px;
  right: 5px;
  height: 20px;
  width: 20px;
}
.blur {
  background: #ffffff33;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0 0 10px;
}
.text-shadow-v3 {
  text-shadow: 5px 1px 10px #ffffff0d, -3px 10px 12px #ffffff40;
}
.button-square {
  display: flex;
  gap: 5px;
  width: fit-content;
  height: fit-content;
  padding: 2px 4px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .button-square {
    display: flex;
    gap: 5px;
    width: fit-content;
    height: fit-content;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
  }
}
.border-2-black {
  border: 2px solid #000;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.button-square-text {
  font-size: 14px;
  font-weight: 600;
}
.banner-product-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 30px 0;
  width: 200px;
}

.products-cta-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  border: 2px solid #4585b8;
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .banner-product-name {
    font-size: 32px;
    line-height: 32px;
  }
  .products-cta-text {
    font-size: 42px;
    line-height: 42px;
  }
  .banner-product-name-desktop {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    margin: 30px 0;
    width: 45vw;
  }
}
@media (min-width: 992px) {
  .banner-product-name-desktop {
    font-size: 64px;
    line-height: 64px;
    font-weight: 400;
    margin: 30px 0;
    width: 35vw;
  }
}
.official-seller-label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 5px;
}
.official-seller-label-text {
  font-size: 12px;
  color: #fff;
  line-height: normal;
  margin: 0;
}
.official-seller-label-cta {
  font-size: 18px;
  color: #fff;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .official-seller-label {
    padding: 10px 20px;
  }
  .official-seller-label-text {
    font-size: 18px;
  }
  .official-seller-label-cta {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .official-seller-label {
    padding: 10px 30px;
  }
  .official-seller-label-text {
    font-size: 28px;
  }
  .official-seller-label-cta {
    font-size: 48px;
  }
}
.floating-filter-button {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 10px;
  right: 10px;
  align-items: end;
}
@keyframes arrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  60% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
}
@keyframes rotate {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  40% {
    transform: rotate(30px);
    -webkit-transform: rotate(30px);
    -moz-transform: rotate(30px);
    -ms-transform: rotate(30px);
    -o-transform: rotate(30px);
  }
  60% {
    transform: rotate(15px);
    -webkit-transform: rotate(15px);
    -moz-transform: rotate(15px);
    -ms-transform: rotate(15px);
    -o-transform: rotate(15px);
  }
}
.aboutUs-slider-image {
  height: 200px;
  width: 200px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#media-detail-content img {
  height: fit-content !important;
}
