/* css customize */
.header-left {
  width: fit-content;
}

.header-menu .elementor-nav-menu .current-menu-item a {
  border-bottom: 2px solid;
}

.header-menu li:hover a {
  color: #d59322 !important;
  transform: scale(1.05)
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.rolling-menu nav {
  padding: 12px 60px;
  border-radius: 30px;
  border: 1px solid #ffffff7d;
  background: transparent;
  backdrop-filter: blur(20px);
}

.cta-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.cta-header>a {
  border: 1px solid rgba(255, 214, 120, 0.95);
  border-radius: 999px;
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%);
  color: #fff7e8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28), inset 0 1px 0 rgba(255, 244, 210, 0.35);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;

}

/*  */

html.jg-lock,
body.jg-lock {
  overflow: hidden;
  height: 100%;
}

.jg-page {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: #0a0806;
  inset: 0;
}

.jg-section {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  background: #0a0806;
  inset: 0;
}

.jg-section:first-child {
  visibility: visible;
}

.jg-item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 60px, -180px) rotateX(16deg);
  inset: 0;
  transform-style: preserve-3d;
  height: 100%;
}

.jg-item.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0);
}

.jg-char,
.jg-line {
  display: inline-block;
}

.jg-line {
  overflow: hidden;
  vertical-align: top;
}

.jg-progress {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 12px;
  display: grid;
  transform: translateY(-50%);
  gap: 8px;
}

.jg-progress button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(232, 213, 176, 0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: 0.25s;
}

.jg-progress button.active {
  background: #e8d5b0;
  transform: scale(1.65);
}

/* HERO */
.jg-hero {
  background: #0a0806;
}

.jg-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jg-hero-bg video {
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.jg-hero-bg {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.72));
  background-position: 0 30%;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(0.85);
  inset: 0;
}

.jg-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
}

.jg-hero-left {
  z-index: 10;
  padding: 40px;
  background: transparent;
  backdrop-filter: blur(20px);
  border-radius: 30px;
  max-width: 500px;
  position: relative;
}

.jg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d593227a;
  z-index: 0;
  pointer-events: none;
}

.jg-border>span {
  position: absolute;
}

.jg-border>span:nth-child(1),
.jg-border>span:nth-child(4) {
  background: linear-gradient(90deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  left: 0;
  width: 100%;
  height: 1px;
}

.jg-border>span:nth-child(2),
.jg-border>span:nth-child(3) {
  background: linear-gradient(0deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  top: 0;
  height: 100%;
  width: 1px;
}

.jg-border>span:nth-child(1) {
  top: 0;
}

.jg-border>span:nth-child(4) {
  bottom: 0;
}

.jg-border>span:nth-child(2) {
  right: 0;
}

.jg-border>span:nth-child(3) {
  left: 0;
}

.jg-border>span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.jg-hero-left-top h2 {
  display: flex;
  flex-direction: column;
  font-size: 70px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.jg-hero-left-top h2 span:nth-child(2) {
  color: white;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
  border-radius: 2px;
  padding-left: 10px;
}


.jg-hero-left-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0px 40px;
}

.jg-hero-left-btn a {
  min-height: 52px;
  padding: 5px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--e-global-color-primary);
  color: #fff;
}

.jg-hero-left-btn a img {
  width: 22px;
}

.jg-hero-left-btn a:nth-child(2) {
  background: transparent;
  border: 2px solid var(--e-global-color-primary);
}

.jg-hero-left-social {
  position: relative;
}

.jg-hero-left-social p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  color: white;
  flex-shrink: 0;
  margin: 0px;
}

.jg-hero-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.jg-hero-social-list a {
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 30px;
  background: var(--e-global-color-primary);
}

.jg-hero-social-list a img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.jg-hero-right {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: flex-end;
  max-width: 420px;
}

.sponor-logo {
  max-width: 60px;
  display: block;
}

.jg-hero-sponor h4 {
  display: flex;
  align-items: center;
}

.jg-hero-sponor h4 p {
  flex-shrink: 0;
  margin: 0px;
}

.jg-hero-sponor-list {
  z-index: 1;
  position: relative;
}

.jg-hero-sponor-line {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.jg-hero-sponor-line span {
  display: flex;
}

.jg-hero-sponor-line span.line {
  width: 100%
}

.jg-hero-sponor-line span.left-line {
  background: linear-gradient(to right,
      transparent, #D59322);
}

.jg-hero-sponor-line span.right-line {
  background: linear-gradient(to left,
      transparent, #D59322);
}

.sponor-content {
  flex: 1;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.sponor-content-left {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: space-between;
}

.sponor-action {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.sponor-content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.sponor-promotion {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--e-global-color-primary);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  height: fit-content
}

.sponor-promotion span img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sponor-promotion b {
  padding: 4px 10px;
  background: white;
  border-radius: 8px;
  color: var(--e-global-color-primary);
}

.jg-hero-sponor-item {
  display: flex;
  gap: 12px;
}

.jg-hero-sponor-item:first-child {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.sponor-promotion span {
  max-width: 18px;
  display: flex;
}

.sponor-logo {
  flex-shrink: 0;
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: center;
}

.sponor-logo img,
.sponor-logo svg {
  border-radius: 8px;
  width: 100%;
}

.sponor-cta {
  background: var(--e-global-color-primary);
  border-radius: 8px;
  color: white !important;
  display: flex;
  align-items: center;
  min-width: 33px;
  justify-content: center;
  height: fit-content;
  font-size: 14px;
  gap: 8px;
  padding: 8px 12px;
}

.sponor-cta img {
  width: 16px;
}

.sponor-logo img {
  width: 100%;
}

.jg-hero-sponor-line img {
  max-width: 16px;
}

.jg-hero-sponor {
  padding: 20px;
  border-radius: 30px;
  background: transparent;
  backdrop-filter: blur(20px);
  width: 100%;
}

.jg-hero-sponor h4 {
  font-size: 18px;
  text-align: center;
}

.jg-hero-right-top {
  padding: 20px;
  border-radius: 30px;
  background: transparent;
  backdrop-filter: blur(20px);
}

.jg-hero-right-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.jg-hero-right-item:not(:last-child)::after,
.jg-hero-sponor-item:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(214, 154, 31, 0.15) 20%,
      rgba(214, 154, 31, 1) 50%,
      rgba(214, 154, 31, 0.15) 80%,
      transparent 100%);
  box-shadow: 0 0 8px rgba(224, 159, 36, 0.6);
}

.jg-hero-right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jg-hero-right-item span {
  max-width: 60px;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  padding: 12px;
}

.jg-hero-right-item p {
  margin: 0px;
}

.jg-hero-right-item h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 5px 10px;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
  border-radius: 2px;
}

.jg-hero-right-item div {
  flex: 1;
}

.jg-hero-eyebrow {
  margin: 0 0 12px;
  color: #f3e2c8;
  text-transform: uppercase;
  font-size: clamp(12px, 1.2vw, 18px);
  font-weight: 700;
}

.jg-hero-name {
  line-height: 0.82;
  margin: 0;
  color: #ffecd4;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(72px, 12vw, 180px);
  font-weight: 900;
}

.jg-hero-cards {
  position: absolute;
  z-index: 4;
  right: 40px;
  bottom: 60px;
  left: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 28px);
}

.jg-scroll-side {
  position: absolute;
  z-index: 8;
  bottom: clamp(410px, 42vh, 480px);
  left: clamp(24px, 3vw, 46px);
  display: flex;
  align-items: center;
  color: #ffecd4;
  pointer-events: none;
  gap: 12px;
}

.jg-scroll-side span {
  opacity: 0.86;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.jg-scroll-side i {
  position: relative;
  display: block;
  overflow: hidden;
  width: 54px;
  height: 1px;
  background: rgba(255, 236, 212, 0.28);
}

.jg-scroll-side i::after {
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background: #ffecd4;
  box-shadow: 0 0 10px rgba(255, 236, 212, 0.8);
  content: "";
  animation: jgScrollSideLine 1.35s ease-in-out infinite;
}

@keyframes jgScrollSideLine {
  0% {
    left: -45%;
    opacity: 0;
  }

  20%,
  80% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.hero-logo {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 40px;
  width: 200px;
}

.home-item {
  position: relative;
  overflow: hidden;
  min-height: clamp(180px, 23vw, 340px);
  border-radius: 30px;
  background: #111;
  transition: 0.35s;
  text-decoration: none;
}

.home-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.78;
  transition: 0.5s;
  object-fit: cover;
  inset: 0;
}

.home-item:hover img {
  opacity: 0.95;
  transform: scale(1.07);
}

.home-item::after {
  position: absolute;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.04) 28%,
      rgba(0, 0, 0, 0.76));
  content: "";
  inset: 0;
}

.home-item-label {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
}

.home-item-title {
  line-height: 0.96;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 1px;
}

.home-item-sub {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

/* ABOUT */
.jg-about .jg-hero-bg {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.4)),
    url("https://jingates.seamkt.com/wp-content/uploads/2026/05/IMG_0944.jpg");
}

.jg-about-sub-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  gap: 12px;
}

.jg-about-sub-title i {
  position: relative;
  display: block;
  overflow: hidden;
  width: 54px;
  height: 1px;
  background: rgba(255, 236, 212, 0.28);
}

.jg-about-sub-title i::after {
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background: #ffecd4;
  box-shadow: 0 0 10px rgba(255, 236, 212, 0.8);
  content: "";
  animation: jgScrollSideLine 1.35s ease-in-out infinite;
}

.jg-about-wrap {
  position: absolute;
  display: flex;
  inset: 0;
  padding: 60px 40px 40px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.jg-about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jg-about-quote {
  display: flex;
  border-left: 2px solid var(--e-global-color-primary);
  padding-left: 32px;
  max-width: 260px;
}

.jg-about-quote>p {
  margin: 0;
  font-size: clamp(18px, 2vw, 36px);
  color: var(--e-global-color-primary);
  font-style: italic;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.jg-about-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  width: fit-content;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}

.jg-about-bottom>span {
  width: 2px;
  height: 34px;
  background-color: var(--e-global-color-primary);
  display: block;
}

.jg-about-bottom>p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.jg-about-bottom>p>span {
  max-width: 36px;
  flex-shrink: 0;
  display: flex;
}

.jg-about-copy {
  max-width: 920px;
}

.jg-about-copy h2 {
  margin: 0 0 28px;
  color: var(--e-global-color-accent);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  font-family: var(--e-global-typography-secondary-font-family);
}

.jg-about-copy b {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 40px;
  color: #161408eb;
  background-color: var(--e-global-color-accent);
  font-size: clamp(36px, 5vw, 46px);
  font-family: var(--e-global-typography-secondary-font-family);
}

.jg-about-copy p {
  max-width: 860px;
  line-height: 1.85;
  margin: 0 0 26px;
  color: var(--e-global-color-accent);
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 400;
}

.jg-about-copy .small {
  max-width: 820px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.jg-about-columns {
  display: grid;
  max-width: 960px;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 90px);
}

.jg-about-columns h3 {
  margin: 0 0 20px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.jg-about-columns p {
  line-height: 1.85;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 20px);
}

.jg-page:not(.is-ready) .home-item {
  visibility: hidden;
  opacity: 0;
  transform: translateY(90px) scale(0.92) rotateX(12deg);
}

/* JOIN / MEMBERSHIPS */
.jg-join {
  background: #050505;
}

.jg-join-layout {
  position: absolute;
  display: grid;
  min-height: 100vh;
  background: #000;
  inset: 0;
  grid-template-columns: 1.05fr 0.95fr;
}

.jg-join-right {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.jg-join .jg-item {
  inset: 0;
}

.jg-relation {
  display: grid;
  min-height: 100vh;
  background: #000;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.jg-join-split-item .jg-relation {
  overflow: hidden;
  background: transparent;
}

.jg-join-split-item .jg-relation-left,
.jg-join-split-item .jg-relation-right {
  position: relative;
  z-index: 2;
  will-change: transform;
}

.jg-join-split-item .jg-relation-left {
  background: #000;
}

.jg-join-split-item .jg-relation-right {
  overflow: hidden;
  background: #000;
}

.jg-join-split-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  display: grid;
  width: clamp(104px, 10vw, 156px);
  border: 1px solid rgba(255, 235, 177, 0.92);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 222, 156, 0.32), rgba(9, 7, 4, 0.86) 64%);
  box-shadow:
    0 0 18px rgba(255, 222, 124, 0.68),
    0 0 58px rgba(213, 147, 34, 0.5),
    inset 0 0 28px rgba(255, 235, 177, 0.24);
  transform: translate(-50%, -50%);
  pointer-events: none;
  place-items: center;
  aspect-ratio: 1;
  will-change: transform, opacity;
}

.jg-join-split-lock::before {
  content: "";
  position: absolute;
  width: 48%;
  border: 4px solid rgba(255, 235, 177, 0.88);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateY(-28%);
  aspect-ratio: 1.25 / 1;
}


.jg-relation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom,
      rgba(175, 117, 30, 0.2) 0%,
      rgba(255, 222, 124, 0.86) 18%,
      #fff7cf 42%,
      #ffffff 50%,
      #fff2b8 58%,
      rgba(255, 211, 91, 0.9) 82%,
      rgba(175, 117, 30, 0.24) 100%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 240, 184, 1),
    0 0 24px rgba(255, 205, 75, 0.95), 0 0 54px rgba(228, 154, 39, 0.86),
    0 0 110px rgba(184, 124, 35, 0.68);
  opacity: var(--jg-split-divider-opacity, 1);
  z-index: 5;
}

.jg-relation::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(149, 95, 30, 0.08) 18%,
      rgba(221, 158, 50, 0.2) 34%,
      rgba(255, 229, 148, 0.58) 49%,
      rgba(255, 246, 206, 0.82) 50%,
      rgba(255, 229, 148, 0.58) 51%,
      rgba(221, 158, 50, 0.2) 66%,
      rgba(149, 95, 30, 0.08) 82%,
      transparent 100%);
  filter: blur(100px);
  pointer-events: none;
  opacity: var(--jg-split-divider-opacity, 1);
  z-index: 4;
}

.jg-relation-left {
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 90px);
  text-align: center;
  place-items: center;
}

.jg-logo-gold {
  margin-bottom: 20px;
}

.jg-logo-gold img {
  max-width: 200px;
}

.jg-logo-gold small {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.34em;
}

.jg-goin-img {
  margin-bottom: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid var(--e-global-color-primary);
  aspect-ratio: 1/1;
  display: flex;
  box-shadow: 0px 0px 40px 20px #d1b47729;
}

.jg-goin-img img {
  width: min(280px, 34vw);
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}

.jg-relation-left h2 {
  line-height: 1.12;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 42px);
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-primary);
}

.jg-relation-left>p {
  max-width: 620px;
  line-height: 1.8;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
}

.jg-join-image img,
.jg-relation-right img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.jg-price {
  display: grid;
  min-height: 100vh;
  padding: clamp(28px, 4vw, 56px);
  color: #fff;
  background: #7c6545;
  text-align: center;
  place-items: center;
}

.jg-price-box {
  width: min(100%, 980px);
}

.jg-price h2 {
  margin: 0 0 30px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  font-family: var(--e-global-typography-secondary-font-family);
  padding: 16px 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.jg-price h2::before,
.jg-price h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(245, 222, 160, 0.55),
      transparent);
}

.jg-price h2::before {
  top: 0;
}

.jg-price h2::after {
  bottom: 0;
}

.jg-price strong {
  display: block;
  line-height: 0.82;
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 600;
  background: linear-gradient(90deg, #f8de99 40%, #ac8531 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.jg-price small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.jg-price ul {
  display: grid;
  padding: 0;
  margin: 40px auto;
  list-style: none;
  font-size: clamp(14px, 1.05vw, 17px);
  gap: 12px;
  font-weight: 500;
}

.jg-price li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.45;
  gap: 14px;
}

.jg-price li::before {
  content: "";
  background: url("https://jingates.seamkt.com/wp-content/uploads/2026/05/diamond-2.png");
  background-repeat: no-repeat;
  width: clamp(14px, 1.05vw, 20px);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-position: center center;
}

.jg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 8px;
  background: linear-gradient(90deg,
      rgba(185, 143, 70, 1) 0%,
      rgba(249, 224, 158, 1) 50%,
      rgba(185, 143, 70, 1) 100%);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  color: black;
}

.jg-btn:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 12px;
}

.join-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(245, 222, 160, 0.55),
      transparent);
  margin: 40px auto 0px;
  display: block;
}

.jg-split {
  display: grid;
  min-height: 100vh;
  color: #080808;
  background: #f4f4f4;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}

.jg-split-panel {
  display: grid;
  align-content: center;
  padding: clamp(36px, 5vw, 86px);
  place-items: center;
}

.jg-split-panel.gold {
  background: #cfb36e;
}

.jg-split-panel h2 {
  margin: 0 0 24px;
  color: #34373f;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
}

.jg-split-panel strong {
  display: block;
  line-height: 0.82;
  color: #000;
  font-size: clamp(64px, 7vw, 105px);
  font-weight: 400;
}

.jg-split-panel small {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.jg-split-panel ul {
  display: grid;
  max-width: 620px;
  padding: 0;
  margin: 54px auto 50px;
  color: #5d6068;
  list-style: none;
  font-size: 15px;
  gap: 16px;
}

.jg-split-panel li {
  display: flex;
  justify-content: center;
  line-height: 1.45;
  gap: 14px;
}

.jg-split-panel li::before {
  color: #000;
  content: "◇";
  font-weight: 900;
}

/* PRODUCTS */
.jg-products {
  background: radial-gradient(circle at 50% 0%,
      rgba(216, 168, 74, 0.24),
      transparent 34%),
    linear-gradient(135deg, #080706 0%, #15110b 48%, #806643 100%);
}

.jg-products-wrap {
  display: grid;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-inline: 30px;
  color: #fff0cf;
  inset: 0;
  grid-template-rows: auto minmax(0, 1fr);
}

.jg-product-slider {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  min-width: 0;
  gap: 16px;
  z-index: 5;
}

.jg-product-gallery {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.jg-product-gallery:active {
  cursor: grabbing;
}

.jg-product-nav {
  position: relative;
  z-index: 6;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(248, 222, 156, 0.8);
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.72);
  color: #f8de9c;
  box-shadow: 0 0 24px rgba(213, 147, 34, 0.28);
  line-height: 1;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
  place-items: center;
  padding: 12px;
}

.jg-product-nav:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  transform: scale(1.06);
}

.jg-product-nav:hover img {
  filter: brightness(0) invert(1);
}

.jg-product-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.jg-products-wrap::before,
.jg-products-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(36px, 10vw, 160px);
  pointer-events: none;
  z-index: 4;
}

.jg-products-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #0a0806, transparent);
}

.jg-products-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(128, 102, 67, 0.3), transparent);
}

.jg-product-track {
  height: 100%;
  align-items: center;
}

.jg-product-card {
  display: grid;
  overflow: hidden;
  width: auto;
  color: #fff4d8;
  background: rgba(11, 10, 8, 0.58);
  text-decoration: none;
  height: fit-content;
  position: relative;
  border-radius: 30px;
  padding-top: 2px;
  height: fit-content;
}

@media (max-width: 767px) {
  .jg-product-slider {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .jg-product-nav {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}

.jg-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 340px;
  width: calc(100% - 4px);
  margin: 0px auto;
}

.jg-product-media::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(11, 10, 8, 0.58), transparent)
}

.jg-product-media img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  object-fit: cover;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.jg-product-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 38%,
      rgba(255, 237, 178, 0.42),
      transparent 32%),
    linear-gradient(135deg, #16110a, #6f542f);
  color: #f8df9c;
  place-items: center;
}

.jg-product-placeholder span {
  display: grid;
  width: 46%;
  border: 1px solid rgba(248, 223, 156, 0.46);
  border-radius: 50%;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: clamp(56px, 8vw, 128px);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 38px rgba(248, 223, 156, 0.22);
  place-items: center;
  aspect-ratio: 1;
}

.jg-product-card:hover .jg-product-media img {
  opacity: 0.92;
  transform: scale(1.06);
}

.jg-product-info {
  display: grid;
  padding: 18px;
  align-content: center;
  gap: 10px;
  text-align: center;
  z-index: 2;
}

.jg-product-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jg-product-link {
  display: flex;
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px 16px;
  min-height: 52px;
  color: var(--e-global-color-a5f0511);
  transition: background 0.35s ease;
}

.jg-product-link:hover {
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%);
  color: white;
}

.jg-product-link img {
  max-width: 20px;
  padding-top: 4px;
}

.jg-product-link:hover img {
  filter: brightness(0) invert(1);
}

.jg-product-info>span {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.jg-product-info>span del .woocommerce-Price-amount {
  opacity: 0.7;
  color: #b9b9b9;

}

.jg-product-info>span del,
.jg-product-info>span del * {
  color: #b9b9b9;
  font-weight: 500;
}

.jg-product-info>span ins {
  text-decoration: none;
}

.jg-product-info span {
  color: var(--e-global-color-a5f0511);
  font-size: 16px;
  font-weight: 600;
}

.jg-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 30px;
  color: var(--e-global-color-a5f0511);
  font-size: 12px;
  z-index: 2;
  border: 1px solid #f7a61b;
  text-transform: uppercase;
  font-weight: 600;
  background: #000000a3;
}

.jg-products-head-title {
  position: relative;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  width: fit-content;
  margin: 0px auto 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.jg-products-head-title img {
  max-width: 16px;
  padding-top: 4px;
}

.jg-products-head-title * {
  margin: 0px;
}

.jg-product-badge img {
  max-width: 14px;
  transform: translateY(-1px);
}

.jg-products-head .scroll-discover-line-row>img {
  max-width: 30px;
}

.jg-products-empty {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  color: rgba(255, 244, 216, 0.76);
  font-size: 18px;
}

.jg-member-notice {
  position: fixed;
  z-index: 999998;
  right: 34px;
  bottom: 34px;
  display: grid;
  padding: 18px 30px 30px 18px;
  border: 1px solid rgba(213, 147, 34, 0.9);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(11, 9, 6, 0.96), rgba(45, 29, 7, 0.92));
  color: #fff7e8;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), 0 0 36px rgba(213, 147, 34, 0.34);
  transform: translateX(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  grid-template-columns: 42px 1fr;
  gap: 12px;
}

.jg-member-notice.show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.jg-member-notice-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(213, 147, 34, 0.95);
  border-radius: 50%;
  background: rgba(213, 147, 34, 0.14);
  color: #ffb11f;
  padding: 10px;
}


.jg-member-notice-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  gap: 6px;
}

.jg-member-notice strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.jg-member-notice-copy>span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
  font-size: 13px;
  font-weight: 400;
}

.jg-member-notice-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  place-items: center;
}

.jg-member-notice-close:hover {
  color: var(--e-global-color-primary);
}

.jg-member-notice-progress {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.jg-member-notice-progress::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8de9c, #ff9e00);
  transform-origin: left;
}

.jg-member-notice.show .jg-member-notice-progress::before {
  animation: jgMemberNoticeProgress 4.2s linear forwards;
}

@keyframes jgMemberNoticeProgress {
  to {
    transform: scaleX(0);
  }
}

@media (max-width: 767px) {
  .jg-member-notice {
    right: 16px;
    bottom: 18px;
    width: calc(100% - 32px);
  }
}

/* MUSIC */
.jg-music {
  background: #000;
}

.jg-music-wrap {
  position: absolute;
  display: grid;
  padding: clamp(22px, 3vw, 48px);
  inset: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 70px);
}

.jg-video {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}

.jg-video img {
  width: 100%;
  height: 100%;
  opacity: 0.82;
  object-fit: cover;
}

.jg-video h2 {
  position: absolute;
  top: -9%;
  left: 50%;
  line-height: 0.75;
  margin: 0;
  color: #fff;
  transform: translateX(-50%);
  letter-spacing: 0.02em;
  font-size: clamp(90px, 20vw, 300px);
}

.jg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(78px, 9vw, 120px);
  border-radius: 50%;
  color: #111;
  background: #f7ecdb;
  transform: translate(-50%, -50%);
  font-size: 28px;
  text-decoration: none;
  place-items: center;
  aspect-ratio: 1;
}

.jg-spotify-row {
  display: grid;
  align-items: center;
  padding: 0 clamp(16px, 8vw, 130px) clamp(12px, 3vw, 34px);
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  gap: clamp(28px, 6vw, 90px);
}

.jg-spotify-row h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
}

.jg-spotify-card {
  display: grid;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  background: #a83200;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
}

.jg-spotify-card img {
  width: 110px;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 1;
}

.jg-spotify-card strong,
.jg-spotify-card span,
.jg-spotify-card small {
  display: block;
  color: #fff;
}

.jg-spotify-card span {
  margin-top: 8px;
  opacity: 0.9;
}

.jg-spotify-card small {
  margin-top: 12px;
  opacity: 0.8;
}

.scroll-discover-vertical {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  pointer-events: none;
}

.scroll-discover-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.92;
  text-shadow: 0 0 10px rgba(246, 232, 207, 0.18);
}

.scroll-discover-line-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.scroll-discover-line-row .line {
  width: 130px;
  height: 1px;
  display: block;
  background: linear-gradient(to right,
      transparent, #f8de9c);
}

.scroll-discover-line-row .right-line {
  background: linear-gradient(to left,
      transparent, #f8de9c);
}

.scroll-discover-line-row .arrow {
  font-size: 22px;
  line-height: 1;
  color: #f6e8cf;
  opacity: 0.95;
  text-shadow: 0 0 10px rgba(246, 232, 207, 0.28);
  animation: discoverArrowFloat 1.6s ease-in-out infinite;
}

@keyframes discoverArrowFloat {

  0%,
  100% {
    transform: translateY(-2px);
    opacity: 0.65;
  }

  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .jg-hero-content {
    flex-direction: column;
  }
}

.jg-click-game {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jg-game-note {
  display: inline-block;
  margin-bottom: 18px;
  padding: 12px 22px;
  border: 1px solid rgba(213, 147, 34, 0.7);
  border-radius: 999px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
}

.jg-game-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  background: #000;
  box-shadow: 0 0 45px rgba(213, 147, 34, 0.22);
}

.jg-game-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.jg-game-image-wrap::after {
  content: "CLICK HERE";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 196, 75, 0.8);
  background: rgba(0, 0, 0, 0.28);
  color: #ffc44b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  box-shadow: 0 0 35px rgba(213, 147, 34, 0.45);
  transition: 0.25s ease;
  z-index: 3;
}

.jg-game-image-wrap:hover::after {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(213, 147, 34, 0.18);
}

.jg-game-image-wrap.is-cracked::after {
  content: "HIT AGAIN";
}

.jg-game-image-wrap.is-shattered::after {
  content: "UNLOCKED";
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  background: rgba(213, 147, 34, 0.32);
}

.jg-click-counter {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(213, 147, 34, 0.8);
  color: #ffc44b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  pointer-events: none;
  user-select: none;
  z-index: 4;
}

.jg-game-image-wrap.jg-hit {
  animation: jgImageHit 0.22s ease;
}

@keyframes jgImageHit {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.985) translateX(3px);
  }

  70% {
    transform: scale(1.01) translateX(-3px);
  }

  100% {
    transform: scale(1);
  }
}

/* Popup */
.jg-unlock-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.jg-unlock-popup.show {
  display: flex;
}

.jg-popup-content {
  position: relative;
  width: min(92vw, 520px);
  padding: 46px 36px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(8, 8, 10, 0.98), rgba(38, 24, 6, 0.96));
  box-shadow: 0 0 70px rgba(213, 147, 34, 0.35);
  text-align: center;
  color: #fff;
}

.jg-popup-inner {
  z-index: 10;
  position: relative;
}

.jg-popup-small {
  margin: 0 0 12px;
  color: var(--e-global-color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.jg-popup-content h2 {
  margin: 0 0 14px;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.jg-popup-content p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.jg-popup-btn {
  border: 1px solid rgba(255, 214, 120, 0.95);
  border-radius: 999px;
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%);
  color: #fff7e8 !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28), inset 0 1px 0 rgba(255, 244, 210, 0.35);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0px;
  width: fit-content;
}

.jg-popup-content p,
.jg-popup-content h2,
.jg-popup-content span {
  user-select: none;
}

.jg-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-popup-close:hover {
  background: var(--e-global-color-primary);
}

@media (max-width: 767px) {
  .jg-click-game {
    padding: 28px 14px;
  }

  .jg-game-note {
    font-size: 13px;
    line-height: 1.4;
    border-radius: 18px;
  }

  .jg-game-image-wrap {
    border-radius: 18px;
  }

  .jg-game-image-wrap::after {
    width: 110px;
    height: 110px;
    font-size: 11px;
  }

  .jg-click-counter {
    right: 12px;
    bottom: 12px;
    font-size: 12px;
  }
}


/* Popup Video */
.popup-video {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.popup-video.active {
  display: flex;
}


.popup-content {
  max-height: 800px;
  height: fit-content;
  width: 500px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 1px;
}

.popup-video-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.popup-video-text {
  border-radius: 0px 0px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 20px;
  background: linear-gradient(to bottom, transparent 0%, #c9861283 50%, #ff9d00b6 100%)
}

.popup-video-text h2 p {
  margin: 0px;
}

.popup-video-text p {
  margin-bottom: 10px;
  text-align: center;
}

.popup-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  opacity: 0.92;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 0, 0.95) 0%, rgba(201, 134, 18, 0.86) 56%, rgba(255, 255, 255, 0.16) 100%);
  box-shadow: 0 0 0 10px rgba(255, 157, 0, 0.16), 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 34px rgba(255, 157, 0, 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  animation: popup-play-pulse 1.8s ease-out infinite;
}

.popup-play-icon::before,
.popup-play-icon::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(255, 157, 0, 0.55);
  border-radius: 50%;
  animation: popup-play-ring 1.8s ease-out infinite;
  pointer-events: none;
}

.popup-play-icon::after {
  animation-delay: 0.45s;
}

.popup-play-icon svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.popup-play-icon:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 0 13px rgba(255, 157, 0, 0.2), 0 22px 46px rgba(0, 0, 0, 0.42), 0 0 44px rgba(255, 157, 0, 0.7);
}

@keyframes popup-play-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 10px rgba(255, 157, 0, 0.16), 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 34px rgba(255, 157, 0, 0.55);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(255, 157, 0, 0.08), 0 20px 44px rgba(0, 0, 0, 0.4), 0 0 48px rgba(255, 157, 0, 0.75);
  }
}

@keyframes popup-play-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@media (prefers-reduced-motion: reduce) {

  .popup-play-icon,
  .popup-play-icon::before,
  .popup-play-icon::after {
    animation: none;
  }
}

.popup-video-wrap video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.popup-video-text h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 0px 10px;
}

.popup-video-text h2 p {
  flex-shrink: 0;
}

.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 11;
}

.popup-close:hover {
  background: var(--e-global-color-primary);
}

.popup-video-wrap .jg-popup-btn {
  margin: 0px;
}

.popup-video-cta {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
}

/* Checkout page */
.woocommerce-checkout .entry-title {
  display: none;
}

.woocommerce-info {
  background: transparent;
  color: white;
  border: none;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 70px;
  margin-bottom: 12px;
}

.woocommerce-checkout .showcoupon {
  color: var(--e-global-color-primary)
}

.woocommerce-checkout main {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-info .jg-border {
  border-radius: 16px;
}

.woocommerce-info .jg-border>span:nth-child(3),
.woocommerce-info .jg-border>span:nth-child(2),
.woocommerce-form-coupon .jg-border>span:nth-child(3),
.woocommerce-form-coupon .jg-border>span:nth-child(2) {
  display: none;
}

.woocommerce-info::before {
  content: '';
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/discount.png');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  left: 15px;
  top: 10px;
  bottom: auto;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  margin: 12px 0px;
  position: relative;
  border: none;
  display: grid;
  grid-template-columns: 1fr 160px;
  padding: 16px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.woocommerce-form-coupon .jg-border {
  border-radius: 16px;
}

.woocommerce-form-coupon #coupon_code {
  min-height: 46px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #d5932275;
  padding: 2px 20px;
  color: white;

}

.woocommerce-form-coupon #coupon_code::placeholder {
  color: rgba(213, 147, 34, 0.75);
}

.woocommerce-form-coupon #coupon_code:focus-visible {
  outline: 1px solid var(--e-global-color-primary);
  outline-offset: 1px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row-last {
  padding-left: 8px;
}

.woocommerce-form-coupon .form-row-last button {
  width: 100%;
  min-height: 46px;
  border-radius: 10px;
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%) !important;
  color: white !important;
  font-weight: 500;
}

form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 0px 16px;
}

#customer_details {
  grid-row: span 2;
  position: relative;
  padding: 24px;
}

form.checkout.woocommerce-checkout .jg-border {
  border-radius: 24px;
}

.jg-products-head {
  position: relative;
  text-align: center;
}

.jg-products-head>span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--e-global-color-a5f0511);
}

.jg-products-head h2 {
  color: var(--e-global-color-primary);
  font-size: clamp(28px, 5vw, 56px);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  margin: 0px;
}

.jg-products-head h2>span:first-child {
  color: white;
}


.woocommerce-billing-fields h3,
.jg-products-head h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 25px;
}

.jg-products-head .scroll-discover-line-row {
  width: max-content;
  margin: 0px auto;
  min-width: 400px;
  gap: 6px;
}

.jg-products-head .scroll-discover-line-row p {
  flex-shrink: 0;
  margin: 0px;
  color: white;
}

.jg-products-description {
  text-align: center;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 0.5px;
}

.woocommerce-billing-fields h3>div,
.jg-products-head h3>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-billing-fields h3>div>span:first-child,
.jg-products-head h3>div>span:first-child {
  color: #fffffff1;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-billing-fields h3>div>span:last-child,
.jg-products-head h3>div>span:last-child {
  font-size: 14px;
  color: #ffffffab;
  font-weight: 400;
}

.billing-heading-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  flex-shrink: 0;
  background: rgba(213, 147, 34, 0.062);
  position: relative;
}

.billing-heading-icon img {
  max-width: 100%;
}

.billing-heading-icon:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 147, 34, 0.9), transparent);
}

#customer_details>div.col-1 {
  width: 100%;
  float: none;
}

#customer_details .required_field {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

#customer_details #billing_email,
#customer_details #account_password {
  background: transparent;
  border-color: #d5932275;
  padding: 2px 15px 2px 40px;
  min-height: 46px;
  line-height: 1;
  border-radius: 12px;
  color: white;
  font-size: 14px;
}

#customer_details #billing_email::placeholder,
#customer_details #account_password::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1;
}

#customer_details .woocommerce-input-wrapper {
  position: relative;
}

#customer_details .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

#customer_details .validate-email .woocommerce-input-wrapper::after {
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/email.png');
}

#customer_details .password-input.woocommerce-input-wrapper::after {
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/solar-lock-password-outline.png');
  background-size: 90%;
}

.woocommerce form .show-password-input.display-password::before,
.woocommerce-page form .show-password-input.display-password::before {
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/quill-eye.png')
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/quill-eye-closed.png')
}

#password_strength {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(80px, 1fr) auto;
  grid-template-areas: "bar label";
  gap: 12px;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 16px;
  padding: 0px;
}

#password_strength::before {
  content: "";
  grid-area: bar;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.05);
}

#password_strength::after {
  content: "";
  grid-area: bar;
  width: 0;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.create-account .woocommerce-password-hint {
  color: white !important;
  opacity: 0.7;
  font-weight: 300 !important;
  font-size: 12px !important;
}

#password_strength .jg-password-strength-label {
  grid-area: label;
  white-space: nowrap;
  font-weight: 500;
}

#password_strength.short {
  color: #ff5b5b;
}

#password_strength.bad {
  color: #ff9e00;
}

#password_strength.good {
  color: #f8de9c;
}

#password_strength.strong {
  color: #4fd18b;
}

#password_strength.short::after {
  width: 25%;
}

#password_strength.bad::after {
  width: 50%;
}

#password_strength.good::after {
  width: 75%;
}

#password_strength.strong::after {
  width: 100%;
}

.jg-account-benefits {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
  color: white;
}

.jg-account-benefits-note {
  display: grid;
  align-items: center;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.02);
}

.jg-account-benefits-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.jg-account-benefits-icon {
  display: grid;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #ffbd2f;
  background: radial-gradient(circle, rgba(213, 147, 34, 0.28), rgba(213, 147, 34, 0.1) 58%, rgba(0, 0, 0, 0.38));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34), 0 0 24px rgba(213, 147, 34, 0.18);
  line-height: 1;
  place-items: center;
  padding: 8px;
}

.jg-account-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 32px;
}

.jg-account-benefit {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 116px;
  padding: 0 18px;
  text-align: center;
}

.jg-account-benefit:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.jg-account-benefit .jg-account-benefits-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  padding: 14px;
}

.jg-account-benefit strong {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.jg-account-benefit span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.jg-products-head {
  padding: 24px;
}

.jg-products-head .billing-heading-icon {
  padding: 12px;
}

.woocommerce table.shop_table {
  border-radius: 14px;
  border-color: #d5932275;
}

.shop_table.woocommerce-checkout-review-order-table * {
  border: none !important;
}

.woocommerce table.shop_table tr>* {
  padding: 12px 16px;
  font-weight: 500 !important;
}

.woocommerce table.shop_table thead tr th {
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 12px;
  border-bottom: 1px solid #d5932275 !important;
}

.woocommerce table.shop_table tr>*:last-child {
  text-align: right;
}

.woocommerce table.shop_table .order-total>* {
  border-top: 1px solid #d5932275 !important;
  font-weight: 700 !important;
  font-size: 20px;
  color: var(--e-global-color-primary)
}

.woocommerce-checkout #payment {
  background: transparent
}

.wc_payment_method label {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.wc_payment_methods {
  border: 1px solid #d5932275 !important;
  border-radius: 14px;
}

#place_order {
  width: 100%;
  border: 1px solid rgba(255, 214, 120, 0.95);
  border-radius: 14px;
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%);
  color: #fff7e8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28), inset 0 1px 0 rgba(255, 244, 210, 0.35);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;
}

.form-row.place-order {
  padding: 0px !important;
  margin: 24px 0px 0px !important;
}

.woocommerce-privacy-policy-text p {
  opacity: 0.9;
  font-weight: 400;
  font-size: 14px;
}

.woocommerce-NoticeGroup-checkout {
  grid-row: span 2;
  grid-column: span 2;
}

.checkout-inline-error-message {
  margin-top: 4px;
}

.woocommerce-error {
  margin-bottom: 16px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid #d5932275;
}

/* single product */
.single-product .site-main {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-product-gallery__image {
  border-radius: 30px;
}

.woocommerce span.onsale {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D51C39;
  top: 12px;
  left: 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  top: 12px;
  right: 12px;
  line-height: 1;
  background: transparent;
  border: 1px solid var(--e-global-color-primary);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background-image: url('https://jingates.seamkt.com/wp-content/uploads/2026/06/search-interface-symbol.png');
  width: 100%;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: auto;
  left: auto;
  transform: none;
}

.custom-product-before-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
  width: fit-content;
  color: var(--e-global-color-primary);
  margin-bottom: 12px;
  order: -4;
}

.woocommerce div.product .product_title {
  order: -3;
}

.custom-product-before-title img {
  max-width: 16px;
  padding-top: 3px;
}

.woocommerce div.product .product_title {
  font-family: var(--e-global-typography-e30a097-font-family);
  font-weight: 600;
}

.single-product .summary>.price {
  order: -2;
  margin: 0px;
}

.single-product .summary>.price *:not(.single-product .price del, .single-product .price del *) {
  color: var(--e-global-color-a5f0511);
}

.single-product .summary>.price>.price {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 18px !important;
  margin-bottom: 40px;
}

.single-product .summary>.price>.price::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--e-global-color-accent);
  opacity: 0.5;
  border-radius: 4px;
}

.single-product .price del,
.single-product .price del * {
  color: #b9b9b9;
  font-weight: 400;
}

.single-product .price ins {
  color: var(--e-global-color-a5f0511);
  text-decoration: none;
  font-weight: 500 !important;
}

.custom-product-discount {
  color: white !important;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 30px;
  margin-left: 12px;
  background: #D51C39;
}

.single-product .summary form.cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px !important;
}

.product_meta {
  display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: 0px !important;
}

.woocommerce div.product {
  display: flex;
  gap: 40px;
}

.single-product .summary .quantity {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single-product .summary .quantity::before {
  content: 'Quantity';
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  opacity: 0.8;
  letter-spacing: 1px;
}

.single-product .summary .quantity {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-product .summary .quantity .custom-qty-button {
  background: transparent;
  color: white;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: none;
  width: 52px;
  height: 52px;
  padding: 20px;
}

.single-product .summary .quantity .custom-qty-button span {
  display: flex;
}

.single-product .summary .quantity input.qty {
  width: 52px;
  height: 52px;
  background: transparent;
  color: white;
  border: none;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.custom-qty-button:hover,
.custom-qty-button:focus {
  background: var(--e-global-color-primary, #14171a);
  color: #ffffff;
  border-color: var(--e-global-color-primary, #14171a);
}

.custom-qty-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.custom-qty-control {
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #656565;
  display: flex;
}

.single-product .summary .quantity input.qty::-webkit-outer-spin-button,
.single-product .summary .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .summary .quantity input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
}


.single-product .summary .variations .jg-variation-options,
.single-product .summary .variations .jg-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.single-product .summary .variations .jg-variation-option,
.single-product .summary .variations .jg-size-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  font-weight: 500;
  min-width: 80px;
}

.single-product .summary .variations .jg-variation-option:hover,
.single-product .summary .variations .jg-variation-option:focus,
.single-product .summary .variations .jg-size-option:hover,
.single-product .summary .variations .jg-size-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.single-product .summary .variations .jg-variation-option.active,
.single-product .summary .variations .jg-size-option.active {
  background: #ffffff;
  color: var(--e-global-color-primary, #14171a);
  border-color: #ffffff;
}

.single-product .summary .variations .jg-variation-option[disabled],
.single-product .summary .variations .jg-size-option[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.single-product .summary .variations select.jg-variation-select-hidden,
.single-product .summary .variations select.jg-size-select-hidden {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.single-product .summary .woocommerce-variation-price {
  display: none !important;
}

.single-product .summary .variations .label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  opacity: 0.8;
  letter-spacing: 1px;
  padding: 0;
  position: relative;

}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.single-product .summary .variations tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.single-product .summary .variations .jg-variation-options>button {
  min-width: auto;
  min-height: auto;
  line-height: 1;
  width: auto;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  font-size: 14px;
}

.reset_variations {
  margin-top: 6px;
  font-size: 14px !important;
  width: fit-content;
  visibility: visible !important;
  display: none;
}

.reset_variations:hover {
  color: white
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 12px;
  /* flex-direction: column; */
  align-items: flex-end;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}

.single-product .summary .variations .jg-variation-option.active {
  background: #d5932226;
  color: white;
  border-color: var(--e-global-color-primary);
}

.single-product .summary .variations .value {
  padding: 0;
}

.single-product .summary .variations tr * {
  background: transparent;
}

.woocommerce div.product form.cart .variations {
  background: transparent;
}

.single-product .summary .variations .value {
  display: flex;
  flex-direction: column;
}

.single_add_to_cart_button.button {
  min-height: 52px;
  background: linear-gradient(45deg, #d89a1f4a 0%, #c98512 45%, #ff9e00 100%) !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(255, 214, 120, 0.95) !important;
  text-transform: uppercase;
  height: fit-content !important;
  flex: 1;

}

.woocommerce div.product form.cart .variations select{
  display: none;
}
.single_variation_wrap {
  position: relative;
}
.woocommerce-variation-availability {
  position: absolute;
  top: 60px;
}

.jg-variation-option:disabled {
  position: relative;
}

.jg-variation-option:disabled::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #b12c2c;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(45deg);
}
.jg-variation-option:disabled::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #b12c2c;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.woocommerce div.product div.summary {
  display: flex;
  flex-direction: column;
  margin: 0px !important;
}

.woocommerce div.product div.images img {
  height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.woocommerce-product-gallery__wrapper * {
  height: 100%;
}

.woocommerce-product-details__short-description {
  order: -3;
  opacity: 0.8;
  font-weight: 300;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.variations_form.cart {}

/*  */
@media (max-width: 1024px) {
  .jg-account-benefits-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }

  .jg-account-benefit:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .jg-account-benefits-note {
    grid-template-columns: 42px 1fr;
    padding: 14px;
  }

  .jg-account-benefits-note .jg-account-benefits-icon {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .jg-account-benefits-list {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 18px;
  }

  .jg-account-benefit {
    min-height: auto;
    padding-bottom: 18px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .jg-account-benefit:last-child {
    border-bottom: 0;
  }
}