:root {
  --pink: #ff2ea6;
  --pink-dark: #c2185b;
  --pink-deep: #8e0e4a;
  --neon: #ff4fd8;
  --neon-hot: #ff00aa;
  --gold: #ffd54a;
  --black: #111;
  --text: #222;
  --muted: #666;
  --bg: #fff;
  --line: #e6e6e6;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  padding-bottom: 110px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, select, input { font: inherit; }
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px; z-index: 20; }

.page-wrapper { min-height: 100%; }

/* TOP BAR */
.panel.header {
  background: linear-gradient(135deg, #ff2ea6, #c2185b, #ff2ea6);
  color: #fff;
}
.panel-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.header_panel_info ul {
  display: flex;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header_panel_info a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  text-transform: lowercase;
}
.header_panel_info img { width: 16px; height: 16px; object-fit: contain; }
.lang-switch-mc { display: flex; align-items: center; }
.switch { position: relative; display: inline-block; width: 60px; height: 28px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute; cursor: pointer; inset: 0;
  background: #ccc; transition: .4s; border-radius: 34px;
}
.slider:before {
  position: absolute; content: "ID";
  height: 22px; width: 22px; left: 3px; bottom: 3px;
  background: #fff; border-radius: 50%; color: #000;
  font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
input:checked + .slider:before { transform: translateX(32px); content: "EN"; }

/* HEADER */
.header.content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 20px 8px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.action.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border: 0; background: transparent;
  cursor: pointer;
}
.action.nav-toggle span,
.action.nav-toggle::before,
.action.nav-toggle::after {
  content: "";
  display: block;
  width: 22px; height: 2px;
  background: #111;
  margin: 5px 0;
}
.logo { display: block; width: 200px; max-width: 52vw; }
.logo img {
  width: auto;
  max-width: 100%;
  max-height: 56px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.block-search { display: flex; align-items: center; }
.form.minisearch {
  display: flex;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  border: 1px solid #ddd;
  border-radius: 24px;
  overflow: hidden;
  background: #f7f7f7;
}
.form.minisearch input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 10px 14px;
  outline: none;
}
.form.minisearch button {
  border: 0;
  background: var(--pink);
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
}
.header-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.header-icons a {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.header-icons svg { width: 22px; height: 22px; margin: 0 auto 4px; display: block; fill: #111; }

/* NAV */
.navigation-wrapper {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ves-megamenu {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  padding: 0 12px;
  margin-block: 0;
  overflow-x: auto;
}
.ves-megamenu > li > a {
  display: block;
  padding: 14px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
  text-transform: uppercase;
}
.ves-megamenu > li > a:hover,
.ves-megamenu > li > a.is-cta {
  color: #000;
  background: var(--pink);
}

/* LOGIN / DAFTAR STRIP */
.breadcrumbs { padding: 10px 20px 0; }
.n-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
}
.n-columns-2 a {
  text-align: center;
  padding: 18px 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #000;
  background: linear-gradient(180deg, #ff2ea6, #c2185b, #ff2ea6);
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}
.n-columns-2 a:hover { transform: translateY(-2px); }

/* PRODUCT */
.page-main { max-width: 1280px; margin: 0 auto; padding: 20px; }
.product-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.page-title { margin: 0 0 10px; font-size: 28px; line-height: 1.25; }
.price-box { margin: 8px 0 16px; }
.price-label { display: block; font-size: 14px; color: var(--muted); }
.price-box .price { font-size: 32px; font-weight: 800; color: var(--pink); }
.kc-cashback .price { font-size: inherit; font-weight: 800; color: inherit; }
.kc-cashback a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pink);
  font-weight: 700;
  margin: 10px 0;
}
.kcpoints-img { object-fit: contain; }
.kredivo-label {
  font-size: 13px;
  color: #555;
  margin: 10px 0 16px;
}
.kredivo-label a { color: #dc2e18; text-decoration: underline; }
.available-block { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin: 16px 0; }
.avail-text { font-weight: 700; margin-right: 8px; }
.lables { display: flex; gap: 16px; }
.home-div, .store-div { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.product.attribute.overview .value { text-align: justify; line-height: 1.8; font-size: 15px; }
.product.attribute.overview a { color: var(--pink); font-weight: 700; text-decoration: underline; }
.field.qty { margin: 18px 0; }
.field.qty label { display: block; margin-bottom: 6px; font-weight: 700; text-transform: lowercase; }
.field.qty select { padding: 8px 12px; min-width: 90px; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.action.primary.tocart,
.action.towishlist,
.claim-bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  padding: 16px 22px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: .4px;
}
.action.primary.tocart {
  background: linear-gradient(135deg, #ff2ea6, #c2185b);
  color: #000;
  border: 0;
}
.action.towishlist {
  border: 1px solid var(--pink);
  color: var(--pink);
}
.claim-bonus {
  border: 1px solid var(--gold);
  color: var(--pink-dark);
  width: 250px;
}
.sharing-buttons { margin-top: 22px; }
.sharing-buttons label { display: block; margin-bottom: 8px; color: #dc2e18; }
.share-row { display: flex; gap: 8px; }
.share-row a {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 14px;
}
.share-row .fb { background: #1877f2; }
.share-row .x { background: #111; }
.share-row .wa { background: #25d366; }

/* GALLERY */
.breeze-gallery .main-image-wrapper {
  border: 1px solid var(--line);
  background: #fafafa;
  overflow: hidden;
}
.breeze-gallery .main-image { width: 100%; aspect-ratio: 1; object-fit: cover; }
.thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.thumbnails .item {
  border: 2px solid transparent;
  display: block;
}
.thumbnails .item.active,
.thumbnails .item:hover { border-color: var(--pink); }
.thumbnails img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* FAQ / REVIEW */
.bt-seo-section {
  --bg1: #212121;
  --bg2: #494747;
  --line: rgba(0, 106, 255, .08);
  --text: #fff;
  --muted: #fff;
  --accent1: #ff2ea6;
  --accent2: #c2185b;
  --accent3: #fff;
  padding: 60px 20px;
  background:
    radial-gradient(circle at top left, rgba(255,213,74,.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0,194,255,.10), transparent 30%),
    linear-gradient(135deg, var(--bg1), var(--bg2));
  color: var(--text);
}
.bt-container { max-width: 1200px; margin: 0 auto; }
.bt-heading { text-align: center; margin-bottom: 35px; }
.bt-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 5px;
  color: #000;
  background: linear-gradient(180deg, var(--accent1), var(--accent2));
  margin-bottom: 14px;
}
.bt-heading h2 { margin: 0 0 14px; font-size: 32px; line-height: 1.25; }
.bt-heading p { max-width: 900px; margin: 0 auto; line-height: 1.8; }
.bt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bt-box {
  background: #000;
  border: 3px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}
.bt-box-head { padding: 24px 24px 10px; }
.bt-box-head h3 { margin: 0 0 8px; font-size: 24px; }
.bt-faq-list, .bt-review-slider { padding: 10px 16px 20px; }
.bt-faq-item {
  border: 3px solid var(--line);
  border-radius: 16px;
  margin: 0 0 12px;
  background: rgb(142, 14, 74);
  overflow: hidden;
}
.bt-faq-item.active { border-color: var(--neon); box-shadow: 0 10px 30px rgb(255, 46, 166); }
.bt-faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 18px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.bt-faq-question i { font-style: normal; font-size: 22px; }
.bt-faq-item.active .bt-faq-question i { transform: rotate(45deg); }
.bt-faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.bt-faq-answer p { margin: 0; padding: 0 18px 18px; line-height: 1.8; }
.bt-review-track { position: relative; min-height: 240px; }
.bt-review-card {
  display: none;
  border: 3px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: rgb(142, 14, 74);
}
.bt-review-card.active { display: block; animation: btFade .45s ease; }
.bt-review-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.bt-review-top h4 { margin: 0 0 4px; }
.bt-stars { letter-spacing: 2px; color: #fff; }
.bt-review-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.bt-nav-btn {
  width: 42px; height: 42px; border: none; border-radius: 50%;
  cursor: pointer; font-size: 24px; color: #fff;
  background: linear-gradient(135deg, #000, #ff2ea6);
  box-shadow: 0 10px 25px rgb(255 79 216);
}
.bt-dots { display: flex; gap: 8px; }
.bt-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.25); border: 0; cursor: pointer;
}
.bt-dot.active { width: 28px; border-radius: 999px; background: #fff; }
@keyframes btFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* FOOTER */
.page-footer {
  background: #f4f4f4;
  padding: 40px 20px 140px;
  color: #333;
}
.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.page-footer h4 {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: lowercase;
}
.page-footer p, .page-footer li { margin: 0 0 8px; font-size: 14px; }
.page-footer ul { list-style: none; padding: 0; }
.page-footer a:hover { color: var(--pink); }
.socials { display: flex; gap: 12px; margin-top: 8px; }
.store-badges { display: flex; flex-direction: column; gap: 10px; max-width: 180px; }
.store-badge {
  display: block;
  background: #111;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.legal { margin-top: 24px; font-size: 12px; color: #777; }
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 120px;
  display: none;
  background: var(--pink);
  color: #000;
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 800;
  z-index: 80;
}

/* STICKY */
.footer-floating-situs {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 1500px;
  display: flex;
  gap: 14px;
  padding: 16px 22px;
  background: #000;
  border-radius: 20px;
  border: 2px solid var(--neon);
  box-shadow: 0 0 30px rgb(255 79 216);
  z-index: 999;
}
.footer-btn-slot {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(180deg, #ff2ea6, #c2185b);
  border-radius: 32px;
  border: 2px solid var(--gold);
  text-decoration: none;
  white-space: nowrap;
  animation: floatUpDown 3s ease-in-out infinite;
}
.footer-btn-slot img { width: 18px; height: 18px; object-fit: contain; }
.footer-btn-slot.login { animation-delay: .3s; }
.footer-btn-slot.daftar { animation-delay: .6s; }
.footer-btn-slot.link { animation-delay: .9s; }
.footer-btn-slot.chat { animation-delay: 1.2s; }
.footer-btn-slot:hover {
  background: #c2185b;
  transform: translateY(-6px) scale(1.05);
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* POPUP */
.popup-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-container {
  position: relative;
  width: 90%;
  max-width: 420px;
  background: linear-gradient(145deg, rgba(10,10,10,.9), rgba(26,21,16,.85));
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  animation: rotateScaleIn .8s cubic-bezier(.175,.885,.32,1.275), goldPulse 3.5s infinite ease-in-out;
  box-shadow: 0 20px 40px rgba(0,0,0,.7), 0 0 0 1px rgb(255 79 216);
  padding-bottom: 20px;
  border: 1px solid rgb(255 79 216);
}
@keyframes goldPulse {
  0%, 100% { box-shadow: 0 20px 40px rgba(0,0,0,.7), 0 0 20px rgb(255 79 216); }
  50% { box-shadow: 0 20px 40px rgba(0,0,0,.7), 0 0 30px rgb(255 79 216); }
}
@keyframes rotateScaleIn {
  0% { opacity: 0; transform: scale(.3) rotate(-10deg); }
  50% { transform: scale(1.05) rotate(2deg); }
  100% { opacity: 1; transform: scale(1); }
}
.popup-image { width: 100%; display: block; border-bottom: 1px solid rgb(255 79 216); }
.popup-buttons { display: flex; flex-direction: column; gap: 15px; padding: 25px 20px; }
.popup-buttons a {
  display: block;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  color: #000;
  background: linear-gradient(135deg, #ff2ea6, #c2185b);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.popup-buttons a:hover { background: linear-gradient(135deg, #ff4fd8, #ffd54a); }
.popup-footer { font-size: 13px; color: #ccc; padding: 10px 16px 6px; line-height: 1.6; }
.close-btn {
  position: absolute;
  top: 15px; right: 15px;
  width: 32px; height: 32px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  border: 1px solid rgb(255 79 216);
}
.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 16px; height: 2px;
  background: #fff;
}
.close-btn::before { transform: translate(-50%,-50%) rotate(45deg); }
.close-btn::after { transform: translate(-50%,-50%) rotate(-45deg); }

.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1200;
}
.nav-drawer.open { display: block; }
.nav-drawer-panel {
  width: min(320px, 86vw);
  height: 100%;
  background: #fff;
  padding: 24px 18px;
  overflow: auto;
}
.nav-drawer-panel a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; font-weight: 700; }

@media (max-width: 991px) {
  .product-info-wrapper,
  .bt-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .header.content { grid-template-columns: auto 1fr auto; }
  .form.minisearch { display: none; }
  .action.nav-toggle { display: block; }
  .ves-megamenu { display: none; }
  .bt-heading h2 { font-size: 22px; }
  .page-title { font-size: 22px; }
  .footer-floating-situs { flex-wrap: wrap; gap: 8px; padding: 10px; }
  .footer-btn-slot { flex: 1 1 calc(50% - 8px); font-size: 12px; padding: 10px 6px; }
  .right_top_header .header_panel_info ul { column-gap: 10px; }
  .panel-inner { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .footer-btn-slot { flex: 1 1 100%; }
  .n-columns-2 a { font-size: 15px; padding: 14px 8px; }
  .header-icons span { display: none; }
}
