/* =========================================================
   TOKO GUDANG UNIK — tema modern & profesional
   Warna diambil dari logo resmi: hijau tua & emas
   ========================================================= */
/* Font "Plus Jakarta Sans" di-host sendiri di assets/fonts/ (bukan lewat Google Fonts CDN)
   supaya browser pengunjung tidak perlu buka koneksi baru ke server Google segala --
   langsung ambil dari server yang sama dengan halaman ini, lebih cepat & lebih ringan. */
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/plus-jakarta-sans-latin-400-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../fonts/plus-jakarta-sans-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/plus-jakarta-sans-latin-600-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/plus-jakarta-sans-latin-700-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('../fonts/plus-jakarta-sans-latin-800-normal.woff2') format('woff2');
}

:root{
  --green-900:#0c2117;
  --green-800:#123524;
  --green-700:#184b32;
  --gold-500:#e0a526;
  --gold-400:#eab73f;
  --gold-100:#fdf1d8;
  --ink:#1b241d;
  --muted:#6b7570;
  --line:#e7e4dc;
  --bg:#f7f6f2;
  --cream:#fffdf8;
  --danger:#c0392b;
  --radius-lg:18px;
  --radius-md:12px;
  --radius-sm:8px;
  --shadow-sm:0 1px 3px rgba(18,53,36,0.08);
  --shadow-md:0 10px 30px rgba(18,53,36,0.10);
  --shadow-hover:0 16px 34px rgba(18,53,36,0.16);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth; overflow-x:hidden; max-width:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  max-width:100%;
}

a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
::selection{background:var(--gold-400); color:var(--green-900);}

/* ---------------- Header ---------------- */
.site-header{
  background:var(--cream);
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
.site-header .wrap{
  max-width:1180px;
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.brand img{
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 2px 6px rgba(18,53,36,0.18);
}
.brand-text{display:flex; flex-direction:column; line-height:1.15;}
.brand-text strong{
  font-size:19px;
  font-weight:800;
  letter-spacing:0.2px;
  color:var(--green-800);
}
.brand-text small{
  font-size:12.5px;
  font-weight:500;
  color:var(--muted);
}

.search-bar{
  margin-left:auto;
  display:flex;
  gap:8px;
  flex:1;
  max-width:420px;
  min-width:220px;
}
.search-bar input[type=text]{
  flex:1;
  padding:11px 16px;
  border:1.5px solid var(--line);
  border-radius:999px;
  font-family:inherit;
  font-size:14.5px;
  background:#fff;
  color:var(--ink);
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.search-bar input[type=text]:focus{
  border-color:var(--gold-500);
  box-shadow:0 0 0 3px rgba(224,165,38,0.18);
}
.search-bar button{
  padding:11px 20px;
  border:none;
  border-radius:999px;
  background:var(--green-800);
  color:#fff;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}
.search-bar button:hover{background:var(--green-700); transform:translateY(-1px);}

.nav-link{
  font-size:13.5px;
  font-weight:700;
  color:var(--green-800);
  padding:9px 4px;
  white-space:nowrap;
  border-bottom:2px solid transparent;
  transition:border-color .15s ease, color .15s ease;
}
.nav-link:hover{border-color:var(--gold-500); color:var(--gold-500);}

/* ---------------- Hero ---------------- */
.hero{
  background:linear-gradient(135deg, var(--green-800) 0%, var(--green-900) 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 85% 20%, rgba(224,165,38,0.25), transparent 55%);
  pointer-events:none;
}
.hero .wrap{
  max-width:1180px;
  margin:0 auto;
  padding:44px 20px 40px;
  position:relative;
}
.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(224,165,38,0.16);
  color:var(--gold-400);
  border:1px solid rgba(224,165,38,0.35);
  padding:5px 14px;
  border-radius:999px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:0.4px;
  text-transform:uppercase;
  margin-bottom:14px;
}
.hero h1{
  font-size:clamp(24px,4vw,34px);
  font-weight:800;
  margin:0 0 10px;
  max-width:680px;
  line-height:1.25;
}
.hero h1 .hl{
  background:linear-gradient(135deg, var(--gold-400), var(--gold-500));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-slogan{
  font-style:italic;
  font-weight:600;
  color:var(--gold-400);
  font-size:15.5px;
  margin:0 0 10px;
  letter-spacing:0.2px;
}
.hero p{
  color:#d8e3da;
  font-size:14.5px;
  max-width:580px;
  margin:0 0 18px;
  line-height:1.55;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-badges .hb{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  color:#e7efe9;
  font-size:12.5px;
  font-weight:500;
  padding:7px 14px;
  border-radius:999px;
  backdrop-filter:blur(2px);
}
.hero-badges .hb b{
  color:var(--gold-400);
  font-weight:800;
  margin-right:3px;
}

/* ---------------- Filter Bar (ringkas & profesional) ---------------- */
.filter-bar{
  max-width:1180px;
  margin:0 auto;
  padding:18px 20px 10px;
  display:flex;
  align-items:flex-end;
  gap:14px;
  flex-wrap:wrap;
}
.filter-group{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:170px;
  flex:1 1 200px;
  max-width:280px;
}
.filter-group label{
  font-size:11.5px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  color:var(--muted);
  padding-left:2px;
}
.filter-group select{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  padding:11px 36px 11px 14px;
  border:1.5px solid var(--line);
  border-radius:var(--radius-md);
  background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23184b32" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 12px center;
  font-family:inherit;
  font-size:13.5px;
  font-weight:600;
  color:var(--green-800);
  cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.filter-group select:hover{border-color:var(--gold-500);}
.filter-group select:focus{
  outline:none;
  border-color:var(--gold-500);
  box-shadow:0 0 0 3px rgba(224,165,38,0.18);
}
.filter-reset{
  align-self:center;
  font-size:12.5px;
  font-weight:700;
  color:var(--danger);
  padding:11px 16px;
  border:1.5px solid rgba(192,57,43,0.3);
  border-radius:var(--radius-md);
  white-space:nowrap;
  transition:all .15s ease;
}
.filter-reset:hover{background:rgba(192,57,43,0.08); border-color:var(--danger);}

.active-chips{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px 6px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.active-chips .chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:var(--gold-100);
  color:var(--green-800);
  border:1px solid #f0d99a;
  font-size:12.5px;
  font-weight:700;
  padding:6px 8px 6px 14px;
  border-radius:999px;
}
.active-chips .chip a{
  color:#8a5f10;
  font-weight:800;
  width:18px; height:18px;
  display:flex; align-items:center; justify-content:center;
  border-radius:50%;
  background:rgba(0,0,0,0.06);
  font-size:11px;
  line-height:1;
}
.active-chips .chip a:hover{background:rgba(0,0,0,0.12);}

/* ---------------- Section headings ---------------- */
.section-heading{
  font-size:19px;
  font-weight:800;
  color:var(--green-800);
  margin:0 0 2px;
}
.section-sub{
  font-size:13px;
  color:var(--muted);
  margin:0 0 14px;
}

/* ---------------- Produk Terlaris (best sellers) ---------------- */
.bestseller-section{
  background:linear-gradient(180deg, var(--gold-100) 0%, var(--bg) 100%);
  padding:22px 0 6px;
  margin-top:6px;
}
.bestseller-section .wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}
.bestseller-scroll{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding-bottom:16px;
  scrollbar-width:thin;
}
.bestseller-scroll::-webkit-scrollbar{height:6px;}
.bestseller-scroll::-webkit-scrollbar-thumb{background:var(--gold-400); border-radius:99px;}
.bs-card{
  position:relative;
  flex:0 0 150px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  padding:10px;
  box-shadow:var(--shadow-sm);
  transition:transform .15s ease, box-shadow .15s ease;
}
.bs-card:hover{transform:translateY(-3px); box-shadow:var(--shadow-hover);}
.bs-rank{
  position:absolute;
  top:8px; left:8px;
  background:var(--green-900);
  color:var(--gold-400);
  font-size:11px;
  font-weight:800;
  padding:3px 8px;
  border-radius:999px;
  z-index:2;
}
.bs-thumb{
  aspect-ratio:1/1;
  border-radius:var(--radius-sm);
  overflow:hidden;
  background:var(--bg);
  border:1px solid var(--line);
}
.bs-thumb img{width:100%; height:100%; object-fit:cover;}
.bs-name{
  font-size:12.5px;
  font-weight:700;
  margin-top:8px;
  line-height:1.3;
  min-height:2.4em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.bs-price{
  font-size:13.5px;
  font-weight:800;
  color:var(--green-800);
  margin-top:4px;
}
.bs-badge{
  display:inline-block;
  margin-top:6px;
  font-size:10px;
  font-weight:700;
  padding:3px 8px;
  border-radius:999px;
}

/* ---------------- Toolbar: jumlah produk + toggle tampilan Grid/List ---------------- */
.listing-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  margin-top:4px;
}
.listing-count{
  font-size:13px;
  color:var(--muted);
  margin:4px 0 0;
}
.listing-count strong{color:var(--ink); font-weight:800;}
.view-toggle{
  display:inline-flex;
  flex-shrink:0;
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  overflow:hidden;
  background:#fff;
}
.view-btn{
  display:flex; align-items:center; gap:6px;
  padding:9px 15px;
  font-size:12.5px;
  font-weight:700;
  color:var(--muted);
  background:transparent;
  border:none;
  cursor:pointer;
  transition:background .15s ease, color .15s ease;
}
.view-btn svg{flex-shrink:0;}
.view-btn + .view-btn{border-left:1.5px solid var(--line);}
.view-btn:hover{background:var(--bg); color:var(--ink);}
.view-btn.active{background:var(--green-800); color:#fff;}

/* ---------------- Grid & Cards ---------------- */
.grid{
  max-width:1180px;
  margin:22px auto 70px;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(235px,1fr));
  gap:22px;
}

.tag-body{display:flex; flex-direction:column; flex:1; min-width:0;}
.tag-info{display:flex; flex-direction:column;}

/* ---- Tampilan List: satu kolom, tiap produk jadi baris horizontal ---- */
.grid.list-view{
  grid-template-columns:1fr;
  gap:12px;
  margin-top:18px;
}
.grid.list-view .tag-card{
  flex-direction:row;
  align-items:center;
  gap:16px;
  padding:12px 14px;
}
.grid.list-view .tag-card:hover{transform:translateY(-2px);}
.grid.list-view .tag-card .thumb-wrap{
  width:92px; height:92px;
  flex:0 0 92px;
  aspect-ratio:unset;
}
.grid.list-view .tag-card .thumbs{display:none;}
.grid.list-view .tag-card .wishlist-btn{width:30px; height:30px; font-size:13px; top:10px; right:10px;}
.grid.list-view .tag-card .tag-body{
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 26px;
}
.grid.list-view .tag-card .tag-info{
  flex:1 1 240px;
  min-width:0;
}
.grid.list-view .tag-card .fresh-stamp{margin:0 0 5px;}
.grid.list-view .tag-card h3{margin:0 0 3px; min-height:0; -webkit-line-clamp:2;}
.grid.list-view .tag-card .product-cat{margin-bottom:0;}
.grid.list-view .tag-card .voucher-chip{margin:5px 0 0;}
.grid.list-view .tag-card .price-row{flex:0 0 auto; margin:0;}
.grid.list-view .tag-card .btn-buy{flex:0 0 150px; width:150px; margin:0; padding:11px 8px;}
.grid.list-view .tag-card .card-bottom-actions{flex:0 0 auto; margin:0; width:auto;}
.grid.list-view .tag-card .card-bottom-actions .btn-detail{width:auto; padding:10px 16px;}

@media (max-width:640px){
  .listing-toolbar{align-items:center;}
  .view-btn span{display:none;}
  .view-btn{padding:9px 12px;}
  .grid.list-view .tag-card{gap:12px;}
  .grid.list-view .tag-card .thumb-wrap{width:72px; height:72px; flex:0 0 72px;}
  .grid.list-view .tag-card .tag-body{flex-wrap:wrap; gap:8px 14px;}
  .grid.list-view .tag-card .btn-buy{flex:1 1 100%; width:100%; order:5;}
  .grid.list-view .tag-card .card-bottom-actions{flex:1 1 100%; order:6;}
}

.tag-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:14px;
  position:relative;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow:var(--shadow-sm);
  display:flex;
  flex-direction:column;
  min-width:0;
}
.tag-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-hover);
  border-color:transparent;
}
.tag-card .cat-stamp{
  position:absolute;
  top:14px; left:14px;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.3px;
  padding:5px 11px;
  border-radius:999px;
  box-shadow:0 2px 6px rgba(0,0,0,0.18);
  z-index:2;
}
.tag-card .fresh-stamp{
  display:inline-block;
  align-self:flex-start;
  margin:10px 0 2px;
  font-size:10.5px;
  font-weight:700;
  color:#0d6b3a;
  background:#e4f7ec;
  border:1px solid #b9e8cc;
  padding:4px 9px;
  border-radius:999px;
}
.card-title-link{display:block;}
.card-title-link:hover h3{color:var(--gold-500);}
.tag-card .thumb-wrap{
  border-radius:var(--radius-md);
  overflow:hidden;
  aspect-ratio:1/1;
  background:var(--bg);
  border:1px solid var(--line);
  position:relative;
}
.tag-card .thumb-wrap img{width:100%; height:100%; object-fit:cover; transition:transform .3s ease;}
.tag-card:hover .thumb-wrap img{transform:scale(1.05);}
.tag-card .thumbs{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}
.tag-card .thumbs img{
  width:32px; height:32px;
  flex:0 0 auto;
  object-fit:cover;
  border-radius:8px;
  border:2px solid transparent;
  cursor:pointer;
  opacity:.6;
  transition:all .15s ease;
}
.tag-card .thumbs img.active,
.tag-card .thumbs img:hover{border-color:var(--gold-500); opacity:1;}

.tag-card h3{
  font-size:15.5px;
  font-weight:700;
  margin:12px 0 4px;
  line-height:1.3;
  min-height:2.5em;
  color:var(--ink);
}
.tag-card .product-cat{
  font-size:12px;
  color:var(--muted);
  margin-bottom:10px;
  font-weight:500;
}
.price-row{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:8px;
  margin-top:auto;
}
.price{
  font-size:19px;
  font-weight:800;
  color:var(--green-800);
}
.voucher-chip{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-size:11.5px;
  font-weight:700;
  background:var(--gold-100);
  color:#8a5f10;
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:10px;
  border:1px solid #f0d99a;
  width:fit-content;
}

.btn-buy{
  display:block;
  text-align:center;
  width:100%;
  padding:12px 10px;
  margin-top:4px;
  background:linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color:var(--green-900);
  font-weight:800;
  font-size:14px;
  border-radius:var(--radius-sm);
  letter-spacing:0.2px;
  box-shadow:0 4px 10px rgba(224,165,38,0.35);
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn-buy:hover{transform:translateY(-2px); box-shadow:0 8px 16px rgba(224,165,38,0.45);}

.btn-detail{
  display:block;
  text-align:center;
  width:100%;
  padding:8px 10px;
  margin-top:6px;
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  color:var(--green-800);
  font-weight:700;
  font-size:12.5px;
  transition:border-color .15s ease, background .15s ease;
}
.btn-detail:hover{border-color:var(--green-800); background:var(--bg);}

/* ---------------- Halaman Detail Produk ---------------- */
.breadcrumb{
  max-width:1180px;
  margin:0 auto;
  padding:16px 20px 0;
  font-size:12.5px;
  color:var(--muted);
}
.breadcrumb a{color:var(--muted); text-decoration:none;}
.breadcrumb a:hover{color:var(--green-800);}
.breadcrumb span{color:var(--ink); font-weight:600;}

.product-detail{
  max-width:1180px;
  margin:18px auto 10px;
  padding:0 20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.pd-gallery{position:sticky; top:90px; align-self:start;}
.pd-main-img{
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.pd-main-img img{width:100%; height:100%; object-fit:cover;}
.pd-main-img .cat-stamp{position:absolute; top:14px; left:14px;}
.pd-thumbs{display:flex; gap:8px; margin-top:10px; flex-wrap:wrap;}
.pd-thumbs img{
  width:64px; height:64px;
  object-fit:cover;
  border-radius:10px;
  border:2px solid transparent;
  cursor:pointer;
  opacity:.6;
  transition:all .15s ease;
}
.pd-thumbs img.active, .pd-thumbs img:hover{border-color:var(--gold-500); opacity:1;}

.pd-info h1{
  font-size:clamp(20px,3vw,27px);
  font-weight:800;
  color:var(--ink);
  margin:6px 0 10px;
  line-height:1.3;
}
.pd-price{
  font-size:28px;
  font-weight:800;
  color:var(--green-800);
  margin-bottom:10px;
}
.pd-buy{padding:15px 20px; font-size:15.5px; margin-top:14px;}
.pd-trust{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:13px;
  color:var(--muted);
}
.pd-compare{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.pd-compare h3{font-size:14.5px; color:var(--green-800); margin:0 0 10px;}
.compare-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  margin-bottom:8px;
  transition:border-color .15s ease, background .15s ease;
}
.compare-row:hover{border-color:var(--gold-500); background:var(--cream);}
.compare-badge{font-size:11px; font-weight:700; padding:4px 10px; border-radius:999px;}
.compare-price{font-weight:800; color:var(--ink); font-size:14px;}
.compare-diff{margin-left:auto; font-size:12px; font-weight:700; color:var(--muted);}
.compare-diff.cheaper{color:#0d6b3a;}
.compare-diff.pricier{color:var(--danger);}

.related-section{
  max-width:1180px;
  margin:44px auto 20px;
  padding:0 20px;
}

.pd-description{
  max-width:820px;
  margin:8px auto 0;
  padding:0 20px;
}
.pd-description-text{
  margin-top:12px;
  padding:18px 20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  color:var(--ink);
  font-size:14.5px;
  line-height:1.7;
  white-space:pre-line;
  word-break:break-word;
}

.empty-state{
  max-width:1180px;
  margin:70px auto;
  text-align:center;
  color:var(--muted);
  padding:0 20px;
}
.empty-state h2{color:var(--green-800); font-size:20px;}

/* ---------------- Tentang Kami ---------------- */
.about-content{
  max-width:1180px;
  margin:36px auto 10px;
  padding:0 20px;
}
.about-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-bottom:36px;
}
.about-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:24px;
  box-shadow:var(--shadow-sm);
}
.about-icon{font-size:26px; margin-bottom:10px;}
.about-card h3{font-size:16px; color:var(--green-800); margin:0 0 8px;}
.about-card p{font-size:13.5px; color:var(--muted); line-height:1.6; margin:0;}

.about-stats{
  display:flex;
  justify-content:center;
  gap:50px;
  background:var(--green-900);
  border-radius:var(--radius-lg);
  padding:26px;
  margin-bottom:36px;
  flex-wrap:wrap;
}
.about-stat{text-align:center;}
.about-stat strong{display:block; font-size:26px; font-weight:800; color:var(--gold-400);}
.about-stat span{font-size:12.5px; color:#c7d7cb;}

.about-cta{
  text-align:center;
  background:var(--gold-100);
  border:1px solid #f0d99a;
  border-radius:var(--radius-lg);
  padding:34px 20px;
  margin-bottom:20px;
}
.about-cta h2{font-size:19px; color:var(--green-800); margin:0 0 6px;}
.about-cta p{font-size:13.5px; color:var(--muted); margin:0 0 16px;}
.wa-btn-lg{padding:12px 26px; font-size:15px;}

/* ---------------- Footer ---------------- */
.site-footer{
  background:var(--green-900);
  color:#a9c0af;
  padding:40px 20px 0;
  font-size:13.5px;
}
.footer-cols{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:28px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.footer-col strong{
  display:block;
  color:#fff;
  font-size:14.5px;
  margin-bottom:10px;
}
.footer-brand{font-size:17px !important;}
.footer-col p{margin:0 0 4px; line-height:1.6; color:#a9c0af;}
.footer-col a{
  display:block;
  color:#c7d7cb;
  font-weight:500;
  margin-bottom:8px;
  width:fit-content;
}
.footer-col a:hover{color:var(--gold-400);}
.wa-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#25D366;
  color:#08331a !important;
  font-weight:800;
  padding:9px 16px;
  border-radius:999px;
  margin-top:2px;
}
.wa-btn:hover{background:#20bd5a;}
.footer-bottom{
  max-width:1180px;
  margin:0 auto;
  text-align:center;
  padding:18px 0 26px;
  font-size:12.5px;
  color:#8aa393;
}

@media (max-width:600px){
  .hero .wrap{padding:28px 18px 24px;}
  .hero h1{font-size:22px;}
  .hero-slogan{font-size:14px;}
  .hero p{font-size:13.5px;}
  .hero-badges .hb{font-size:11px; padding:6px 11px;}
  .grid{grid-template-columns:repeat(2,1fr); gap:14px;}
  .tag-card h3{font-size:13.5px; min-height:2.6em;}
  .price{font-size:16px;}
  .brand-text small{display:block; font-size:10.5px;}
  .brand img{width:42px; height:42px;}
  .brand-text strong{font-size:15.5px;}
  .search-bar{max-width:none; width:100%; order:3;}

  .filter-bar{padding:14px 16px 8px; gap:10px; flex-wrap:wrap;}
  .filter-group{min-width:0; max-width:none; flex:1 1 140px;}
  .filter-group label{font-size:10px;}
  .filter-group select{padding:9px 28px 9px 12px; font-size:12.5px; background-position:right 9px center; background-size:12px;}
  .filter-reset{padding:0; width:38px; height:38px; align-self:center; margin:0; font-size:0; border-radius:50%; display:flex; align-items:center; justify-content:center;}
  .filter-reset::before{content:"✕"; font-size:14px;}
  .active-chips{padding:0 16px 6px;}

  .nav-link{display:none;}
  .bestseller-section{padding:16px 0 4px;}
  .bs-card{flex:0 0 128px;}
  .footer-cols{grid-template-columns:1fr; gap:22px;}

  .product-detail{grid-template-columns:1fr; gap:20px; margin-top:12px;}
  .pd-gallery{position:static;}
  .pd-price{font-size:23px;}
  .breadcrumb{padding:12px 16px 0; font-size:11.5px;}

  .about-grid{grid-template-columns:1fr;}
  .about-stats{gap:28px; padding:20px;}
  .about-stat strong{font-size:21px;}
}

/* ============================================================
   FITUR BARU: Wishlist, Share, Filter Harga, Pagination
   ============================================================ */

/* --- Wishlist heart (di kartu produk) --- */
.wishlist-btn{
  position:absolute;
  top:14px; right:14px;
  z-index:5;
  width:34px; height:34px;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,0.92);
  font-size:15px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:transform .15s ease, background .15s ease;
  padding:0;
}
.wishlist-btn:hover{transform:scale(1.1);}
.wishlist-btn.active{background:var(--gold-100); border-color:var(--gold-400);}

/* --- Tombol Wishlist versi lebar penuh (halaman detail produk) ---
   Ditulis lengkap berdiri sendiri (bukan cuma "nambahin" ke .wishlist-btn) supaya
   TIDAK ikut ketiban position:absolute/top/right/z-index/height dari .wishlist-btn
   di atas -- itu penyebab tombol ini sempat hilang/salah tempat sebelumnya. */
.wishlist-btn-inline{
  position:static;
  top:auto; right:auto; z-index:auto;
  width:100%; height:auto;
  display:flex; align-items:center; justify-content:center; gap:6px;
  padding:11px 10px;
  margin-top:10px;
  border-radius:var(--radius-md);
  border:1.5px solid var(--line);
  background:#fff;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:border-color .15s ease, background .15s ease;
}
.wishlist-btn-inline:hover{border-color:var(--gold-500);}
.wishlist-btn-inline.active{background:var(--gold-100); border-color:var(--gold-400);}

.wishlist-count{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:18px; height:18px; padding:0 5px;
  border-radius:9px;
  background:var(--danger);
  color:#fff;
  font-size:10.5px;
  font-weight:800;
  margin-left:2px;
}
.nav-wishlist{display:inline-flex; align-items:center;}

/* --- Tombol Share (ikon bulat di kartu produk) --- */
.card-bottom-actions{display:flex; flex-wrap:nowrap; align-items:stretch; gap:8px; margin-top:8px;}
.card-bottom-actions .btn-detail{margin-top:0; flex:1 1 auto; width:auto; min-width:0;}
.btn-share{
  flex:0 0 38px;
  width:38px;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-md);
  border:1.5px solid var(--line);
  background:#fff;
  cursor:pointer;
  font-size:15px;
  color:var(--green-800);
  transition:border-color .15s ease, background .15s ease;
}
.btn-share:hover{border-color:var(--gold-500); background:var(--bg);}
.btn-share.copied{background:var(--gold-100); border-color:var(--gold-400); color:var(--green-900);}

/* --- Baris aksi sekunder di halaman detail produk (Wishlist + Bagikan sejajar) ---
   Ditulis berdiri sendiri juga (bukan numpang .btn-share) supaya width:38px milik
   .btn-share tidak ikut kebawa dan bikin tombol ini gagal melebar. */
.pd-secondary-actions{display:flex; gap:10px; margin-top:10px; flex-wrap:wrap;}
.pd-secondary-actions .wishlist-btn-inline{margin-top:0; flex:1 1 0; width:auto; min-width:150px;}
.btn-share-inline{
  position:static;
  flex:1 1 0;
  width:auto; height:auto; min-height:auto;
  min-width:120px;
  display:flex; align-items:center; justify-content:center; gap:6px;
  padding:11px 10px;
  border-radius:var(--radius-md);
  border:1.5px solid var(--line);
  background:#fff;
  font-weight:700;
  font-size:14px;
  color:var(--green-800);
  cursor:pointer;
  transition:border-color .15s ease, background .15s ease;
}
.btn-share-inline:hover{border-color:var(--gold-500);}
.btn-share-inline.copied{background:var(--gold-100); border-color:var(--gold-400);}

.about-grid-3{grid-template-columns:repeat(3,1fr); gap:16px;}
@media (max-width: 720px){
  .about-grid-3{grid-template-columns:1fr;}
}
.price-filter-form{min-width:230px;}
.price-inputs{display:flex; align-items:center; gap:6px;}
.price-inputs input[type="number"]{
  width:90px;
  padding:11px 10px;
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  font-family:inherit;
  font-size:13px;
  background:#fff;
}
.price-inputs input[type="number"]:focus{outline:none; border-color:var(--gold-500); box-shadow:0 0 0 3px rgba(224,165,38,0.18);}
.price-inputs span{color:var(--muted); font-size:12px;}
.btn-price-apply{
  padding:11px 14px;
  border:none;
  border-radius:var(--radius-sm);
  background:var(--green-800);
  color:#fff;
  font-weight:700;
  font-size:12.5px;
  cursor:pointer;
  white-space:nowrap;
}
.btn-price-apply:hover{background:var(--green-900);}

/* --- Pagination --- */
.pagination{
  max-width:1180px;
  margin:8px auto 60px;
  padding:0 20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.page-link{
  padding:9px 14px;
  border-radius:var(--radius-sm);
  border:1.5px solid var(--line);
  background:#fff;
  font-weight:700;
  font-size:13.5px;
  color:var(--ink);
}
.page-link:hover{border-color:var(--gold-500);}
.page-link.active{background:var(--green-800); border-color:var(--green-800); color:#fff;}
.page-info{
  margin-left:auto;
  font-size:12.5px;
  color:var(--muted);
}

@media (max-width: 720px){
  .price-filter-form{flex:1 1 100%; width:100%; min-width:0;}
  .price-inputs input[type="number"]{width:0; flex:1 1 0;}
  .pagination{justify-content:center;}
  .page-info{margin-left:0; width:100%; text-align:center; order:99;}
}
