/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #f3eae0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f4ded3;
  border-radius: 100vh;
  border: 3px solid #f4ded3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f4ded3;
}

/* Hover Scale */
.zoom {
  overflow: hidden;
  margin: 0 auto;
}

.zoom img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.zoom:hover img {
  transform: scale(1.1);
}

/* end of hover scale */

.serif {
  font-family: "Crimson Text", serif;
}

body {
  font-family: "Lato", sans-serif;
}

.maxHeight {
  max-height: 300px;
}

.active2 {
  background-color: #f4ded3;
}

.active3 {
  background-color: #4c4d4e;
  color: white;
}

.active4 {
  background-color: #f4ded3;
  height: 2rem;
  width: 2rem;
  border-radius: 1000px;
  text-align: center;
  display: inline-block;
  line-height: 182%;
}

.active5 {
  color: #f4ded3;
}

.active6 {
  background-color: #316366;
  color: white;
}

.active-card {
  width: 11rem;
  height: auto;
  background-color: white;
  border-radius: 12px;
  text-align: center;
  /* padding: 1rem;
  margin-left: 1rem;
  margin-right: 1rem; */
}

.active-card-pict {
  height: 10rem;
  margin: 0px auto;
  object-fit: cover;
  padding: 16px;
}

.default-card {
  width: 9rem;
  height: 12rem;
  background-color: white;
  border-radius: 12px;
  text-align: center;
  /* padding: 1rem; */
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  font-size: 12px;
}

.default-card-pict {
  height: 8rem;
  margin: 0px auto;
  object-fit: cover;
  padding: 16px;
}

.border-gray-custom {
  --border-opacity: 1;
  border-color: #4b4c4e;
}

.gradient {
  width: auto;
  height: 60vh;
}

.gradient-hero {
  background: rgb(232, 229, 225);
  background: linear-gradient(145deg,
      rgba(232, 229, 225, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.gradient-skincare {
  background: rgb(248, 246, 245);
  background: linear-gradient(145deg,
      rgba(248, 246, 245, 1) 0%,
      rgba(210, 202, 194, 1) 100%);
}

.gradient-bodycare {
  background: rgb(248, 244, 240);
  background: linear-gradient(145deg,
      rgba(248, 244, 240, 1) 0%,
      rgba(233, 225, 219, 1) 100%);
}

.gradient-parfum {
  background: rgb(236, 226, 220);
  background: linear-gradient(45deg,
      rgba(236, 226, 220, 1) 0%,
      rgba(246, 241, 238, 1) 100%);
}

.gradient-haircare {
  background: rgb(240, 228, 220);
  background: linear-gradient(45deg,
      rgba(240, 228, 220, 1) 0%,
      rgba(248, 242, 239, 1) 100%);
}

.gradient-makeup {
  background: rgb(251, 247, 244);
  background: linear-gradient(145deg,
      rgba(251, 247, 244, 1) 0%,
      rgba(250, 235, 229, 1) 100%);
}

.underline-custom1 {
  border-bottom: 2px solid #f4ded3;
  border-radius: 0px !important;
  width: auto;
}

.underline-custom:hover {
  border-bottom: 2px solid #f4ded3;
  border-radius: 0px !important;
  width: auto;
}

/* blog category responsive */
.category1 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)),
    url(/src/img/picture.jpg);
  height: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.category1-active {
  background-image: url(/src/img/picture.jpg);
  height: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown:hover .dropdown-content {
  display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(/src/img/calendar.svg) center/80% no-repeat;
  color: rgba(0, 0, 0, 0);
}

.search-input {
  background-image: url(/src/img/Search.svg);
  background-repeat: no-repeat;
  color: #4c4d4e;
  background-position: 98%;
  background-size: 20px;
}

/* slider section produk */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/*/  GRab cursor */
.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* end of grab cursor
------------------------------------------ end of lightslider css -------------------------------------- */

/* slide section 3 */
#slide-background {
  left: -1000px;
  /*
    -webkit-animation: slide 1.5s forwards; ---|
    -webkit-animation-delay: 1s;               |
    animation: slide 1.5s forwards;            |=====> moved to custom.js (line 41)
    animation-delay: 1s;              ---------|
    */
  z-index: 1;
  position: relative;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

.align-right {
  text-align: -webkit-right;
}

.align-center {
  text-align: -webkit-center;
}

/* about */
.bg-header-about {
  background-image: url(/src/img/tentangkami/Title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cta-produk {
  background-image: url(/src/img/satu-langkah-mudah.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-hero-landingpage {
  background: linear-gradient(180deg,
      rgba(205, 194, 179, 1) 0%,
      rgba(246, 234, 220, 1) 100%);
}

.bg-ad-landingpage {
  background: linear-gradient(to bottom right,
      rgba(245, 235, 224, 1) 0%,
      rgba(244, 227, 205, 1) 100%);
}

.bg-ad2-landingpage {
  background: linear-gradient(to bottom right,
      rgba(250, 240, 232, 1) 0%,
      rgba(241, 227, 211, 1) 100%);
}

.bg-sideform-landingpage {
  background: #eee2d2;
}

.bg-form-landingpage {
  background-image: url(/src/img/landingpage/Hero.webp),
    linear-gradient(to bottom,
      rgba(205, 194, 179, 1) 0%,
      rgba(246, 235, 220, 1) 59%);
  background-repeat: no-repeat;
  background-size: 750px 470px, auto;
  background-position: 450px 250px, 0px;
}

.right-arrow {
  background-image: url(/src/img/right.svg);
  background-size: 48px;
  width: 48px;
  height: 48px;
}

.left-arrow {
  background-image: url(/src/img/left.svg);
  background-size: 48px;
  width: 48px;
  height: 48px;
}

.imageVideo {
  display: block;
}

.video {
  position: relative;
}

.imageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5 ease;
  background-color: rgba(0, 0, 0, 0.4);
}

.video:hover .imageOverlay {
  opacity: 1;
}

.playButton {
  position: absolute;
  height: auto;
  width: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 578px) {
  .active-card {
    height: auto;
    background-color: white;
    border-radius: 12px;
    text-align: -webkit-center;
    padding: 0.5rem;
    width: 300px;
    margin: 0pxf;
  }

  .active-card-pict {
    height: 10rem;
    margin: 0px auto;
    object-fit: cover;
    padding: 8px;
  }

  .default-card {
    width: 9rem;
    height: 10rem;
    background-color: white;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
  }

  .default-card-pict {
    height: 6rem;
    margin: 0px auto;
    object-fit: cover;
    padding: 8px;
  }

  .bg-form-landingpage {
    background-image: url(/src/img/landingpage/Hero.webp),
      linear-gradient(to bottom,
        rgba(205, 194, 179, 1) 0%,
        rgba(246, 235, 220, 1) 59%);
    background-repeat: no-repeat;
    background-size: 750px 470px, auto;
    background-position: 0px 300px, 0px;
  }

  .bg-form-landingpage2 {
    background-image: url(/src/img/landingpage/Hero.webp);
    background-repeat: no-repeat;
    background-size: 600px 400px, auto;
    background-position: 0px 0px, 0px;
    overflow: hidden;
  }
}

ul.list-landingpage1 li {
  list-style: disc;
}

/* ul.checkmark-list li{
  list-style: none;
} */

ul.checkmark-list li::before {
  margin-left: -36px;
  padding-right: 5px;
  content: "";
  background-image: url(/src/img/landingpage/check.webp);
  width: auto;
  height: 20px;
  /* background-position: 0px 0px; */
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-indent: 2px;
  list-style-position: outside;
  /* min-height: 23px; */
}

.container-narrow {
  max-width: 900px;
  padding: 1.5rem;
}

.container-narrow ol,
.container-narrow ul,
.blog-content ol,
.blog-content ul {
  padding-left: 30px;
}

.container-narrow a,
.blog-content a {
  color: #C29F97;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.blog-content {
  line-height: 1.75rem;
  font-weight: 400;
  text-align: justify;
}

.show-max-600 {
  display: block;
}

.hide-max-600 {
  display: none;
}

@media only screen and (min-width: 601px) {
  .show-max-600 {
    display: none;
  }

  .hide-max-600 {
    display: block;
  }
}