/** Shopify CDN: Minification failed

Line 20:0 All "@import" rules must come first

**/
@font-face {
  font-family: "Catatan Perjalanan";
  src: url('CatatanPerjalanan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Luckiest Guy';
  src: url('LuckiestGuy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.latest_header {
  width: 100%;
  padding: 16px 120px;
  background: #FFF;
  overflow: hidden;
  border-radius: 40px 40px 0px 0px;
}
body {
  font-family: "Catatan Perjalanan";
}
.latest_header .latest_header_contaienr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.latest_header_contaienr .box {
  width: calc(45% - 0px) !important;
}

.latest_header_contaienr .left_box .icon_with_text {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  cursor: pointer !important;
}

.latest_header_contaienr .left_box .icon_with_text span {
  color: var(--Dark-Shade-1, #02080A);
  text-align: center;
  font-family: "Catatan Perjalanan";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 28.6px */
}

.latest_header_contaienr .logo_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}

.latest_header_contaienr .right_box {
  display: flex;
  justify-content: end;
  align-items: center;
}

.latest_header_contaienr .right_box a {
  position: relative;
  display: flex;
}

.latest_header_contaienr .right_box .header-cart__count {
  top: -5px;
  right: -5px;
}


.menu-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 9999999999;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 40px;
  border-radius: 20px;
  transition: .3s all;
}

@media screen and (min-width: 768px) {
  .menu-wrapper {
    box-shadow: 0px 50px 158px 0px #ffffff;
    position: absolute;
    top: 63px;
    left: 105px;
    width: 250px;
    overflow: hidden;
    height: max-content;
    padding: 15px 0px;
    padding-top: 50px;
    padding-bottom: 0px !important;
    border-radius: 0px;
    margin: 0px;
    visibility: hidden;
    transform: translatey(0%);
    transition: .1s all;
    border-radius: 0 0 10px 10px;
  }
}

.menu-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.menu-overlay {
  transform: translateX(0%);
  opacity: 1;
  transition: .3s ease;
}

@media screen and (max-width: 768px) {

  .menu-wrapper,
  .menu-overlay {
    transform: translateX(-200%);
    opacity: 0;
    transition: .3s ease;
  }
}

.menu-wrapper ul,
.menu-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.menu-wrapper .nav .dropdown {
  background-image: url(/cdn/shop/files/chevron-right.svg?v=1717751697);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 20px;
}

.menu-wrapper .nav a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: var(--Dark-Shade-6, #02080A);
  font-family: "Catatan Perjalanan";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .nav a {
    padding: 10px 15px;
    text-align: left;
  }
}

a {
  cursor: pointer !important;
}

/* .menu-wrapper .nav .js-back {
    padding: 10px 20px 10px 50px;
    background-color: #fff;
    background-image: url(/cdn/shop/files/chevron-left.svg?v=1717751697), linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
    background-position: 0px 50%, 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 20px;
} */

.menu-wrapper .nav .js-back:hover {
  background-color: #eee;
}

/* Level 1 -------------------------------------- */
.menu-wrapper .nav {
  position: relative;
  /* height: calc(100vh - 222px); */
  background: #FFF;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .nav {
    transition: all 0s ease;
  }
}


.menu-wrapper .nav li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Level 2
  -------------------------------------- */
.menu-wrapper .nav ul {
  display: none;
  position: unset;
  background-color: #fff;
  top: 0;
  left: 100%;
  /* height: calc(100vh - 222px); */
  width: 100%;
  transition: all 0.2s ease;
}


/* show sub-level */
.menu-wrapper .nav ul.menuactive {
  display: block !important;
}

.menu-wrapper .nav .menuactive li a {
  padding-top: 0px;
}

/* Level 3
  -------------------------------------- */
.menu-wrapper .nav ul ul {
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Menu Effects
  -------------------------------------- */
.menu-wrapper .transition {
  transition: all 0.2s ease;
}

.dropdoune_click {
  transition: all 0.2s ease;
}

.dropdoune_click.menuactive {
  transform: rotate(180deg);
}

.menu-wrapper .slide-out {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.link_button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .link_button {
    padding-right: 0px;
  }
}

.link_button svg {
  width: 25px;
  height: 25px;
}

.cancle_button {
  width: 20px;
  height: max-content;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 22;
  cursor: pointer !important;
}

.cancle_button svg {
  width: 16px;
  height: 16px;
}

.socil_icon {
  background: #02080A;
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 20px;
}

.socil_icon a {
  display: flex;
}

.socil_icon a svg rect {
  stroke: #fff;
}

.latest_header_contaienr .box .latest_destop_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
  gap: 15px;
}

.latest_destop_menu ul {
  display: none;
}

.latest_destop_menu a {
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0px;
  text-decoration: none;
  color: var(--Dark-Shade-1, #02080A);

}

.latest_destop_menu li ul {
  position: absolute;
  padding-top: 43px;
  padding-right: 20px;
  padding-bottom: 11px;
  background: #fff;
  transition: all 0.2s;
}

.latest_destop_menu li:hover ul {
  display: block !important;
}

.latest_destop_menu li:hover .link_button svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .cancle_button {
    display: none;
  }

  .latest_header_contaienr .left_box .icon_with_text:hover .menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}

.menu-wrapper .nav li {
  border-top: .5px solid #02080A;
}

@media screen and (max-width: 768px) {
  .icon_with_text.hambager {
    display: flex !important;
  }

  .latest_header_contaienr .box .latest_destop_menu {
    display: none;
  }

  .menu-wrapper.menu {
    visibility: visible;
    transform: translate(0);
    opacity: 1;
  }

  .latest_header {
    padding: 10px 20px;
    /* height: 60px; */
    border-radius: 20px 20px 0 0;
  }

  .site-header__logo-image {
    max-width: 61px !important;
    width: 61px !important;
  }

  .latest_header_contaienr .left_box .icon_with_text span {
    font-size: 16px;
  }

  .latest_header_contaienr .right_box a {
    width: 20px;
  }

  .menu-wrapper {
    width: 100%;
    height: calc(100vh - 0px);
    padding-top: 50px;
    border-radius: 10px;
    margin: 0px;
  }

  .menu-wrapper .nav {
    height: calc(100vh - 130px);
  }

  .socil_icon a svg {
    width: 30px;
  }
}


/* // footer css // */


.latest_footer {
  width: 100%;
  padding-top: 64px;
  padding-left: 160px;
  padding-right: 160px;
  background: var(--White, #FFF);
}

.latest_footer_container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.latest_footer_container .menu_link {
  width: calc(20% - 10px);
  position: relative;
}

.latest_footer_container .text_with_logo {
  width: calc(80% - 10px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.latest_footer_container .text_with_logo::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  content: '';
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.10) 51.16%, rgba(0, 0, 0, 0.02) 100.23%);
}

.latest_footer_container .text_with_logo::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  content: '';
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.10) 51.16%, rgba(0, 0, 0, 0.02) 100.23%);
}

.latest_footer_container .text_with_logo a {
  margin-bottom: 24px;
}

.latest_footer_container .text_with_logo p {
  color: var(--Dark-Shade-6, #818485);
  text-align: center;
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  margin: 0px auto;
  max-width: 612px;
}

.latest_footer_container .menu_link h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: 'Luckiest Guy';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 16px;
}

.latest_footer_container .menu_link ul li {
  line-height: 1;
  margin-bottom: 16px;
}

.latest_footer_container .menu_link ul li a {
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  text-decoration: none;
}

.left_box_icon,
.right_box_icon {
  position: absolute;
  z-index: 0;
  bottom: -66px;
}

.left_box_icon {
  left: -160px;
}

.right_box_icon {
  right: -160px;
}

.bottom_footer_box {
  margin-top: 64px;
  padding-left: 160px;
  padding-right: 160px;
  background: #02080A;
  height: 72px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 40px 40px;
}

.bottom_footer_box .socil_icon {
  background: transparent !important;
  padding: 0px;
  gap: 8px !important;
}

.bottom_footer_box .page-width_a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.bottom_footer_box .page-width_a .socil_icon,
.bottom_footer_box .page-width_a .copyright-text {
  width: max-content;
  color: var(--White, #FFF);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  display: flex;
  align-items: center;
}

.bottom_footer_box .socil_icon a svg rect {
  stroke: #009EED;
}

.bottom_footer_box .copyright-text a {
  color: var(--White, #FFF);
}

@media screen and (max-width: 768px) {
  .latest_footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest_footer_container {
    flex-wrap: wrap;
    gap: 40px 20px;
  }

  .latest_footer_container .text_with_logo {
    width: 100%;
    order: 1;
  }

  .latest_footer_container .menu_link {
    width: calc(50% - 10px);
    order: 2;
  }

  .latest_footer_container .text_with_logo p {
    font-size: 16px;
  }

  .latest_footer_container .menu_link h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .latest_footer_container .menu_link ul li {
    margin-bottom: 10px;
  }

  .latest_footer_container .menu_link ul li a {
    font-size: 18px;
  }

  .bottom_footer_box {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    border-radius: 0 0 20px 20px;
  }

  .bottom_footer_box .page-width_a .socil_icon,
  .bottom_footer_box .page-width_a .copyright-text {
    font-size: 12px;
  }

  .page-width_a .socil_icon a svg {
    width: 20px;
  }

  .left_box_icon,
  .right_box_icon {
    bottom: -76px;
    width: 45px;
  }

  .right_box_icon {
    right: -20px;
  }

  .left_box_icon {
    left: -20px;
    bottom: -96px;
  }
}

.latest_banner_section {
  background-position: center;
  background-size: 100% 100%;
  background-position: top;
  width: 100%;
  /* height: 960px; */
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
  padding-bottom: 80px;
  position: relative;
}

.main_Banner_container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0px;
  max-width: 968px;
  margin: auto;
  padding: 120px 20px;
  position: relative;
  z-index: 1;
}

.main_Banner_container .text_box,
.main_Banner_container .image_and_video {
  width: calc(50% - 0px);
}

.main_Banner_container .image_and_video video {
  mix-blend-mode: darken;
  width: 187%;
  left: -192px;
  position: relative;
  transform: scaleX(1);
}

.main_Banner_container .image_and_video img {
  height: 493px;
  object-fit: cover;
}

.main_Banner_container .text_box h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.main_Banner_container .text_box p {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 52px */
  margin: 0;
  padding-bottom: 48px;
}

.latest_button {
  display: flex;
  padding: 16px 28px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  width: max-content;
  background: var(--Primary-Colors-Blue, #009EED);
  box-shadow: 0px 16px 75px 0px rgba(0, 158, 237, 0.25);
  color: var(--White, #FFF);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.container_class {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}


.text_slider_container .box {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.90);
  /* box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px); */
}

.text_slider_container .box p {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  margin: 0px;
}

.text_slider_container .box h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0px;
}

.text_slider_container {
  padding-bottom: 32px;
}

.text_slider_container .swiper-horizontal>.swiper-pagination-bullets,
.text_slider_container .swiper-pagination-bullets.swiper-pagination-horizontal,
.text_slider_container .swiper-pagination-custom,
.text_slider_container .swiper-pagination-fraction {
  bottom: 66px !important;
}


.text_slider_container .swiper-pagination-bullet {
  border-radius: 16px !important;
  width: 40px !important;
  height: 2px !important;
  margin: 0px 6px !important;
  opacity: 1 !important;
  background: var(--Dark-Shade-9, #CDCECE) !important;
}

.text_slider_container .swiper-pagination-bullet-active {
  background: var(--Primary-Colors-Blue, #009EED) !important;
}

.animation_svg {
  position: absolute;
  z-index: 0;
  height: max-content;
}

.latest_banner_section .left_svg_1 {
  left: 17%;
  top: 1%;
  width: 13%;
}

.latest_banner_section .left_svg_2 {
  left: 9%;
  bottom: 39%;
  width: 15%;
}

.latest_banner_section .left_svg_3 {
  left: 4%;
  bottom: 1%;
  width: 12%;
}

.latest_banner_section .right_svg_1 {
  right: 15%;
  top: 3%;
  width: 9%;
}

.latest_banner_section .right_svg_2 {
  right: 8%;
  bottom: 49%;
  width: 10%;
}

.latest_banner_section .right_svg_3 {
  right: 15%;
  bottom: 18%;
  width: 14%;
}

.latest_banner_section .right_svg_4 {
  right: 8%;
  bottom: 1%;
  width: 8%;
}

@media screen and (min-width: 1441px) {
  .animation_svg {
    width: max-content !important;
  }

  .play_svg_1 {
    right: 53vw !important;
    left: 53vw !important;
  }

}

@media screen and (max-width: 768px) {
  .main_Banner_container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 70px 20px;

  }

  .main_Banner_container .image_and_video video {
    mix-blend-mode: darken;
    width: 170%;
    left: -116px;
    position: relative;
    transform: scaleX(1);
  }

  .main_Banner_container .text_box,
  .main_Banner_container .image_and_video {
    width: 100%;
  }

  .main_Banner_container .text_box h2 {
    font-size: 28px;
  }

  .main_Banner_container .text_box p {
    font-size: 18px;
    padding-bottom: 28px;
  }

  .latest_button {
    padding: 10px 20px;
    gap: 5px;
    font-family: "Catatan Perjalanan";
    font-size: 16px;
  }

  .text_slider_container {
    padding-bottom: 20px;
  }

  .text_slider_container .box {
    padding: 20px;
    gap: 15px;
  }

  .text_slider_container .box p,
  .text_slider_container .box h2 {
    font-size: 16px;
  }

  .latest_banner_section .right_svg_4 {
    right: 4%;
    bottom: 6%;
    width: 20%;
  }

  .latest_banner_section .left_svg_3 {
    left: 2%;
    bottom: 2%;
    width: 20%;
  }

  .latest_banner_section .right_svg_3 {
    right: 28%;
    bottom: 15%;
    width: 39%;
  }

  .latest_banner_section .right_svg_2 {
    right: 3%;
    bottom: 44%;
    width: 18%;
  }

  .latest_banner_section .left_svg_2 {
    left: 2%;
    bottom: 60%;
    width: 27%;
  }

  .latest_banner_section .left_svg_1 {
    left: 5%;
    top: 1%;
    width: 20%;
  }

  .latest_banner_section .right_svg_1 {
    right: 3%;
    top: 11%;
    width: 20%;
  }

  .text_slider_container .swiper-pagination-bullet {
    width: 20px !important;
    margin: 0px 3px !important;
  }
}

.latest_collection_product {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 120px 0;
  position: relative;
}

.latest_collection_product .page-width_a {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  overflow-x: hidden;

}

.latest_collection_product .heading {
  color: var(--Primary-Colors-Blue, #009EED);
  font-family: "Luckiest Guy";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 40px;
  text-align: center;
}

.box_item_box .product_content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(40px);
}

.box_item_box .product_content .image_section {
  width: 100%;
}


.box_item_box .product_content .image_section .background-image {
  border-radius: 32px;
  height: 248px;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .box_item_box .product_content .image_section .background-image {
    border-radius: 32px;
    height: auto;
    aspect-ratio: 540/564;
  }
}

.box_item_box .product_content .text_inner_text .title {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.box_item_box .product_content .text_inner_text .decraption {
  overflow: hidden;
  color: var(--Dark-Shade-6, #818485);
  text-overflow: ellipsis;
  height: 160px;
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.box_item_box .product_content .text_inner_text .decraption p {
  margin: 0px;
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.box_item_box .product_content .text_inner_text .price_main {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 24px;
}

.main_latest_collection_product {
  margin-bottom: 48px;
  position: relative;
}

.swiper-button-next1,
.swiper-button-prev1 {
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  top: 0%;
  bottom: 0;
  margin: auto;
}

.swiper-button-next1 svg path,
.swiper-button-prev1 svg path {
  opacity: 0.25;
}

.swiper-button-next1 {
  left: 32px;
}

.swiper-button-prev1 {
  right: 32px;
}

.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
  opacity: .3;
}

.latest_collection_product .right_svg_1 {
  right: 4%;
  top: 17%;
  width: 15%;
}

.latest_collection_product .left_svg_1 {
  left: 17%;
  top: auto;
  bottom: 18%;
  width: 11%;
}

.latest_banner_section {
  position: relative;
}

.latest_banner_section::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
}

.main_latest_collection_product_a .box_item_box .product_content {
  background: rgba(243, 245, 247, 0.70);
  gap: 20px !important;
}

.main_latest_collection_product_a .text_inner_text .decraption p {
  color: var(--Dark-Shade-6, #818485) !important;
  font-size: 17.7px !important;
  letter-spacing: 0px;
  margin-top: 8px !important;
}

.main_latest_collection_product_a .box_item_box .top_title {
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 12px;
}

.play_svg_1 {
  right: 26vw;
  top: 6%;
  width: 16%;
}

.play_svg_2 {
  left: 2%;
  bottom: -6%;
  width: 19%;
}

.play_svg_3 {
  right: 8%;
  bottom: 13%;
  width: 12.2%;
}

@media screen and (max-width: 768px) {
  .latest_collection_product {
    padding: 80px 0;
    position: relative;
  }

  .latest_collection_product .heading {
    font-size: 28px;
    padding-bottom: 24px;
  }

  .swiper-button-next1,
  .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next1 svg,
  .swiper-button-prev1 svg {
    width: 100%;
    height: max-content;
  }

  .swiper-button-prev1 {
    right: 0px;
  }

  .swiper-button-next1 {
    left: 0px;
  }

  .latest_collection_product .right_svg_1 {
    right: 0%;
    top: 14%;
    width: 23%;
  }

  .latest_collection_product .left_svg_1 {
    left: 30%;
    top: auto;
    bottom: 19%;
    width: 39%;
  }

  .main_latest_collection_product {
    margin-bottom: 80px;
    position: relative;
  }

  .box_item_box .product_content .text_inner_text .title {
    font-size: 18px;
  }

  .box_item_box .product_content .text_inner_text .decraption {
    height: auto;
  }

  .box_item_box .product_content .text_inner_text .decraption,
  .box_item_box .product_content .text_inner_text .decraption p {
    font-size: 16px;
  }

  .box_item_box .product_content .text_inner_text .price_main {
    font-size: 18px;
    margin-top: 20px;
  }

  .box_item_box .product_content {
    padding: 15px;
    gap: 15px;
    border-radius: 16px;
  }

  .box_item_box .product_content .image_section .background-image {
    border-radius: 10px;
  }

  .play_svg_1 {
    right: 3%;
    top: 6%;
    width: 31%;
  }

  .play_svg_3 {
    right: 3%;
    bottom: 19%;
    width: 26.2%;
  }

  .play_svg_2 {
    left: 2%;
    bottom: -3%;
    width: 35%;
  }

  .main_latest_collection_product_a .box_item_box .top_title {
    font-size: 28px;
    padding-bottom: 8px;
  }

  .main_latest_collection_product_a {
    margin-bottom: 40px;
  }
}

.latet_text_with_image {
  width: 100%;
  position: relative;
  padding-top: 48px;
  overflow: hidden;
}

.page-container_1 {
  padding-left: 120px;
  max-width: 1440px;
  margin: auto;
  padding-right: 40px;
}

.image_text_container {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
}

.image_text_container .text_box {
  width: calc(41% - 8px);
  z-index: 1;
}

.image_text_container .image_box {
  width: calc(59% - 8px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_text_container .text_box h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.image_text_container .text_box p {
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin: 0px;
  margin-bottom: 48px;
}

.tranprint_button {
  display: flex;
  padding: 16px 28px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  width: max-content;
  background: var(--Primary-Colors-Blue, #009EED);
  box-shadow: 0px 16px 75px 0px rgba(0, 158, 237, 0.25);
  color: var(--White, #FFF);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.image_text_container .image_box,
.image_text_container {
  position: relative;
}

.image_text_container .image_box .main_image_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
}

.text_section_svg_2 {
  left: 3%;
  bottom: 0%;
  z-index: 0;
}

/* .marquee-content svg {
    margin: 0 24px;
} */

.image_text_container .image_box .video_a {
  position: absolute;
  bottom: -85px;
  left: -39%;
  width: 162%;
  z-index: -1;
  mix-blend-mode: darken;
}

@media screen and (max-width: 768px) {
  .page-container_1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_text_container {
    flex-direction: column-reverse;
  }

  .image_text_container .text_box,
  .image_text_container .image_box {
    width: 100%;
  }

  .text_section_svg_2 {
    left: 0%;
    bottom: 0%;
    z-index: 0;
    width: 26%;
  }

  .image_text_container .text_box h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .image_text_container .text_box p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .tranprint_button {
    padding: 10px 20px;
    gap: 5px;
    font-size: 18px;
  }

  .image_text_container .image_box .main_image_text {
    width: 80%;
  }

  .latet_text_with_image {
    padding-bottom: 60px;
  }

  .image_text_container .image_box .video_a {
    bottom: -28px;
  }

  .latest_footer_container .text_with_logo::before,
  .latest_footer_container .text_with_logo::after {
    display: none;
  }

  /* .marquee-item .rimage-outer-wrapper {
        width: 500px !important;
    } */

  /* .marquee-item {
        padding-right: 0px !important;
    } */
}

.collection_heading h1 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.cc-filters-results__summary_ {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 36.4px */
  text-align: center;
  margin: 0px;
  margin-bottom: 40px;
}

.cc-filter__toggle,
.cc-filters-control__btn {
  color: var(--Dark-Shade-2, #1B2022);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.cc-filters-results .grid-flex {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.commectionleft_svg_1 {
  left: 9%;
  top: 2%;
  width: 8.67%;
}

.commectionleft_svg_2 {
  left: 5%;
  top: 48%;
  width: 11.5%;
}

.commectionleft_svg_3 {
  left: 1%;
  top: 85%;
  width: 17.9%;
}

.commectionright_svg_1 {
  right: 2%;
  top: 0%;
  width: 15.5%;
}

.commectionright_svg_2 {
  right: 2%;
  top: 51%;
  width: 13.6%;
}

.commectionright_svg_3 {
  right: 2%;
  top: 85%;
  width: 13%;
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection_heading h1 {
    font-size: 28px;
  }

  .cc-filters-results__summary_ {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 20px;
  }

  .cc-filters-control__btn {
    color: var(--Dark-Shade-2, #1B2022);
    font-family: "Catatan Perjalanan";
    font-size: 16px;
    line-height: 18px;
    /* 31.2px */
  }

  .cc-filters-control__btn {
    padding: 10px 15px;
  }
}

.container_page {
  max-width: 1440px;
  margin: auto;
}

.mission-section {
  /* max-width: 1440px;
    margin: auto; */
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  padding: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.missinn-sec-part {
  display: flex;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  position: relative;
}

.mission-left-img-box {
  width: calc(45% - 40px);
  position: relative;
  aspect-ratio: 1;
}

.mission-left-img-box video {
  width: 235%;
  max-width: 1069px;
  position: absolute;
  left: -9rem;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: darken;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-sec-bgimg-vector-38 {
  position: absolute;
  z-index: 0;
  top: -41%;
  left: -10%;
  width: 40%;
  height: max-content;
}

.main-sec-bgimg-vector-39 {
  position: absolute;
  z-index: 0;
  top: -41%;
  right: -10%;
  width: 40%;
  height: max-content;
}

.top-center-bg-img {
  position: absolute;
  top: -7rem;
  left: 36%;
  width: 14%;
  height: max-content;
}

.top-right-bg-img {
  position: absolute;
  right: 2%;
  top: -7rem;
  width: 14%;
  height: max-content;
}


.mission-left-img-box img {
  width: 170%;
  max-width: 178%;
  position: absolute;
  top: 5%;
  left: -31%;
}

.mission-right-text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(55% - 40px);
  position: relative;
  z-index: 1;
}


.mission-right-text-box h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.mission-right-text-box p {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 30.8px */
  margin: 0;
}

.information-cards {
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.information-card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(40px);
}

.ellipse-65-bgimg {
  position: absolute;
  top: 55%;
  left: 5%;
  width: 11%;
  height: max-content;
}


.vactor-bgimg {
  position: absolute;
  top: 56%;
  left: 42%;
  width: 14%;
  height: max-content;
}

.vector-37-dott-bgimg {
  position: absolute;
  right: 5%;
  bottom: -6.7rem;
  width: 13%;
  height: max-content;
}

.information-card img {
  height: 40px;
}

.information-card h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.information-card p {
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0px;
}

@media screen and (max-width:768px) {
  .mission-section {
    padding: 20px;
    gap: 40px;
    border-radius: 20px;
  }

  .missinn-sec-part {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }

  .mission-right-text-box {
    text-align: center;
  }

  .information-cards {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .mission-right-text-box,
  .mission-left-img-box {
    width: 100%;
  }

  .bg-vactor-37-dot {
    position: absolute;
    top: -35px;
    left: 13%;
  }

  .mission-left-img-box img {
    width: 150%;
    top: 16%;
    left: -84px;
    right: 0;
  }

  .mission-right-text-box h2 {
    font-size: 28px;
  }

  .mission-right-text-box p {
    font-size: 16px;
  }

  .information-card img {
    height: 32px;
  }

  .information-card h2 {
    font-size: 18px;
  }

  .information-card p {
    font-size: 14px;
  }

  .ellipse-65-bgimg {
    top: 52%;
    left: 3%;
    width: 30%;
  }

  .vactor-bgimg {
    top: 63%;
    left: 37%;
    width: 34%;
  }

  .vector-37-dott-bgimg {
    right: 5%;
    bottom: 0%;
    width: 19%;
  }

  .top-right-bg-img {
    right: 6%;
    width: 30%;
  }

  .top-center-bg-img {
    left: 12%;
    width: 30%;
  }

  .information-card {
    padding: 20px;
    gap: 15px;
    border-radius: 20px;
  }
}


.friends-section {
  display: flex;
  padding: 120px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  position: relative;
}

.friends-text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  position: relative;
}

.main-sec-bgimg-vector-38 {
  position: absolute;
  z-index: 0;
  top: -41%;
  left: -10%;
  width: 40%;
}

.main-sec-bgimg-vector-39 {
  position: absolute;
  z-index: 0;
  top: -41%;
  right: -10%;
  width: 40%;
}

.friends-text-section h2 {
  color: var(--Dark-Shade-1, #02080A);
  text-align: center;
  font-family: "Luckiest Guy";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.friends-text-section h3 {
  color: var(--Primary-Colors-Blue, #009EED);
  text-align: center;
  font-family: "Catatan Perjalanan";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 44px */
}

.friends-text-section p {
  color: var(--Dark-Shade-4, #4E5253);
  text-align: center;
  font-family: "Catatan Perjalanan";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 30.8px */
  margin: 0px;
}

.our-text {
  color: var(--Primary-Colors-Yellow, #FFC200);

}

.Buddy-text {
  color: var(--Primary-Colors-Red, #F00);

}

.friends-detail-section {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.friend-card {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(40px);
  width: calc(33.33% - 22px);
  height: auto;
  border-radius: 40px;
  position: relative;
  z-index: 4;
}

.friend-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.friend-card img {
  max-width: 144px;
  border-radius: 50%;
}

.friend-card-text h2 {
  color: var(--Dark-Shade-1, #02080A);
  text-align: center;
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.friend-card-text p {
  color: var(--Dark-Shade-6, #818485);
  text-align: center;
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
  margin: 0;
}

.right-buttem-svg11 {
  position: absolute;
  z-index: 0;
  bottom: -7%;
  right: 9%;
  width: 17%;
  height: max-content;
}

.left-top2-svg {
  position: absolute;
  z-index: 2;
  top: -11%;
  right: -8%;
  width: 17%;
  height: max-content;
}

.left--buttom-svg11 {
  position: absolute;
  z-index: 0;
  left: 9%;
  bottom: 25%;
  width: 19%;
  height: max-content;
}

.left-top-svg {
  position: absolute;
  z-index: 0;
  top: -8%;
  width: 13%;
  left: -5%;
  height: max-content;
}

@media screen and (min-width:320px) and (max-width:768px) {
  .friends-section {
    padding: 60px 20px;
    border-radius: 20px;
  }

  .friends-detail-section {
    gap: 20px;
  }

  .friends-text-section {
    gap: 8px;
  }

  .friends-text-section h2 {
    font-size: 28px;
  }

  .friends-text-section h3 {
    font-size: 18px;
  }

  .friends-text-section p {
    font-size: 16px;
  }

  .friend-card {
    padding: 14px 10px;
    gap: 8px;
    width: calc(50% - 10px);
    border-radius: 20px;
  }

  .friend-card img {
    max-width: 80px;
  }

  .friend-card-text h2 {
    font-size: 16px;
  }

  .friend-card-text p {
    font-size: 14px;
  }

  .right-buttem-svg {
    bottom: -2%;
    right: 16%;
    width: 25%;
  }

  .right-top-svg {
    right: -2%;
    top: -1%;
    width: 25%;
  }

  .left-top-svg {
    top: -6%;
    left: 3%;
    width: 25%;
  }

  .left--buttom-svg {
    left: 9%;
    bottom: 35%;
    width: 25%;
  }
}

.experience-latter {
  padding: 120px;
  border-radius: 40px;
  /* height: calc(100vh - 590px); */
}

.container_contact {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 40px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}

.img-left-part {
  width: calc(42% - 20px);
}

.img-left-part img {
  width: 100%;
  object-fit: cover;
}

.img-left-part video {
  width: 233%;
  max-width: 1038px;
  position: absolute;
  left: -12rem;
  z-index: -2;
  mix-blend-mode: darken;
}

.experience-latter-box {
  width: calc(58% - 20px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.experience-text {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.experience-text h2 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.experience-text h3 {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 30.8px */
}

.latter-box-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.name-email-line {
  display: flex;
  gap: 16px;
}

.input-name {
  width: 100%;
  display: flex;
  padding: 15px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid var(--Dark-Shade-9, #CDCECE);

  color: var(--Dark-Shade-8, #B3B5B5);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.input-email {
  width: 100%;
  display: flex;
  padding: 15px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid var(--Dark-Shade-9, #CDCECE);
  color: var(--Dark-Shade-8, #B3B5B5);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.input-subject {
  display: flex;
  padding: 15px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--Dark-Shade-9, #CDCECE);
  display: inline-block;
  width: 100%;
  color: var(--Dark-Shade-8, #B3B5B5);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.input-any-detail {
  width: 100%;
  display: flex;
  padding: 24px 24px 24px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--Dark-Shade-9, #CDCECE);
  color: var(--Dark-Shade-8, #B3B5B5);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 284px;
  margin: 0px;
}

.latter-box-subbmit-btn button {
  color: var(--White, #FFF);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 16px 28px;
  justify-content: flex-end;
  align-items: center;
  border: none;
  gap: 8px;
  letter-spacing: 1px;
  border-radius: 56px;
  background: var(--Primary-Colors-Blue, #009EED);
  box-shadow: 0px 16px 75px 0px rgba(0, 158, 237, 0.25);
  margin-top: 32px;
}

.latter-box-subbmit-btn button img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.main-sec-bgimg-vector-38 {
  position: absolute;
  z-index: 0;
  top: -19%;
  left: -10%;
  width: 40%;
}


.main-sec-bgimg-vector-39 {
  position: absolute;
  z-index: 0;
  bottom: 0%;
  right: 26%;
  width: 40%;
}

.right-buttem-svg {
  position: absolute;
  z-index: 0;
  top: 1%;
  right: 1%;
  width: 9%;
}


.right-top-svg {
  position: absolute;
  z-index: 2;
  top: 2%;
  left: 3%;
  width: 10%;
  height: max-content;
}

.left--buttom-svg {
  position: absolute;
  z-index: 0;
  bottom: 0%;
  left: 20%;
  width: 19%;
  height: max-content;
}


.left-top-svg {
  position: absolute;
  z-index: 0;
}

@media screen and (max-width:768px) {
  .experience-latter {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .img-left-part,
  .experience-latter-box {
    width: 100%;
  }

  .experience-text h2 {
    font-size: 24px;
  }

  .experience-text h3 {
    font-size: 16px;
  }

  .right-top-svg {
    top: 1%;
    left: 3%;
    width: 20%;
  }

  .left--buttom-svg {
    bottom: 0%;
    left: 23%;
    width: 20%;
  }

  .main-sec-bgimg-vector-39 {
    bottom: -5%;
    right: 26%;
    width: 20%;
  }

  .right-buttem-svg {
    top: 1%;
    right: 2%;
    width: 20%;
  }

  .name-email-line {
    flex-direction: column;
    gap: 16px;
  }

  .latter-box-subbmit-btn button {
    font-size: 14px;
    padding: 8px 14px;
  }

  .input-name,
  .input-email,
  .input-subject {
    padding: 10px 16px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    margin: 0px;
  }

  .input-any-detail {
    padding: 15px 16px 15px 16px;
    border-radius: 20px;
    font-size: 16px;
    min-height: 180px;
    margin: 0px;
  }

  .latter-box-subbmit-btn {
    display: flex;
    justify-content: center;
  }

  .container_contact {
    gap: 30px;
  }
}


.latest_product_title {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 61px;
  text-transform: capitalize;
}

.product-description__no-expand p {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin: 0 !important;

}

.product-description__no-expand {
  border-radius: 32px;
  padding: 32px;
  background: var(--White, #FFF);
}

.product-description__no-expand ul {
  margin-top: 16px;
  margin-bottom: 0px;
  list-style: none;
  margin-left: 36px;
}

.product-description__no-expand ul li {
  position: relative;
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;

}

.product-description__no-expand ul li::before {
  position: absolute;
  left: -36px;
  top: 0;
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: '';
  background-size: cover;
  background-image: url('/cdn/shop/files/Check.png?v=1718786598');
}

.product-detail__price * {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.jdgm-preview-badge {
  margin-bottom: 24px;
}

.jdgm-prev-badge__text {
  color: var(--Dark-Shade-4, #4E5253);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
  margin-left: 8px !important;
}

.jdgm-widget * {
  font-size: 16px;
  line-height: 1 !important;
}

.option-selector .label {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.option-selector .label span {
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
  margin-top: -6px;
}

.quantity {
  display: flex;
  width: 100%;
  gap: 5px;
}

.quantity button {
  display: flex;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 96px;
  border: none !important;
  box-shadow: none;
  background: var(--White, #FFF);
}

.input-box {
  color: var(--Dark-Shade-2, #1B2022);
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  width: 40px;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  border: none;
  text-align: center;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}


.qty-wrapper {
  width: 165px;
}

.product-detail .qty-wrapper+.payment-buttons {
  width: 100%;
  margin-top: 0px !important;
}

.payment-buttons .btn {
  border-radius: 56px;
  background: var(--Primary-Colors-Blue, #009EED);
  box-shadow: 0px 16px 75px 0px rgba(0, 158, 237, 0.25);
  color: var(--White, #FFF);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #009EED;
}

.product-detail__image {
  border-radius: 48px;
  background: lightgray;
  overflow: hidden;
}

.product-recommendations h4 {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px !important;
}

@media screen and (max-width: 768px) {
  .product-layout-grid__images {
    position: relative;
    margin-bottom: 40px;
  }

  .latest_product_title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .product-description__no-expand {
    border-radius: 20px;
    padding: 20px;
  }

  .product-description__no-expand p {
    font-size: 16px;
  }

  .opt-swatch--dot {
    width: 40px;
    height: 40px;
  }

  .opt-swatch--image,
  .opt-swatch--dot {
    padding: 4px;
    border: 4px solid #FFF;
  }

  .product-detail__price * {
    font-size: 32px;
    text-align: left;
  }

  .product-detail__title-area {
    text-align: left;
  }

  .product-recommendations h4 {
    font-size: 32px;
    margin-bottom: 20px !important;
  }

  .quantity button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 10px;
  }

  .input-box {
    font-size: 16px;
    width: 30px;
  }

  .payment-buttons .btn {
    border-radius: 20px;
    font-size: 18px;
  }

  .payment-buttons .btn {
    min-height: 40px;
  }

  .slicksliderarrow {
    width: 40px !important;
  }

  .product-description__no-expand ul li::before {
    max-width: 20px;
    max-height: 20px;
    top: 4px;
    left: -26px;
  }

  .product-description__no-expand ul li {
    font-size: 16px;
  }

  .product-description__no-expand ul {
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 26px;
  }

}

.latest_accordion.accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}

.latest_accordion.accordion .accordion-item {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(40px);
  width: calc(50% - 16px);
  padding: 40px 24px;
}

.latest_accordion.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.latest_accordion.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.latest_accordion.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 0;
  cursor: pointer !important;
}

.latest_accordion.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  color: var(--Dark-Shade-1, #02080A);
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.latest_accordion.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
  transform: rotate(180deg);
  margin-left: 20px;
  margin-bottom: 6px;
}

.latest_accordion.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  transform: rotate(0deg);
  margin-left: 20px;
  margin-bottom: 6px;
}

.latest_accordion.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.latest_accordion.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.latest_accordion.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
}

.latest_accordion.accordion .accordion-item.open .accordion-item-description-wrapper .accordion-item-description {
  padding-top: 10px;
}

.latest_accordion.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
  padding: 0px;
  line-height: 1.5;
  margin: 0;
  color: var(--Dark-Shade-6, #818485);
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.latest_accordion {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 100px;

}

@media screen and (max-width: 1580px) {
  .latest_accordion {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
  }
}


@media screen and (max-width: 768px) {
  .latest_accordion {
    padding-left: 2%;
    padding-right: 20px;
    padding-top: 40px;
  }

  .latest_accordion.accordion {
    flex-direction: column;
  }

  .latest_accordion.accordion .accordion-item {
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px;
  }

  .latest_accordion.accordion .accordion-item .accordion-item-header {
    justify-content: space-between;
  }

  .latest_accordion.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    font-size: 18px;
  }
}


/*  cart page css */

.main_cart_sec {
  background-color: #F4F4F4;
  padding: 120px;
  border-radius: 40px;
}

.main_cart_sec .container {
  padding: 0px;
}

.main_cart_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_cart_sec .large-title {
  color: #02080A;
  font-family: "Luckiest Guy";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.main_cart_title .cart-continue-shopping,
.main_cart_title .cart-continue {
  margin: 0px;
}

.main_cart_title .cart-continue-shopping a {
  color: #009EED;
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
}

.main_cart_sec .cart-item.cart-item--titles {
  margin-top: 40px;
  border-top: 2px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  padding: 24px 0;
}

.main_cart_sec .cart-item span {
  padding: 0px !important;
  color: #9A9C9D;
  font-family: "Catatan Perjalanan";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.main_cart_sec .cart-item {
  padding: 32px 0;
}

.main_cart_sec .cart-item .image {
  max-width: 200px;
  width: 100%;
  border-radius: 32px;
}

.main_cart_sec .cart-item .description {
  padding: 0 0 0 24px;
}

.main_cart_sec .cart-item .description .description__title {
  color: #02080A;
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.cart_sec_description p {
  color: #9A9C9D;
  font-family: "Catatan Perjalanan";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 416px;
  width: 100%;
  margin: 8px 0 18px 0;
}

.main_cart_sec .description__preorder {
  display: none;
}

.main_cart_price {
  padding: 0px !important;
  display: flex;
}

.main_cart_price .theme-money {
  color: #02080A;
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.main_cart_sec .cart-item .quantity {
  width: 21% !important;
}

.main_cart_sec .total {
  /* width: 18%;    */
}

.main_cart_sec .quantity__minus,
.main_cart_sec .quantity__plus {
  width: 40px;
  height: 40px;
  background-color: #fff !important;
}

.cart-item .quantity__plus .icon,
.cart-item .quantity__minus .icon {
  opacity: .5;
  width: 18px;
}

.main_cart_sec .quantity__number {
  color: #1B2022;
  font-family: "Luckiest Guy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.main_cart_sec .subtotal-row {
  display: none;
}

.main_cart_sec .cart-checks {
  display: none;
}

.cart_contianer_class {
  display: flex;
}

.mobile_quantity__remove {
  display: none !important;
}


@media screen and (max-width: 768px) {
  .main_cart_sec {
    padding: 20px;
    border-radius: 20px;
  }

  .main_cart_sec .large-title,
  .main_cart_title .cart-continue-shopping a {
    font-size: 16px;
  }

  .main_cart_sec .cart-item {
    padding: 0px 0;
  }

  .global-border-radius {
    border-radius: 15px;
  }

  .main_cart_sec .cart-item .description {
    padding: 0 0 0 10px;
  }

  .main_cart_sec .cart-item p * {
    font-size: 12px !important;
  }

  .cart_sec_description p {
    font-size: 13px;
    line-height: 106%;
    max-width: 416px;
    margin: 0px 0 10px 0;
  }

  .cart-item .quantity__change {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .main_cart_sec .quantity__minus,
  .main_cart_sec .quantity__plus {
    width: 35px;
    height: 35px;
  }

  .cart-item .quantity__plus .icon,
  .cart-item .quantity__minus .icon {
    width: 14px;
  }

  .main_cart_sec .quantity__number {
    font-size: 18px;
  }

  .cart-item .description,
  .cart-item .price,
  .cart-item .quantity,
  .cart-item .total {
    padding-left: 10px;
  }

  .dextop_quantity__remove {
    display: none !important;
  }

  .mobile_quantity__remove {
    display: block;
  }

  .main_cart_sec .total {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .cart-item .quantity__remove {
    display: block;
    margin-bottom: 0px;
  }
}
#onetrust-consent-sdk {
  display: none !important;
}
@media screen and (min-width: 1920px) {
  svg {
    width: max-content !important;
  }
}