.elementor-53 .elementor-element.elementor-element-ba0cf75{margin-top:0rem;margin-bottom:0rem;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-53 .elementor-element.elementor-element-d942855 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:0px;font-weight:600;}.elementor-53 .elementor-element.elementor-element-be9413f{margin:-1.5rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}/* Start custom CSS for html, class: .elementor-element-be9413f *//* GLOBAL */
.xxl-product-page {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #0b0b0b;
  color: #fff;
  overflow-x: hidden;
}

section {
  width: 100%;
}

/* HERO */
.xxl-hero {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(40px, 6vw, 80px) 8%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(135deg, #000, #1a1a1a);
}

.xxl-badges {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 500px;
}

/* COMMON BADGE STYLE */
.badge {
  background: linear-gradient(135deg, #f7c600, #ff9f00);
  color: #000;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  font-size: 14px;
  text-align: center;
}

/* PRICE STYLE */
.badge.price {
  font-size: 18px;
}

/* FLAVOUR STYLE */
.badge.flavour {
  background: linear-gradient(135deg, #fff, #f1f1f1);
  color: #333;
  font-size: 20px;
  font-family: 'Plus jakarta sans';
}

.badge.flavour.active {
    background: #fcaa00;
    color: #000000;
}


.xxl-hero-content {
  flex: 1 1 500px;
  min-width: 280px;
}

.xxl-hero-content h1 {
  font-size: clamp(32px, 5vw, 60px);
  margin-bottom: 10px;
  line-height: 1.1;
}

.xxl-hero-content h1 span {
  color: #f5c400;
}

.xxl-hero-content h2 {
  font-size: clamp(18px, 2.5vw, 28px);
  margin-bottom: 15px;
}

.xxl-hero-content p {
  font-size: clamp(14px, 1.6vw, 18px);
  color: #ccc;
  max-width: 600px;
}

/* STATS */
.xxl-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.xxl-stats div {
  flex: 1 1 140px;
  background: #111;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
}

.xxl-stats strong {
  font-size: clamp(20px, 3vw, 28px);
  color: #f5c400;
}

/* BUTTONS */
.xxl-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-primary,
.btn-primary-1,
.btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

.btn-primary {
  background: #f5c400;
  color: #000;
}

.btn-primary-1 {
  background: #111;
  color: #fff;
}

.btn-primary-1:hover {
  color: #f7af44;
}

.btn-secondary {
  border: 2px solid #f5c400;
  color: #f5c400;
}

/* IMAGE */
.xxl-hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.xxl-hero-image img {
  max-width: 100%;
  height: auto;
}

/* FEATURES */
.xxl-features {
  padding: clamp(50px, 6vw, 80px) 8%;
  background: #111;
}

.xxl-features h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(24px, 3vw, 36px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.feature-card {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 10px;
}

/* USAGE + WHO */
.xxl-usage,
.xxl-who {
  padding: clamp(40px, 5vw, 60px) 8%;
  text-align: center;
}

/* CTA */
.xxl-cta {
  padding: clamp(50px, 6vw, 80px) 8%;
  background: #f7af44;
  color: #000;
  text-align: center;
}

.xxl-cta h2 {
  margin-bottom: 25px;
  font-size: clamp(22px, 3vw, 34px);
}

/* TABS SECTION */
.xxl-tabs-section {
  padding: clamp(40px, 5vw, 60px) 8%;
  background: #111;
}

.xxl-tabs {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  scrollbar-width: none;
}

.xxl-tabs::-webkit-scrollbar {
  display: none;
}

.tab-link {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
  color: #fff;
  white-space: nowrap;
}

.tab-link:hover {
  color: #f7af44;
}

.tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f7af44;
}

/* TAB CONTENT */
.xxl-tab-content {
  display: none;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  max-width: 900px;
}

.xxl-tab-content.active {
  display: block;
}

/* TABLE */
.xxl-info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.xxl-info-table th,
.xxl-info-table td {
  padding: 12px;
  border-bottom: 1px solid #333;
}

.table-wrapper {
  overflow-x: auto;
}

/* ========================= */
/* 📱 MOBILE IMPROVEMENTS */
/* ========================= */
/* ========================= */
/* 📱 TABLET & MOBILE (≤768px) */
/* ========================= */
@media (max-width: 768px) {

  /* HERO LAYOUT */
  .xxl-hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 20px;
  }

  .xxl-hero-content {
    width: 100%;
  }

  .xxl-hero-content p {
    margin: 0 auto;
  }

  /* IMAGE FIX */
  .xxl-hero-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
  }

  .xxl-hero-image img {
    width: 100%;
  }

  /* BADGES FIX (IMPORTANT) */
  .xxl-badges {
    position: static; /* remove absolute behavior */
    width: auto;      /* remove 500px issue */
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .badge.price {
    font-size: 14px;
  }

  .badge.flavour {
    font-size: 14px;
  }

  /* STATS */
  .xxl-stats {
    justify-content: center;
  }

  .xxl-stats div {
    flex: 1 1 100px;
  }

  /* BUTTONS */
  .xxl-buttons {
    justify-content: center;
  }

  /* FEATURES */
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    text-align: center;
  }

  /* TABS */
  .xxl-tabs {
    gap: 20px;
  }

  .xxl-info-table {
    min-width: 100%;
  }
}/* End custom CSS */