/* Custom Styling */
#layout-deskripsi {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

#layout-deskripsi blockquote {
  font-size: 14px;
}

#layout-deskripsi ul,
#layout-deskripsi ol {
  margin: 0.5rem 1.5rem;
}

#layout-deskripsi ul > li {
  list-style-type: disc;
}

#layout-deskripsi ol > li {
  list-style-type: auto;
}

#layout-deskripsi .deskripsi-image {
  width: auto;
  border: 0.05rem solid gray;
  border-radius: 20px;
  margin: 1rem 0;
  text-align: center;
}

#layout-deskripsi .deskripsi-image > img {
  object-fit: contain;
  max-width: 35%;
}

#layout-deskripsi table {
  border: 2px solid #333;
}

#layout-deskripsi table td,
#layout-deskripsi table th {
  padding-right: 20px;
  padding-left: 5px;
  border: 2px solid #333;
}

/* #layout-deskripsi .image-style-align-center {
  text-align: center;
}
#layout-deskripsi .image-style-align-left {
  text-align: left;
}
#layout-deskripsi .image-style-align-right {
  text-align: right;
} */

#myCarousel {
  max-height: 250px;
}

#myCarousel .carousel-inner img {
  height: 250px;
  object-fit: fill;
}

@media (min-width: 992px) {
  #myCarousel {
    max-height: 450px;
  }

  #myCarousel .carousel-inner img {
    height: 450px;
    object-fit: fill;
  }
}

.line-beranda {
  margin-top: 0.5rem;
  height: 1px;
  width: auto;
  background-color: #333;
  margin-left: auto;
  margin-right: auto;
}

#header .container > .row {
  display: flex;
  justify-content: space-between;
}

.header-logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.logo-img {
  width: 60px;
}

#header .header-logo .logo img {
  width: 100px;
  top: 50%;
  
}

#header .container-mobile {
  display: none;
  position: absolute;
  background-color: aliceblue;
  width: 105px;
  height: auto;
  right: 0;
  z-index: 50;
  border-radius: 4px 1px 1px 4px;
  border: 1px solid;
  margin-top: 8px;
}

#header .container-mobile .display-mobile-icon {
  padding: 8px;
}

#header .container-mobile .line-toggle {
  height: 0.01rem;
  background-color: #333;
  width: auto;
}

#header .container-mobile .display-mobile-icon i,
#header .container-mobile .display-mobile-icon a {
  font-size: 11px;
}

#product-main-img .product-preview {
  text-align: center;
  display: flex;
  justify-content: center;
}

#product-main-img .product-preview img {
   /* batas tinggi biar seragam */
  width: 100%;       /* biar rasio asli tetap terjaga */
  height: 250%;
  display: block;    /* hilangin space bawah gambar */
  margin: 0 auto;    /* center di dalam kotak */
  object-fit: contain; /* isi kotak tapi tidak terpotong */
}



@media (max-width: 992px) {
  #header .container .row > div {
    padding: 0;
  }

  #header .header-logo {
    width: 60px;
    height: 30px;
    padding: 0;
  }

  #header .header-logo .logo img {
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 60px;
  }

  #header .header-ctn {
    display: flex;
    padding-top: 3px;
    height: 20px;
  }
  

  #header .header-ctn > div + div {
    margin-left: 0;
  }

  #header .header-ctn .menu-toggle > a > i {
    font-size: 22px;
  }

  #header .header-ctn .menu-toggle a {
    width: 25px;
  }

  /* #header .header-ctn .menu-toggle i {
    font-size: 25px;
  } */

  #header .header-ctn .menu-toggle span {
    display: none;
  }

  #header .display-desktop-icon a {
    display: none;
  }

  #header .header-ctn .menu-toggle:hover .container-mobile,
  #header .header-ctn .menu-toggle:focus-within .container-mobile {
    display: block;
  }

  #header .display-mobile-icon a {
    font-size: 9px;
  }
}

.product-details .app-title small {
  font-size: small;
}

.product-details .app-title .line-product {
  margin: 1rem 10rem 1rem 0;
  height: 1px;
  width: 70%;
  background-color: #333;
}

.product-details table {
  line-height: 2.5rem;
  margin-bottom: 3rem;
}

.product-details table th {
  padding-right: 10px;
}
.product-details table td {
  padding: 0 5px;
}

/* end */

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2d42;
  font-weight: 700;
  margin: 0 0 10px;
}
.carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 450px;
  overflow: hidden;
}

.carousel-inner img {
  width: 100%;
  height: auto;
  /* Menjaga proporsi gambar */
  object-fit: cover;
}
a {
  color: #2b2d42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover,
a:focus {
  color: #d10024;
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #d10024;
  border: none;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-btn:hover,
.primary-btn:focus {
  opacity: 0.9;
  color: #fff;
}

.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  width: 100%;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
}

.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button,
.input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up,
.input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover,
.input-number .qty-down:hover {
  background-color: #e4e7ed;
  color: #d10024;
}

/*-- Select input --*/

.input-select {
  padding: 0px 15px;
  background: #fff;
  border: 1px solid #e4e7ed;
  height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio,
.input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label,
.input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"] + label span,
.input-checkbox input[type="checkbox"] + label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #e4e7ed;
  background: #fff;
}

.input-radio input[type="radio"] + label span {
  border-radius: 50%;
}

.input-radio input[type="radio"] + label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"] + label span:after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked + label span,
.input-checkbox input[type="checkbox"]:checked + label span {
  background-color: #d10024;
  border-color: #d10024;
}

.input-radio input[type="radio"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption,
.input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked ~ .caption,
.input-checkbox input[type="checkbox"]:checked ~ .caption {
  max-height: 800px;
}

.section {
  padding-top: 15px;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
  margin: 0px;
}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.header-ctn {
  display: flex; /* Mengaktifkan Flexbox */
  align-items: center; /* Membuat semua item di dalamnya rata tengah secara vertikal */
  justify-content: flex-end; /* Mendorong semua item ke kanan container */
  gap: 15px; /* Memberi jarak 15px antar item (pengganti margin-left) */
  height: 100%; /* Memastikan kontainer mengisi tinggi header */
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8d99ae;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #d10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #d10024;
}

.section-tab-nav li a:hover:after,
.section-tab-nav li a:focus:after,
.section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

#breadcrumb {
  padding: 30px 0px;
  background: #fbfbfc;
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 30px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li + li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li + li:before {
  content: "/";
  display: inline-block;
  color: #8d99ae;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8d99ae;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #d10024;
}

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1e1f29;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #fff;
}

.header-links li a:hover {
  color: #d10024;
}

.header-links li i {
  color: #d10024;
  margin-right: 5px;
}

#header {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.24);
  position: sticky;
  top: 0;
  z-index: 990;
  /* background: rgb(65,136,223);
  background: linear-gradient(90deg, rgba(65,136,223,1) 0%, rgba(248,248,255,1) 5%, rgba(248,248,255,1) 15%, rgba(65,136,223,1) 20%, rgba(65,136,223,1) 100%); */
}

/* .header-logo {
  float: left;
  position: absolute;
} */

.header-logo .logo h1 {
  color: white;
  display: block;
  padding: 0 0 0 0;
}

.background-logo {
  position: absolute;
  top: -20px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: white;
  background-size: cover;
  filter: blur(230px); /* Sesuaikan tingkat blur */
  z-index: 1;
}

.header-logo .logo img {
  display: block;
  width: 80%;
  clip-path: inset(0 0 20% 0);
  z-index: 1;
  margin: -35px 0 0 0;
  /* width: 150px;
  height: 80px; */
}

/* ==========================================================================
   STYLING KARTU PRODUK (GAYA BARU)
   ========================================================================== */

/* 1. Kontainer Kartu Utama (.shop) */
.shop {
  background-color: #ffffff; /* Latar belakang kartu putih */
  border-radius: 16px; /* Sudut yang sangat melengkung */
  overflow: hidden; /* Memastikan gambar di dalam mengikuti sudut melengkung */
  text-align: left; /* Teks rata kiri */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Efek bayangan lembut */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animasi saat hover */
  margin-bottom: 30px; /* Jarak antar kartu */
}

/* Efek Hover (membuat kartu terangkat) */
.shop:hover {
  transform: translateY(-5px); /* Mengangkat kartu sedikit ke atas */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* Bayangan lebih jelas */
}

/* 2. Area Gambar (.shop-img) */
.shop .shop-img {
  background-color: #f7f8fa; /* Warna latar abu-abu untuk area gambar */
  margin: 12px; /* Jarak dari tepi kartu */
  border-radius: 12px; /* Sudut melengkung untuk area gambar */
  aspect-ratio: 1 / 1; /* Membuat area gambar selalu persegi */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 3. Gambar di Dalamnya (img) */
.shop .shop-img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Memastikan gambar pas tanpa terdistorsi */
  padding: 10px; /* Sedikit jarak di dalam area gambar */
}

/* 4. Area Teks di Bawah (.shop-bottom) */
.shop .shop-bottom {
  padding: 0 20px 20px 20px; /* Jarak di kiri, kanan, dan bawah */
}

/* 5. Judul Kartu (h5) */
.shop .shop-bottom h5 {
  font-size: 16px;
  font-weight: 700; /* Tebal */
  color: #1a1a1a; /* Warna hitam pekat */
  margin: 0 0 4px 0; /* Jarak bawah 4px */
  text-transform: uppercase; /* Huruf besar semua */
}

/* 6. Sub-judul Kartu (small) */
.shop .shop-bottom small {
  font-size: 14px;
  color: #888; /* Warna abu-abu */
  text-transform: uppercase;
}

/* Menghilangkan hover aneh dari deskripsi lama (jika masih ada) */
.shop .shop-img .description {
  display: none;
}

.row.clearfix {
  margin-left: -10px;
  margin-right: -10px;
}

.row.clearfix > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/*----------------------------*\
	Search
\*----------------------------*/

/* Styling untuk Search Bar Baru */

/* 1. Atur kontainer sebagai titik acuan */
.header-search {
  position: relative; /* Ini penting untuk posisi ikon */
}

/* 2. Atur gaya kotak input */
.header-search .input {
  border-radius: 20px; /* Membuat sudut menjadi bulat */
  border: 1px solid #ddd; /* Memberi garis tepi abu-abu tipis */
  padding-left: 35px; /* Memberi ruang di kiri untuk ikon */
  height: 40px;
}

/* 3. Atur gaya tombol agar menjadi ikon di dalam */
.header-search .search-btn {
  position: absolute; /* Mengeluarkan tombol dari alur normal */
  left: 10px; /* Posisi ikon 10px dari kiri */
  top: 50%; /* Mengatur posisi vertikal di tengah */
  transform: translateY(-50%); /* Penyesuaian agar benar-benar di tengah */

  background-color: transparent; /* Menghilangkan warna latar tombol */
  border: none; /* Menghilangkan garis tepi tombol */
  color: #aaa; /* Memberi warna abu-abu pada ikon */
  font-size: 16px; /* Mengatur ukuran ikon */
  cursor: pointer; /* Mengubah kursor menjadi tangan saat di atas ikon */
}

/* (Opsional) Mengubah warna border saat input sedang aktif/fokus */
.header-search .input:focus {
  border-color: #4188df;
  outline: none; /* Menghilangkan outline default */
}

/*----------------------------*\
	Cart
\*----------------------------*/

/* .header-ctn {
  float: right;
  padding: 15px 0px;
} */

.header-ctn > div {
  display: inline-block;
}

.header-ctn > div + div {
  margin-left: 15px;
}

.header-ctn > div > a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #4188df;
}

.header-ctn > div > a > i {
  display: block;
  font-size: 18px;
}

.header-ctn > div > a > span {
  font-size: 12px;
}

.header-ctn > div > a > .qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background-color: #d10024;
}

.header-ctn .menu-toggle {
  display: none;
}

.cart-dropdown {
  position: absolute;
  width: 300px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 0px 2px #e4e7ed;
  box-shadow: 0px 0px 0px 2px #e4e7ed;
  z-index: 99;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.dropdown.open > .cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-list {
  max-height: 180px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-dropdown .cart-list .product-widget:last-child {
  margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
  left: 0px;
  top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
  color: #2b2d42;
}

.cart-dropdown .cart-btns {
  margin: 0px -17px -17px;
}

.cart-dropdown .cart-btns > a {
  display: inline-block;
  width: calc(50% - 0px);
  padding: 12px;
  background-color: #d10024;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cart-dropdown .cart-btns > a:first-child {
  margin-right: -4px;
  background-color: #1e1f29;
}

.cart-dropdown .cart-btns > a:hover {
  opacity: 0.9;
}

.cart-dropdown .cart-summary {
  border-top: 1px solid #e4e7ed;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
  background: #fff;
  border-bottom: 2px solid #e4e7ed;
  border-top: 3px solid #3874f6;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav > li + li {
  margin-left: 30px;
}

.main-nav > li > a {
  padding: 20px 0px;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > li.active > a {
  color: #d10024;
  background-color: transparent;
}

.main-nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #d10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-nav > li > a:hover:after,
.main-nav > li > a:focus:after,
.main-nav > li.active > a:after {
  width: 100%;
}

/* .main-nav .navbar-category .sub-menu-category {
  background: blue;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 40px, 0px);
  z-index: 2;
} */

.sub-menu-category {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 40px, 0px);
  z-index: 2;
  padding: 1px 10px 1px 5px;
  width: max-content;
  background: white;
  border: 1px solid #269ce0;
}

.navbar-category {
  position: relative;
}

.show {
  display: block;
}

.header-ctn li.nav-toggle {
  display: none;
}

/*----------------------------*\
	responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {

  .header-ctn {
  display: flex; /* Mengaktifkan Flexbox */
  align-items: center; /* Membuat semua item di dalamnya rata tengah secara vertikal */
  justify-content: flex-end; /* Mendorong semua item ke kanan container */
  gap: 15px; /* Memberi jarak 15px antar item (pengganti margin-left) */
  height: 100%; /* Memastikan kontainer mengisi tinggi header */
}

  .header-ctn .menu-toggle {
    display: inline-block;
    position: relative;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #15161d;
    height: 100vh;
    max-width: 250px;
    width: 0%;
    overflow: hidden;
    z-index: 22;
    padding-top: 60px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #responsive-nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
  .main-nav {
    margin: 0px;
    float: none;
  }
  .main-nav > li {
    display: block;
    float: none;
  }
  .main-nav > li + li {
    margin-left: 0px;
  }
  .main-nav > li > a {
    padding: 15px;
    color: #fff;
  }
}

/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

#beranda a:hover {
  color: #3b5388;
}

/*=========================================================
	05 -> HOT DEAL
===========================================================*/

#hot-deal.section {
  padding: 60px 0px;
  margin: 30px 0px;
  background-color: #e4e7ed;
  background-image: url("../img/hotdeal.png");
  background-position: center;
  background-repeat: no-repeat;
}

.hot-deal {
  text-align: center;
}

.hot-deal .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown > li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #d10024e6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown > li > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown > li > div h3 {
  color: #fff;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown > li > div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.hot-deal p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

/*----------------------------*\
	product
\*----------------------------*/

.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #e4e7ed, 0px 0px 0px 1px #e4e7ed;
  box-shadow: 0px 0px 0px 0px #e4e7ed, 0px 0px 0px 1px #e4e7ed;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #e4e7ed, 0px 0px 0px 2px #d10024;
  box-shadow: 0px 0px 6px 0px #e4e7ed, 0px 0px 0px 2px #d10024;
}

.product .product-img {
  position: relative;
}

.product .product-img > img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label > span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label > span.sale {
  background-color: #fff;
  border-color: #d10024;
  color: #d10024;
}

.product .product-img .product-label > span.new {
  background-color: #d10024;
  border-color: #d10024;
  color: #fff;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8d99ae;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
}

.product .product-body .product-name > a {
  font-weight: 700;
}

.product .product-body .product-name > a:hover,
.product .product-body .product-name > a:focus {
  color: #d10024;
}

.product .product-body .product-price {
  color: #d10024;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8d99ae;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating > i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #fff;
  color: #e4e7ed;
  z-index: 10;
}

.product .product-body .product-rating > i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #e4e7ed;
}

.product .product-body .product-btns > button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns > button:hover {
  background-color: #e4e7ed;
  color: #d10024;
  border-radius: 50%;
}

.product .product-body .product-btns > button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns > button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #d10024;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #fff;
  color: #d10024;
  border-color: #d10024;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover > i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget + .product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img > img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8d99ae;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name > a {
  font-weight: 700;
}

.product-widget .product-body .product-name > a:hover,
.product-widget .product-body .product-name > a:focus {
  color: #d10024;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #d10024;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8d99ae;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #fff;
}

/*----------------------------*\
	Products slick
\*----------------------------*/

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.slick-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.8);
  opacity: 0.6;
  position: relative;
}

/* Slide yang aktif (di tengah) */
.slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2; /* Pastikan slide tengah di atas yang lain */
}

.slick-slide img {
  width: 100%;
  height: 280px; /* Tinggi gambar di dalam slide */
  object-fit: cover;
  border-radius: 15px; /* Sudut melengkung sekarang ada di gambar */
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  background-color: #e9ecef; /* Latar abu-abu sekarang ada di gambar */
}

.products-tabs > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs > .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev,
.products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
  font-size: 14px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

.aside + .aside {
  margin-top: 30px;
}

.aside > .aside-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter > div + div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label,
.checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.checkbox-filter .input-radio label small,
.checkbox-filter .input-checkbox label small {
  color: #8d99ae;
}

/*-- Price Filter --*/

#price-slider {
  margin-bottom: 15px;
}

.noUi-target {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e7ed;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #d10024;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #d10024;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.price-filter .input-number {
  display: inline-block;
  width: calc(50% - 7px);
}

/*----------------------------*\
	Store
\*----------------------------*/

.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li + li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #e4e7ed;
  color: #d10024;
}

.store-grid li.active {
  background-color: #d10024;
  border-color: #d10024;
  color: #fff;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/

.store-pagination {
  float: right;
}

.store-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li + li {
  margin-left: 5px;
}

.store-pagination li:hover {
  background-color: #e4e7ed;
  color: #d10024;
}

.store-pagination li.active {
  background-color: #d10024;
  border-color: #d10024;
  color: #fff;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a {
  display: block;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-img {
  max-width: 540px;
}

#product-imgs .product-preview {
  margin: 0px 5px;
  border: 1px solid #e4e7ed;
}

.product-preview img {
  max-width: 540px;
  max-height: 270px;
}

@media (min-width: 992px) {
  .col-md-push-2 {
    left: 0;
  }
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product-details .product-name {
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}

.product-details .app-title {
  display: inline-block;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #d10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8d99ae;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
  color: #d10024;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 30px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #d10024;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #fff;
  color: #d10024;
  border-color: #d10024;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover > i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li + li {
  margin-left: 15px;
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li + li {
  margin-left: 10px;
}

/*----------------------------*\
	 Product tab
\*----------------------------*/

#product-tab {
  margin-top: 60px;
}

#product-tab .tab-nav {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

#product-tab .tab-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #e4e7ed;
  z-index: -1;
}

#product-tab .tab-nav li {
  display: inline-block;
  background: #fff;
  padding: 0px 15px;
}

#product-tab .tab-nav li + li {
  margin-left: 15px;
}

#product-tab .tab-nav li a {
  display: block;
  font-weight: 700;
  color: #8d99ae;
}

#product-tab .tab-nav li.active a {
  color: #d10024;
}

#product-tab .tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #d10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after,
#product-tab .tab-nav li a:focus:after,
#product-tab .tab-nav li.active a:after {
  width: 100%;
}

/*-- Rating --*/

.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars,
.rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars > i,
.rating .rating-stars > i {
  color: #e4e7ed;
}

.rating-avg .rating-stars > i.fa-star,
.rating .rating-stars > i.fa-star {
  color: #d10024;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #e4e7ed;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress > div {
  background-color: #d10024;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8d99ae;
}

/*-- Reviews --*/

.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8d99ae;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating > i {
  color: #e4e7ed;
}

.reviews .review-heading .review-rating > i.fa-star {
  color: #d10024;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #e4e7ed;
  color: #d10024;
}

.reviews-pagination li.active {
  background-color: #d10024;
  border-color: #d10024;
  color: #fff;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars > label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars > label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #e4e7ed;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars > label:hover:before,
.review-form .input-rating .stars > label:hover ~ label:before {
  color: #d10024;
}

.review-form .input-rating .stars > input:checked label:before,
.review-form .input-rating .stars > input:checked ~ label:before {
  content: "\f005";
  color: #d10024;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.billing-details {
  margin-bottom: 30px;
}

.shiping-details {
  margin-bottom: 30px;
}

.order-details {
  position: relative;
  padding: 0px 30px 30px;
  border-right: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
}

.order-details:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  height: 30px;
  border-top: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
  border-right: 1px solid #e4e7ed;
}

.order-summary {
  margin: 15px 0px;
}

.order-summary .order-col {
  display: table;
  width: 100%;
}

.order-summary .order-col:after {
  content: "";
  display: block;
  clear: both;
}

.order-summary .order-col > div {
  display: table-cell;
  padding: 10px 0px;
}

.order-summary .order-col > div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col > div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col .order-total {
  font-size: 24px;
  color: #d10024;
}

.order-details .payment-method {
  margin: 30px 0px;
}

.order-details .order-submit {
  display: block;
  margin-top: 30px;
}

/*=========================================================
	10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
  border-top: 2px solid #e4e7ed;
  border-bottom: 3px solid #d10024;
  margin-top: 30px;
}

.newsletter {
  text-align: center;
}

.newsletter p {
  font-size: 24px;
}

.newsletter form {
  position: relative;
  max-width: 520px;
  margin: 30px auto;
}

.newsletter form:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  font-size: 160px;
  color: #e4e7ed;
  top: 15px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  z-index: -1;
  left: -90px;
}

.newsletter form .input {
  width: calc(100% - 160px);
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
  width: 160px;
  height: 40px;
  font-weight: 700;
  background: #d10024;
  color: #fff;
  border: none;
  border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
  text-align: center;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover,
.newsletter .newsletter-follow li a:focus {
  background-color: #e4e7ed;
  color: #d10024;
}

/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
  background: #4188df;
  color: hsl(0, 0%, 100%);
}

.row-footer {
  display: flex;
  justify-content: center;
  gap: 130px;
}

#bottom-footer {
  background: #1e1f29;
}

.footer {
  margin: 30px 0px;
}

.footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.footer-links li + li {
  margin-top: 15px;
}

.footer-links li a {
  color: #ffffff;
}

.footer-links li i {
  margin-right: 15px;
  color: #d10024;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #d10024;
}

.copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161d;
  font-size: 36px;
  display: block;
}

/*=========================================================
	12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #d10024;
  border-color: #d10024;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  color: #2b2d42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #e4e7ed;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #d10024;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
  }
  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  [class*="col-xs"] {
    /* width: 100%; */
  }
  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }
}

/* sidebar */
/* Ikon Menu Sidenav (fa-bars) */
#open-sidenav-btn {
  font-size: 22px;
  color: #4188df;
  cursor: pointer;
  text-decoration: none;
}
#open-sidenav-btn:hover {
  color: #3eccd5;
}

#header,
.container,
.row,
.col-md-3 {
  padding-top: 6px;
}

/* sidenav */
/* ==========================================================================
   STYLING SIDENAV (GAYA BLUR & LOCK SCROLL)
   ========================================================================== */

/* 1. Sidenav (Sembunyi di kiri secara default) */
.sidenav {
  height: 100%;
  width: 280px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: transform 0.4s ease-in-out;
  transform: translateX(-280px); /* Sembunyi di luar layar */
  box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 25px 25px 0;
}

/* Saat aktif, geser Sidenav ke dalam layar */
.sidenav.active {
  transform: translateX(0);
}

/* 2. Efek pada Konten Utama & Body */

/* Beri transisi pada konten utama untuk efek blur yang mulus */
#main-content {
  transition: filter 0.4s ease-in-out;
}

/* Saat Sidenav terbuka, hentikan scroll di halaman */
body.sidenav-open {
  overflow: hidden;
}

/* Saat Sidenav terbuka, blurkan konten utama */
body.sidenav-open #main-content {
  filter: blur(5px); /* Atur tingkat blur di sini */
  pointer-events: none; /* Mencegah klik pada konten yang di-blur */
  user-select: none; /* Mencegah seleksi teks pada konten yang di-blur */
}

/* 3. Overlay (sekarang digunakan untuk menutup, bukan menggelapkan) */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Ganti background-color dengan ini */
  background-color: rgba(
    155,
    155,
    155,
    0.2
  ); /* Latar belakang semi-transparan */
  backdrop-filter: blur(
    1px
  ); /* Terapkan efek blur pada konten di belakangnya */

  z-index: 999;
}

/* ... (Styling untuk konten di dalam Sidenav seperti link, judul, dll. tetap sama) ... */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #4188df;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #007179;
}
.sidenav h4 {
  padding: 8px 8px 8px 32px;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidenav .sidenav-logo img {
  max-width: 100px;
  margin-top: 2px;
}
.sidenav hr {
  margin: 20px 32px;
  border-color: #f1f1f1;
}

.text-sidenav {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header-sidenav {
  display: flex;
  flex-direction: row;
  margin-left: 25px;
  margin-top: 25px;
  gap: 300px;
}

#close-sidenav-btn {
  font-size: 30px; /* Menetapkan ukuran font menjadi 30px */
  display: flex;
  margin-top: -8px;
}

/* ==========================================================================
   PERBAIKAN UNTUK BOOTSTRAP GRID
   ========================================================================== */

/* Aturan ini memaksa setiap kolom .col-md-3 untuk mengambil 25% lebar
   dan berbaris ke kiri. '!important' digunakan untuk mengalahkan aturan lain
   yang mungkin berkonflik. */
.row .col-md-3 {
  width: 25% !important;
  float: left !important;
}

/* Clearfix untuk memastikan kontainer .row membungkus semua kartu 
   dengan benar setelah di-float. */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Styling untuk Halaman Hasil Pencarian */

.search-results-page .section-title {
  text-align: left; /* Pastikan judul tetap rata kiri */
}

/* Biarkan styling grid produk yang sudah ada menangani ini */
.search-results-page .product-grid {
  text-align: left; /* Pastikan kartu produk rata kiri */
}

/* Aturan ini khusus untuk pesan 'not found' di halaman pencarian */
.search-results-page .empty-state-container {
  text-align: center; /* BUAT PESAN 'NOT FOUND' RATA TENGAH */
  padding: 80px 20px;
  opacity: 0.7;
}

.search-results-page .empty-state-container img {
  max-width: 300px;
  margin-bottom: 20px;
}

/* Styling untuk halaman kosong (Not Found) */
.empty-state-container {
  text-align: center; /* Teks rata tengah */
  padding: 60px 20px; /* Jarak atas/bawah dan kiri/kanan */
  opacity: 0.7; /* Membuatnya sedikit transparan */
  width: 100%; /* Memastikan kontainer mengambil lebar penuh */
}

.empty-state-container img {
  max-width: 300px; /* Batasi lebar gambar agar tidak terlalu besar */
  margin-bottom: 20px; /* Jarak antara gambar dan teks */
}

.empty-state-container h3 {
  font-size: 24px;
  color: #333;
}

.empty-state-container p {
  color: #777;
}

.sidenav-logo-ykbut {
  margin-left: -70px;
  text-align: center; /* (Opsional) Membuat logo rata tengah */
  padding: 0px 0; /* Memberi jarak atas dan bawah yang rapi */
}

.sidenav-logo-ykbut img {
  width: 100px; /* ATUR UKURAN LEBAR LOGO DI SINI */
  height: auto; /* Biarkan tinggi menyesuaikan agar proporsional */
}

/* ==========================================================================
   STYLING HERO CAROUSEL (BEST PRACTICE)
   ========================================================================== */

/* Kontainer Utama Full-Width */
.hero-main-wrapper {
  background: #2A7BDF;
  background: linear-gradient(46deg, rgba(42, 123, 223, 1) 0%, rgba(8, 98, 189, 1) 100%);
  padding-top: 30px;
  padding-bottom: 80px; /* Padding bawah untuk memberi ruang tombol */
  position: relative;
  width: 100%;
}

/* Slideshow Utama */
.hero-slick-slider {
  max-width: 100%;
  height: 320px; /* Sedikit ditambah untuk memberi ruang efek 3D */
  margin: 0 auto;
  position: relative;
  z-index: 8;
  padding-top: 5px;
  padding-bottom: 40px;
}

/* Setiap slide dan gambar */
.hero-slide,
.hero-slide img {
  width: 100%;
  height: 350px; /* Gunakan 100% agar fleksibel */
  object-fit: contain;
}

/* Tombol Navigasi Slideshow */
.hero-slick-arrow {
  position: absolute;
  top: 50%; /* Gunakan 50% untuk alignment lebih konsisten */
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #4188df;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 9; /* Pastikan di atas slider */
}

.hero-main-wrapper:hover .hero-slick-arrow {
  opacity: 1;
}

.hero-slick-arrow.hero-prev {
  left: 30px;
}
.hero-slick-arrow.hero-next {
  right: 30px;
}

/* Navigasi Kategori */
.hero-cat-wrapper {
  position: absolute;
  bottom: 0;
  left: 0; /* Gunakan left: 0 dan width: 100% */
  width: 100%;
  transform: translateY(50%); /* Hanya butuh transform Y */
  display: flex;
  justify-content: center;
  z-index: 2; /* Pastikan di atas slider */
  align-items: center;
}

.hero-cat-scroller {
  overflow: hidden;
  width: 520px;
  max-width: 70%;
  position: relative; /* Diperlukan untuk garis pemisah */
}

.hero-cat-nav {
  display: flex;
  transition: transform 0.5s ease; /* Transisi sedikit lebih cepat */
}

.hero-cat-button {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 0 10px;
  flex: 0 0 110px;
  transition: transform 0.2s ease;
  margin-top: 40px;
}

.hero-cat-button:hover {
  transform: translateY(-5px); /* Efek hover sedikit mengangkat */
}

.hero-cat-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  font-size: 28px;
  color: #4188df;
  box-shadow: 5px 7px 13px -7px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 5px 7px 13px -7px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 5px 7px 13px -7px rgba(0, 0, 0, 0.42);
}

.hero-cat-button span {
  font-size: 10px; /* Ukuran font sedikit lebih kecil agar rapi */
  font-weight: 700; /* Dibuat lebih tebal */
  text-transform: uppercase;
  display: block;
  color: #4188df;
}

.hero-cat-arrow {
    background-color: #fff; /* Latar belakang putih */
    border-radius: 50%;      /* Membuatnya bulat */
    width: 40px;             /* Memberi lebar */
    height: 40px;            /* Memberi tinggi */
    color: #4188DF;         /* Warna ikon panah biru */
    font-size: 16px;         /* Ukuran ikon di dalam */
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); /* (Opsional) Bayangan lembut */
    transition: transform 0.2s ease;
}

.hero-cat-arrow:hover {
    transform: scale(1.1); /* Sedikit membesar saat hover */
}

.hero-slick-arrow {
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


