/*
Theme Name: F8 Funds V2
Theme URI: https://f8funds.com/
Author: F8 Funds V2
Description: Custom WordPress theme converted from the F8 Funds V2 static homepage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: f8fundsv2
*/

img[src*="trustedsite"],
iframe[src*="trustedsite"],
[id*="trustedsite"],
[class*="trustedsite"] {
    display: none !important;
}

#google_translate_element {
  display: none;
}

.youtube-video-2 {
  padding-top: 56.17021276595745%;
}

.youtube-video-2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.fs-list-tab-active {
  opacity: 1;
  transition: opacity 300ms ease;
}

.fs-list-tab-enter {
  opacity: 0;
}

.fs-list-tab-exit {
  opacity: 0;
  transition: opacity 100ms ease;
}

.challenge-main-tab-enter {
  opacity: 0;
}

.challenge-main-tab-exit {
  opacity: 0;
  transition: opacity 100ms ease;
}

.tab-pane-tab.w--tab-active {
  opacity: 1;
  transition: opacity 300ms ease;
}

.account-table.platform-access .mt.platform-one {
  border-color: var(--light-gold);
}

.mt.platform-two,
.mt.platform-three {
  display: none !important;
}

.mt.platform-one.is-disabled {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.buttoncart {
  display: none;
}

.account-table.platform-access a.buttoncart.animation.bt-one {
  display: flex;
}

@media screen and (max-width: 991px) {
  a.tab-id.active {
    background-color: var(--light-blue);
  }
  .sliderr {
    scroll-behavior: smooth;
  }
  .sliderr::-webkit-scrollbar {
    display: none;
  }
}

.text-block-71 strong {
  display: block;
}
.popup-home-page:has(.success-hide-popup.w-form-done[style*="display: block"]) {
  display: none !important;
}

.notification-card.card1,
.notification-card.card2,
.notification-card.card3,
.notification-card.card4 {
  opacity: 0;
  transform: translateY(100px);
  animation: popupLoop 16s infinite;
}

.notification-card.card1 {
  animation-delay: 0s;
}
.notification-card.card2 {
  animation-delay: 4s;
}
.notification-card.card3 {
  animation-delay: 8s;
}
.notification-card.card4 {
  animation-delay: 12s;
}

@keyframes popupLoop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
  display: none !important;
}

.custom-select-selected {
  gap: 10px;
}

.custom-select .arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
  color: #fff;
}

.nav-logo-image.next-level-logo {
  margin-top: -4px;
}

.custom-select-selected {
  padding: 10px 11px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-family: Inter, sans-serif;
  height: 48px;
}

span.selected-option img {
  margin-right: 10px;
}

.custom-options img {
  width: 25px;
  margin-right: 16px;
}

.custom-options {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--light-blue);
  border-radius: 6px;
  background: var(--light-blue);
  display: none;
  z-index: 1000;
}

.custom-options div {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
}

.custom-options div:hover {
  background: #fff;
}

.custom-options img {
  width: 20px;
  margin-right: 8px;
}

body {
  top: 0px !important;
}

.nav-background.black {
  background: black;
  height: 8rem;
}

@media screen and (max-width: 991px) {
  .nav-background.black {
    background: black;
    height: 7.5rem;
  }
}

@media screen and (max-width: 568px) {
  .nav-background.black {
    background: black;
  }
}

@media screen and (max-width: 767px) {
  .custom-select .arrow {
    top: 12px;
    right: 11px;
    font-size: 13px;
  }
}

.second-menu.bestvalue .tab-button-left:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--gold);
  transform: rotate(-5deg);
  top: -7px;
}
.second-menu.bestvalue .tab-button-left:nth-child(5)::after {
  content: "Most Popular";
  pointer-events: none;
  color: var(--black);
  text-align: center;
  background-color: #dcf965;
  border-radius: 15px;
  width: 100px;
  padding: 4px 0px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 0;
  transform: rotate(-5deg);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .second-menu.bestvalue .tab-button-left:nth-child(5)::after {
    width: 74px;
    font-size: 9px;
    top: -18px;
  }
  .second-menu.bestvalue .tab-button-left:nth-child(5)::before {
    top: 4px;
  }
}

.pricing-details .account-answer:last-child {
  border: none;
}

body.body::after {
  content: "";
  position: fixed;
  background: url(assets/shared/website-bg.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: -10;
  background-repeat: no-repeat;
  opacity: 82%;
  background-attachment: fixed;
  background-size: cover;
}

.skiptranslate.goog-te-gadget {
  display: none;
}
.bar-box.border-left::after {
  content: "";
  border-left: 1px solid var(--black);
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

p.trust-p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
}

.slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/shared/payout.jpeg);
  width: 80%;
  height: 80%;
  left: -45px;
  top: 45px;
  opacity: 14%;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-3-row.step-5.dashed-top::after {
  content: "";
  border-bottom: 4px dotted var(--white);
  width: 82%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  text-align: center;
  right: 0;
  top: 6px;
}

.model-box:hover::after {
  content: "";
  height: 100%;
  transition: 0.7s;
}
.model-box::after {
  content: "";
  background-color: #ffffff0d;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  pointer-events: none;
}

.currency-dropdown {
  position: relative;
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 110px;
  margin-left: auto;
}

.currency-dropdown select {
  width: 100%;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.currency-dropdown::after {
  content: "▼";
  font-size: 12px;
  color: var(--light-blue);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.currency-dropdown select option {
  color: var(--black);
  background: var(--white);
}

.tabs-menu2.account-size::after {
  content: "Account Size";
}

.tabs-menu2.top-up::after {
  content: "Top Up options";
}

.tabs-menu2.migrate::after {
  content: "Migrate Options";
}

.tabs-menu2::after {
  content: "";
  color: var(--light-blue);
  text-align: center;
  letter-spacing: normal;
  margin-top: 14px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
  top: 0;
  position: absolute;
  z-index: 11;
}

.tabs-menu2.account-size,
.tabs-menu2.top-up,
.migrate {
  padding-top: 60px;
}

.badge-bast::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--gold);
}

.tab-link-tab.tab-link-tab2.w--current .tab-link-tab._w-ful {
  color: var(--black);
}

.button.purple.telegram-button .button-arrow {
  transition: filter 0.2s ease;
}

.button.purple.telegram-button:hover img.button-arrow {
  filter: brightness(0);
}

.button.purple.facebook-button {
  background-color: #1877f2;
  border-color: #1877f2;
}

.button.purple.facebook-button:hover {
  color: #000;
}

.button.purple.facebook-button .facebook-arrow {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
  filter: none;
}

.button.purple.facebook-button:hover .facebook-arrow {
  filter: invert();
}

.tabs-menu-tab-link:hover::after {
  right: 20px;
}

.tabs-menu-tab-link.w--current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(assets/shared/arrow.svg)
    no-repeat center / contain;
  pointer-events: none;
  transition: 0.4s;
}

.tabs-items-box-to {
  counter-reset: section;
}

.tabs-items-box-to.counter-increment .maximum-box h5::before {
  counter-increment: section;
  content: counter(section) ")";
  font-weight: bold;
  margin-right: 5px;
  color: var(--light-blue);
}

.w-richtext p {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-link-tab.tab-link-tab2.w--current .main-tab-menu-text {
  color: var(--black);
}

.tabs-menu-tab-link.arro-none.w--current::after {
  display: none;
}

.model-box:hover a.h4.bt {
  background: var(--white);
  color: var(--black);
}

.footer-social-link:hover .icon-xsmall {
  filter: invert(1);
  scale: 1.1;
}

.fast-menu.w-tab-menu.challenge::after {
  content: "Choose your Challenge";
  color: var(--light-blue);
  text-align: center;
  letter-spacing: normal;
  margin-top: 14px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
  bottom: -35px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 11;
}

p.billingg.greenn.white-text {
  color: var(--white);
}

p.billingg.greenn.white-text span {
  color: var(--light-blue);
}

.pricing-details .billingg samp {
  color: var(--light-blue);
  font-family: Inter, sans-serif;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .bar-box.border-left::after,
  .slider::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidemobile {
    display: none !important;
  }

  .step-3-row.step-5.dashed-top::after {
    right: -9px;
    transform: translateX(-50%);
    border-left: 4px dotted var(--white);
    width: 0;
    height: 100%;
    border-bottom: none;
  }

  .tabs-menu-tab-link.w--current::after {
    display: none;
  }

  h4.account-text.absolute br {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .fast-menu.bgg.w-tab-menu {
    grid-row-gap: 20px;
    background-color: #ffffff00;
  }

  .fast-menu.bgg.w-tab-menu::before {
    content: "";
    width: 100%;
    height: 47%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: var(--bg_1);
    border-radius: 20px;
  }
  .fast-menu.bgg.w-tab-menu::after {
    content: "";
    width: 55%;
    height: 47%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: var(--bg_1);
    border-radius: 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 445px) {
  .account-size-menu::after {
    font-size: 17px;
    top: -66px;
  }
}

.mt.platform-one img.tab_logo_img {
  filter: brightness(0) invert(1);
}

.animation {
  backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: 0 0 18px color-mix(in srgb, var(--light-blue) 15%, transparent);
}

.animation .glow-effect {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    color-mix(in srgb, var(--light-blue) 40%, transparent),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.animation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--light-blue) 15%, transparent) 1px,
    transparent 1px
  );
  background-size: 10px 10px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.animation:hover .glow-effect {
  opacity: 1;
  animation: moveGlowVertical 3s linear infinite;
}

.animation:hover::before {
  opacity: 1;
  animation: sparkle 6s linear infinite;
}

a.animation img.button-arrow {
  filter: invert(1);
}

.banner-slider {
  align-items: center;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
}

.banner-slider__viewport {
  aspect-ratio: 1676 / 838;
  overflow: hidden;
  position: relative;
}

.banner-slider__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.banner-slider__image.is-active {
  opacity: 1;
}

.banner-slider__button {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 54px;
  justify-content: center;
  padding: 0;
  width: 54px;
  z-index: 2;
}

.banner-slider__button .arroo {
  width: 50px;
}

.banner-slider__button--prev {
  grid-column: 1;
}

.banner-slider__button--next {
  grid-column: 3;
}

.image-19.telegram-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 36px;
  border-radius: 0;
}

.buttoncart::before {
  opacity: 1;
  animation: sparkle 6s linear infinite;
}

.buttoncart .glow-effect {
  opacity: 1;
  animation: moveGlowVertical 3s linear infinite;
}

@keyframes moveGlowVertical {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes sparkle {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0%;
  }
}

.account-form-box {
  background-position: left 10% top 0;
  background-size: 38%;
  align-items: flex-end;
}

.account-form-box .left-box-form,
.account-form-box .signing-form {
  width: 40%;
  margin-left: 0;
  margin-right: 6%;
}

.account-form-box .signing-form {
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .account-form-box {
    background-position: -18% center;
    background-size: 70%;
  }

  .account-form-box .left-box-form,
  .account-form-box .signing-form {
    width: 48%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .account-form-box {
    background-position: 50% 0;
    background-size: 42%;
    align-items: center;
    padding-top: 220px;
  }

  .account-form-box .left-box-form,
  .account-form-box .signing-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.demo-page-shell {
  color: #f7f8fb;
  background:
    radial-gradient(circle at 12% 8%, rgba(19, 186, 148, 0.14), transparent 32rem),
    linear-gradient(180deg, rgba(16, 16, 16, 0.72) 0%, rgba(15, 15, 15, 0.9) 100%);
  min-height: 100vh;
  padding: 72px 24px 24px;
  font-family: Inter, Arial, sans-serif;
}

.demo-button {
  color: #101010;
  background: var(--light-blue);
  border: 1px solid var(--light-blue);
  border-radius: 6px;
  flex: 0 0 auto;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.demo-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 48px;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
}

.demo-hero__copy h1 {
  letter-spacing: 0;
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
}

.demo-hero__copy > p:not(.demo-eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  max-width: 660px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.demo-eyebrow {
  color: var(--light-blue);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.demo-hero__actions {
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.demo-button--ghost {
  color: #f7f8fb;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.demo-hero__media {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.demo-hero__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.demo-section {
  width: min(1180px, 100%);
  margin: 86px auto 0;
}

.f8-wp-page__content {
  margin-top: 56px;
}

.f8-wp-page__hero--no-media {
  grid-template-columns: 1fr;
}

.f8-wp-page__hero--no-media .demo-hero__copy h1 {
  max-width: 980px;
}

.f8-wp-page__content .entry-content {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.f8-wp-page__content .entry-content > * {
  margin-top: 0;
  margin-bottom: 22px;
}

.f8-wp-page__content .entry-content h1,
.f8-wp-page__content .entry-content h2,
.f8-wp-page__content .entry-content h3,
.f8-wp-page__content .entry-content h4 {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.15;
}

.f8-wp-page__content .entry-content h2 {
  font-size: 34px;
}

.f8-wp-page__content .entry-content h3 {
  font-size: 24px;
}

/* .f8-wp-page__content .entry-content a {
  color: var(--light-blue);
} */

.f8-wp-page__content .entry-content img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.f8-wp-page__content .wp-block-group,
.f8-wp-page__content .wp-block-columns,
.f8-wp-page__content .wp-block-cover,
.f8-wp-page__content .wp-block-table,
.f8-wp-page__content .wp-block-media-text {
  margin-bottom: 28px;
}

.f8-wp-page__content .wp-block-button__link {
  color: #101010;
  background: var(--light-blue);
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  text-decoration: none;
}

.demo-section__heading {
  margin-bottom: 22px;
}

.demo-section__heading h2,
.demo-cta h2 {
  letter-spacing: 0;
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.demo-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.demo-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  padding: 22px;
}

.demo-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.demo-card p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.demo-cta {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: min(1180px, 100%);
  margin: 80px auto 24px;
  padding: 34px;
}

.demo-cta h2 {
  max-width: 700px;
  margin-bottom: 22px;
}

@media screen and (max-width: 900px) {
  .demo-page-shell {
    padding: 42px 16px 16px;
  }

  .demo-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .demo-hero__media {
    aspect-ratio: 16 / 10;
  }

  .demo-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================
   F8 Funds Premium Single Product
   Coded product visual, no image required
================================ */

body.single-product {
  background: #030303 !important;
  color: #ffffff !important;
}

body.single-product .site,
body.single-product .content-area,
body.single-product .site-main,
body.single-product main,
body.single-product .woocommerce {
  background: #030303 !important;
}

body.single-product div.product {
  width: min(1280px, calc(100% - 48px)) !important;
  margin: 80px auto !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.95fr) minmax(360px, 1fr) !important;
  gap: 56px !important;
  align-items: start !important;
  color: #ffffff !important;
}

body.single-product div.product::before,
body.single-product div.product::after {
  display: none !important;
  content: none !important;
}

body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image {
  display: none !important;
}

body.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 36px !important;
  background:
    radial-gradient(circle at top right, rgba(255, 230, 0, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(20, 20, 10, 0.98), rgba(2, 2, 2, 0.98)) !important;
  border: 1px solid rgba(255, 230, 0, 0.22) !important;
  border-radius: 28px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55) !important;
}

body.single-product .product_title {
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  color: #ffffff !important;
  margin: 0 0 18px !important;
}

body.single-product .price {
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #fff200 !important;
  margin: 0 0 18px !important;
}

body.single-product .price .woocommerce-Price-currencySymbol,
body.single-product .price .woocommerce-Price-amount {
  color: #fff200 !important;
}

body.single-product .woocommerce-product-details__short-description {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  margin: 0 0 26px !important;
}

body.single-product .product_meta {
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

body.single-product .product_meta a {
  color: #fff200 !important;
  text-decoration: none !important;
}

body.single-product form.cart {
  margin-top: 28px !important;
}

body.single-product form.cart .quantity {
  display: none !important;
}

body.single-product .single_add_to_cart_button {
  width: 100% !important;
  min-height: 64px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: linear-gradient(135deg, #fff200, #d8a900) !important;
  color: #050505 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 18px 45px rgba(255, 230, 0, 0.24) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.single-product .single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 24px 60px rgba(255, 230, 0, 0.34) !important;
}

body.single-product .woocommerce-tabs,
body.single-product .related,
body.single-product .upsells {
  display: none !important;
}

/* Coded product visual card */

.f8-product-visual-card {
  position: relative;
  min-height: 620px;
  padding: 1px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 230, 0, 0.58), rgba(255, 255, 255, 0.08), rgba(255, 230, 0, 0.2));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.f8-product-glow {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 230, 0, 0.28), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(255, 230, 0, 0.18), transparent 36%);
  pointer-events: none;
}

.f8-product-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(255, 230, 0, 0.32);
  color: #fff200;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.f8-product-card-inner {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding: 92px 36px 36px;
  border-radius: 33px;
  background:
    linear-gradient(180deg, rgba(10, 10, 6, 0.92), rgba(0, 0, 0, 0.98)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 80px
    );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.f8-product-kicker {
  color: #fff200;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
}

.f8-product-card-inner h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin: 0 0 24px;
  max-width: 520px;
}

.f8-product-account-size {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 230, 0, 0.12);
  border: 1px solid rgba(255, 230, 0, 0.32);
  color: #fff200;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}

.f8-product-price {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 28px;
}

.f8-product-price .woocommerce-Price-amount,
.f8-product-price .woocommerce-Price-currencySymbol {
  color: #ffffff;
}

.f8-product-rules {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.f8-product-rules div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.f8-product-rules span {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.56);
}

.f8-product-rules strong {
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
}

.f8-product-chart {
  height: 120px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 230, 0, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 230, 0, 0.14);
  overflow: hidden;
}

.f8-product-chart span {
  display: block;
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #fff200, #a97800);
  box-shadow: 0 0 22px rgba(255, 230, 0, 0.22);
}

.f8-product-chart span:nth-child(1) { height: 34%; opacity: 0.45; }
.f8-product-chart span:nth-child(2) { height: 48%; opacity: 0.58; }
.f8-product-chart span:nth-child(3) { height: 42%; opacity: 0.5; }
.f8-product-chart span:nth-child(4) { height: 66%; opacity: 0.74; }
.f8-product-chart span:nth-child(5) { height: 78%; opacity: 0.86; }
.f8-product-chart span:nth-child(6) { height: 100%; opacity: 1; }

.f8-product-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  body.single-product div.product {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 680px) !important;
    margin: 42px auto !important;
    gap: 28px !important;
  }

  .f8-product-visual-card,
  .f8-product-card-inner {
    min-height: 520px;
  }

  body.single-product div.product .summary {
    padding: 26px !important;
  }
}

@media (max-width: 560px) {
  body.single-product div.product {
    width: calc(100% - 22px) !important;
    margin: 28px auto !important;
  }

  .f8-product-card-inner {
    padding: 82px 22px 24px;
  }

  .f8-product-rules div {
    display: block;
  }

  .f8-product-rules strong {
    display: block;
    text-align: left;
    margin-top: 6px;
  }

  body.single-product .product_title {
    font-size: 34px !important;
  }
}