@font-face {
  font-family: 'knockout';
  src: url("../css/fonts/knockout/Knockout-HTF31-JuniorMiddlewt.woff2")
      format("woff2"),
    url("../css/fonts/knockout/Knockout-HTF31-JuniorMiddlewt.woff")
      format("woff"),
    url("../css/fonts/knockout/Knockout HTF31-JuniorMiddlewt Regular.otf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'univers';
  src: url("../css/fonts/univers/Univers.eot");
  src: url("../css/fonts/univers/Univers.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/univers/Univers.woff2") format("woff2"),
    url("../css/fonts/univers/Univers.woff") format("woff"),
    url("../css/fonts/univers/Univers.ttf") format("truetype"),
    url("../css/fonts/univers/Univers.svg#Univers") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 1 */
@font-face {
  font-family: 'Helvetica Cat';
  src: url('../css/fonts/caterpillar-font/Helvetica.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/Helvetica.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Cat';
  src: url('../css/fonts/caterpillar-font/Helvetica-Bold.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/Helvetica-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Cat';
  src: url('../css/fonts/caterpillar-font/Helvetica-BoldOblique.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/Helvetica-BoldOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Cat';
  src: url('../css/fonts/caterpillar-font/Helvetica-Light.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Cat Rounded';
  src: url('../css/fonts/caterpillar-font/HelveticaRounded-Bold.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/HelveticaRounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Cat Compressed';
  src: url('../css/fonts/caterpillar-font/Helvetica-Compressed.woff2') format('woff2'),
       url('../css/fonts/caterpillar-font/Helvetica-Compressed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




@font-face{
  font-family: 'Open Sans';
  src: url("../css/fonts/Open_Sans/OpenSans-Light.ttf") format('truetype');
  font-weight:300; //extralight = 200
  font-style:normal;
  font-display:swap;
}


@font-face{
  font-family: 'Open Sans';
  src: url("../css/fonts/Open_Sans/OpenSans-Italic.ttf") format('truetype');
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family: 'Open Sans';
  src: url("../css/fonts/Open_Sans/OpenSans-Regular.ttf") format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}


@font-face{
  font-family: 'Open Sans';
  src: url("../css/fonts/Open_Sans/OpenSans-SemiBold.ttf") format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}


@font-face{
  font-family: 'Open Sans';
  src: url("../css/fonts/Open_Sans/OpenSans-Bold.ttf") format('truetype');
  font-weight:700; // Extrabold = 800
  font-style:normal;
  font-display:swap;
}


/*--- Define Public --- */
:root {
  --kuning-cat: #FDB913; /*  #ffce00; */
  --abu-abu-cat: #595959;
  --hitam: black;
  --putih: #ffffff;
  --merah: #d40511;
  --biru: #0a7ef5;
}

body,
p,
span,
a {
  font-family: 'Open Sans', 'Helvetica Cat', 'univers';
  /* font-weight: bold; */
}
p {
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "knockout";
  font-weight: 500;
}

/* ---- feature product ----- */

.featured-products {
  background: url("../img/Shop_trending_1351x.progressive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  padding: 0 0 50px 0;
}

/*-------- Breadcrumb --------------- */

.breadcrumb-wrap {
  background: white;
  padding: 90px 10px 10px 20px;
  color: black;
  font-family: 'univers';
  letter-spacing: -1px;
}

.breadcrumb a {
  color: #000 !important; /* hitam */
  text-decoration: none; /* hilangkan underline */
}

.breadcrumb a:hover {
  color: var(--kuning-cat); /* warna kuning saat hover, opsional */
}

/* ------ Hero banner paling atas sendiri ------ */

.hero {
  background: url("../img/100thn.jpg") center/cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--putih);
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hitam);
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.hero p {
  position: relative;
  z-index: 1;
}

/* ----- Top promo bar ----- */
.promo-bar {
  background: linear-gradient(
    90deg,
    rgba(254, 202, 7, 0.07),
    rgba(254, 202, 7, 0.03)
  );
  color: var(--accent);
  text-align: center;
  padding: 0.45rem 0.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

/* ----- Navbar ----- */
/* ===== NAVBAR STYLING ===== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 2rem;
  background: linear-gradient(135deg, #ffcc00 0%, #fff0b0 100%);
}

.navbar-brand img {
  height: 50px;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* ===== MENU LINK ===== */
.navbar-nav .nav-link {
  font-family: 'Helvetica Cat'; //'univers';
  font-weight: bold;
  color: var(--hitam);
  margin: 0 10px;
  position: relative;
  transition: color 0.3s;
  font-size: 1.2rem; //huruf diperbesar
}

/* Garis kuning bawah menu */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: var(--kuning-cat);
  transition: width 0.3s ease;
}

/* Hover & Active - ubah warna jadi hitam */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.show .nav-link::after,
.navbar-nav .nav-item.active .nav-link::after {
  width: 80%;
  background-color: var(--hitam);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.show .nav-link,
.navbar-nav .nav-item.active .nav-link {
  color: var(--hitam);
}

/* ===== MEGA MENU ===== */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--putih);
  border-top: 4px solid var(--kuning-cat);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 30px 60px;
}

/* Hover tampil di desktop */
@media (min-width: 992px) {
  .nav-item:hover .mega-menu {
    display: block;
  }
}

.garis-bawah {
  border-bottom: 8px solid var(--kuning-cat);
}
.garis-atas {
  border-top: 8px solid var(--kuning-cat);
}
.mega-menu .row > div {
  padding: 10px 20px;
}

.mega-menu h6 {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--hitam);
  display: inline-block;
  padding-bottom: 4px;
}

.mega-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.mega-menu a:hover {
  color: var(--kuning-cat);
}

/* ===== RESPONSIVE MEGA MENU ===== */
@media (max-width: 991px) {
  .navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-collapse {
    background: #fff;
    padding: 1rem;
  }

  /* Setiap dropdown tampil blok */
  .nav-item {
    position: relative;
  }

  .nav-item .mega-menu {
    position: static;
    display: none;
    box-shadow: none;
    border-top: none;
    padding: 10px 0;
  }

  /* Klik untuk tampil di mobile */
  .nav-item.show .mega-menu {
    display: block;
  }

  .mega-menu .row {
    flex-direction: column;
  }

  .mega-menu .col-md-2,
  .mega-menu .col-md-3,
  .mega-menu .col-md-4 {
    width: 100%;
    margin-bottom: 10px;
  }

  .mega-menu h6 {
    border-bottom: 2px solid #fdd835;
    width: 100%;
    padding-bottom: 5px;
  }
}

/* Mulai disini v.2 */
/* --- BASE --- */
.navbar .nav-item {
  position: static;
}

.navbar .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 25px 30px;
  display: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* Fade-in animation */
.navbar .mega-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

/* --- DESKTOP (Hover) --- */
@media (min-width: 992px) {
  .navbar .nav-item:hover > .mega-menu {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}

/* --- MOBILE (Click) --- */
@media (max-width: 991px) {
  .navbar .mega-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 15px 5px;
  }

  .navbar .mega-menu .row > div {
    margin-bottom: 20px;
  }

  /* Tambah tanda dropdown */
  .nav-link.has-child::after {
    content: "▾";
    float: right;
    font-size: 16px;
    margin-left: 8px;
  }
}

/* end navbar */

/* cart & account */
.nav-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.icon-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.icon-btn:hover {
  background: var(--glass);
  color: var(--text);
}

/* ===== Hero section ==== */
.hero-section img {
  height: 50vh;
  background-size: cover;
  background-position: center;
}

.hero-banner {
  margin-top: 75px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .hero-banner {
    margin-top: 70px;
  }
  .hero-banner .hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Shop Trending */

.sectionHeader {
  background: url("../img/Shop_trending_1351x.progressive.jpg") no-repeat center
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 40px 0 50px 20px;
}

.textstroke {
  font-size: 90px;
  line-height: 0.8;
  font-weight: 700;
  font-family: "knockout";
  padding: 20px 0 20px 0;
  color: black;
  letter-spacing: -5px;
  font-weight: 900;
}

.textwhite {
  font-size: 90px;
  line-height: 0.8;
  font-weight: 700;
  font-family: "knockout";
  padding: 20px 0 20px 0;
  color: white;
  letter-spacing: -5px;
  font-weight: 900;
}

.textbrand {
  font-size: 90px;
  line-height: 0.8;
  font-weight: 700;
  font-family: "knockout";
  padding: 20px 0 20px 0;
  color: #ffcd11;
  letter-spacing: -5px;
  font-weight: 900;
}

.strokeDark {
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1px #000 !important;
}

.strokewhite {
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1px white !important;
}

.sectionHeader .subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: black;
}

/* --- Media Query untuk mobile (layar kecil) --- */
@media (max-width: 768px) {
  .sectionHeader {
    background: url("../img/Shop_trending_1351x.progressive.jpg") no-repeat
      center center;
    background-size: cover;
  }

  .textStroke {
    font-size: 40px; /* Perkecil ukuran font agar muat di layar */
    padding: 20px; /* Kurangi padding untuk memberi ruang */
    line-height: 1; /* Sesuaikan line-height agar lebih nyaman dilihat */
  }
}

/* ---- Button default ----- */
.btn-default {
  display: inline-block;
  background-color: #feca07; /* kuning Caterpillar */
  color: #000; /* teks hitam */
  font-weight: bold;
  text-decoration: none;
  padding: 12px 40px;
  /*border: 2px solid #000;*/
  font-family: 'univers';
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.btn-default:hover {
  background-color: #555; /* abu-abu */
  color: #feca07; /* teks kuning */
}

/* CTA */
.btn-cta {
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #111;
  font-weight: 700;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 18px rgba(230, 181, 4, 0.18);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
}

/* ----- Grid / Product Cards ----- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 700px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1000px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .product-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.gallery {
  background: var(--panel);
  padding: 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.gallery-main {
  width: 100%;
  height: 420px;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.6rem;
}
.gallery-thumbs img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

/* === Popup Product ===*/
.product-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  /* align-items: center; */
  overflow-y: auto;
  padding: 40px 0;
}

.product-modal-content {
  background: #fff;
  width: 90%;
  /*max-width: 900px;*/
  border-radius: 10px;
  padding: 30px;
  position: relative;
  animation: fadeIn 0.3s ease;
  max-height: 90vh;
  overflow-y: auto; /* ini penting */
  flex-direction: column;
}

.product-modal-content .row {
  max-height: 90vh;
  overflow-y: auto;
}

.product-modal-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 60vh;
}

.main-product-img {
  width: 100%;
  height: auto;
  max-height: 70vh; /* pembatas utama */
  object-fit: contain;
}

.thumbs {
  max-height: 20vh;
  overflow-y: auto;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: black;
}

/*  .product-price {
  font-size: 1.2rem;
  font-weight: 600;
  /* font-weight: bold; */
  font-size: 20px;
  margin-bottom: 20px;
}  */

.color-options {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.color-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
}

.color-circle.black {
  background: #000;
}
.color-circle.white {
  background: #fff;
  border: 1px solid #ccc;
}

.color-circle.active {
  border: 3px solid #f9c806;
}

.size-options {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.size-btn {
  border: 1px solid #000;
  padding: 5px 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.size-btn.active {
  background: #f9c806;
  border-color: #000;
}

.qty-control {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.qty-btn {
  width: 35px;
  height: 35px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  font-size: 18px;
  cursor: pointer;
}

#qty {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 5px;
}

.btn-cart {
  background: #f9c806;
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-wishlist {
  background: #ddd;
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
}

.main-product-img {
  width: 80%;
  max-width: 350px;
}

.thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.thumbs img {
  width: 60px;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumbs img.active {
  border: 2px solid #000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* === End Popup Product === */

/* ----- Footer ----- */
.footer {
  background-color: black;
  padding: 50px 0 50px 0;
}

.alamat {
  font-family:'Open Sans';
  font-size: 18px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* margin: 0px 0 15px 0; */
  padding: 0px 0px 7px 0px;
  font-weight: bold;
}

.text-footer-white,
.text-footer-white a {
  /* font-family: 'univers'; */
  color: #e5e5e5cc;
  font-size: 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  /* font-weight: 900; */
}

.image-footer-center {
  text-align: center;
  gap: 20px;
}

.image-footer-center a {
  display: inline-block;
}

.image-footer-center img {
  height: 40px;
  width: auto; /* ⚡ Pastikan tidak melebar */
  object-fit: contain;
  transition: transform 0.3s ease;
}

.image-footer-center img:hover {
  transform: scale(1.1);
}

/* Sosial media box biru */
.social-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff; /* Warna biru */
  width: 70px;
  height: 70px;
  border-radius: 3px;
  margin: 5px;
  transition: all 0.3s ease;
}

.social-box:hover {
  background-color: var(--kuning-cat); // #0056b3;;
  transform: translateY(-3px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.social-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.social-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.social-box:hover img {
  transform: scale(1.1);
}

/* Untuk layar lebih besar */
@media (min-width: 768px) {
  .social-box {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
}
/* end */

/* ----- Small utilities ----- */
.kicker {
  display: inline-block;
  background: rgba(254, 202, 7, 0.12);
  color: var(--accent);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
}
.badge {
  background: var(--accent);
  color: #111;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 700;
}

/* ----- Accessibility & focus ----- */
a:focus,
button:focus,
input:focus {
  outline: 2px solid rgba(254, 202, 7, 0.18);
  outline-offset: 2px;
}

/* ----- Tiny responsive tweaks ----- */
@media (max-width: 600px) {
  .hero .title {
    font-size: 1.5rem;
  }
  .product-thumb {
    height: 160px;
  }
}

/* --- Navbar -- */
/* Mega menu style */
.megamenu {
  position: static;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border-top: 2px solid #f2f2f2;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hilangkan padding besar */
.mega-menu .dropdown-item {
  padding: 4px 0;
  color: #000;
  text-decoration: none;
}

.mega-menu .dropdown-item:hover {
  color: #ffcc00;
}

/* Hover aktifkan mega menu */
.megamenu:hover .mega-menu {
  display: block;
}

/* Default: hidden */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

/* Header teks */
.mega-menu h6 {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #000; /* garis penuh sepanjang kolom */
}

.mega-menu .category {
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}

/* Group teks */
.mega-menu h4 a {
  font-size: 24px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.mega-menu a.subcategory {
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.mega-menu a.subcategory:hover {
  color: var(--kuning-cat);
}

/* Gambar kanan */
.mega-menu img {
  max-width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* === Product Card === */
/* === Product Card Container === */
.product-card-container {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* === Product Card === */
.product-card {
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  text-align: left; /* Changed from center */
  height: 100%;
  padding: 10px;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(250, 248, 248, 0.911);
  background: #f9f9f9;
}

/* === Product Image === */
.product-image {
  position: relative;
  overflow: hidden;
  height: 170px; // aslinya kalo pakai mb-4 di catalog = col-md-2 --> 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

/* Gambar di bawah overlay */
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
  z-index: 1; /* oke */
  position: relative; /* WAJIB supaya overlay bisa di atas */
}

/* === Overlay === */
.product-overlay {
  position: absolute; /* WAJIB */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* ⬅ Taruh konten di bawah */
  /* justify-content: center; */
  align-items: center;
  padding-bottom: 10px; /* jarak dari bawah */
  opacity: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: opacity 0.3s ease;

  z-index: 9; /* HARUS lebih tinggi dari img */
}

/* Hover desktop */
.product-image:hover .product-overlay {
  opacity: 1;
}

/* MOBILE → tampil otomatis */
@media (max-width: 768px) {
  .product-overlay {
    opacity: 1 !important;
  }
  .product-image .product-overlay {
    display: flex !important;
    opacity: 1 !important;
  }
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

/* === Quick View Overlay === */
.quick-view-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(64, 64, 64, 0.9);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 6;
}

/* === Wishlist Icon === */
.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: background 0.3s ease;
  z-index: 2;
}

.wishlist-icon:hover {
  background: #ffcc00;
}

/* === Product Info === */
.product-info {
  padding: 15px;
  color: black;
  text-align: left; /* Changed from center */
}

.product-price {
  font-size: 1.2rem;
  font-weight: 600;
  /* margin-bottom: 15px; */
  text-align: left; /* Added */
  font-family: 'univers';
  color: blue;
}

.product-price-sale {
  font-size: 1rem;
  font-weight: 600;
  /* margin-bottom: 15px; */
  text-align: left; /* Added */
  font-family: 'univers';
  text-decoration: line-through red 2px;
}

.price-sale {
  font-size: 1.2rem;
  font-weight: 600;
  /* margin-bottom: 15px; */
  text-align: left; /* Added */
  font-family: 'univers';
  color: blue;
}

/* === Buttons === */
.quick-view-btn {
  background: #ffc107;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  width: 80%;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.quick-view-btn:hover {
  background: #000;
  color: #fff;
}

.quick-view-btn,
.details-btn {
  position: relative;
  z-index: 10;
}

.add-to-cart-btn {
  background: #ffc107;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  width: 80%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.add-to-cart-btn:hover {
  background: #000;
  color: #fff;
}

.add-to-cart-btn:hover {
  background: #000;
  color: #fff;
}

/* Aturan untuk elemen <a> yang membungkus tombol */
/* Opsional: Hapus garis bawah jika browser menambahkannya secara default ke <a> */
.details-btn {
  display: block;
  background-color: #ffc107;
  color: #000;
  padding: 10px 20px;
  width: 80%;
  font-weight: 600;
  text-align: center;
  border: none;
  text-decoration: none; /* hilangkan underline */
  border: none;
  transition: all 0.3s ease;
}

.details-btn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* ---- end ---- */

/* === Marketplace Logo === */
.marketplace-logo {
  width: 28px;
  height: auto;
  transition: transform 0.2s ease;
}

.marketplace-logo:hover {
  transform: scale(1.1);
}

.product-divider {
  border: none;
  border-top: 1px solid #3d3b3b; /* warna garis */
  margin: 10px -16px; /* negatif margin agar full lebar, sesuaikan dengan padding card */
}

/* ---- end Product card --- */

/* === Info Produk === */
.product-info {
  padding-top: 10px;
}

.product-title {
  font-family: "knockout";
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

/* === Color Options === */
.color-options {
  gap: 10px;
  flex-wrap: wrap;
}

.color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color);
  border: 2px solid #ccc;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.color-circle:hover {
  transform: scale(1.1);
  border-color: #000;
}

/* === Marketplace Logo === */
.marketplace-logo {
  width: 28px;
  height: auto;
  transition: transform 0.2s ease;
}

.marketplace-logo:hover {
  transform: scale(1.1);
}

/* === Responsiveness === */
@media (max-width: 992px) {
  .product-image {
    height: 220px;
  }

  .product-title {
    font-size: 14px;
  }

  .product-price {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .product-image {
    height: 200px;
  }

  .product-title {
    font-size: 13px;
  }

  .product-price {
    font-size: 12px;
  }

  .color-circle {
    width: 22px;
    height: 22px;
  }

  /* Sembunyikan overlay di mobile */
  /* .product-image .product-overlay {
    display: none;
  } */

  /* Tampilkan tombol Quick View versi mobile */
  .quick-view-btn.mobile-only {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 576px) {
  .product-card {
    margin-bottom: 1rem;
  }

  .product-image {
    height: 180px;
  }

  .quick-view-btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}

/* === End Product-card === */

/* === End Product-card === */

/* === Carousel Controls === */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #333;
  border-radius: 50%;
  padding: 10px;
}

@media (max-width: 768px) {
  .product-image img {
    height: 180px;
  }
}

.carousel-control-prev.custom-left {
  position: absolute;
  left: 0;
  transform: none; /* Batalkan transformasi default */
}

.carousel-control-next.custom-right {
  position: absolute;
  right: 0;
  transform: none; /* Batalkan transformasi default */
}

#productCarousel {
  position: relative;
}

.featured-products {
  overflow: visible;
}

/*  Tidak usah d style lagi gunakan yang default bootstrap saja
.carousel-inner {
  bottom: 50px;
} 

.carousel-indicators {
  bottom: -10px;
  z-index: 10;
}
*/
.carousel-indicators [data-bs-target] {
  background-color: #ffcc00;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}

.carousel-indicators .active {
  opacity: 1;
}

/* Logo marketplace */
.marketplace-logo {
  width: 36px;
  height: auto;
  transition: transform 0.2s ease;
}

.marketplace-logo:hover {
  transform: scale(1.1);
}

/* ----- Jobsite ----- */
.jobsite {
  /* padding: 50px 20px 80px 20px; */
  background: white;
  width: 100%;
  margin: 0;
  padding: 0;
}

.jobsite-right {
  background-color: #f8f9fa;
  height: 100%;
  min-height: 400px;
}

.jobsite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .jobsite-left,
  .jobsite-right {
    min-height: 250px;
  }
}

.promo-text1 {
  font-family: "knockout";
  font-weight: 500;
  font-size: 50px;
  color: black;
  padding: 20px 0 0 0;
  letter-spacing: -2px;
}

.promo-text2 {
  font-family: "knockout";
  font-size: 18px;
  color: black;
  font-weight: 300;
}

/* GEAR UP */
.gearup {
  padding: 40px 20px 50px 20px;
  background: url("../img/Shop_trending_1351x.progressive.jpg");
}

/* ---- TOUGH JOBS --- */
.toughjobs {
  background: url("../img/toughjobs_bg.png");
  padding: 40px 20px 100px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.toughtextwhite {
  font-family: 'univers';
  font-size: 20px;
  color: white;
}

.img-full-width {
  max-width: 600px;
  max-height: 557px;
  width: auto; //100%;
  height: auto;
}

.info-section {
  background: #1a1a1a;
  padding: 50px 20px 0px 20px;
}

.information-section {
  border-top: 6px solid #ffcd11;
  padding: 20px 0px 40px 0px;
  display: block;
}

.information-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #fff;
  font-family: univers;
  margin-bottom: 1.5rem !important;
}
.info-text-white {
  font-family: 'univers';
  font-size: 16px;
  color: white;
}

/* ---  product ---- */
.product-header {
  font-family: "knockout";
  letter-spacing: -1px;
  font-size: 35px;
  color: black;
}

.product-detail {
  font-family: 'univers';
  font-size: 14px;
  color: black;
}

.product-detail ul li {
  display: block;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #080808ff;
}

section {
  transition: background 0.5s ease;
}

h3 {
  letter-spacing: 1px;
}

.btn-warning {
  background-color: #ffce00;
  border: none;
}

.btn-warning:hover {
  background-color: #e6b800;
  color: #000;
}

.img-thumbnail {
  cursor: pointer;
  transition: all 0.3s;
}

.img-thumbnail:hover {
  opacity: 0.8;
  border-color: #ffce00;
}

.section-related-product {
  //background: url("../img/Shop_trending_1351x.progressive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50px;
  /* padding: 50px 0; */
}

.related-product {
  font-size: 50px;
  letter-spacing: -2px;
  font-family: "knockout";
  color: black;
}

/** 
* Related Product
*/

/* .related-product {
  .sectionHeader {
    background: url("../img/Shop_trending_1351x.progressive.jpg") no-repeat
      center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 0;
    padding: 40px 0 50px 20px;
  }
} */

/* ----- Collections ----- */
.collection {
  background: white;
  padding: 90px 10px 10px 70px;
  color: black;
  font-family: 'univers';
  letter-spacing: -1px;
}

.collectionhead {
  background: url("../img/Shop_trending_1351x.progressive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50px;
  padding: 0 0 0 20px;
}

.collectionheadtitle {
  font-family: 'knockout', 'Helvetica Cat';
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: black;
  padding: 10px 0 0 50px;
  /* font-weight: bolder; */
}
.collectionheadsubtitle {
  font-family: 'univers';
  font-weight: 500;
  font-size: 24px;
  color: black;
  padding: 0 0 20px 50px;
  letter-spacing: -1px;
}

.collectioncontent {
  background: white;
  padding: 30px 20px 100px 20px;
  color: black;
}

/* ========== TOMBOL SHOW FILTERS START ========== */

/* ==================== SHOW FILTERS BUTTON ==================== */
.show-filters-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffcd11;
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
}

.show-filters-btn img {
  width: 20px;
  height: 20px;
}

/* ==================== FILTERS BOX (DESKTOP DEFAULT) ==================== */
.filters-box {
  /* background: #f7f7f7; */
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: 'univers', "Segoe UI", Arial, sans-serif;
}

.filter-section {
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  padding: 15px;
  margin-bottom: 10px;
}

/* ==================== COLLAPSIBLE FILTER SECTION ==================== */
.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
}

.filter-title .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.filter-title.collapsed .arrow {
  transform: rotate(180deg);
}

.filter-content {
  overflow: hidden;
  max-height: 800px;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 1;
}

.filter-content.collapsed {
  max-height: 0;
  opacity: 0;
}

/* ==================== MOBILE MODE ==================== */
@media (max-width: 768px) {
  /* Tampilkan tombol SHOW FILTERS */
  .show-filters-btn {
    display: flex;
  }

  .show-filters-btn:hover {
    background: var(--abu-abu-cat);
    color: var(--putih);
  }

  /* SEMBUNYIKAN FILTERS BOX AWALNYA */
  .filters-box {
    position: relative;
  }

  .filters-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }

  .filters-container.active {
    display: block;
    transform: translateY(0);
  }

  /* HEADER DI DALAM FILTER MOBILE */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc9c9ff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: var(--putih);
    position: sticky;
    top: 0;
    z-index: 10000;
  }

  /* SEMBUNYIKAN HEADER DI DESKTOP */
  .filter-header:not(.mobile-header) {
    display: none;
  }
}

/* ==================== DESKTOP MODE ==================== */
@media (min-width: 769px) {
  .show-filters-btn {
    display: none;
  }

  .filters-container {
    display: block;
    position: static;
    transform: none;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .mobile-header {
    display: none;
  }
}

/* ---- end ---*/

/* Harga */
/* .harga-content {
  padding: 10px 12px;
}

.price-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
} */

/* .input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 8px;
  width: 45%;
} */
/* 
.input-group span {
  font-size: 13px;
  color: #555;
  margin-right: 4px;
}

.input-group input {
  border: none;
  width: 100%;
  font-size: 13px;
  outline: none;
}

.price-separator {
  font-weight: 500;
  color: #666;
} */

.apply-btn {
  background: #ffce00;
  color: #fff;
  border: none;
  width: 100%;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
}

.apply-btn:hover {
  background: black;
}

/* Size */
.size-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  padding: 10px 12px;
}

.size-grid label {
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Checkbox bulat */
.size-grid input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.size-grid input[type="checkbox"]:checked {
  border-color: #000;
  background: #000;
}

.size-grid input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}

/* --- Filter Warna --- */
.color-content {
  background: #f3f3f3;
  /* padding: 12px; */
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  padding: 20px 12px 20px 15px;
  justify-items: center;
}

/* Label pembungkus setiap warna */
.color-grid label {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Saat dipilih (checked) muncul tanda centang putih di tengah */
.color-label input:checked + span::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.color-label-bawah input:checked + span::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* Kotak warna bulat (elemen span) */
/*
.color-grid label span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color) !important;
  border: 1px solid #ccc;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}
*/
/* Hover efek */
.color-grid label:hover span {
  transform: scale(1.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Checkbox disembunyikan */
.color-grid input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

/* Saat dicentang */
.color-grid input[type="checkbox"]:checked + span {
  border: 2px solid #000;
  box-shadow: 0 0 0 2px #ffd700;
  transform: scale(1.1);
}

.color-grid label {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.color-grid input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.color-grid label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  border: 2px solid #ccc;
  transition: transform 0.2s, box-shadow 0.2s;
}

.color-grid input[type="checkbox"]:checked + span {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

/* Hover effect pada warna */
.color-label:hover span {
  transform: scale(1.1);
  border-color: #000;
}

/* Tooltip muncul saat hover */
.color-label:hover::after {
  content: attr(data-color);
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
}

/* Tooltip dibawah warna untuk baris pertama */
.color-label-bawah:hover::after {
  content: attr(data-color);
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
}
/* Tooltip efek lembut */
.color-label::after {
  opacity: 0;
  transform: translateX(-50%) translateY(3px);
}

.color-label:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-3px);
}

/* Aktif jika dipilih */
.color-label input:checked + span {
  border: 2px solid #000;
  box-shadow: 0 0 0 2px #ffd100;
}

/* --- Collection Card --- */
.collection-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* --- Product Image --- */
.collection-img {
  position: relative;
  overflow: hidden;
}

.collection-img img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .collection-card:hover .collection-img img {
    transform: scale(1.05);
  }
}

/* --- Favorite Button --- */
.btn-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 3;
}

.btn-fav:hover {
  background: #f5f5f5;
  color: #e0b100;
}

/* --- Quick View Button --- */
.btn-quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffd100;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 10px 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  z-index: 2;
}

@media (hover: hover) {
  .collection-card:hover .btn-quick-view {
    transform: translateY(0);
  }
}

.btn-quick-view:hover {
  background-color: #000;
  color: #ffd100;
}

/* --- Hide Quick View on Mobile --- */
@media (max-width: 768px) {
  .btn-quick-view {
    display: none;
  }
}

/* --- Product Info --- */
.collection-info h6 {
  font-size: 15px;
  color: #111;
}

.collection-info p {
  font-size: 14px;
}

/* --- Color Circles --- */
.color-options {
  gap: 10px;
  flex-wrap: wrap;
}

.color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color);
  border: 2px solid #ccc;
  cursor: pointer;
  transition: transform 0.2s;
}

.color-circle:hover {
  transform: scale(1.1);
  border-color: #000;
}

/* --- Add to Cart --- */
.add-to-cart {
  background-color: #ffd100;
  border: none;
  color: #000;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.add-to-cart:hover {
  background-color: #000;
  color: #ffd100;
}

/* --- Responsive text sizing --- */
@media (max-width: 576px) {
  .collection-info h6 {
    font-size: 14px;
  }
  .collection-info p {
    font-size: 13px;
  }
  .add-to-cart {
    font-size: 13px;
  }
}
/* ----- End ----- */

/* ===== Product Details ===== */
.details-container {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 2rem;
  margin: 50px 70px 50px 70px;
  font-family: "knockout";
}

.details-images {
  flex: 1 1 45%;
  text-align: center;
}

.main-image {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.thumbnail-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
}

.thumbnail:hover,
.thumbnail.active {
  border-color: #f4c20d;
}

.details {
  flex: 1 1 45%;
}

.details-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "knockout";
  text-align: left;
}
.details-price {
  font-size: 1.2rem;
  margin: 5px 0 15px;
  text-align: left;
  font-weight: 600;
  font-family: 'univers';
}
.product-divider {
  border: none;
  border-top: 1px solid #3d3b3b; /* warna garis */
  margin: 10px -16px; /* negatif margin agar full lebar, sesuaikan dengan padding card */
}

.product-title-pop {
  font-size: 2rem;
  font-weight: 700;
  font-family: "knockout";
  color: black;
  letter-spacing: -1px;
}

.sku-price {
  font-family: 'univers';
  font-size: 0.8rem;
}

.color-options,
.size-options {
  display: flex;
  gap: 10px;
  margin: 10px 0 15px;
}

.color-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: var(--color);
  cursor: pointer;
  transition: transform 0.2s;
}

.color-btn:hover {
  transform: scale(1.1);
}

.size-btn {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.size-btn.active,
.size-btn:hover {
  background: #000;
  color: #fff;
}

.action-buttons {
  margin: 20px 0;
}

.btn-add {
  width: 100%;
  padding: 10px;
  background: #f4c20d;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-add:hover {
  background: #e0ad00;
}

.btn-wishlist {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  background: #f1f1f1;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.details-description {
  line-height: 1.5;
  margin-top: 20px;
  color: black;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet (<= 768px) */
@media (max-width: 768px) {
  .details-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .details-images,
  .details-details {
    flex: 1 1 100%;
    text-align: center;
  }

  .main-image {
    max-width: 100%;
  }

  .details-title {
    font-size: 1.3rem;
  }

  .details-price {
    font-size: 1rem;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }

  .btn-add,
  .btn-wishlist {
    font-size: 0.95rem;
  }
}

/* Mobile (<= 480px) */
@media (max-width: 480px) {
  .details-container {
    padding: 0 10px;
  }

  .details-title {
    font-size: 1.2rem;
  }

  .details-price {
    font-size: 0.95rem;
  }

  .color-options,
  .size-options {
    justify-content: center;
  }

  .color-btn {
    width: 22px;
    height: 22px;
  }

  .thumbnail {
    width: 60px;
    height: 60px;
  }

  .btn-add,
  .btn-wishlist {
    font-size: 0.9rem;
    padding: 9px;
  }

  .details-description {
    font-size: 0.9rem;
  }
}

/* =====     end product details ===== */

/* ===== Search page ===== */

/* ----- Example class for header search / overlay ----- */

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
}

/* 
.collectionhead {
  background: url("../img/Shop_trending_1351x.progressive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50px;
  padding: 0 0 0 20px;
} */

.search-box {
  background: var(--putih);
  padding: 90px 10px 10px 70px;
}

.search-section-header {
  margin: 90px 30px 30px 70px;
  /* border: 1px solid #000; */
}

.search-section {
  margin: 10px 30px 30px 30px;
  /* border: 1px solid #000; */
}

.search-title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  font-family: 'univers';
  letter-spacing: -4px;
}

.search-text {
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-family: 'univers';
  letter-spacing: -1px;
}

.search-form input[type="text"] {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
  height: 48px;
  font-size: 1rem;
  padding: 10px 15px;
}

.search-form button {
  background-color: #ffcd00;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 25px;
}

.search-form button:hover {
  background-color: #f1c40f;
}

.result-contain {
  margin: 90px 30px 30px 70px;
  /* border: 1px solid #000; */
}

/*---- cari custom.css ---- */

.template-search .main-title {
  font-size: 8rem;
  line-height: 1.1em;
}

.template-search input[type="search"] {
  font-size: 16px;
}
.template-search input[type="search"]::placeholder {
  opacity: 0.5;
}

/* ===== end ===== */

/* ----- RELATED PRODUCTS ----- */
.related-container {
  //background: url(../img/toughjobs_bg.png);
  padding: 40px 0px 20px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.related-header {
  font-family: "knockout";
  background: url(../img/toughjobs_bg.png);
  font-weight: 500;
  font-size: 50px;
  color: white;
  padding: 20px 0 50px 20px;
  letter-spacing: -2px;
  text-align: left;
}

/* ----- CARD ANIMATION ----- */
.related-container .card {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease;
}

.related-container .card.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* ----- HOVER EFFECT ----- */
.related-container .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* ----- RESPONSIVE FONT SIZE ----- */
@media (max-width: 768px) {
  .related-header {
    font-size: 32px;
    padding-bottom: 30px;
  }
}

/* ----- END ----- */

/* ----- VIEW SIZE CHART -------- */
.viewchart {
  font-family: 'univers';
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

.chart-header {
  color: white;
  background-color: black;
}

/**
* Whatsapp button
*/

.btn-whatsapp {
  display: inline-flex; /* lebih rapi daripada inline-block */
  align-items: center; /* center icon dan teks */
  gap: 6px; /* jarak icon & teks */
  background-color: #25d366; /* hijau WhatsApp */
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}
.btn-whatsapp:hover {
  background-color: #1ebe5d;
  color: white;
}
/* Centering tombol di dalam col */
.wa-wrapper {
  display: flex;
  flex-direction: column; /* susun vertikal: atas → bawah */
  align-items: center; /* center horizontal */
  gap: 8px; /* jarak antara nomor dan tombol */
  margin-top: 10px;
  width: 100%; /* pastikan wrapper full-width */
}
.wa-no {
  display: block;
  color: white;
  font-size: x-large;
  text-align: center; /* memastikan center juga */
  margin-top: 5px;
}

.btn-join-whatsapp-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /* background-color: #12910a; */
  color: #fff !important;
  border: none !important;
  text-transform: capitalize;
  /* max-width: 200px !important; */
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.footer-left,
.footer-left a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: var(--biru);
  /* font-family: 'univers'; */
  font-size: 1rem;
  margin-right: 20px;
  font-weight: 900;
  margin-top: 10px;
}

/**
* Privacy Policy
*/

.section-privacy {
  display: flex;
  flex-direction: column; /* susun vertikal: atas → bawah */
  //align-items: center; /* center horizontal */
  gap: 8px; /* jarak antara nomor dan tombol */
  margin: 80px 30px 20px 20px;
}
.section-privacy .header {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
.section-privacy .paragraf {
  text-align: justify;
}
/*
* end
*/

/**
* Contact Us
*/

.contactushead {
  background: url(../img/Shop_trending_1351x.progressive.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  padding: 0 0 0 20px;
}

.contactusheadtitle {
  font-family: "knockout";
  font-size: 60px;
  color: black;
  padding: 20px 0 0 50px;
  font-weight: bolder;
}

.section-contactus {
  display: flex;
  flex-direction: column; /* susun vertikal: atas → bawah */
  //align-items: center; /* center horizontal */
  gap: 8px; /* jarak antara nomor dan tombol */
  margin: 100px 20px 150px 20px;
}

.section-tentangkita {
  display: flex;
  flex-direction: column; /* susun vertikal: atas → bawah */
  //align-items: center; /* center horizontal */
  gap: 8px; /* jarak antara nomor dan tombol */
  margin: 50px 30px 20px 20px;
}

.section-tentangkita img {
  max-height: 300px;
  text-align: center;
}
.section-tentangkita .paragraf {
  justify-content: center;
  text-align: justify;
  font-family: 'univers';
  font-size: 18px;
}

.product-description{
  font-family: 'Open Sans','Helvetica Cat',sans-serif; //"Open Sans", "helvetica-cat";
  font-size: 0.9rem;
}

#availability{
  font-family:'Open Sans';
  font-weight:700;
  font-size:1rem;
}


.text-exclude {
  font-family: 'Helvetica Cat';
  font-size: 0.8rem;
  color: var(--kuning-cat);
}

.checkout-at{
  font-size: 1rem;
  color: var(--biru);
  font-family:'Open Sans';
  font-weight:700;

}

/**
Style footer
*/

/* Map */
.footer-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 12px;
}

/* Divider */
.footer-divider {
  margin: 30px 0 20px;
  border-top: 1px solid #1E293B;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #94A3B8;
}




/* End of file */
