/* RAJA328 local layout — replaces blocked Microless CDN CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #f4f5f7;
}

a {
  color: #0b57a4;
  text-decoration: none;
}

a:hover {
  color: #083e75;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/* ---------- Header top ---------- */
.ml-top-header {
  background: #f3f3f3;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  color: #444;
}

#ml-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 12px;
}

.ml-top-header-left,
.ml-top-header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.ml-header-features,
.site-switcher-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.ml-header-features a,
.site-switcher-control a {
  color: #444;
}

.currency-selector,
.language-selector {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  height: 26px;
  padding: 0 6px;
}

.mode-switcher label {
  margin: 0;
}

.--switch {
  position: relative;
  display: inline-block;
}

.tooltip_cvv_text {
  display: inline;
  margin-left: 6px;
}

/* ---------- Header middle ---------- */
.ml-head-middle {
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.ml-head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
}

.ml-head-logo {
  flex: 0 0 auto;
}

.ml-head-logo img {
  max-width: 120px;
  height: auto;
}

.ml-head-search {
  flex: 1 1 auto;
}

.ml-head-search .input-group {
  display: flex;
  width: 100%;
}

.ml-head-search .form-control {
  flex: 1;
  height: 42px;
  border: 2px solid #222;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 8px 12px;
  font-size: 14px;
}

.ml-head-search .input-group-btn .btn {
  height: 42px;
  width: 52px;
  background: #222;
  color: #fff;
  border: 0;
  border-radius: 0 4px 4px 0;
}

.ml-head-right {
  flex: 0 0 auto;
}

.ml-head-wrapp {
  display: flex;
  align-items: center;
  gap: 18px;
}

.button-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222;
  font-weight: 600;
  font-size: 13px;
}

.button-link:hover {
  color: #000;
  text-decoration: none;
}

.header-first-popover {
  position: relative;
}

.header-first-popover .popover {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 40;
  min-width: 160px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.header-first-popover:hover .popover {
  display: block;
}

.header-first-popover .popover ul {
  list-style: none;
}

.header-first-popover .popover a {
  display: block;
  padding: 8px 14px;
  color: #222;
}

.header-first-popover .popover a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.auto-complete-close,
#search-auto-complete ul:empty {
  display: none;
}

/* ---------- Nav ---------- */
.ml-head-btm {
  background: #1b1b1b;
  color: #fff;
}

#menu-toggle-button {
  display: none;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
  cursor: pointer;
}

.desktop-menu {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.desktop-menu > li {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  float: none;
  white-space: normal;
}

.desktop-menu > li > a {
  display: block;
  color: #fff;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-menu > li > a:hover,
.desktop-menu > li:hover > a {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.desktop-menu .menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
  min-width: 640px;
  max-width: 90vw;
  background: #fff;
  color: #222;
  padding: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.desktop-menu > li:hover > .menu-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.menu-dropdown ul {
  list-style: none;
}

.menu-dropdown a {
  color: #333;
  display: block;
  padding: 4px 0;
  font-size: 13px;
}

.nav-column {
  min-width: 180px;
  flex: 1;
}

.menu-subheader a {
  font-weight: 700;
  color: #111;
}

.ml-nav-banner,
.ml-menu-brands-wrap,
.ml-nav-view-all {
  display: none;
}

/* ---------- Login / daftar strip ---------- */
.n-columns-2 {
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 0 15px;
}

/* ---------- Page body ---------- */
.ml-home-content {
  background: #f4f5f7;
  padding: 12px 0 40px;
}

#content-data {
  background: transparent;
}

.breadcrumb {
  background: transparent;
  padding: 8px 0 16px;
  margin: 0;
  font-size: 12px;
}

.breadcrumb > li {
  display: inline;
}

.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 6px;
  color: #888;
}

.product-images-col,
.product-title-col,
.product-buy-col {
  background: #fff;
  border: 1px solid #ececec;
  padding: 16px;
  min-height: 280px;
}

.product-images-col {
  text-align: center;
}

.product-images-col img {
  max-height: 420px;
  object-fit: contain;
}

.prod-img-pic-wrap table {
  width: 100%;
}

.product-title-h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
}

.product-sku-model {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #666;
  font-size: 13px;
}

.custom-share-menu {
  display: none;
}

.custom-dropdown:hover .custom-share-menu,
.custom-dropdown.open .custom-share-menu {
  display: block;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 0;
  min-width: 220px;
}

.custom-share-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: #222;
}

.share-icon {
  width: 16px;
  height: 16px;
}

.product-bundle-badge {
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-bundle-badge .left-part,
.product-bundle-badge .right-part {
  padding: 4px 8px;
  color: #fff;
}

.product-bundle-badge .left-part {
  background: #c62828;
}

.product-bundle-badge .right-part {
  background: #e53935;
}

.product-feature-bullets {
  margin: 0 0 16px 18px;
}

.product-feature-bullets li {
  margin: 4px 0;
}

.warranty-informations ul {
  list-style: none;
}

.warranty {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

.warranty-label {
  font-weight: 700;
  color: #222;
}

.btn-danger.wish-list-btn {
  background: #fff;
  color: #c62828;
  border: 1px solid #c62828;
}

.product-main-price {
  font-size: 28px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 6px;
}

.product-price-old {
  color: #888;
  text-decoration: line-through;
}

.off-badge {
  display: inline-block;
  background: #c62828;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 6px;
}

.product-sold-by {
  margin: 10px 0;
  font-size: 13px;
}

.instock-lable {
  color: #2e7d32;
  font-weight: 700;
  margin: 8px 0 12px;
}

.product-add-to-cart {
  background: #ff6a00;
  border-color: #ff6a00;
  color: #fff !important;
  font-weight: 700;
  padding: 10px 12px;
}

.product-add-to-cart:hover {
  background: #e85f00;
  border-color: #e85f00;
  color: #fff !important;
  text-decoration: none;
}

.product-add-to-cart .add-success {
  display: none;
}

.quantity-input-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 12px;
}

.quantity-selector select {
  height: 44px;
  min-width: 64px;
}

.product-info-list {
  list-style: none;
  font-size: 13px;
  color: #444;
}

.product-info-list li {
  margin: 8px 0;
}

.grey-border {
  background: #fafafa;
}

.v-separator-30 {
  height: 18px;
}

.report-an-issue {
  font-size: 12px;
  color: #777;
}

/* ---------- Description / specs ---------- */
.ml-product-discriptions {
  background: #fff;
  border: 1px solid #ececec;
  padding: 20px;
  margin-top: 16px;
}

.ml-product-discriptions .title,
h2.title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
}

.ml-product-discriptions .title span,
h2.title span {
  border-bottom: 3px solid #ff6a00;
  padding-bottom: 4px;
}

.product-decription-wrapper p {
  margin: 0 0 12px;
  color: #333;
}

.attribute-group-wrapper {
  border: 1px solid #eee;
}

.attribute-group-heading {
  background: #f7f7f7;
  font-weight: 700;
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
}

.atrribute-items {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}

.atrribute-items.even {
  background: #fff;
}

.atrribute-items.odd {
  background: #fafafa;
}

.attribute-item-name,
.attribute-item-value {
  padding: 10px 14px;
  width: 50%;
}

.attribute-item-value ul {
  list-style: none;
}

/* ---------- Member reviews ---------- */
.review-columns-wrapper {
  max-width: none !important;
  margin: 28px 0 !important;
  font-family: inherit !important;
}

.review-card {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #222 !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
}

.review-card .review-text,
.review-card .review-meta,
.review-card .reviewer-name {
  color: inherit !important;
}

.review-card .reviewer-name {
  color: #111 !important;
}

.review-card .review-text {
  color: #333 !important;
}

.review-card .review-meta {
  color: #888 !important;
}

.review-card .stars {
  color: #f5a623 !important;
  letter-spacing: 1px;
}

.media-list.product-review-full {
  list-style: none;
  margin-top: 16px;
}

.media-list.product-review-full .media {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-weight: 700;
  color: #fff;
  flex: 0 0 48px;
}

.review-stars {
  color: #f5a623;
  margin: 2px 0 8px;
}

.review-date {
  color: #888;
  font-size: 12px;
  margin-top: 8px;
}

.product-review-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 8px;
}

.product-review-wrap .col-one,
.product-review-wrap .col-two {
  flex: 1 1 280px;
}

.review-average {
  font-size: 28px;
  font-weight: 700;
}

.rating-container .fa-star {
  color: #f5a623;
}

.star-empty {
  color: #ddd !important;
}

.ratings-bar-wrap .rating-info-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  font-size: 12px;
}

.rating-progress {
  flex: 1;
  background: #eee;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.rating-progress .progress-bar {
  height: 8px;
  background: #f5a623;
}

.rate-this-product,
.call-write-review,
.no-show {
  display: none !important;
}

/* ---------- FAQ ---------- */
.faq-section-wrapper {
  max-width: none !important;
  margin: 8px 0 28px !important;
  font-family: inherit !important;
}

.faq-item {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #222 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.faq-item summary,
.faq-item h3 {
  margin: 0 !important;
  padding: 14px 16px;
  font-size: 16px !important;
  font-weight: 700;
  color: #111 !important;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 !important;
  padding: 0 16px 16px;
  line-height: 1.7 !important;
  color: #333 !important;
}

/* ---------- Footer ---------- */
.footer-contacts-container {
  background: #1b1b1b;
  color: #fff;
}

.footer-contact-bottom a,
.footer-contact-bottom {
  color: #fff;
}

.fdwrap {
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
}

.f-top {
  background: #111;
  color: #ddd;
  padding: 28px 0;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.quick-links .list-none {
  list-style: none;
}

.quick-links a,
.about-us,
.subscribe-form {
  color: #cfcfcf;
}

.quick-links a:hover {
  color: #fff;
}

.subscribe-form input[type="email"] {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 0;
  margin-bottom: 8px;
}

.subscribe-form button {
  background: #ff6a00;
  color: #fff;
  border: 0;
  height: 38px;
  padding: 0 16px;
  font-weight: 700;
}

.payment-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0 28px;
  background: #111;
  color: #ddd;
}

.social ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
}

.social a {
  color: #fff;
  font-size: 18px;
}

.footer-btn-app-download a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 8px 12px;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.footer-btn-app-download a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #ff6a00;
}

.payment-options-logos img {
  display: none;
}

/* ---------- Utility ---------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-xs {
  display: inherit !important;
}

.show580 {
  display: none;
}

.modal,
#review-modal,
.review-modal,
#productLightbox,
#tamaraLightbox,
.issueSubmit {
  display: none !important;
}

#home-products-carousel:empty,
.ml-fireworks:empty {
  display: none;
}

/* ---------- Pasaran populer ---------- */
.footer-recently-viewed-products {
  background: #fff;
  border-top: 1px solid #ececec;
  padding: 24px 15px 8px;
}

.footer-recently-viewed-products .home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.footer-recently-viewed-products .home-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-recently-viewed-products .home-header h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #ff6a00;
  margin-top: 6px;
}

#recently-viewed-products-carousel,
.footer-recently-viewed-products .owl-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.history-product-wrapp {
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 12px 10px 14px;
  text-align: center;
  color: #222;
}

.history-product-wrapp:hover {
  text-decoration: none;
  color: #111;
  border-color: #ff6a00;
}

.recently-viewed-product .product-image {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 10px 8px;
}

.recently-viewed-product img {
  max-height: 88px;
  max-width: 88px;
  object-fit: contain;
}

.hot-game-name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  #ml-top-header,
  .ml-head,
  .ml-head-wrapp {
    flex-wrap: wrap;
  }

  .ml-head-search {
    order: 3;
    width: 100%;
    flex: 1 1 100%;
  }

  #menu-toggle-button {
    display: block;
  }

  .desktop-menu {
    flex-direction: column;
    overflow: visible;
  }

  .desktop-menu .menu-dropdown {
    position: static;
    min-width: 0;
    display: none !important;
  }

  .product-images-col,
  .product-title-col,
  .product-buy-col {
    margin-bottom: 12px;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ml-top-header-right .hidden-xs,
  .hidden-md,
  .hidden-sm {
    display: none !important;
  }

  .review-card,
  .media-list.product-review-full .media {
    flex-direction: column;
  }
}

/* ---------- RAJA328 promo popup ---------- */
.raja-promo-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.raja-promo-popup.is-hidden {
  display: none;
}

.raja-promo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.raja-promo-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #111;
  border: 2px solid #cf9007;
  border-radius: 16px;
  padding: 20px 18px 18px;
  text-align: center;
}

.raja-promo-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.raja-promo-logo {
  display: block;
  max-width: 140px;
  margin: 4px auto 12px;
}

.raja-promo-banner {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
}

.raja-promo-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.raja-promo-actions a {
  display: block;
  text-align: center;
  text-decoration: none;
}

body.popup-open {
  overflow: hidden;
}
