:root {
  --paper: #cfb287;
  --paper-2: #d8bf98;
  --ink: #171310;
  --panel: #161312;
  --panel-2: #211c19;
  --border: #2b231c;
  --cream: #ead7b2;
  --cream-soft: #dbc39c;
  --red: #be1414;
  --red-dark: #8a0d0d;
  --gold: #c9aa78;
  --gold-dark: #9d7a49;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Roboto Slab', Georgia, serif;
  color: var(--ink);
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/691b6f7d16728ecf2f866bf71727660cb14e0df8.png?updated=fbaa0c0423d75c29984c6d2a9c8e6cec5d9267f37bbd93b58ff77a8f926936b7") center top / cover repeat fixed;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.awz-content { padding-bottom: 10px; }

.awz-header { margin: 28px 0 22px; }
.awz-nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--gold);
  border: none;
  border-radius: 0;
  padding: 18px 22px;
  box-shadow: none;
  overflow: hidden;
}
.awz-nav-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/fc78ce7b6aeb8ac230f29fe807fab7bdf9d2e776.png?updated=7317b9101f76216617a177645745ea8c876d56bf567cdbbcde0fdb1c7159c029") center center / 100% 100% no-repeat;
  opacity: .8;
  pointer-events: none;
}
.awz-nav-wrap > * {
  position: relative;
  z-index: 1;
}
.awz-brand {
  font-family: 'Rye', serif;
  font-size: 24px;
  line-height: 1;
  color: var(--gold);
  white-space: nowrap;
}
.awz-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.awz-nav a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .03em;
  color: var(--gold);
  transition: color .15s ease;
}
.awz-nav a:hover,
.awz-footer a:hover { color: var(--red); }
.awz-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
}
.awz-login, .awz-basket {
  border: 0;
  color: var(--cream);
  padding: 11px 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  min-width: 86px;
  text-align: center;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/96abf2bf90a89737e3d065a335bb78f9c2e948ba.png?updated=28a2e346d63415208591fc9d0acfe115ef12f5764066ac5272b1ba4a885cc93c") center center / 100% 100% no-repeat;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.awz-badge {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin-left: 8px;
}

.awz-alert {
  padding: 14px 16px;
  border: 2px solid;
  margin-bottom: 20px;
  background: rgba(255,255,255,.22);
}
.awz-alert-success { border-color: #2f6b32; }
.awz-alert-error { border-color: var(--red); }
.awz-alert-warning { border-color: #b67915; }

/* HERO */
.awz-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 18px;
  border: 4px solid rgba(100,80,55,.18);
  background: rgba(255,244,220,.08);
}

.awz-hero-left {
  min-width: 0;
  display: flex;
  position: relative;
}

.awz-hero-right {
  min-width: 0;
  display: flex;
}

.awz-black-panel,
.awz-hero-illustration {
  width: 100%;
}

.awz-black-panel {
  position: relative;
  color: var(--cream);
  border: none;
  padding: 62px 54px 60px 52px;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
}

.awz-black-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/519259818c70b87a68a797332f3c3c46f105d8ad.png?updated=05309b8e4604801ae68080d84b2832ef59d391c6b27528007ef58cb5bec8bf83") center center / 100% 100% no-repeat;
  opacity: .8;
}

.awz-black-panel > * {
  position: relative;
  z-index: 1;
}

.awz-kicker,
.awz-product-kicker {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 10px;
}

.awz-black-panel h1 {
  margin: 0 0 18px;
  font-family: 'Rye', serif;
  font-size: clamp(48px, 4.2vw, 80px);
  line-height: .94;
  letter-spacing: .01em;
  color: #f0e3c5;
}
.awz-black-panel h1 span { color: var(--red); }

.awz-black-panel p {
  font-size: 23px;
  line-height: 1.3;
  margin: 0 0 24px;
  color: var(--cream);
}

.awz-black-panel strong,
.awz-subtitle,
.awz-price,
.awz-package-price,
.awz-footer h4,
.awz-price.free,
.new-price { color: var(--red); }

.awz-btn,
.awz-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  background: linear-gradient(180deg, #c61b1b 0%, #951010 100%);
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 900;
  padding: 14px 28px;
  border: 3px solid #560909;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 5px 12px rgba(0,0,0,.18);
}
.awz-btn-secondary {
  min-width: 232px;
  min-height: 76px;
  padding: 0 32px;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/ae0ab2196a97fe381441a4d2a8888e23a4104fd5.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") center center / 100% 100% no-repeat;
  border: none;
  box-shadow: none;
  color: var(--cream);
  text-shadow: 0 1px 0 rgba(0,0,0,.45), 0 0 4px rgba(0,0,0,.18);
}
.awz-card-btn.disabled { opacity: .45; pointer-events: none; }

.awz-card .awz-card-btn {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  padding: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/3f2954066a8bad046011c8f75ae9b36682ff96fa.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") center center / contain no-repeat;
  border: none;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.awz-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  align-items: center;
}

.awz-hero-actions .awz-btn {
  min-width: 232px;
}

.awz-hero-actions .awz-btn:not(.awz-btn-secondary) {
  min-width: 232px;
  min-height: 76px;
  padding: 0 32px;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/fd57b123063834366ac56b440260735eaf91ed9c.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") center center / 100% 100% no-repeat;
  border: none;
  box-shadow: none;
  color: var(--cream);
  text-shadow: 0 1px 0 rgba(0,0,0,.45), 0 0 4px rgba(0,0,0,.18);
}

.awz-bullets {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--cream-soft);
  font-size: 17px;
  line-height: 1.7;
}
.awz-bullets li::before {
  content: '✦';
  color: var(--gold);
  margin-right: 8px;
}

/* FIXED ROUND BADGE */
.awz-roundel {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 220px;
  height: 220px;
  color: #f4e3bf;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Rye', serif;
  font-size: 20px;
  line-height: 1.18;
  padding: 42px 42px 34px;
  box-shadow: none;
  z-index: 5;
}

.awz-roundel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/dd1a4bd9aa4d68bed2b558f6da0f31ab2d551435.png?updated=b4fce00b405bb78bf79ccaf473d5e4605118426864d33f6c3be43ddb969fe2af") center center / contain no-repeat;
  opacity: .8;
  z-index: 0;
}

.awz-roundel > * {
  position: relative;
  z-index: 1;
}

.awz-hero-illustration {
  min-height: 760px;
  border: 4px solid rgba(49,38,31,.12);
  padding: 18px;
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.awz-hero-illustration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(207,178,135,.08), rgba(207,178,135,.2));
  pointer-events: none;
}

.awz-hero-art {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/43135ce6371f95a188c31c96b7fe7c9bcc9d2269.png?updated=203067df31e2d7efd45f8cc5326611ecdd08b4719c8be375ad6a2baf7c84e20c") center center / contain no-repeat;
}

/* TITLES / SECTIONS */
.awz-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin: 10px 0 20px;
}
.awz-section-title .line {
  height: 2px;
  flex: 1;
  max-width: 250px;
  background: rgba(45,35,28,.45);
}
.awz-section-title h3 {
  font-family: 'Rye', serif;
  font-size: 42px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.awz-section-title .subtitle {
  color: var(--red);
  font-size: 28px;
  font-family: 'Rye', serif;
  text-transform: uppercase;
  line-height: 1;
}

/* CARDS */
.awz-card-grid,
.awz-package-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.awz-card,
.awz-package-card {
  position: relative;
  border: none;
  padding: 26px 18px 30px;
  color: var(--cream);
  text-align: center;
  box-shadow: none;
  transition: transform .18s ease, filter .18s ease;
}
.awz-card::before,
.awz-package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/519259818c70b87a68a797332f3c3c46f105d8ad.png?updated=05309b8e4604801ae68080d84b2832ef59d391c6b27528007ef58cb5bec8bf83") center center / 100% 100% no-repeat;
  opacity: .8;
}
.awz-card:hover,
.awz-package-card:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}
.awz-card > *,
.awz-package-card > * {
  position: relative;
  z-index: 1;
}

.awz-card h4,
.awz-package-card h3 {
  margin: 0 0 10px;
  font-family: 'Rye', serif;
  font-size: 26px;
  line-height: 1.1;
  color: var(--gold);
}

.awz-card p,
.awz-package-desc,
.awz-product-description,
.awz-category-description {
  font-size: 18px;
  line-height: 1.55;
}

.awz-card-thumb,
.awz-package-image,
.awz-package-placeholder {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
  box-shadow: none;
}
.awz-card-thumb { position: relative; }
.awz-card-thumb::before {
  content: none;
}

.awz-icon-free,
.awz-icon-paid,
.awz-icon-assets,
.awz-icon-bundles,
.awz-icon-subscriptions {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58% auto;
}
.awz-icon-free { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/ee454b26b172dbaa3a85042aefb643023979d39e.png?updated=5000bf233c6632f85192d6d30aea7b6931ec2bf860311431098ec8d5e3c5111a"); }
.awz-icon-paid { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/1878ec5d29c2eed00993e48a3685b28b18364728.png?updated=01a73cc9b25483a77e5e5cf17c730946afde6bad26874b1d5c0806aff29d7724"); }
.awz-icon-assets { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/44b02033d19b374e317eb3d539e60c9f9bcfcd95.png?updated=0b471128e8411d54605d7a28340cef00c6362bf9529385d8292f5276372b4ad3"); }
.awz-icon-bundles { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/00df1f00b5b0746b2f287692910d95af477c9b75.png?updated=55b6868b59c768cfad9b97624a2f0daa88e11f33d947a1e055bc1363f8e5dba9"); }
.awz-icon-subscriptions { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/c178b6ced8c89ddaa81282a8ea6ed060ab7391b6.png?updated=fa1dc389c45deea693f98554201db4a4609953edde3e27ad86435b3983427a5a"); }

.awz-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: 900;
  padding: 6px 10px;
  border: 2px solid rgba(255,255,255,.12);
  text-transform: uppercase;
}
.awz-badge-free { background: #7d2020; color: #f2e6c8; }
.awz-badge-paid { background: #9d7a49; color: #1a130e; }
.awz-badge-new { background: #455b38; color: #ecdfbf; }
.awz-badge-best { background: #7a5b1f; color: #f5e9ca; }
.awz-badge-subs { background: #334f5a; color: #f5e9ca; }

.awz-price,
.awz-package-price {
  font-size: 32px;
  font-weight: 900;
  margin: 16px 0 18px;
}
.old-price {
  text-decoration: line-through;
  color: #caa47d;
  margin-right: 12px;
}
.awz-package-meta {
  margin: -4px 0 14px;
  color: #c6b18d;
  font-size: 14px;
  letter-spacing: .03em;
}

/* LISTING / CATEGORY */
.awz-listing-head h1,
.awz-product-info h1 {
  font-family: 'Rye', serif;
  font-size: clamp(40px, 4vw, 72px);
  margin: 0 0 12px;
}
.awz-listing-head { margin-bottom: 26px; }

.awz-listing-head-aaa {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  background: rgba(255,255,255,.08);
  border: 4px solid rgba(49,38,31,.14);
  padding: 24px;
  margin-bottom: 28px;
}

.awz-category-counter {
  background: linear-gradient(180deg, #241f1d 0%, #110f0e 100%);
  color: var(--gold);
  border: 4px solid var(--border);
  padding: 18px 20px;
  font-family: 'Rye', serif;
  font-size: 22px;
  white-space: nowrap;
}

.awz-package-grid-categories { grid-template-columns: repeat(4, 1fr); }
.awz-empty-panel {
  padding: 28px;
  background: rgba(255,255,255,.08);
  border: 4px solid rgba(49,38,31,.14);
}

/* PRODUCT */
.awz-product-page-aaa {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
}

.awz-product-info,
.awz-product-media {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)), rgba(255,255,255,.09);
  border: 4px solid rgba(49,38,31,.18);
  padding: 28px;
  box-shadow: 0 14px 24px rgba(0,0,0,.08);
}

.awz-product-image,
.awz-package-placeholder.large {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.awz-product-panel-box {
  margin: 26px 0 16px;
  padding: 18px 18px 4px;
  border: 2px solid rgba(60,40,22,.18);
  background: rgba(255,255,255,.08);
}

.awz-panel-title {
  font-family: 'Rye', serif;
  font-size: 20px;
  color: var(--gold-dark);
  margin-bottom: 6px;
}

.awz-product-highlights {
  margin: 12px 0 18px;
  padding-left: 20px;
  color: #2c2118;
  font-size: 18px;
  line-height: 1.7;
}

.awz-product-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.awz-product-meta {
  color: #56412f;
  margin-top: 14px;
}

/* FOOTER */
.awz-footer-wrap { margin: 36px 0; }
.awz-footer {
  position: relative;
  color: var(--cream);
  border: none;
  padding: 28px 28px 20px;
  box-shadow: none;
}
.awz-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/fc78ce7b6aeb8ac230f29fe807fab7bdf9d2e776.png?updated=7317b9101f76216617a177645745ea8c876d56bf567cdbbcde0fdb1c7159c029") center center / 100% 100% no-repeat;
  opacity: .8;
  pointer-events: none;
}
.awz-footer > * {
  position: relative;
  z-index: 1;
}
.awz-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
}
.awz-footer h4 {
  font-family: 'Rye', serif;
  font-size: 24px;
  margin: 0 0 8px;
}
.awz-footer p { margin: 0; line-height: 1.6; }
.awz-powered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  font-family: 'Rye', serif;
  font-size: 34px;
  color: var(--gold);
}
.awz-copyright {
  text-align: center;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.awz-empty,
.awz-note {
  grid-column: 1 / -1;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}


@media (min-width: 1281px) {
  .awz-nav-wrap {
    padding: 16px 26px;
    gap: 20px;
  }

  .awz-brand {
    font-size: 20px;
    max-width: 180px;
  }

  .awz-nav {
    gap: 18px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .awz-nav a {
    font-size: 14px;
    letter-spacing: .02em;
  }

  .awz-actions {
    gap: 8px;
    padding: 0;
  }

  .awz-login, .awz-basket {
    min-width: 78px;
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .awz-card-grid,
  .awz-package-grid,
  .awz-package-grid-categories {
    grid-template-columns: repeat(3, 1fr);
  }

  .awz-roundel {
    right: -14px;
  }

  .awz-black-panel,
  .awz-hero-illustration {
    min-height: 680px;
  }
}

@media (max-width: 980px) {
  .awz-hero,
  .awz-product-page,
  .awz-product-page-aaa,
  .awz-footer-grid,
  .awz-listing-head-aaa {
    grid-template-columns: 1fr;
  }

  .awz-card-grid,
  .awz-package-grid,
  .awz-package-grid-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .awz-nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .awz-nav {
    gap: 14px;
  }

  .awz-actions {
    width: 100%;
    justify-content: space-between;
  }

  .awz-roundel {
    position: static;
    margin: 18px auto 0;
  }

  .awz-section-title {
    flex-direction: column;
  }

  .awz-section-title .line {
    width: 100%;
    max-width: none;
  }

  .awz-black-panel,
  .awz-hero-illustration {
    min-height: auto;
  }

  .awz-hero-art {
    min-height: 620px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 20px, 1320px);
  }

  .awz-card-grid,
  .awz-package-grid,
  .awz-package-grid-categories {
    grid-template-columns: 1fr;
  }

  .awz-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .awz-black-panel {
    padding: 22px;
    min-height: auto;
  }

  .awz-hero-illustration {
    min-height: auto;
    padding: 12px;
  }

  .awz-hero-art {
    min-height: 520px;
    background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/43135ce6371f95a188c31c96b7fe7c9bcc9d2269.png?updated=203067df31e2d7efd45f8cc5326611ecdd08b4719c8be375ad6a2baf7c84e20c") center center / contain no-repeat;
  }

  .awz-black-panel p,
  .awz-card p,
  .awz-package-desc,
  .awz-product-description,
  .awz-category-description {
    font-size: 17px;
  }

  .awz-section-title .subtitle {
    font-size: 24px;
    text-align: center;
  }
}


/* MENU BAR BACKGROUND FOR FAQ / GITHUB SUPPORT DESCRIPTIONS */
.awz-faq-head .awz-category-description,
.awz-github-head .awz-category-description {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 8px 20px 10px;
  color: #1f1712;
  text-shadow: 0 1px 0 rgba(255,255,255,.18);
  overflow: hidden;
  z-index: 0;
}

.awz-faq-head .awz-category-description::before,
.awz-github-head .awz-category-description::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/4d0ba3c34d1c704cd88b5f2cee3b0f348fdf932b.png?updated=a4c136c4831023597d9b79999cf7688bbe6938a1bfc03e69604d532fe25fe000") center center / 100% 78% no-repeat;
  opacity: .7;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 900px) {
  .awz-faq-head .awz-category-description,
  .awz-github-head .awz-category-description {
    display: flex;
    width: 100%;
    background-size: 100% 78%;
  }
}

/* FAQ IN HOMEPAGE */
.awz-faq-page {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.awz-faq-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  background: rgba(255,255,255,.08);
  border: 4px solid rgba(49,38,31,.14);
  padding: 24px;
}

.awz-faq-head h1 {
  margin: 0 0 10px;
  font-family: 'Rye', serif;
  font-size: clamp(40px, 4vw, 72px);
  line-height: 1;
}

.awz-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.awz-faq-card {
  position: relative;
  border: none;
  padding: 22px;
  color: var(--cream);
  box-shadow: none;
}

.awz-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/70a89ba2b8d479489ce1cec3d70cb45ef9764d4b.png?updated=178560482f1a8bf398dd8da175c0282bb6d79451b50f26271b37fbb0d33fcf2a") center center / 100% 100% no-repeat;
  opacity: .8;
}

.awz-faq-card > * {
  position: relative;
  z-index: 1;
}

.awz-faq-card h3 {
  margin: 0 0 12px;
  font-family: 'Rye', serif;
  font-size: 26px;
  line-height: 1.1;
  color: var(--gold);
}

.awz-faq-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cream);
}

@media (max-width: 900px) {
  .awz-faq-head {
    display: grid;
    align-items: start;
  }

  .awz-faq-grid {
    grid-template-columns: 1fr;
  }
}



/* GITHUB SECTION IN HOMEPAGE */
.awz-github-page {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.awz-github-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  background: rgba(255,255,255,.08);
  border: 4px solid rgba(49,38,31,.14);
  padding: 24px;
}

.awz-github-head h1 {
  margin: 0 0 10px;
  font-family: 'Rye', serif;
  font-size: clamp(40px, 4vw, 72px);
  line-height: 1;
}

.awz-github-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.awz-github-card {
  position: relative;
  border: none;
  padding: 22px;
  color: var(--cream);
  box-shadow: none;
}

.awz-github-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/70a89ba2b8d479489ce1cec3d70cb45ef9764d4b.png?updated=178560482f1a8bf398dd8da175c0282bb6d79451b50f26271b37fbb0d33fcf2a") center center / 100% 100% no-repeat;
  opacity: .8;
}

.awz-github-card > * {
  position: relative;
  z-index: 1;
}

.awz-github-showcase {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
}

.awz-github-mark {
  position: relative;
  height: 160px;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 12px;
}

.awz-github-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/70a89ba2b8d479489ce1cec3d70cb45ef9764d4b.png?updated=178560482f1a8bf398dd8da175c0282bb6d79451b50f26271b37fbb0d33fcf2a") center center / 100% 100% no-repeat;
  opacity: .8;
}

.awz-github-mark img {
  position: relative;
  z-index: 1;
}

.awz-github-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.awz-github-showcase-copy h3,
.awz-github-card h3 {
  margin: 0 0 12px;
  font-family: 'Rye', serif;
  font-size: 26px;
  line-height: 1.1;
  color: var(--gold);
}

.awz-github-mini {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.awz-github-card p,
.awz-github-showcase-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cream);
}

.awz-github-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 50px;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: 900;
  padding: 0 16px;
  border: none;
  text-transform: uppercase;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f2e6c8;
  box-shadow: none;
}

.awz-github-badge-gold {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #1a130e;
}

.awz-github-badge-green {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/6515e56c96b9d2b39440df9d08389e3492ef67f5.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #ecdfbf;
}

.awz-github-badge-blue {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/8a1b2a0b3aa5060cb10bcb44591bab5b58788e46.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f5e9ca;
}

.awz-github-highlight {
  box-shadow: none;
}

@media (max-width: 900px) {
  .awz-github-head {
    display: grid;
    align-items: start;
  }

  .awz-github-grid {
    grid-template-columns: 1fr;
  }

  .awz-github-showcase {
    grid-template-columns: 1fr;
  }

  .awz-github-mark {
    height: 120px;
  }
}


.awz-card-badge-free {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}


.awz-card-badge-premium {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #1a130e;
  border: none;
  box-shadow: none;
}


.awz-card-badge-new {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/6515e56c96b9d2b39440df9d08389e3492ef67f5.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f0e6c9;
  border: none;
  box-shadow: none;
}


.awz-card-badge-value {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}


.awz-card-badge-sub {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/8a1b2a0b3aa5060cb10bcb44591bab5b58788e46.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}


/* Aged selection-box backgrounds for category and GitHub labels */
.awz-card-badge,
.awz-category-badge,
.awz-badge-label {
  border: none;
  box-shadow: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.awz-card-badge-free,
.awz-category-badge-free { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); color: #f4ebd2; }
.awz-card-badge-premium,
.awz-category-badge-premium { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); color: #1a130e; }
.awz-card-badge-new,
.awz-category-badge-new { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/6515e56c96b9d2b39440df9d08389e3492ef67f5.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); color: #f0e6c9; }
.awz-card-badge-value,
.awz-category-badge-value,
.awz-card-badge-best-value,
.awz-category-badge-best-value { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); color: #f4ebd2; }
.awz-card-badge-sub,
.awz-category-badge-sub,
.awz-card-badge-subscribe,
.awz-category-badge-subscribe { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/8a1b2a0b3aa5060cb10bcb44591bab5b58788e46.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); color: #f4ebd2; }

/* GitHub-section labels */
.awz-github-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 50px;
  padding: 0 16px;
  border: none;
  box-shadow: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.awz-github-badge:not(.awz-github-badge-gold):not(.awz-github-badge-green):not(.awz-github-badge-blue) {
  background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032");
}
.awz-github-badge-gold { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); }
.awz-github-badge-green { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/6515e56c96b9d2b39440df9d08389e3492ef67f5.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); }
.awz-github-badge-blue { background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/8a1b2a0b3aa5060cb10bcb44591bab5b58788e46.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032"); }



/* Featured cards top labels */
.awz-badge-free {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}
.awz-badge-paid {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #1a130e;
  border: none;
  box-shadow: none;
}
.awz-badge-new {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/6515e56c96b9d2b39440df9d08389e3492ef67f5.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f0e6c9;
  border: none;
  box-shadow: none;
}
.awz-badge-best {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/951c04f08f328c9f4a1ec7536e7129c4fad69ac9.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}
.awz-badge-subs {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/8a1b2a0b3aa5060cb10bcb44591bab5b58788e46.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  color: #f4ebd2;
  border: none;
  box-shadow: none;
}


/* Button hover zoom */
.awz-btn,
.awz-btn-secondary {
  transition: transform .16s ease, filter .16s ease;
  transform-origin: center;
}

.awz-btn:hover,
.awz-btn-secondary:hover {
  transform: scale(1.04);
}

.awz-btn:active,
.awz-btn-secondary:active {
  transform: scale(0.985);
}


/* Discord showcase under FAQ */
.awz-discord-showcase {
  margin-top: -4px;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .awz-discord-showcase {
    grid-template-columns: 1fr;
  }
}


/* FORMS / CHECKOUT */
.awz-form-panel,
.awz-checkout-panel,
.awz-widget-panel {
  background: rgba(17, 13, 11, .82);
  border: 1px solid rgba(201,170,120,.26);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  padding: 28px;
  color: var(--cream);
}
.awz-form-panel h2,
.awz-checkout-panel h2,
.awz-widget-panel h4 {
  margin-top: 0;
  color: var(--cream);
}
.awz-store-form,
.store-form-options {
  display: grid;
  gap: 18px;
}
.awz-field p,
.awz-checkout-item h3,
.awz-checkout-total strong,
.awz-widget-panel .username {
  color: var(--cream);
}
.awz-field input,
.awz-field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(201,170,120,.34);
  background: rgba(255,255,255,.06);
  color: var(--cream);
  padding: 12px 14px;
  font: inherit;
}
.awz-field-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.awz-form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.awz-checkout-summary {
  display: grid;
  gap: 14px;
}
.awz-checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,170,120,.18);
}
.awz-checkout-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.awz-checkout-item h3 {
  margin: 0 0 8px;
}
.awz-checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201,170,120,.22);
  color: var(--cream-soft);
}
.awz-purchase {
  display: flex;
  gap: 14px;
  align-items: center;
}
.awz-purchase + .awz-purchase {
  margin-top: 14px;
}
.awz-purchase .avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}


.awz-btn-login-fivem {
  min-width: 226px;
  min-height: 72px;
  padding: 0 28px;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  border: none;
  box-shadow: none;
  color: var(--cream);
  text-shadow: 0 1px 0 rgba(0,0,0,.55), 0 0 6px rgba(0,0,0,.28);
}

.awz-btn-login-fivem:hover {
  filter: brightness(1.04);
}

/* REFINED BOX BUTTONS - FIXED BACKGROUNDS */
.awz-category-counter,
.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn,
.awz-checkout-head .awz-category-counter {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: none !important;
  box-shadow: none !important;
}

.awz-category-counter,
.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.awz-category-counter::before,
.awz-btn::before,
.awz-btn-secondary::before,
.awz-btn-login-fivem::before,
.awz-package-grid-categories .awz-card-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .8;
  pointer-events: none;
}

.awz-category-counter::before,
.awz-btn-secondary::before {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/f2517a68987f3863d508ddd2de3fc8b9329823f0.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") center center / 100% 100% no-repeat;
}

.awz-btn:not(.awz-btn-secondary)::before,
.awz-btn-login-fivem::before,
.awz-package-grid-categories .awz-card-btn::before {
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
}

.awz-category-counter {
  min-width: 168px;
  min-height: 74px;
  padding: 0 26px;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--gold);
  background: none !important;
}

.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn {
  min-height: 72px;
  padding: 0 28px;
  color: var(--cream);
  text-shadow: 0 1px 0 rgba(0,0,0,.55), 0 0 6px rgba(0,0,0,.22);
  background: none !important;
}

.awz-btn > *,
.awz-btn-secondary > *,
.awz-btn-login-fivem > *,
.awz-package-grid-categories .awz-card-btn > *,
.awz-category-counter > * {
  position: relative;
  z-index: 1;
}

.awz-btn {
  min-width: 210px;
}

.awz-btn-secondary {
  min-width: 232px;
}

.awz-btn-login-fivem {
  min-width: 226px;
}

.awz-package-grid-categories .awz-card-btn {
  min-width: 150px;
  min-height: 68px;
  padding: 0 22px;
  font-size: 15px;
}

.awz-package-grid-categories .awz-card-btn.disabled {
  opacity: 1;
  pointer-events: none;
}

.awz-btn:hover,
.awz-btn-secondary:hover,
.awz-btn-login-fivem:hover,
.awz-package-grid-categories .awz-card-btn:hover,
.awz-category-counter:hover {
  filter: brightness(1.04);
}


/* EXTRA FALLBACK FOR TEXT-ONLY BUTTON LABELS */
.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn,
.awz-category-counter {
  font-display: swap;
}

/* HOTFIX: restore visible textured button backgrounds */
.awz-category-counter,
.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn,
.awz-checkout-head .awz-category-counter {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.awz-category-counter::before,
.awz-btn::before,
.awz-btn-secondary::before,
.awz-btn-login-fivem::before,
.awz-package-grid-categories .awz-card-btn::before,
.awz-checkout-head .awz-category-counter::before {
  content: none !important;
}

.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn,
.awz-category-counter {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border: 0 !important;
  box-shadow: none !important;
}

.awz-btn,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn {
  background-image: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)), url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") !important;
}

.awz-btn-secondary,
.awz-category-counter,
.awz-checkout-head .awz-category-counter {
  background-image: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)), url("https://cdn.tebex.io/store/1528772/templates/290408/assets/f2517a68987f3863d508ddd2de3fc8b9329823f0.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") !important;
}

.awz-btn.disabled,
.awz-package-grid-categories .awz-card-btn.disabled,
.awz-card-btn.disabled {
  background-image: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)), url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") !important;
  opacity: .8 !important;
}

.awz-btn,
.awz-btn-secondary,
.awz-btn-login-fivem,
.awz-package-grid-categories .awz-card-btn,
.awz-category-counter {
  opacity: .8;
}

.awz-btn:hover,
.awz-btn-secondary:hover,
.awz-btn-login-fivem:hover,
.awz-package-grid-categories .awz-card-btn:hover,
.awz-category-counter:hover {
  opacity: .92;
  filter: none !important;
}


/* SPECIFIC DARK BUTTONS: Join Discord / Visit GitHub */
.awz-btn.awz-btn-dark {
  background: none !important;
  min-width: 220px;
  min-height: 62px;
  padding: 0 24px;
  opacity: 1 !important;
  overflow: hidden !important;
  isolation: isolate;
  position: relative;
  transform: none !important;
}

.awz-btn.awz-btn-dark::before {
  content: "" !important;
  position: absolute;
  inset: 2px;
  z-index: 0;
  pointer-events: none;
  opacity: .8;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/ae0ab2196a97fe381441a4d2a8888e23a4104fd5.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d") center center / 100% 100% no-repeat !important;
  transform: scale(1);
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
  will-change: transform;
}

.awz-btn.awz-btn-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/96abf2bf90a89737e3d065a335bb78f9c2e948ba.png?updated=28a2e346d63415208591fc9d0acfe115ef12f5764066ac5272b1ba4a885cc93c") center center / 100% 100% no-repeat;
}

.awz-btn.awz-btn-dark > * {
  position: relative;
  z-index: 2;
}

.awz-btn.awz-btn-dark:hover {
  opacity: 1 !important;
  transform: none !important;
}

.awz-btn.awz-btn-dark:hover::before {
  transform: scale(1.06);
  opacity: .9;
  filter: brightness(1.04);
}

.awz-btn.awz-btn-dark:active::before {
  transform: scale(1.02);
}

/* DARK CTA TEXT LEGIBILITY HOTFIX */
.awz-btn.awz-btn-dark,
.awz-btn.awz-btn-dark:link,
.awz-btn.awz-btn-dark:visited {
  color: #f3eee2 !important;
  font-weight: 800;
  letter-spacing: .04em;
  text-shadow:
    0 1px 0 rgba(0,0,0,.95),
    0 0 2px rgba(0,0,0,.9),
    0 0 8px rgba(0,0,0,.55);
}

.awz-btn.awz-btn-dark > *,
.awz-btn.awz-btn-dark > span {
  color: inherit !important;
  opacity: 1 !important;
}

/* BUTTON TEXT WHITE VISIBILITY FIX */
.awz-btn.awz-btn-dark,
.awz-btn.awz-btn-dark:link,
.awz-btn.awz-btn-dark:visited,
.awz-btn.awz-btn-dark:hover,
.awz-btn.awz-btn-dark:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.awz-btn.awz-btn-dark > *,
.awz-btn.awz-btn-dark > span,
.awz-btn.awz-btn-dark > strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}


/* HARD FIX: visible white labels inside dark framed buttons */
.awz-btn.awz-btn-dark {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.awz-btn.awz-btn-dark::after {
  z-index: 1;
}

.awz-btn.awz-btn-dark .awz-btn-label {
  position: relative;
  z-index: 3 !important;
  display: inline-block;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.95), 0 0 4px rgba(0,0,0,.85), 0 0 10px rgba(0,0,0,.65) !important;
}

/* AWZ FIX: Basket / currency / add-to-cart controls */
button.awz-basket,
button.awz-card-btn,
button.awz-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.awz-basket {
  cursor: pointer;
}

.awz-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.awz-card-btn.awz-card-btn-secondary::before {
  background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/f2517a68987f3863d508ddd2de3fc8b9329823f0.png?updated=3e352cd09ac55aeeb351ae3a1e55b26c43e2593f6b687f740626d1d94b33887d");
}

.awz-card-btn.is-disabled,
.awz-btn.is-disabled {
  opacity: .9;
  cursor: pointer;
}

.awz-card-btn.is-disabled::after,
.awz-btn.is-disabled::after {
  content: none;
}

.awz-card-btn.is-disabled:hover,
.awz-btn.is-disabled:hover {
  transform: translateY(-1px);
}

.awz-checkout-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

.awz-checkout-actions tebex-checkout {
  display: inline-block;
}

.awz-package-price.free {
  color: var(--red);
}

/* AWZ FIX: hover feedback on Basket / Login like main nav */
.awz-login,
.awz-basket {
  transition: color .15s ease, -webkit-text-fill-color .15s ease, text-shadow .15s ease;
}

.awz-login:hover,
.awz-login:focus-visible {
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.95), 0 0 6px rgba(190,20,20,.35);
}

.awz-basket:hover .awz-basket-label,
.awz-basket:focus-visible .awz-basket-label {
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.95), 0 0 6px rgba(190,20,20,.35);
}

.awz-basket:hover .awz-badge,
.awz-basket:focus-visible .awz-badge {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}


/* AWZ FIX: basket management / remove buttons */
.awz-basket-label {
  transition: color .15s ease, -webkit-text-fill-color .15s ease, text-shadow .15s ease;
}

.awz-badge {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.awz-card-btn-remove,
.awz-btn-remove,
.awz-remove-package,
.awz-clear-basket {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
}

.awz-card-btn-remove::before,
.awz-btn-remove::before {
  background-image: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") !important;
}

.awz-checkout-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.awz-checkout-item-main {
  min-width: 0;
}

.awz-checkout-item-side {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.awz-remove-package,
.awz-clear-basket {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 10px 16px;
  min-width: 105px;
  text-align: center;
  text-decoration: none !important;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/0ec05320a70996956e56a109d7a1d1c62eae9a58.png?updated=408dd6a7d16bc4c49101b9bff0be6964682f56b96957079c3fc1526e252dc032") center center / 100% 100% no-repeat;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.35));
  transition: transform .15s ease, filter .15s ease;
}

.awz-remove-package:hover,
.awz-clear-basket:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.45));
}

.awz-basket-management {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.awz-clear-basket:disabled {
  opacity: .65;
  cursor: wait;
}

@media (max-width: 720px) {
  .awz-checkout-item,
  .awz-checkout-item-side {
    align-items: stretch;
    flex-direction: column;
  }

  .awz-checkout-item-side {
    gap: 10px;
  }

  .awz-remove-package,
  .awz-clear-basket {
    width: 100%;
  }
}

/* AWZ category search */
.awz-category-search-panel {
  position: relative;
  margin: 24px auto 30px;
  max-width: 820px;
}

.awz-category-search-panel::before,
.awz-category-search-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(86, 47, 28, .48), transparent);
}

.awz-category-search-panel::before {
  right: 100%;
  margin-right: 18px;
}

.awz-category-search-panel::after {
  left: 100%;
  margin-left: 18px;
}

.awz-search-simple {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 20px 0 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(135, 28, 22, .20), transparent 55%),
    linear-gradient(180deg, rgba(35, 25, 18, .96), rgba(18, 13, 10, .94));
  border: 1px solid rgba(206, 166, 102, .34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -12px 24px rgba(0,0,0,.26),
    0 12px 28px rgba(0,0,0,.20);
  border-radius: 12px;
}

.awz-search-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent);
  opacity: .85;
}

.awz-search-simple::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(148, 28, 24, .72), transparent);
}

.awz-search-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  opacity: .92;
}

.awz-search-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(226, 199, 153, .92);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(153, 28, 24, .22);
}

.awz-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: 0;
  bottom: 2px;
  background: rgba(226, 199, 153, .92);
  transform: rotate(45deg);
  transform-origin: center;
  border-radius: 2px;
}

.awz-category-search-input {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0;
  color: #f7ead4;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .015em;
}

.awz-category-search-input::placeholder {
  color: rgba(247,234,212,.45);
  font-weight: 700;
}

.awz-search-simple:focus-within {
  border-color: rgba(168, 32, 28, .86);
  box-shadow:
    0 0 0 2px rgba(168, 32, 28, .16),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -12px 24px rgba(0,0,0,.26),
    0 16px 34px rgba(0,0,0,.24);
}

.awz-search-simple:focus-within .awz-search-icon::before {
  border-color: rgba(255, 226, 176, .98);
}

.awz-search-simple:focus-within .awz-search-icon::after {
  background: rgba(255, 226, 176, .98);
}

.awz-category-search-status {
  margin-top: 8px;
  text-align: center;
  color: rgba(86, 54, 31, .70);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.awz-search-empty {
  max-width: 1180px;
  margin: 18px auto 0;
}

@media (max-width: 980px) {
  .awz-category-search-panel::before,
  .awz-category-search-panel::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .awz-category-search-panel {
    margin: 18px auto 24px;
  }

  .awz-search-simple {
    min-height: 52px;
    padding: 0 16px;
    gap: 12px;
    border-radius: 10px;
  }

  .awz-category-search-input {
    height: 52px;
    font-size: 14px;
  }
}

/* AWZ FIX: uniform Basket / Login header buttons */
.awz-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.awz-actions .awz-login,
.awz-actions .awz-basket {
  position: relative;
  box-sizing: border-box;
  width: 112px !important;
  min-width: 112px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 112px;
  background: url("https://cdn.tebex.io/store/1528772/templates/290408/assets/96abf2bf90a89737e3d065a335bb78f9c2e948ba.png?updated=28a2e346d63415208591fc9d0acfe115ef12f5764066ac5272b1ba4a885cc93c") center center / 100% 100% no-repeat !important;
  line-height: 1 !important;
  text-align: center;
}

.awz-actions .awz-basket-label,
.awz-actions .awz-login {
  font-size: 13px;
  letter-spacing: .035em;
}

.awz-actions .awz-badge {
  position: absolute;
  top: 4px;
  right: 8px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0 !important;
  border-radius: 999px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: var(--red);
  box-shadow: 0 1px 0 rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.12);
}

.awz-actions .awz-basket:hover .awz-badge,
.awz-actions .awz-basket:focus-visible .awz-badge {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 720px) {
  .awz-actions .awz-login,
  .awz-actions .awz-basket {
    width: 112px !important;
    min-width: 112px !important;
    flex-basis: 112px;
  }
}


/* AWZ FIX: mobile hero CTA stacking */
@media (max-width: 720px) {
  .awz-hero-actions {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
    margin-top: 18px;
  }

  .awz-hero-actions .awz-btn,
  .awz-hero-actions .awz-btn.awz-btn-dark,
  .awz-hero-actions .awz-btn-secondary {
    width: 100%;
    min-width: 0 !important;
    max-width: none;
    min-height: 64px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .awz-hero-actions .awz-btn.awz-btn-dark::before {
    inset: 2px;
  }
}

@media (max-width: 420px) {
  .awz-hero-actions {
    max-width: 100%;
  }

  .awz-hero-actions .awz-btn,
  .awz-hero-actions .awz-btn.awz-btn-dark,
  .awz-hero-actions .awz-btn-secondary {
    min-height: 60px;
    font-size: 13px;
    letter-spacing: .04em;
  }
}
