:root {
  --rd-bg: #050706;
  --rd-bg-soft: #0b100e;
  --rd-panel: #101411;
  --rd-panel-2: #171a15;
  --rd-card: #10120f;
  --rd-card-soft: #151913;
  --rd-gold: #dfbb61;
  --rd-gold-bright: #f6d982;
  --rd-gold-deep: #806220;
  --rd-teal: #62dfd2;
  --rd-teal-soft: #2f8f87;
  --rd-silver: #f4f7f4;
  --rd-silver-muted: #aeb9b6;
  --rd-danger: #f06d66;
  --rd-line: rgba(223, 187, 97, .28);
  --rd-line-soft: rgba(255, 255, 255, .08);
  --rd-shadow: 0 22px 58px rgba(0, 0, 0, .48);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color-scheme: dark;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y pinch-zoom;
  -webkit-text-size-adjust: 100%;
}

body.rd-shop-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 4%, rgba(72, 221, 207, .14), transparent 28rem),
    radial-gradient(circle at 42% 0, rgba(224, 185, 89, .11), transparent 24rem),
    linear-gradient(rgba(3, 5, 5, .8), rgba(3, 5, 5, .97)),
    url("../images/bg/groundzero_03.jpg") center top / cover fixed,
    var(--rd-bg);
  color: var(--rd-silver);
  font-family: Tahoma, "Leelawadee UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

body.rd-shop-body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .018) 50%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 4px);
  content: "";
  pointer-events: none;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.rd-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.rd-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  min-height: 72px;
  border-bottom: 1px solid rgba(223, 187, 97, .32);
  background:
    linear-gradient(90deg, rgba(224, 185, 89, .08), transparent 35%, rgba(88, 218, 205, .05)),
    rgba(6, 9, 8, .94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
}

.rd-topbar-inner {
  display: flex;
  align-items: center;
  width: min(1580px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  gap: 18px;
}

.rd-brand {
  display: flex;
  align-items: center;
  min-width: 230px;
  gap: 11px;
}

.rd-brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(223, 187, 97, .3));
}

.rd-brand-copy {
  display: grid;
  line-height: 1.15;
}

.rd-brand-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 15px rgba(244, 247, 244, .2);
}

.rd-brand-copy small {
  margin-top: 4px;
  color: var(--rd-gold-bright);
  font-size: 11px;
  font-weight: 700;
}

.rd-shop-search {
  display: flex;
  width: min(340px, 28vw);
  min-width: 180px;
  height: 42px;
  align-items: center;
  margin-left: 10px;
  padding: 0 12px;
  border: 1px solid rgba(223, 187, 97, .24);
  border-radius: 5px;
  background: rgba(5, 8, 7, .72);
  color: #8d9b97;
  gap: 8px;
}

.rd-shop-search:focus-within {
  border-color: rgba(98, 223, 210, .5);
  box-shadow: 0 0 16px rgba(98, 223, 210, .1);
  color: var(--rd-teal);
}

.rd-shop-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.rd-shop-search input::placeholder {
  color: #7f8a87;
}

.rd-topnav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 6px;
}

.rd-topnav a {
  min-height: 42px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #e9efec;
  font-size: 14px;
  font-weight: 700;
}

.rd-topnav a:hover,
.rd-topnav a:focus-visible {
  border-color: rgba(98, 223, 210, .34);
  background: rgba(98, 223, 210, .07);
  color: #fff;
}

.rd-icon-button,
.rd-cart-top-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(223, 187, 97, .46);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(240, 210, 127, .14), rgba(77, 57, 14, .1)),
    #17160f;
  color: #fff0bd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.rd-icon-button:hover,
.rd-cart-top-button:hover {
  border-color: var(--rd-gold-bright);
  box-shadow: 0 0 18px rgba(223, 187, 97, .2);
}

.rd-menu-button {
  display: none;
}

.rd-cart-top-button {
  min-width: 108px;
  padding: 0 13px;
  gap: 8px;
  font-weight: 800;
}

.rd-cart-top-button .rd-cart-count {
  min-width: 22px;
  height: 22px;
  padding: 2px 6px;
  border-radius: 11px;
  background: var(--rd-teal);
  color: #06110f;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.rd-shop-shell {
  display: grid;
  grid-template-columns: 246px minmax(0, 1fr) 328px;
  align-items: start;
  width: min(1580px, calc(100% - 32px));
  margin: 18px auto 32px;
  gap: 16px;
}

.rd-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  max-height: calc(100vh - 108px);
  gap: 12px;
  overflow: auto;
  scrollbar-color: var(--rd-gold-deep) transparent;
}

.rd-sidebar-panel {
  overflow: hidden;
  border: 1px solid var(--rd-line);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(224, 185, 89, .055), transparent 42%),
    rgba(12, 16, 14, .96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.rd-panel-heading {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0;
  padding: 11px 14px;
  border-bottom: 1px solid var(--rd-line);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.rd-panel-heading i {
  width: 24px;
  color: var(--rd-gold-bright);
}

.rd-member-card {
  padding: 14px;
}

.rd-member-status {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.rd-member-avatar {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(98, 223, 210, .42);
  border-radius: 50%;
  background: rgba(98, 223, 210, .08);
  color: var(--rd-teal);
  font-size: 18px;
  box-shadow: 0 0 16px rgba(98, 223, 210, .12);
}

.rd-member-status strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-member-status small {
  display: block;
  margin-top: 2px;
  color: var(--rd-silver-muted);
  font-size: 11px;
}

.rd-member-actions {
  display: grid;
  gap: 8px;
}

.rd-member-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--rd-line-soft);
  border-radius: 5px;
  background: rgba(255, 255, 255, .025);
  color: #eef3f1;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  gap: 9px;
}

.rd-member-button i {
  width: 20px;
  color: var(--rd-gold-bright);
  text-align: center;
}

.rd-member-button:hover {
  border-color: rgba(98, 223, 210, .36);
  background: rgba(98, 223, 210, .07);
  color: #fff;
}

.rd-member-button.rd-primary {
  border-color: rgba(223, 187, 97, .58);
  background:
    linear-gradient(180deg, rgba(240, 210, 127, .16), rgba(77, 57, 14, .12)),
    #19170f;
  color: #fff0bd;
}

.rd-member-button.rd-qr-button {
  border-color: rgba(98, 223, 210, .82);
  background:
    linear-gradient(180deg, rgba(98, 223, 210, .16), rgba(18, 67, 62, .12)),
    #0b1715;
  color: #effffc;
  box-shadow:
    0 0 18px rgba(98, 223, 210, .28),
    inset 0 0 16px rgba(98, 223, 210, .08);
}

.rd-member-button.rd-qr-button i {
  color: var(--rd-teal);
}

.rd-member-button.rd-qr-button:hover,
.rd-member-button.rd-qr-button:focus-visible {
  border-color: #a6fff6;
  background:
    linear-gradient(180deg, rgba(98, 223, 210, .22), rgba(18, 67, 62, .17)),
    #0c1d1a;
  box-shadow:
    0 0 25px rgba(98, 223, 210, .38),
    inset 0 0 18px rgba(98, 223, 210, .12);
}

.rd-category-menu {
  padding: 8px;
}

.rd-category-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 4px;
}

.rd-category-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #dbe2df;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  gap: 9px;
}

.rd-category-link i {
  width: 20px;
  color: #7f918c;
  text-align: center;
}

.rd-category-link:hover,
.rd-category-link.is-active {
  border-color: rgba(223, 187, 97, .34);
  background:
    linear-gradient(90deg, rgba(223, 187, 97, .11), transparent),
    rgba(255, 255, 255, .018);
  color: #fff;
}

.rd-category-link.is-active i {
  color: var(--rd-gold-bright);
}

.rd-catalog {
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid rgba(223, 187, 97, .48);
  border-bottom: 1px solid rgba(98, 223, 210, .2);
  background:
    linear-gradient(145deg, rgba(224, 185, 89, .035), transparent 28%),
    rgba(7, 10, 9, .9);
  box-shadow: var(--rd-shadow);
}

.rd-catalog-head {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rd-line);
  background: rgba(255, 255, 255, .015);
  gap: 16px;
}

.rd-catalog-title {
  min-width: 180px;
}

.rd-catalog-title p {
  margin: 0 0 3px;
  color: var(--rd-teal);
  font-size: 11px;
  font-weight: 900;
}

.rd-catalog-title h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

#indexsomeinfo {
  min-width: 0;
  margin-left: auto;
  color: #dce4e1;
  font-size: 13px;
  text-align: right;
}

#indexsomeinfo font {
  color: var(--rd-gold-bright) !important;
  font-size: 14px;
}

#indexsomeinfo a {
  display: inline-block;
  margin-left: 7px;
  color: var(--rd-teal) !important;
}

.rd-account-strip {
  border-bottom: 1px solid var(--rd-line-soft);
  background: rgba(0, 0, 0, .16);
}

#indexmenunew:empty,
#indexprivatemenu:empty {
  display: none;
}

#indexmenunew {
  padding: 8px 12px;
  overflow-x: auto;
}

#indexmenunew table {
  width: 100% !important;
  min-width: 760px;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 4px !important;
}

#indexmenunew td {
  height: 36px;
  padding: 6px 9px !important;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
  background: rgba(255, 255, 255, .025);
  color: #eef3f1 !important;
  text-align: center;
  white-space: nowrap;
}

#indexmenunew a:hover {
  color: var(--rd-teal) !important;
}

#indexmenunew.rd-account-menu-ready {
  padding: 8px 12px 10px;
  overflow: visible;
}

#indexmenunew.rd-account-menu-ready table {
  display: block;
  width: 100% !important;
  min-width: 0;
  border-spacing: 0 !important;
}

#indexmenunew.rd-account-menu-ready tbody {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

#indexmenunew.rd-account-menu-ready tr {
  display: contents;
}

#indexmenunew.rd-account-menu-ready td {
  display: flex;
  min-width: 0;
  min-height: 40px;
  height: auto;
  align-items: stretch;
  padding: 0 !important;
  white-space: normal;
}

#indexmenunew.rd-account-menu-ready td > strong {
  display: flex;
  width: 100%;
}

#indexmenunew.rd-account-menu-ready td a {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  overflow-wrap: anywhere;
}

#indexmenunew.rd-account-menu-ready .rd-account-hidden,
#indexmenunew.rd-account-menu-ready .rd-account-empty,
#indexmenunew.rd-account-menu-ready .rd-account-row-empty {
  display: none !important;
}

#indexmenunew.rd-account-menu-ready .rd-account-wide {
  display: block;
  grid-column: 1 / -1;
  padding: 8px !important;
}

#indexprivatemenu {
  padding: 0 14px 10px;
}

.rd-content-view {
  min-height: 580px;
  padding: 16px;
  overflow-x: auto;
}

.rd-area-loading {
  display: grid;
  min-height: 360px;
  place-items: center;
  color: var(--rd-silver-muted);
}

.rd-area-loading i {
  margin-right: 8px;
  color: var(--rd-gold-bright);
}

.rd-area-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 0 2px 10px;
  border-bottom: 1px solid var(--rd-line-soft);
  gap: 12px;
}

.rd-area-title strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.rd-area-title small {
  color: var(--rd-silver-muted);
  font-size: 12px;
  text-align: right;
}

.rd-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rd-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 394px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(223, 187, 97, .38);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(224, 185, 89, .065), transparent 38%),
    var(--rd-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 199, .035),
    0 9px 24px rgba(0, 0, 0, .18);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rd-product-card:nth-child(3n) {
  border-color: rgba(95, 222, 209, .4);
}

.rd-product-card:hover {
  border-color: rgba(246, 217, 130, .72);
  box-shadow:
    0 0 22px rgba(223, 187, 97, .11),
    0 15px 30px rgba(0, 0, 0, .3);
  transform: translateY(-2px);
}

.rd-product-visual {
  position: relative;
  display: grid;
  height: 168px;
  min-height: 168px;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid var(--rd-line);
  background:
    radial-gradient(circle at 50% 72%, rgba(70, 217, 201, .15), transparent 52%),
    linear-gradient(135deg, rgba(224, 185, 89, .12), transparent 58%),
    #080b0b;
}

.rd-product-visual::after {
  position: absolute;
  right: 16%;
  bottom: 0;
  left: 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rd-teal), var(--rd-gold), transparent);
  content: "";
  opacity: .68;
}

.rd-product-image {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 4px;
  background: #050706;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .4);
}

.rd-stock-badge,
.rd-type-badge {
  position: absolute;
  top: 9px;
  min-height: 24px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background: rgba(4, 7, 6, .84);
  color: #dfe7e4;
  font-size: 10px;
  font-weight: 800;
}

.rd-stock-badge {
  right: 9px;
}

.rd-type-badge {
  left: 9px;
  color: var(--rd-teal);
}

.rd-stock-badge.is-soldout {
  border-color: rgba(240, 109, 102, .46);
  color: #ffaaa5;
}

.rd-product-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.rd-product-name {
  display: -webkit-box;
  min-height: 46px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rd-product-price {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin: 5px 0 8px;
  color: var(--rd-gold-bright);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 12px rgba(223, 187, 97, .22);
}

.rd-product-price .rd-price-separator {
  margin: 0 6px;
  color: #64716d;
}

.rd-bonus-price {
  display: block;
  color: var(--rd-teal);
  font-size: 11px;
  font-weight: 700;
}

.rd-payment-row {
  display: flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 8px;
  gap: 7px;
}

.rd-payment-row label {
  flex: 0 0 auto;
  color: var(--rd-silver-muted);
  font-size: 11px;
  font-weight: 700;
}

.rd-payment-select,
.rd-payment-chip {
  min-width: 0;
  height: 34px;
  flex: 1;
  border: 1px solid rgba(98, 223, 210, .24);
  border-radius: 4px;
  background: #0b100e;
  color: #f4f7f4;
  font-size: 12px;
  font-weight: 700;
}

.rd-payment-select {
  padding: 0 8px;
}

.rd-payment-chip {
  display: flex;
  align-items: center;
  padding: 0 9px;
}

.rd-product-purchase {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 40px;
  margin-top: auto;
  gap: 8px;
}

.rd-qty-stepper {
  display: grid;
  grid-template-columns: 30px 32px 30px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(98, 223, 210, .3);
  border-radius: 5px;
  background: #09100e;
}

.rd-qty-stepper button {
  width: 30px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rd-teal);
  font-size: 18px;
  font-weight: 900;
}

.rd-qty-stepper button:hover {
  background: rgba(98, 223, 210, .09);
  color: #fff;
}

.rd-qty-stepper input {
  width: 32px;
  height: 38px;
  padding: 0;
  border: 0;
  border-right: 1px solid rgba(98, 223, 210, .18);
  border-left: 1px solid rgba(98, 223, 210, .18);
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.rd-add-cart-button,
.rd-checkout-button {
  position: relative;
  min-width: 0;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid var(--rd-gold);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(240, 210, 127, .22), rgba(77, 57, 14, .18)),
    #211d12;
  color: #fff0bd;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 0 16px rgba(223, 187, 97, .17),
    inset 0 0 14px rgba(223, 187, 97, .08);
}

.rd-add-cart-button:hover,
.rd-checkout-button:hover {
  border-color: var(--rd-gold-bright);
  box-shadow:
    0 0 24px rgba(223, 187, 97, .28),
    inset 0 0 18px rgba(223, 187, 97, .11);
  color: #fff;
}

.rd-add-cart-button.is-added {
  border-color: var(--rd-teal);
  background:
    linear-gradient(180deg, rgba(98, 223, 210, .2), rgba(18, 67, 62, .15)),
    #10201d;
  color: #eafffc;
  box-shadow: 0 0 18px rgba(98, 223, 210, .2);
}

.rd-detail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 4px;
  background: rgba(255, 255, 255, .025);
  color: #d8e0dd;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
}

.rd-detail-button:hover {
  border-color: rgba(98, 223, 210, .34);
  color: var(--rd-teal);
}

.rd-empty-products {
  display: grid;
  min-height: 320px;
  place-items: center;
  border: 1px dashed rgba(223, 187, 97, .24);
  color: var(--rd-silver-muted);
  text-align: center;
}

.rd-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
  gap: 6px;
}

.rd-pagination a,
.rd-pagination strong {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background: rgba(255, 255, 255, .025);
  color: #e5ece9;
}

.rd-pagination strong {
  border-color: var(--rd-gold);
  color: var(--rd-gold-bright);
  box-shadow: 0 0 12px rgba(223, 187, 97, .15);
}

.rd-item-detail-toolbar {
  margin-bottom: 12px;
}

.rd-item-detail-toolbar button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  background: rgba(255, 255, 255, .025);
  color: #dfe6e3;
  font-weight: 700;
}

.rd-item-detail-toolbar button:hover {
  border-color: rgba(98, 223, 210, .34);
  color: var(--rd-teal);
}

.rd-item-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  min-height: 520px;
}

.rd-item-detail-card:hover {
  transform: none;
}

.rd-item-detail-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  place-items: center;
  border-right: 1px solid var(--rd-line);
  background:
    radial-gradient(circle at 50% 54%, rgba(98, 223, 210, .16), transparent 46%),
    linear-gradient(145deg, rgba(223, 187, 97, .13), transparent 50%),
    #080b0a;
}

.rd-item-detail-visual::after {
  position: absolute;
  right: 12%;
  bottom: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rd-teal), var(--rd-gold), transparent);
  content: "";
}

.rd-item-detail-visual > img {
  width: min(260px, 72%);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 217, 130, .34);
  border-radius: 5px;
  background: #050706;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .52), 0 0 24px rgba(223, 187, 97, .1);
}

.rd-item-detail-content {
  min-width: 0;
  padding: 24px;
}

.rd-item-category {
  display: block;
  margin-bottom: 5px;
  color: var(--rd-teal);
  font-size: 12px;
  font-weight: 800;
}

.rd-item-detail-content > h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.rd-item-price-list {
  display: grid;
  margin-bottom: 16px;
  border-top: 1px solid var(--rd-line-soft);
}

.rd-item-price-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 2px;
  border-bottom: 1px solid var(--rd-line-soft);
  color: var(--rd-silver-muted);
  gap: 12px;
}

.rd-item-price-list strong {
  color: var(--rd-gold-bright);
  font-size: 15px;
}

.rd-item-detail-card .rd-payment-row {
  max-width: 420px;
  margin-bottom: 12px;
}

.rd-item-detail-card .rd-product-purchase {
  grid-template-columns: 92px minmax(150px, 1fr) minmax(130px, 1fr);
  margin-top: 0;
}

.rd-buy-now-button {
  min-height: 40px;
  border: 1px solid var(--rd-teal);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(98, 223, 210, .19), rgba(18, 67, 62, .15)),
    #10201d;
  color: #eafffc;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 17px rgba(98, 223, 210, .17);
}

.rd-buy-now-button:hover {
  border-color: #9bf5ec;
  box-shadow: 0 0 24px rgba(98, 223, 210, .27);
  color: #fff;
}

.rd-item-description {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--rd-line);
}

.rd-item-description h3 {
  margin: 0 0 10px;
  color: #f3f7f5;
  font-size: 15px;
}

.rd-item-description h3 i {
  margin-right: 6px;
  color: var(--rd-gold-bright);
}

.rd-item-description > div {
  color: #c4cfcb;
  font-size: 13px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.rd-item-description img {
  height: auto;
}

.rd-item-comments {
  margin-top: 14px;
  overflow: hidden;
  border-top: 1px solid var(--rd-line-soft);
}

.rd-item-comments iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  background: #0b0e0d;
}

.rd-cart-panel {
  position: sticky;
  top: 90px;
  display: flex;
  max-height: calc(100vh - 108px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(229, 194, 102, .56);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(227, 190, 91, .08), transparent 34%),
    linear-gradient(215deg, rgba(76, 222, 207, .065), transparent 42%),
    #0c100f;
  box-shadow:
    0 0 28px rgba(220, 180, 74, .11),
    inset 0 1px 0 rgba(255, 242, 193, .06);
}

.rd-cart-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--rd-line);
  background: linear-gradient(90deg, rgba(226, 188, 89, .11), rgba(78, 220, 205, .045));
  gap: 10px;
}

.rd-cart-head-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(223, 187, 97, .42);
  border-radius: 50%;
  color: var(--rd-gold-bright);
}

.rd-cart-head-copy {
  min-width: 0;
  flex: 1;
}

.rd-cart-head h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.rd-cart-head p {
  margin: 2px 0 0;
  color: var(--rd-silver-muted);
  font-size: 11px;
}

.rd-cart-close {
  display: none;
}

.rd-cart-items {
  min-height: 146px;
  padding: 10px;
  overflow-y: auto;
  scrollbar-color: var(--rd-gold-deep) transparent;
}

.rd-cart-empty {
  display: grid;
  min-height: 126px;
  place-items: center;
  color: #7f8986;
  text-align: center;
}

.rd-cart-empty i {
  display: block;
  margin-bottom: 9px;
  color: #56625e;
  font-size: 25px;
}

.rd-cart-item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 26px;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 5px;
  background: rgba(255, 255, 255, .025);
  gap: 8px;
}

.rd-cart-item:last-child {
  margin-bottom: 0;
}

.rd-cart-thumb {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(223, 187, 97, .2);
  border-radius: 3px;
  background: #070a09;
  object-fit: cover;
}

.rd-cart-item-copy {
  min-width: 0;
}

.rd-cart-item-name {
  display: block;
  overflow: hidden;
  color: #f2f5f3;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-cart-item-price {
  display: block;
  margin-top: 2px;
  color: var(--rd-gold-bright);
  font-size: 10px;
}

.rd-cart-item-controls {
  display: grid;
  grid-template-columns: 24px 30px 24px;
  width: 78px;
  height: 28px;
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid rgba(98, 223, 210, .25);
  border-radius: 4px;
}

.rd-cart-item-controls button {
  width: 24px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rd-teal);
  font-weight: 900;
}

.rd-cart-item-controls span {
  display: grid;
  height: 26px;
  place-items: center;
  border-right: 1px solid rgba(98, 223, 210, .15);
  border-left: 1px solid rgba(98, 223, 210, .15);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.rd-cart-remove {
  display: grid;
  width: 26px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #89938f;
}

.rd-cart-remove:hover {
  color: var(--rd-danger);
}

.rd-cart-summary {
  padding: 12px 14px 14px;
  border-top: 1px solid var(--rd-line);
  background: rgba(0, 0, 0, .15);
}

.rd-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  color: var(--rd-silver-muted);
  font-size: 12px;
}

.rd-cart-total-row strong {
  color: #f4f7f4;
  font-size: 13px;
}

.rd-cart-total-row.rd-grand-total {
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid var(--rd-line-soft);
}

.rd-cart-total-row.rd-grand-total strong {
  color: var(--rd-gold-bright);
  font-size: 18px;
  text-shadow: 0 0 12px rgba(223, 187, 97, .28);
}

.rd-checkout-button {
  width: 100%;
  min-height: 46px;
  margin-top: 11px;
  animation: rdCheckoutGlow 2.8s ease-in-out infinite;
}

.rd-cart-status {
  display: none;
  margin-top: 9px;
  padding: 8px;
  border: 1px solid rgba(98, 223, 210, .24);
  border-radius: 4px;
  background: rgba(98, 223, 210, .055);
  color: #d9f7f3;
  font-size: 11px;
  text-align: center;
}

.rd-cart-status.is-visible {
  display: block;
}

.rd-cart-status.is-error {
  border-color: rgba(240, 109, 102, .32);
  background: rgba(240, 109, 102, .06);
  color: #ffb5b0;
}

.rd-cart-note {
  margin: 8px 0 0;
  color: #78827f;
  font-size: 10px;
  text-align: center;
}

.rd-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 69;
  display: none;
  border: 0;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(3px);
}

.rd-mobile-overlay.is-visible {
  display: block;
}

.rd-dialog {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .76);
  backdrop-filter: blur(5px);
}

.rd-dialog.is-visible {
  display: flex;
}

.rd-dialog-panel {
  width: min(440px, 100%);
  overflow: hidden;
  border: 1px solid rgba(223, 187, 97, .58);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(223, 187, 97, .08), transparent 40%),
    #0d120f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .7), 0 0 30px rgba(223, 187, 97, .13);
}

.rd-dialog-head {
  padding: 16px 18px;
  border-bottom: 1px solid var(--rd-line);
}

.rd-dialog-head h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.rd-dialog-body {
  padding: 17px 18px;
  color: #d7dfdc;
  font-size: 13px;
}

.rd-dialog-summary {
  display: grid;
  margin-top: 13px;
  padding: 11px;
  border: 1px solid var(--rd-line-soft);
  border-radius: 5px;
  background: rgba(0, 0, 0, .2);
  gap: 6px;
}

.rd-dialog-summary div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.rd-dialog-summary strong {
  color: var(--rd-gold-bright);
}

.rd-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 18px 18px;
  gap: 9px;
}

.rd-dialog-button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 5px;
  background: rgba(255, 255, 255, .035);
  color: #e4ebe8;
  font-weight: 800;
}

.rd-dialog-button.rd-confirm {
  border-color: var(--rd-gold);
  background:
    linear-gradient(180deg, rgba(240, 210, 127, .2), rgba(77, 57, 14, .15)),
    #211d12;
  color: #fff0bd;
}

html.rd-compact-device .rd-dialog {
  padding: 16px;
}

html.rd-compact-device .rd-dialog-panel {
  width: min(1240px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border-width: 2px;
  border-radius: 12px;
  box-shadow:
    0 38px 110px rgba(0, 0, 0, .78),
    0 0 42px rgba(98, 223, 210, .16),
    0 0 28px rgba(223, 187, 97, .2);
}

html.rd-compact-device .rd-dialog-head {
  padding: 34px 42px;
}

html.rd-compact-device .rd-dialog-head h2 {
  font-size: 44px;
  line-height: 1.25;
}

html.rd-compact-device .rd-dialog-body {
  padding: 32px 42px;
  font-size: 26px;
}

html.rd-compact-device .rd-dialog-summary {
  margin-top: 24px;
  padding: 0;
  border-color: rgba(223, 187, 97, .24);
  border-radius: 9px;
  gap: 0;
}

html.rd-compact-device .rd-dialog-summary div {
  min-height: 74px;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(223, 187, 97, .16);
  font-size: 27px;
}

html.rd-compact-device .rd-dialog-summary div:last-child {
  border-bottom: 0;
}

html.rd-compact-device .rd-dialog-summary strong {
  font-size: 29px;
}

html.rd-compact-device .rd-dialog-actions {
  padding: 0 42px 38px;
  gap: 20px;
}

html.rd-compact-device .rd-dialog-button {
  min-height: 94px;
  border-radius: 9px;
  font-size: 28px;
}

.rd-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  width: min(360px, calc(100% - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(98, 223, 210, .42);
  border-radius: 6px;
  background: #101815;
  color: #effaf7;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .54), 0 0 18px rgba(98, 223, 210, .1);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}

.rd-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rd-toast.is-error {
  border-color: rgba(240, 109, 102, .48);
  background: #1b1110;
  color: #ffd0cd;
}

.rd-footer {
  width: min(1580px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 14px;
  border-top: 1px solid rgba(223, 187, 97, .2);
  color: #7f8986;
  font-size: 11px;
  text-align: center;
}

#copyright_foot:empty {
  display: none;
}

/* Keep legacy account and item-detail pages usable inside the new shell. */
#area > table {
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#area img {
  max-width: 100%;
}

#area input[type="text"],
#area input[type="password"],
#area select,
#area textarea {
  max-width: 100%;
  min-height: 38px;
  border: 1px solid rgba(223, 187, 97, .28);
  border-radius: 4px;
  background: #0b0f0d;
  color: #fff;
}

#area input[type="button"],
#area input[type="submit"],
#area button {
  min-height: 40px;
}

/* Login and registration surfaces */
.rd-auth-page,
.rd-register-page {
  width: 100%;
  padding: 38px 24px 72px;
  color: var(--rd-silver);
  font-family: Tahoma, "Leelawadee UI", Arial, sans-serif;
}

.rd-auth-card {
  position: relative;
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 30px 48px 34px;
  overflow: hidden;
  border: 1px solid rgba(223, 187, 97, .62);
  border-radius: 6px;
  background: rgba(7, 11, 9, .96);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, .5),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.rd-auth-card::before,
.rd-register-form::before,
.rd-register-success::before {
  position: absolute;
  top: 0;
  right: 16%;
  left: 16%;
  height: 1px;
  background: var(--rd-teal);
  box-shadow: 0 0 14px rgba(98, 223, 210, .62);
  content: "";
}

.rd-login-emblem {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 12px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  background: #14170f;
  color: var(--rd-gold-bright);
  box-shadow:
    0 0 22px rgba(223, 187, 97, .2),
    inset 0 0 16px rgba(223, 187, 97, .09);
  font-size: 27px;
}

.rd-auth-card h2 {
  margin: 0;
  color: var(--rd-gold-bright);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 16px rgba(223, 187, 97, .24);
}

.rd-auth-divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 18px 0 22px;
}

.rd-auth-divider::before,
.rd-auth-divider::after {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(223, 187, 97, .28);
  content: "";
}

.rd-auth-divider span {
  width: 8px;
  height: 8px;
  margin: 0 12px;
  border: 1px solid var(--rd-gold);
  background: #15170f;
  transform: rotate(45deg);
}

.rd-auth-fields {
  display: grid;
  gap: 14px;
}

.rd-auth-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.rd-auth-label {
  color: #f5f7f4;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.rd-auth-input,
.rd-register-input {
  width: 100%;
  height: 50px;
  min-height: 50px !important;
  padding: 0 14px;
  border: 1px solid rgba(223, 187, 97, .42) !important;
  border-radius: 4px !important;
  outline: none;
  background: #0b0f0d !important;
  color: #fff !important;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, .34);
  font-size: 16px;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.rd-auth-input:focus,
.rd-register-input:focus {
  border-color: var(--rd-teal) !important;
  box-shadow:
    0 0 0 2px rgba(98, 223, 210, .13),
    0 0 16px rgba(98, 223, 210, .11),
    inset 0 1px 8px rgba(0, 0, 0, .34);
}

.rd-password-field {
  position: relative;
  display: block;
  width: 100%;
}

.rd-password-field .rd-auth-input,
.rd-password-field .rd-register-input {
  padding-right: 58px;
}

#area .rd-password-toggle,
.rd-register-popup-body .rd-password-toggle,
.rd-forgot-popup-body .rd-password-toggle {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(223, 187, 97, .38);
  border-radius: 4px;
  background: #15170f;
  color: var(--rd-gold-bright);
  box-shadow: none;
  font-size: 16px;
  transition: border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

#area .rd-password-toggle:hover,
#area .rd-password-toggle:focus,
.rd-register-popup-body .rd-password-toggle:hover,
.rd-register-popup-body .rd-password-toggle:focus,
.rd-forgot-popup-body .rd-password-toggle:hover,
.rd-forgot-popup-body .rd-password-toggle:focus {
  border-color: var(--rd-teal);
  color: #fff;
  box-shadow: 0 0 12px rgba(98, 223, 210, .16);
}

.rd-auth-hidden-captcha {
  display: none;
}

.rd-auth-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
}

#area .rd-auth-button,
#area .rd-register-button,
.rd-register-popup-body .rd-register-button,
.rd-forgot-popup-body .rd-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 11px 18px;
  gap: 9px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

#area .rd-auth-button:hover,
#area .rd-register-button:hover,
.rd-register-popup-body .rd-register-button:hover,
.rd-forgot-popup-body .rd-register-button:hover {
  transform: translateY(-1px);
}

#area .rd-auth-primary,
#area .rd-register-primary,
.rd-register-popup-body .rd-register-primary,
.rd-forgot-popup-body .rd-register-primary {
  border: 1px solid #e5ba4a;
  background: #6e5318;
  color: #fff6cf;
  box-shadow:
    0 0 18px rgba(230, 181, 62, .28),
    inset 0 0 18px rgba(255, 224, 134, .12);
}

#area .rd-auth-primary:hover,
#area .rd-register-primary:hover,
.rd-register-popup-body .rd-register-primary:hover,
.rd-forgot-popup-body .rd-register-primary:hover {
  background: #876821;
  box-shadow:
    0 0 26px rgba(230, 181, 62, .4),
    inset 0 0 18px rgba(255, 224, 134, .16);
}

#area .rd-auth-secondary,
#area .rd-register-secondary,
.rd-register-popup-body .rd-register-secondary {
  border: 1px solid rgba(223, 187, 97, .48);
  background: #111511;
  color: #f4e5b4;
  box-shadow: inset 0 0 14px rgba(223, 187, 97, .04);
}

#area .rd-auth-secondary:hover,
#area .rd-register-secondary:hover,
.rd-register-popup-body .rd-register-secondary:hover {
  border-color: var(--rd-teal);
  color: #fff;
}

.rd-register-page {
  padding-top: 22px;
}

.rd-register-shell {
  width: min(780px, 100%);
  margin: 0 auto;
}

.rd-register-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  margin-bottom: 8px;
  gap: 20px;
}

.rd-register-brand-logo {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(223, 187, 97, .28));
}

.rd-register-brand-copy {
  display: block;
  min-width: 0;
}

.rd-register-brand-copy strong {
  display: block;
  color: var(--rd-gold-bright);
  background: linear-gradient(180deg, #fff2bd 0%, #e8bc59 48%, #98701f 100%);
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(223, 187, 97, .3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rd-register-brand-copy small {
  display: block;
  margin-top: 8px;
  color: #e3c879;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.rd-register-title {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  margin: 4px 0 16px;
  gap: 16px;
}

.rd-register-title span {
  height: 1px;
  background: rgba(223, 187, 97, .36);
}

.rd-register-title h2 {
  margin: 0;
  color: var(--rd-gold-bright);
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 14px rgba(223, 187, 97, .22);
}

.rd-register-form,
.rd-register-success {
  position: relative;
  width: 100%;
  padding: 28px 34px 30px;
  overflow: hidden;
  border: 1px solid rgba(223, 187, 97, .55);
  border-radius: 6px;
  background: rgba(7, 11, 9, .96);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, .48),
    inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.rd-register-fields {
  display: grid;
  gap: 13px;
}

.rd-register-row {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.rd-register-row > label {
  padding-top: 13px;
  color: #f0f3ef;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.rd-register-control {
  min-width: 0;
}

.rd-register-note {
  display: block;
  min-height: 17px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.rd-register-note-error {
  color: #ff817a;
}

.rd-register-note-gold {
  color: #e8bd57;
}

.rd-register-note-success {
  color: #73d38b;
}

.rd-register-captcha {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 8px;
  gap: 10px;
}

.rd-register-captcha-image {
  display: flex;
  align-items: center;
  min-width: 106px;
}

.rd-register-captcha img {
  display: block;
  max-width: 190px;
  max-height: 56px;
  border: 1px solid rgba(223, 187, 97, .3);
  background: #030403;
}

.rd-captcha-refresh {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(223, 187, 97, .58);
  border-radius: 5px;
  color: var(--rd-gold-bright);
  background: rgba(28, 24, 12, .88);
  box-shadow: inset 0 0 12px rgba(223, 187, 97, .08);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.rd-captcha-refresh:hover,
.rd-captcha-refresh:focus {
  border-color: var(--rd-gold-bright);
  background: rgba(66, 51, 18, .88);
  box-shadow: 0 0 12px rgba(223, 187, 97, .22);
  outline: none;
}

.rd-captcha-refresh:disabled {
  cursor: wait;
  opacity: .72;
}

.rd-register-captcha-input {
  max-width: 210px !important;
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
}

.rd-register-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 470px;
  margin: 24px auto 0;
  gap: 16px;
}

.rd-register-success {
  padding: 32px 44px 34px;
}

.rd-register-success-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  gap: 20px;
  border-bottom: 1px solid rgba(223, 187, 97, .28);
}

.rd-register-success-icon {
  display: grid;
  flex: 0 0 72px;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-gold-bright);
  box-shadow:
    0 0 22px rgba(223, 187, 97, .22),
    inset 0 0 15px rgba(223, 187, 97, .08);
  font-size: 35px;
  font-weight: 700;
}

.rd-register-success-heading strong,
.rd-register-success-heading small {
  display: block;
  letter-spacing: 0;
}

.rd-register-success-heading strong {
  color: var(--rd-gold-bright);
  font-size: 30px;
  line-height: 1.25;
  text-shadow: 0 0 14px rgba(223, 187, 97, .2);
}

.rd-register-success-heading small {
  margin-top: 4px;
  color: #d7c58d;
  font-size: 15px;
}

.rd-register-success-details {
  padding: 20px 0 10px;
}

.rd-register-success-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  padding: 9px 12px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  font-size: 15px;
}

.rd-register-success-row span {
  color: var(--rd-silver-muted);
  font-weight: 700;
}

.rd-register-success-row strong {
  min-width: 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.rd-register-success-ready {
  margin-top: 16px;
  color: #83d690;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.rd-register-success-ready i {
  margin-right: 7px;
  color: var(--rd-gold);
}

body.rd-register-popup-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 12px;
  overflow-x: hidden;
  background: #050706;
  color: var(--rd-silver);
  font-family: Tahoma, "Leelawadee UI", Arial, sans-serif;
}

.rd-register-popup-body #area {
  width: 100%;
}

.rd-register-popup-body .rd-register-page {
  padding: 10px 0 28px;
}

body.rd-forgot-popup-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--rd-silver);
  background:
    linear-gradient(rgba(3, 8, 6, .94), rgba(3, 8, 6, .98)),
    url("../images/RanOnline.jpg") center / cover fixed;
}

.rd-forgot-page {
  min-height: 100vh;
  padding: 22px 18px 30px;
  box-sizing: border-box;
  font-family: Tahoma, "Leelawadee UI", Arial, sans-serif;
}

.rd-forgot-shell {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  padding: 24px 34px 22px;
  overflow: hidden;
  border: 1px solid rgba(223, 187, 97, .58);
  border-radius: 7px;
  background: rgba(6, 11, 8, .97);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .52),
    inset 0 0 40px rgba(74, 183, 171, .035);
  box-sizing: border-box;
}

.rd-forgot-shell::before {
  position: absolute;
  top: 0;
  right: 16%;
  left: 16%;
  height: 1px;
  background: var(--rd-teal);
  box-shadow: 0 0 14px rgba(98, 223, 210, .62);
  content: "";
}

.rd-forgot-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  gap: 14px;
}

.rd-forgot-brand-logo {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(223, 187, 97, .24));
}

.rd-forgot-brand-copy {
  display: block;
  min-width: 0;
  text-align: center;
}

.rd-forgot-brand-copy strong {
  display: block;
  color: var(--rd-gold-bright);
  background: linear-gradient(180deg, #fff2bd 0%, #e8bc59 48%, #98701f 100%);
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 14px rgba(223, 187, 97, .18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rd-forgot-brand-copy small {
  display: block;
  margin-top: 6px;
  color: #e3c879;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.rd-forgot-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 13px;
  text-align: left;
}

.rd-forgot-title-icon {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(223, 187, 97, .55);
  border-radius: 50%;
  color: var(--rd-gold-bright);
  background: rgba(49, 39, 14, .58);
  box-shadow: 0 0 14px rgba(223, 187, 97, .12);
}

.rd-forgot-title small,
.rd-forgot-title h1 {
  display: block;
  margin: 0;
  letter-spacing: 0;
}

.rd-forgot-title small {
  color: var(--rd-teal);
  font-size: 10px;
  font-weight: 700;
}

.rd-forgot-title h1 {
  color: var(--rd-gold-bright);
  font-size: 27px;
  line-height: 1.25;
}

.rd-forgot-divider {
  display: flex;
  align-items: center;
  margin: 17px 0 20px;
}

.rd-forgot-divider::before,
.rd-forgot-divider::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 187, 97, .55));
  content: "";
}

.rd-forgot-divider::after {
  background: linear-gradient(90deg, rgba(223, 187, 97, .55), transparent);
}

.rd-forgot-divider span {
  width: 7px;
  height: 7px;
  margin: 0 8px;
  border: 1px solid var(--rd-gold);
  transform: rotate(45deg);
}

.rd-forgot-form {
  margin: 0;
}

.rd-forgot-fields {
  display: grid;
  gap: 12px;
}

.rd-forgot-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.rd-forgot-row > label {
  color: #e7e7df;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.rd-forgot-security {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: center;
  gap: 10px;
}

.rd-forgot-code-input {
  min-width: 0;
  font-size: 17px !important;
  font-weight: 700;
  text-align: center;
}

.rd-forgot-code {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid rgba(223, 187, 97, .52);
  border-radius: 5px;
  color: #fff0b5;
  background: #030403;
  box-shadow: inset 0 0 14px rgba(223, 187, 97, .07);
  font-family: Consolas, "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.rd-forgot-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.rd-forgot-submit {
  width: 100%;
  max-width: 260px;
}

.rd-forgot-footer {
  margin-top: 22px;
  color: #8f9995;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.rd-forgot-footer i {
  margin-right: 5px;
  color: var(--rd-gold);
}

.rd-forgot-content > font,
.rd-forgot-content > div {
  display: block;
  width: 100% !important;
  margin: 8px auto !important;
  padding: 20px !important;
  border: 1px solid rgba(223, 187, 97, .42) !important;
  border-radius: 6px;
  color: #eef3f1 !important;
  background: rgba(8, 14, 11, .98) !important;
  box-sizing: border-box;
  text-align: center;
}

.rd-forgot-content > div > div:nth-last-child(2) {
  border-color: rgba(223, 187, 97, .28) !important;
  color: #eef3f1;
  background: rgba(2, 6, 4, .9) !important;
}

.rd-forgot-content > div span {
  color: var(--rd-gold-bright) !important;
}

@media (max-width: 600px) {
  .rd-forgot-page {
    padding: 12px;
  }

  .rd-forgot-shell {
    padding: 20px 18px;
  }

  .rd-forgot-brand {
    gap: 9px;
  }

  .rd-forgot-brand-logo {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  .rd-forgot-brand-copy strong {
    font-size: 29px;
  }

  .rd-forgot-brand-copy small {
    font-size: 9px;
  }

  .rd-forgot-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rd-forgot-row > label {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .rd-auth-page,
  .rd-register-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .rd-auth-card {
    padding: 26px 24px 28px;
  }

  .rd-auth-row,
  .rd-register-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rd-auth-label,
  .rd-register-row > label {
    padding-top: 0;
    text-align: left;
  }

  .rd-register-brand {
    min-height: 98px;
    gap: 12px;
  }

  .rd-register-brand-logo {
    flex-basis: 86px;
    width: 86px;
    height: 86px;
  }

  .rd-register-brand-copy strong {
    font-size: 34px;
  }

  .rd-register-brand-copy small {
    font-size: 11px;
  }

  .rd-register-form,
  .rd-register-success {
    padding: 24px 22px 26px;
  }

  .rd-register-success-heading {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .rd-register-success-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 480px) {
  .rd-auth-actions,
  .rd-register-actions {
    grid-template-columns: 1fr;
  }

  .rd-register-brand {
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    gap: 10px;
  }

  .rd-register-brand-logo {
    flex-basis: 74px;
    width: 74px;
    height: 74px;
  }

  .rd-register-brand-copy strong {
    font-size: 28px;
  }

  .rd-register-brand-copy small {
    font-size: 10px;
  }

  .rd-register-title h2 {
    font-size: 25px;
  }
}

@keyframes rdCheckoutGlow {
  0%,
  100% {
    box-shadow: 0 0 14px rgba(223, 187, 97, .16), inset 0 0 12px rgba(223, 187, 97, .07);
  }
  50% {
    box-shadow: 0 0 25px rgba(223, 187, 97, .3), inset 0 0 18px rgba(223, 187, 97, .12);
  }
}

@media (max-width: 1320px) {
  .rd-topnav {
    display: none;
  }

  .rd-shop-search {
    margin-left: auto;
  }

  .rd-shop-shell {
    grid-template-columns: 222px minmax(0, 1fr) 300px;
  }

  .rd-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-product-card:nth-child(3n) {
    border-color: rgba(223, 187, 97, .38);
  }

  .rd-product-card:nth-child(2n) {
    border-color: rgba(95, 222, 209, .4);
  }
}

@media (max-width: 1100px) {
  .rd-shop-shell {
    grid-template-columns: 224px minmax(0, 1fr);
  }

  .rd-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 75;
    width: min(370px, 92vw);
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    transform: translateX(104%);
    transition: transform .22s ease;
  }

  .rd-cart-panel.is-open {
    transform: translateX(0);
  }

  .rd-cart-close {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background: rgba(255, 255, 255, .03);
    color: #d9e0dd;
  }

  .rd-cart-items {
    flex: 1;
  }
}

@media (max-width: 820px) {
  .rd-topbar-inner,
  .rd-shop-shell,
  .rd-footer {
    width: min(100% - 20px, 1580px);
  }

  .rd-topbar-inner {
    gap: 9px;
  }

  .rd-brand {
    min-width: 0;
  }

  .rd-brand-logo {
    width: 46px;
    height: 46px;
  }

  .rd-brand-copy strong {
    font-size: 15px;
  }

  .rd-brand-copy small {
    font-size: 9px;
  }

  .rd-shop-search {
    width: auto;
    min-width: 130px;
    flex: 1;
    margin-left: 0;
  }

  .rd-menu-button {
    display: inline-flex;
  }

  .rd-shop-shell {
    display: block;
    margin-top: 10px;
  }

  .rd-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 75;
    width: min(310px, 88vw);
    height: 100dvh;
    max-height: none;
    padding: 10px;
    background: #070a09;
    box-shadow: 18px 0 46px rgba(0, 0, 0, .56);
    transform: translateX(-104%);
    transition: transform .22s ease;
  }

  .rd-sidebar.is-open {
    transform: translateX(0);
  }

  .rd-catalog-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  #indexsomeinfo {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .rd-content-view {
    min-height: 520px;
    padding: 12px;
  }

  .rd-item-detail-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .rd-item-detail-visual {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--rd-line);
  }

  .rd-item-detail-visual > img {
    width: min(220px, 64%);
  }
}

@media (max-width: 560px) {
  .rd-topbar,
  .rd-topbar-inner {
    min-height: 64px;
  }

  .rd-brand-logo {
    width: 40px;
    height: 40px;
  }

  .rd-brand-copy small {
    display: none;
  }

  .rd-brand-copy {
    display: none;
  }

  .rd-brand {
    width: 40px;
    flex: 0 0 40px;
  }

  .rd-shop-search {
    min-width: 0;
    padding: 0 9px;
  }

  .rd-cart-top-button {
    min-width: 46px;
    width: 46px;
    padding: 0;
  }

  .rd-cart-top-button .rd-cart-label {
    display: none;
  }

  .rd-cart-top-button .rd-cart-count {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 1px 4px;
    font-size: 9px;
    line-height: 16px;
  }

  .rd-catalog-title h1 {
    font-size: 21px;
  }

  .rd-area-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .rd-area-title small {
    text-align: left;
  }

  .rd-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rd-product-card {
    min-height: 388px;
  }

  .rd-product-visual {
    height: 164px;
    min-height: 164px;
  }

  .rd-product-image {
    width: 128px;
    height: 128px;
  }

  .rd-item-detail-content {
    padding: 17px;
  }

  .rd-item-detail-content > h2 {
    font-size: 21px;
  }

  .rd-item-detail-card .rd-product-purchase {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .rd-item-detail-card .rd-buy-now-button {
    grid-column: 1 / -1;
  }

  .rd-toast {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

:focus-visible {
  outline: 2px solid var(--rd-teal);
  outline-offset: 2px;
}
