/* The Weekend Shuffle homepage */
:root {
    --tws-ink: #080a0b;
    --tws-panel: #111518;
    --tws-panel-2: #171c20;
    --tws-paper: #f4f0e7;
    --tws-muted: #a8afb4;
    --tws-line: #30363b;
    --tws-lime: #d8ff3e;
    --tws-coral: #ff6a5e;
    --tws-blue: #79a7ff;
  }

  body:has(.tws-site) {
    margin: 0 !important;
    background: var(--tws-ink) !important;
    color: var(--tws-paper) !important;
  }

  body:has(.tws-site) > .theme-mobile-header-style-05,
  body:has(.tws-site) > .zpheader-style-04,
  body:has(.tws-site) .theme-mobile-content-wrap > .theme-banner,
  body:has(.tws-site) .theme-footer-area {
    display: none !important;
  }

  body:has(.tws-site) .theme-content-area,
  body:has(.tws-site) .theme-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.tws-site) .zpsection:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container > *:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container main > *:not(:has(.tws-site)) {
    display: none !important;
  }

  .tws-site,
  .tws-site * {
    box-sizing: border-box;
  }

  .tws-site {
    width: 100%;
    overflow: hidden;
    background: var(--tws-ink);
    color: var(--tws-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
  }

  .tws-site a { color: inherit; text-decoration: none; }
  .tws-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
  .tws-kicker { color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
  .tws-display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: .94; text-transform: uppercase; }
  .tws-section { padding: 104px 0; border-top: 1px solid var(--tws-line); }
  .tws-title { max-width: 900px; margin: 14px 0 20px; font-size: clamp(48px, 7vw, 96px); }
  .tws-lede { max-width: 720px; margin: 0; color: var(--tws-muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }

  .tws-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--tws-line);
    background: rgba(8, 10, 11, .93);
    backdrop-filter: blur(12px);
  }

  .tws-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
  .tws-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 16px; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
  .tws-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--tws-lime); color: var(--tws-ink); font-size: 20px; transform: rotate(-5deg); }
  .tws-menu { display: flex; align-items: center; gap: 24px; }
  .tws-menu a { color: #cbd0d3; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .tws-menu a:hover { color: var(--tws-lime); }
  .tws-nav-cta { padding: 12px 16px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

  .tws-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tws-line);
    background:
      radial-gradient(circle at 78% 25%, rgba(216,255,62,.17), transparent 24%),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      var(--tws-ink);
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .tws-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 88px 0 80px; }
  .tws-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .tws-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--tws-lime); }
  .tws-hero h1 { max-width: 770px; font-size: clamp(70px, 9vw, 138px); }
  .tws-hero-copy { max-width: 640px; margin: 28px 0 32px; color: #c5cacf; font-size: clamp(19px, 2vw, 25px); }
  .tws-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .tws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 13px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .tws-btn:hover { transform: translateY(-2px); }
  .tws-btn-primary { border-color: var(--tws-lime); background: var(--tws-lime); color: var(--tws-ink) !important; }
  .tws-btn-dark { border-color: var(--tws-line); background: var(--tws-panel); }
  .tws-micro { margin-top: 18px; color: #8c9499; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  .tws-deck { position: relative; height: 470px; }
  .tws-card-art { position: absolute; width: 270px; height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 2px solid #060708; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.42); color: var(--tws-ink); }
  .tws-card-art strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 45px; line-height: .92; text-transform: uppercase; }
  .tws-card-art span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .tws-card-a { top: 60px; left: 8px; background: var(--tws-coral); transform: rotate(-12deg); }
  .tws-card-b { top: 18px; right: 12px; background: var(--tws-lime); transform: rotate(9deg); }
  .tws-card-b::before { content: "?"; position: absolute; top: 80px; right: 28px; font: 180px/1 Impact, sans-serif; opacity: .16; }
  .tws-card-c { right: 72px; bottom: 0; width: 230px; height: 300px; background: var(--tws-blue); transform: rotate(-2deg); }
  .tws-card-c strong { font-size: 38px; }

  .tws-boring { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-boring .tws-kicker { color: #4d5e00; }
  .tws-boring h2 { max-width: 1000px; font-size: clamp(50px, 7.6vw, 108px); }
  .tws-boring h2 span { color: #92958f; }
  .tws-boring p { max-width: 700px; margin: 30px 0; color: #444a4d; font-size: 21px; }

  .tws-occasions { background: var(--tws-panel); }
  .tws-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .tws-occasion { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--tws-line); border-radius: 18px; background: #0c0f11; transition: border-color .2s ease, transform .2s ease; }
  .tws-occasion:hover { border-color: var(--tws-lime); transform: translateY(-3px); }
  .tws-occasion-top { display: flex; justify-content: space-between; align-items: flex-start; }
  .tws-no { color: #70777c; font-size: 12px; font-weight: 900; }
  .tws-arrow { color: var(--tws-lime); font-size: 22px; }
  .tws-occasion h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-occasion p { margin: 0; color: var(--tws-muted); }

  .tws-games { background: var(--tws-ink); }
  .tws-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .tws-game { overflow: hidden; border: 1px solid var(--tws-line); border-radius: 22px; background: var(--tws-panel); }
  .tws-game-visual { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
  .tws-game:nth-child(1) .tws-game-visual { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-game:nth-child(2) .tws-game-visual { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-game:nth-child(3) .tws-game-visual { background: var(--tws-blue); color: var(--tws-ink); }
  .tws-box { width: 180px; height: 210px; display: flex; align-items: flex-end; padding: 18px; border: 3px solid currentColor; border-radius: 12px; box-shadow: 16px 16px 0 rgba(8,10,11,.18); font: 42px/.9 Impact, sans-serif; text-transform: uppercase; transform: rotate(-5deg); }
  .tws-game:nth-child(2) .tws-box { transform: rotate(4deg); }
  .tws-game:nth-child(3) .tws-box { transform: rotate(-2deg); }
  .tws-game-copy { padding: 26px; }
  .tws-game-copy h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-game-copy > p { min-height: 48px; margin: 0 0 18px; color: var(--tws-muted); }
  .tws-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .tws-chip { padding: 7px 9px; border: 1px solid var(--tws-line); border-radius: 999px; color: #d6dadd; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .tws-ratings { padding-top: 16px; border-top: 1px solid var(--tws-line); color: #c1c6c9; font-size: 12px; line-height: 1.9; letter-spacing: .04em; }

  .tws-objection { position: relative; background: var(--tws-lime); color: var(--tws-ink); }
  .tws-objection blockquote { max-width: 1030px; margin: 0; font-size: clamp(64px, 9.3vw, 140px); }
  .tws-objection-answer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-top: 55px; }
  .tws-objection-answer h3 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
  .tws-objection-answer p { margin: 0; font-size: 20px; line-height: 1.65; }
  .tws-number-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid rgba(8,10,11,.25); background: rgba(8,10,11,.25); }
  .tws-number { padding: 24px; background: var(--tws-lime); }
  .tws-number strong { display: block; font-family: Impact, sans-serif; font-size: 38px; letter-spacing: -.02em; }
  .tws-number span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-watch { background: var(--tws-panel); }
  .tws-video { position: relative; min-height: 520px; display: grid; place-items: center; margin-top: 45px; overflow: hidden; border: 1px solid var(--tws-line); border-radius: 24px; background: radial-gradient(circle at 50% 50%, #343d43 0, #171d21 35%, #090b0d 75%); }
  .tws-video::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(255,255,255,.035) 39px 40px); }
  .tws-play { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: var(--tws-lime); color: var(--tws-ink); font-size: 34px; padding-left: 6px; }
  .tws-video-label { position: absolute; left: 28px; bottom: 26px; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

  .tws-principles { background: var(--tws-ink); }
  .tws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--tws-line); background: var(--tws-line); }
  .tws-principle { min-height: 250px; padding: 27px; background: var(--tws-ink); }
  .tws-principle b { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 65px; border: 1px solid var(--tws-line); border-radius: 50%; color: var(--tws-lime); }
  .tws-principle h3 { margin: 0 0 10px; font-size: 18px; text-transform: uppercase; }
  .tws-principle p { margin: 0; color: var(--tws-muted); font-size: 15px; }

  .tws-quote { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-quote blockquote { max-width: 1080px; margin: 28px 0; font: clamp(43px, 6vw, 82px)/1.04 Impact, sans-serif; text-transform: uppercase; }
  .tws-quote cite { font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-mission { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
  .tws-mission h2 { font-size: clamp(54px, 7vw, 98px); }
  .tws-mission-copy { padding-top: 20px; }
  .tws-mission-copy p { margin: 0 0 22px; color: #41484c; font-size: 19px; line-height: 1.65; }
  .tws-roadmap { margin-top: 32px; padding: 0; list-style: none; border-top: 1px solid #c8cbc5; }
  .tws-roadmap li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #c8cbc5; font-weight: 800; }
  .tws-roadmap span { color: #737975; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

  .tws-playbook { background: var(--tws-panel); }
  .tws-article-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 45px; }
  .tws-article { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--tws-line); border-radius: 20px; background: #0b0e10; }
  .tws-article:first-child { grid-row: span 2; min-height: 574px; background: var(--tws-blue); color: var(--tws-ink); }
  .tws-article:nth-child(4) { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-article small { font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .tws-article h3 { margin: 20px 0 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-article:first-child h3 { font: 58px/.95 Impact, sans-serif; }

  .tws-footer { padding: 72px 0 34px; border-top: 1px solid var(--tws-line); background: #050607; }
  .tws-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; }
  .tws-footer h2 { font-size: clamp(64px, 8vw, 110px); }
  .tws-footer-note { max-width: 430px; color: var(--tws-muted); font-size: 18px; }
  .tws-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; align-content: end; }
  .tws-footer-links a { color: #c8cdd0; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .tws-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 26px; border-top: 1px solid var(--tws-line); color: #7f878c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  @media (max-width: 920px) {
    .tws-menu a:not(:first-child) { display: none; }
    .tws-hero { min-height: auto; }
    .tws-hero-grid, .tws-mission-grid, .tws-objection-answer, .tws-footer-top { grid-template-columns: 1fr; }
    .tws-deck { height: 420px; max-width: 520px; }
    .tws-grid-3, .tws-game-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-game-grid .tws-game:last-child { grid-column: span 2; }
    .tws-principle-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-article-grid { grid-template-columns: 1fr 1fr; }
    .tws-article:first-child { grid-row: auto; grid-column: span 2; min-height: 430px; }
  }

  @media (max-width: 620px) {
    .tws-shell { width: min(100% - 28px, 1180px); }
    .tws-nav-inner { min-height: 66px; gap: 12px; }
    .tws-brand { font-size: 13px; }
    .tws-brand-mark { width: 30px; height: 30px; }
    .tws-menu { display: none; }
    .tws-nav-cta { padding: 10px 13px; }
    .tws-section { padding: 74px 0; }
    .tws-hero-grid { padding: 58px 0 60px; }
    .tws-hero h1 { font-size: clamp(61px, 19vw, 92px); }
    .tws-deck { height: 330px; margin-top: 15px; }
    .tws-card-art { width: 190px; height: 260px; padding: 17px; border-radius: 16px; }
    .tws-card-art strong { font-size: 32px; }
    .tws-card-a { top: 40px; }
    .tws-card-b { right: 4px; }
    .tws-card-c { right: 52px; width: 165px; height: 220px; }
    .tws-card-c strong { font-size: 28px; }
    .tws-grid-3, .tws-game-grid, .tws-number-row, .tws-principle-grid, .tws-article-grid { grid-template-columns: 1fr; }
    .tws-game-grid .tws-game:last-child, .tws-article:first-child { grid-column: auto; }
    .tws-objection-answer { gap: 25px; }
    .tws-video { min-height: 320px; }
    .tws-footer-links { margin-top: 15px; }
    .tws-footer-bottom { flex-direction: column; }
  }.zcs_custom_video, .zcs_custom_video .zpvideo-container,  .zcs_custom_video .zpvideo-container iframe {
  width: 100%!important;
    height: 100%!important;
}

body:has(.tws-site) .theme-content-area { display: none !important; }

.tws-display { color: inherit !important; }

.tws-site h1, .tws-site h2, .tws-site h3 { color: inherit !important; }


/* Weekend Shuffle product pages — scoped to .tws-live-pdp */
/* Scoped to the three Weekend Shuffle product descriptions only. */
body:has(.tws-live-pdp) .theme-content-area-inner {
  background: #080a0b;
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-breadcrumb-container {
  background: #080a0b;
  color: #aeb6b9;
  border-bottom: 1px solid #252b2e;
}
body:has(.tws-live-pdp) [data-zs-product-primary-details] {
  gap: 64px;
  padding-top: 48px;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner {
  overflow: hidden;
  border: 1px solid #252b2e;
  border-radius: 24px;
  background: #111518;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
body:has(.tws-live-pdp) .theme-product-name h1 {
  color: #f4f0e7;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-product-short-description {
  max-width: 560px;
  color: #ccd2d4;
  font-size: 18px;
  line-height: 1.55;
}
body:has(.tws-live-pdp) .theme-product-price {
  color: #d8ff3e;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 700;
}
body:has(.tws-live-pdp) .theme-product-varient-quantity,
body:has(.tws-live-pdp) .theme-product-varients-row,
body:has(.tws-live-pdp) .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-social-share {
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-product-quantity-spinner input {
  background: #f4f0e7;
  color: #080a0b;
}
body:has(.tws-live-pdp) .theme-cart-button {
  border: 0;
  border-radius: 999px;
  background: #ff6a5e;
  color: #080a0b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-prod-non-returnable {
  color: #aeb6b9;
}
body:has(.tws-live-pdp) .theme-rating-review-container,
body:has(.tws-live-pdp) details[name="ratings-reviews"] {
  display: none !important;
}
body:has(.tws-live-pdp) .theme-product-specification-section {
  width: calc(200% + 64px);
  max-width: none;
  margin-top: 72px;
  margin-left: calc(-100% - 64px);
}
body:has(.tws-live-pdp) details[name="product-details"] {
  border: 0 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none;
}
body:has(.tws-live-pdp) details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}
.tws-live-pdp,
.tws-live-pdp * {
  box-sizing: border-box;
}
.tws-live-pdp {
  --paper: #f4f0e7;
  --ink: #080a0b;
  --panel: #111518;
  --line: #2b3235;
  --muted: #aeb6b9;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
.tws-live-pdp a { color: inherit; }
.tws-live-pdp h2,
.tws-live-pdp h3,
.tws-live-pdp p { margin-top: 0; }
.tws-live-pdp h2,
.tws-live-pdp h3 {
  color: inherit;
  font-family: Oswald, sans-serif;
}
.tws-pdp-section {
  padding: 76px 48px;
  border-top: 1px solid var(--line);
}
.tws-pdp-section:first-child { border-top: 0; }
.tws-pdp-kicker {
  margin-bottom: 16px;
  color: var(--accent, var(--lime));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tws-pdp-title {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}
.tws-pdp-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: #ccd2d4;
  font-size: 20px;
  line-height: 1.55;
}
.tws-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-fact { padding: 24px; border-right: 1px solid var(--line); }
.tws-fact:last-child { border-right: 0; }
.tws-fact b { display: block; color: var(--paper); font-family: Oswald, sans-serif; font-size: 30px; }
.tws-fact span { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tws-moment {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  background: var(--accent, var(--lime));
  color: var(--ink);
}
.tws-moment .tws-pdp-kicker { color: var(--ink); }
.tws-moment-quote {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .95;
  text-transform: uppercase;
}
.tws-moment-copy { max-width: 520px; font-size: 20px; font-weight: 700; }
.tws-steps,
.tws-two-col,
.tws-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.tws-step,
.tws-fit-card,
.tws-compare-card,
.tws-contents-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-step-no {
  color: var(--accent, var(--lime));
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.tws-step h3,
.tws-fit-card h3,
.tws-compare-card h3,
.tws-contents-card h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  font-weight: 700;
}
.tws-step p,
.tws-compare-card p,
.tws-contents-card p { margin-bottom: 0; color: #c5ccce; }
.tws-fit-card ul { margin: 16px 0 0; padding-left: 21px; }
.tws-fit-card li + li { margin-top: 9px; }
.tws-fit-card--not { background: transparent; }
.tws-profile { display: grid; gap: 15px; margin-top: 36px; }
.tws-profile-row { display: grid; grid-template-columns: 130px 1fr 38px; gap: 14px; align-items: center; }
.tws-profile-track { height: 12px; overflow: hidden; border-radius: 999px; background: #242b2e; }
.tws-profile-fill { width: var(--score); height: 100%; border-radius: inherit; background: var(--accent, var(--lime)); }
.tws-profile-row b { color: var(--paper); font-family: Oswald, sans-serif; }
.tws-contents-card strong { display: block; margin-bottom: 6px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 25px; }
.tws-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tws-compare-card { display: block; color: inherit !important; text-decoration: none !important; }
.tws-compare-card:hover { border-color: var(--card-accent); transform: translateY(-2px); }
.tws-compare-tag { display: inline-block; color: var(--card-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tws-compare-card h3 { font-size: 31px; }
.tws-compare-meta { margin-top: 18px; color: var(--muted); font-size: 14px; }
.tws-compare-link { display: inline-block; margin-top: 18px; color: var(--card-accent); font-weight: 800; }
.tws-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.tws-reassurance a,
.tws-reassurance div { padding: 26px; background: var(--panel); text-decoration: none; }
.tws-reassurance b { display: block; margin-bottom: 8px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 20px; }
@media (max-width: 900px) {
  body:has(.tws-live-pdp) [data-zs-product-primary-details] { gap: 28px; }
  body:has(.tws-live-pdp) .theme-product-specification-section { width: 100%; margin-left: 0; }
  .tws-pdp-section { padding: 54px 22px; }
  .tws-moment,
  .tws-steps,
  .tws-two-col,
  .tws-compare-grid { grid-template-columns: 1fr; }
  .tws-facts,
  .tws-reassurance { grid-template-columns: 1fr; }
  .tws-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .tws-fact:last-child { border-bottom: 0; }
}


/* Final specificity fixes for Zoho's product template. */
body:has(.tws-live-pdp) .theme-breadcrumb-active {
  color: #aeb6b9 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  color: #f4f0e7 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name svg path {
  fill: #f4f0e7 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-name,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-colon {
  color: #f4f0e7 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none !important;
}


/* Product-page overlap and icon fixes */
body:has(.tws-live-pdp) .theme-product-detail-image-container {
  position: static !important;
  top: auto !important;
}
body:has(.tws-live-pdp) .theme-product-social-share svg path {
  fill: #f4f0e7 !important;
}


/* Homepage footer: balance the expanded legal-link set. */
.tws-site .tws-footer-links > a:last-child:nth-child(odd){grid-column:1/-1;}

/* Native Zoho header — aligned to the approved homepage header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    height: auto !important;
    min-height: 77px !important;
    border-bottom: 1px solid #30363b !important;
    background: rgba(8, 10, 11, .96) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header-topbar {
    display: none !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header {
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(8, 10, 11, .96) !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 76px !important;
    height: 76px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-branding-info {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 11px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent picture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-navigation-and-icons {
    width: auto !important;
    min-width: 0 !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd0d3 !important;
    background: transparent !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li.theme-menu-selected > a {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"] {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f4f0e7 !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"]:hover {
    border-color: #d8ff3e !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-cart-non-res,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal]:hover {
    background: #171c20 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group svg path {
    fill: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-mini-cart-count {
    top: -3px !important;
    right: -3px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border: 2px solid #080a0b !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a {
    color: #cbd0d3 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a:hover {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container {
    border: 1px solid #30363b !important;
    background: #111518 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container input {
    color: #f4f0e7 !important;
    background: #111518 !important;
  }
}

/* Shop Games brand mark — the homepage mark is the sole reference. */
.tws-shop-brand-mark {
  box-sizing: border-box !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #d8ff3e !important;
  color: #080a0b !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 29px !important;
  transform: rotate(-5deg) !important;
  transform-origin: 50% 50% !important;
}


/* Keep the native desktop header on the same single row as the approved header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    flex-wrap: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-branding-info {
    margin: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-navigation-and-icons {
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu > ul {
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-search-cart-non-res {
    flex: 0 0 auto !important;
  }
}

/* Desktop secondary pages — quiet application of the approved homepage visual system. */
@media (min-width: 992px) {
  html[data-tws-route="/privacy-policy"] body,
  html[data-tws-route="/shipping-policy"] body,
  html[data-tws-route="/contact-us"] body,
  html[data-tws-route="/terms-of-service"] body,
  html[data-tws-route="/returns-replacements-refunds"] body,
  html[data-tws-route="/search-products"] body,
  html[data-tws-route="/cart"] body,
  html[data-tws-route="/signin"] body,
  html[data-tws-route="/signup"] body,
  html[data-tws-route="/forgotpassword"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/shipping-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/contact-us"] .theme-mobile-content-wrap,
  html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
  html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
  html[data-tws-route="/search-products"] .theme-mobile-content-wrap,
  html[data-tws-route="/cart"] .theme-mobile-content-wrap,
  html[data-tws-route="/signin"] .theme-mobile-content-wrap,
  html[data-tws-route="/signup"] .theme-mobile-content-wrap,
  html[data-tws-route="/forgotpassword"] .theme-mobile-content-wrap {
    background: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-content-area-inner,
  html[data-tws-route="/shipping-policy"] .theme-content-area-inner,
  html[data-tws-route="/privacy-policy"] .page-container,
  html[data-tws-route="/shipping-policy"] .page-container,
  html[data-tws-route="/privacy-policy"] .page-container > .zpsection,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container > .zpsection > .zpcontainer,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zprow,
  html[data-tws-route="/shipping-policy"] .page-container .zprow,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-col,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container h1,
  html[data-tws-route="/shipping-policy"] .page-container h1 {
    margin: 0 !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    margin-top: 36px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext,
  html[data-tws-route="/privacy-policy"] .page-container .zptext *,
  html[data-tws-route="/shipping-policy"] .page-container .zptext * {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext {
    font-size: 17px !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext p,
  html[data-tws-route="/shipping-policy"] .page-container .zptext p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext h3,
  html[data-tws-route="/shipping-policy"] .page-container .zptext h3 {
    margin: 42px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext ul,
  html[data-tws-route="/shipping-policy"] .page-container .zptext ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext li,
  html[data-tws-route="/shipping-policy"] .page-container .zptext li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container a,
  html[data-tws-route="/shipping-policy"] .page-container a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/contact-us"] .theme-content-area-inner,
  html[data-tws-route="/contact-us"] .page-container,
  html[data-tws-route="/contact-us"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
      radial-gradient(circle at 82% 24%, rgba(216,255,62,.12), transparent 25%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
      #080a0b !important;
    background-size: auto, 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 104px 0 120px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zprow,
  html[data-tws-route="/contact-us"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-heading {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container h1 {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(70px, 8vw, 112px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 660px !important;
    margin: 42px 0 0 !important;
    padding: 30px 32px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext,
  html[data-tws-route="/contact-us"] .page-container .zptext * {
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p {
    margin: 0 0 12px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p:last-child {
    margin-bottom: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext a {
    color: #d8ff3e !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

  html[data-tws-route="/terms-of-service"] .theme-content-area-inner,
  html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
  html[data-tws-route="/terms-of-service"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page {
    box-sizing: border-box !important;
    width: min(900px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h1,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1 {
    margin: 0 0 10px !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-kicker,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker {
    margin: 0 0 42px !important;
    color: #4d5e00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h2,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2 {
    margin: 44px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page ul,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note {
    margin-top: 48px !important;
    padding: 24px 26px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note *,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note * {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a {
    color: #d8ff3e !important;
    text-decoration-color: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-content-area,
  html[data-tws-route="/search-products"] .theme-content-area-inner,
  html[data-tws-route="/search-products"] .page-container,
  html[data-tws-route="/search-products"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/search-products"] .theme-collection-heading-view-all-search {
    margin: 0 0 40px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
  }

  html[data-tws-route="/search-products"] .theme-section-heading {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-sortby-label,
  html[data-tws-route="/search-products"] .theme-sort-colon,
  html[data-tws-route="/search-products"] .theme-custom-select-value {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-value {
    min-width: 170px !important;
    min-height: 42px !important;
    padding: 0 40px 0 14px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    background: #111518 !important;
  }

  html[data-tws-route="/search-products"] .theme-sort-open-close path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option-container {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option:hover {
    color: #080a0b !important;
    background: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-product-ratio {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  html[data-tws-route="/search-products"] .theme-prod-box {
    padding: 0 10px 20px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-box-content {
    height: 100% !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area {
    min-height: 300px !important;
    padding: 18px !important;
    border-bottom: 1px solid #30363b !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-details-area {
    padding: 24px 26px 28px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-name,
  html[data-tws-route="/search-products"] .theme-product-name a {
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-product-price,
  html[data-tws-route="/search-products"] .theme-product-price * {
    color: #d8ff3e !important;
    font-family: Oswald, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,10,11,.88) !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container svg path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner {
    width: 100% !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 88px 0 104px !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #080a0b !important;
    background-size: 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-area-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message {
    min-height: 390px !important;
    padding: 34px 34px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message svg {
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    opacity: .58 !important;
    filter: grayscale(1) contrast(1.08) !important;
  }

  html[data-tws-route="/cart"] .theme-checkout-button-area {
    padding: 0 32px 34px !important;
  }

  html[data-tws-route="/cart"] .theme-continue-shopping-button,
  html[data-tws-route="/cart"] .theme-checkout-button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid #d8ff3e !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head,
  html[data-tws-route="/cart"] .theme-cart-table-row,
  html[data-tws-route="/cart"] .theme-cart-summary-details,
  html[data-tws-route="/cart"] .theme-cart-table-data,
  html[data-tws-route="/cart"] .theme-cart-item-name,
  html[data-tws-route="/cart"] .theme-cart-item-name a,
  html[data-tws-route="/cart"] .theme-cart-price,
  html[data-tws-route="/cart"] .theme-cart-qty {
    color: #f4f0e7 !important;
    border-color: #30363b !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head {
    background: #171c20 !important;
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] input,
  html[data-tws-route="/cart"] select {
    border: 1px solid #30363b !important;
    background: #171c20 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header],
  html[data-tws-route="/signup"] .theme-header[data-portal-header],
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 77px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(8,10,11,.96) !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-branding-info {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html[data-tws-route="/signin"] .theme-portal-form-container,
  html[data-tws-route="/signup"] .theme-portal-form-container,
  html[data-tws-route="/forgotpassword"] .theme-portal-form-container {
    box-sizing: border-box !important;
    width: min(520px, calc(100% - 40px)) !important;
    min-height: 360px !important;
    margin: 80px auto 104px !important;
    padding: 34px 36px 30px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
    box-shadow: none !important;
  }

  html[data-tws-route="/signin"] .signin-iframe,
  html[data-tws-route="/signup"] .signin-iframe,
  html[data-tws-route="/forgotpassword"] .signin-iframe {
    width: 100% !important;
    min-height: 210px !important;
    border: 0 !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup,
  html[data-tws-route="/signup"] .theme-noaccount-signup,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup {
    margin-top: 14px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup a,
  html[data-tws-route="/signup"] .theme-noaccount-signup a,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup a {
    color: #080a0b !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }
}


/* Desktop cart contrast correction */
@media (min-width: 992px) {
  html[data-tws-route="/cart"] .theme-cart-body a,
  html[data-tws-route="/cart"] .theme-cart-body a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-button,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button {
    color: #d8ff3e !important;
    border-color: rgba(216, 255, 62, .42) !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button svg,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button path {
    fill: currentColor !important;
  }
}


/* Desktop wishlist visual system */
@media (min-width: 992px) {
  html[data-tws-route="/wishlist"],
  html[data-tws-route="/wishlist"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner {
    min-height: calc(100vh - 77px) !important;
    padding: 84px 0 92px !important;
    background-color: #080a0b !important;
    background-image:
      linear-gradient(rgba(244, 240, 231, .035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(244, 240, 231, .035) 1px, transparent 1px),
      radial-gradient(circle at 78% 7%, rgba(216, 255, 62, .10), transparent 32%) !important;
    background-size: 44px 44px, 44px 44px, auto !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    min-height: 560px !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-filter-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    padding: 0 0 28px !important;
    border-bottom: 1px solid rgba(244, 240, 231, .16) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-header {
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: 72px !important;
    line-height: .9 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box {
    width: 300px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input {
    width: 100% !important;
    height: 52px !important;
    padding: 0 46px 0 18px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .22) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 15px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input::placeholder {
    color: rgba(244, 240, 231, .58) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-search-icon path {
    fill: #d8ff3e !important;
  }

  html[data-tws-route="/wishlist"] .theme-no-products-error {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 320px !important;
    margin-top: 32px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .12) !important;
    border-radius: 22px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 18px !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner a,
  html[data-tws-route="/wishlist"] .theme-content-area-inner a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner .theme-product-price {
    color: #d8ff3e !important;
  }
}


@media (min-width: 992px) {
  html[data-tws-route="/wishlist"] .theme-search-box input {
    padding-left: 44px !important;
  }
}


/* TWS unified desktop shell — Visual Source of Truth */
@media (min-width: 992px) {
  .theme-header,
  nav[aria-label="Main navigation"],
  nav[aria-label="Shop Games navigation"],
  .zcs_footer_section,
  footer.tws-footer { display:none !important; }

  #tws-global-header { position:sticky; top:0; z-index:1000; display:block; width:100%; height:77px; color:#f4f0e7; background:rgba(8,10,11,.93); border-bottom:1px solid #30363b; backdrop-filter:blur(12px); }
  #tws-global-header *, #tws-global-footer * { box-sizing:border-box; }
  #tws-global-header .tws-global-header-shell { display:flex; align-items:center; width:min(1180px,calc(100% - 40px)); height:77px; margin:0 auto; }
  #tws-global-header .tws-global-brand, #tws-global-footer .tws-global-footer-logo { display:inline-flex; flex:0 0 auto; align-items:center; gap:11px; color:#f4f0e7; text-decoration:none; }
  #tws-global-header .tws-global-mark, #tws-global-footer .tws-global-mark { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; color:#080a0b; background:#d8ff3e; border-radius:9px; transform:rotate(-5deg); font-family:Inter,sans-serif; font-size:21px; font-weight:950; line-height:1; }
  #tws-global-header .tws-global-wordmark, #tws-global-footer .tws-global-wordmark { color:#f4f0e7; font-family:Inter,ui-sans-serif,sans-serif; font-size:16px; font-weight:950; letter-spacing:-.02em; line-height:1.45; text-transform:uppercase; white-space:nowrap; }
  #tws-global-header .tws-global-nav { display:flex; flex:1 1 auto; align-items:center; justify-content:flex-end; gap:26px; margin-left:42px; }
  #tws-global-header .tws-global-nav a { color:#cbd0d3; font-family:Inter,sans-serif; font-size:12px; font-weight:850; letter-spacing:.08em; line-height:1.45; text-decoration:none; text-transform:uppercase; white-space:nowrap; transition:color .18s ease; }
  #tws-global-header .tws-global-nav a:hover, #tws-global-header .tws-global-nav a:focus-visible { color:#f4f0e7; }
  #tws-global-header .tws-global-nav .tws-global-shop { min-height:43px; padding:12px 16px; color:#f4f0e7; border:1px solid rgba(244,240,231,.78); border-radius:999px; }
  #tws-global-header .tws-global-nav .tws-global-shop:hover, #tws-global-header .tws-global-nav .tws-global-shop.is-current { color:#080a0b; background:#d8ff3e; border-color:#d8ff3e; }
  #tws-global-header .tws-global-utils { position:relative; display:flex; flex:0 0 auto; align-items:center; gap:8px; margin-left:18px; }
  #tws-global-header .tws-global-icon { position:relative; display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; padding:0; color:#f4f0e7; background:transparent; border:1px solid transparent; border-radius:999px; cursor:pointer; text-decoration:none; }
  #tws-global-header .tws-global-icon:hover, #tws-global-header .tws-global-icon:focus-visible { color:#d8ff3e; border-color:#30363b; background:#111518; }
  #tws-global-header .tws-global-icon svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; }
  #tws-global-header .tws-global-cart-count { position:absolute; top:2px; right:0; display:none; align-items:center; justify-content:center; min-width:18px; height:18px; padding:0 5px; color:#080a0b; background:#d8ff3e; border-radius:999px; font:950 10px Inter,sans-serif; }
  #tws-global-header .tws-global-search-panel { position:absolute; top:53px; right:0; display:none; width:390px; padding:14px; background:#111518; border:1px solid #30363b; border-radius:16px; }
  #tws-global-header .tws-global-search-panel.is-open { display:block; }
  #tws-global-header .tws-global-search-panel form { display:grid; grid-template-columns:1fr auto; gap:10px; }
  #tws-global-header .tws-global-search-panel input { min-width:0; height:46px; padding:0 17px; color:#f4f0e7; background:#171c20; border:1px solid #30363b; border-radius:999px; box-shadow:none; font:15px Inter,sans-serif; }
  #tws-global-header .tws-global-search-panel button { height:46px; padding:0 20px; color:#080a0b; background:#d8ff3e; border:1px solid #d8ff3e; border-radius:999px; font:950 12px Inter,sans-serif; letter-spacing:.07em; text-transform:uppercase; }

  #tws-global-footer { position:relative; z-index:2; display:block; color:#f4f0e7; background:#050607; border-top:1px solid #30363b; }
  #tws-global-footer .tws-global-footer-shell { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:74px 0 28px; }
  #tws-global-footer .tws-global-footer-main { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr); gap:78px; align-items:start; padding-bottom:58px; }
  #tws-global-footer .tws-global-footer-brand { max-width:560px; }
  #tws-global-footer .tws-global-footer-statement { max-width:600px; margin:30px 0 0; color:#f4f0e7; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:68px; font-weight:900; letter-spacing:-.03em; line-height:.92; text-transform:uppercase; }
  #tws-global-footer .tws-global-footer-links { display:grid; grid-template-columns:.8fr 1.3fr .8fr; gap:34px; padding-top:4px; }
  #tws-global-footer .tws-global-footer-column h3 { margin:0 0 18px; color:#8c9499; font:900 11px/1.45 Inter,sans-serif; letter-spacing:.15em; text-transform:uppercase; }
  #tws-global-footer .tws-global-footer-column a, #tws-global-footer .tws-global-footer-column address { display:block; margin:0 0 12px; color:#cbd0d3; font:650 14px/1.5 Inter,sans-serif; font-style:normal; text-decoration:none; }
  #tws-global-footer .tws-global-footer-column a:hover { color:#d8ff3e; }
  #tws-global-footer .tws-global-footer-column address { margin-top:17px; color:#8c9499; font-size:12px; line-height:1.65; }
  #tws-global-footer .tws-global-footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:28px; padding-top:22px; border-top:1px solid #30363b; color:#8c9499; font:850 11px/1.45 Inter,sans-serif; letter-spacing:.1em; text-transform:uppercase; }

  html[data-tws-route^="/products/"] .theme-breadcrumb-container, html[data-tws-route^="/products/"] [data-zs-social-share-container] { display:none !important; }
  html[data-tws-route^="/products/"] [data-zs-add-to-cart] { min-height:54px !important; color:#080a0b !important; background:#d8ff3e !important; border-color:#d8ff3e !important; border-radius:999px !important; }

  #tws-shop-contact { padding:92px 0; color:#f4f0e7; background-color:#080a0b; background-image:linear-gradient(rgba(244,240,231,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(244,240,231,.035) 1px,transparent 1px),radial-gradient(circle at 78% 8%,rgba(216,255,62,.1),transparent 32%); background-size:44px 44px,44px 44px,auto; border-top:1px solid #30363b; }
  #tws-shop-contact .tws-shop-contact-shell { display:grid; grid-template-columns:1.15fr .85fr; gap:58px; align-items:center; width:min(1180px,calc(100% - 40px)); margin:0 auto; }
  #tws-shop-contact .tws-shop-contact-kicker { display:block; margin-bottom:16px; color:#d8ff3e; font:900 12px Inter,sans-serif; letter-spacing:.15em; text-transform:uppercase; }
  #tws-shop-contact h2 { max-width:650px; margin:0; color:#f4f0e7; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:76px; font-weight:900; letter-spacing:-.03em; line-height:.94; text-transform:uppercase; }
  #tws-shop-contact .tws-shop-contact-panel { padding:30px; background:#111518; border:1px solid #30363b; border-radius:22px; }
  #tws-shop-contact .tws-shop-contact-panel p { margin:0 0 22px; color:#cbd0d3; font:18px/1.55 Inter,sans-serif; }
  #tws-shop-contact .tws-shop-contact-actions { display:flex; flex-wrap:wrap; gap:12px; }
  #tws-shop-contact .tws-shop-contact-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 24px; color:#080a0b; background:#d8ff3e; border:1px solid #d8ff3e; border-radius:999px; font:950 13px Inter,sans-serif; letter-spacing:.07em; text-decoration:none; text-transform:uppercase; }
  #tws-shop-contact .tws-shop-contact-actions a:last-child { color:#f4f0e7; background:#171c20; border-color:#30363b; }

  #tws-cart-title { padding:68px 0 10px; color:#f4f0e7; background-color:#080a0b; background-image:linear-gradient(rgba(244,240,231,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(244,240,231,.035) 1px,transparent 1px); background-size:44px 44px; }
  #tws-cart-title .tws-cart-title-shell, #tws-cart-reassurance .tws-cart-reassurance-shell { width:min(1180px,calc(100% - 40px)); margin:0 auto; }
  #tws-cart-title h1 { margin:0; color:#f4f0e7; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:84px; font-weight:900; letter-spacing:-.03em; line-height:.94; text-transform:uppercase; }
  html[data-tws-route="/cart"] .theme-content-area-inner { min-height:520px !important; padding-top:42px !important; }
  html[data-tws-route="/cart"] .theme-content-area-inner>.zpcontainer { width:min(1180px,calc(100% - 40px)) !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-table-row[data-cart-item] { min-height:184px !important; padding-top:26px !important; padding-bottom:26px !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-item-img, html[data-tws-route="/cart"] .theme-cart-body .theme-cart-item-img img { width:128px !important; height:128px !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-item-img img { object-fit:cover !important; border-radius:14px !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-items { align-items:center !important; gap:22px !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-item-info a { color:#f4f0e7 !important; font:24px Oswald,sans-serif !important; letter-spacing:-.02em !important; text-transform:uppercase !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-item-info .item-price { margin-top:8px !important; color:#a8afb4 !important; font-size:15px !important; }
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-control .theme-cart-remove-button { min-height:38px !important; padding:0 14px !important; border:1px solid rgba(216,255,62,.38) !important; border-radius:999px !important; }
  #tws-cart-reassurance { padding:0 0 78px; color:#f4f0e7; background:#080a0b; }
  #tws-cart-reassurance .tws-cart-reassurance-shell { display:grid; grid-template-columns:repeat(3,1fr); overflow:hidden; background:#111518; border:1px solid #30363b; border-radius:22px; }
  #tws-cart-reassurance a { padding:24px; color:#f4f0e7; border-right:1px solid #30363b; font:850 13px/1.45 Inter,sans-serif; letter-spacing:.06em; text-align:center; text-decoration:none; text-transform:uppercase; }
  #tws-cart-reassurance a:last-child { border-right:0; }
  #tws-cart-reassurance a:hover { color:#d8ff3e; }

  html[data-tws-route="/return-policy"] .theme-content-area-inner { min-height:590px !important; padding:96px 0 !important; color:#080a0b !important; background:#f4f0e7 !important; }
  .tws-title-only-policy { width:min(900px,calc(100% - 40px)); margin:0 auto; }
  .tws-title-only-policy h1 { margin:0; color:#080a0b; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:96px; font-weight:900; letter-spacing:-.03em; line-height:.94; text-transform:uppercase; }
}
/* The Weekend Shuffle homepage */
:root {
    --tws-ink: #080a0b;
    --tws-panel: #111518;
    --tws-panel-2: #171c20;
    --tws-paper: #f4f0e7;
    --tws-muted: #a8afb4;
    --tws-line: #30363b;
    --tws-lime: #d8ff3e;
    --tws-coral: #ff6a5e;
    --tws-blue: #79a7ff;
  }

  body:has(.tws-site) {
    margin: 0 !important;
    background: var(--tws-ink) !important;
    color: var(--tws-paper) !important;
  }

  body:has(.tws-site) > .theme-mobile-header-style-05,
  body:has(.tws-site) > .zpheader-style-04,
  body:has(.tws-site) .theme-mobile-content-wrap > .theme-banner,
  body:has(.tws-site) .theme-footer-area {
    display: none !important;
  }

  body:has(.tws-site) .theme-content-area,
  body:has(.tws-site) .theme-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.tws-site) .zpsection:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container > *:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container main > *:not(:has(.tws-site)) {
    display: none !important;
  }

  .tws-site,
  .tws-site * {
    box-sizing: border-box;
  }

  .tws-site {
    width: 100%;
    overflow: hidden;
    background: var(--tws-ink);
    color: var(--tws-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
  }

  .tws-site a { color: inherit; text-decoration: none; }
  .tws-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
  .tws-kicker { color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
  .tws-display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: .94; text-transform: uppercase; }
  .tws-section { padding: 104px 0; border-top: 1px solid var(--tws-line); }
  .tws-title { max-width: 900px; margin: 14px 0 20px; font-size: clamp(48px, 7vw, 96px); }
  .tws-lede { max-width: 720px; margin: 0; color: var(--tws-muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }

  .tws-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--tws-line);
    background: rgba(8, 10, 11, .93);
    backdrop-filter: blur(12px);
  }

  .tws-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
  .tws-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 16px; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
  .tws-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--tws-lime); color: var(--tws-ink); font-size: 20px; transform: rotate(-5deg); }
  .tws-menu { display: flex; align-items: center; gap: 24px; }
  .tws-menu a { color: #cbd0d3; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .tws-menu a:hover { color: var(--tws-lime); }
  .tws-nav-cta { padding: 12px 16px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

  .tws-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tws-line);
    background:
      radial-gradient(circle at 78% 25%, rgba(216,255,62,.17), transparent 24%),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      var(--tws-ink);
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .tws-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 88px 0 80px; }
  .tws-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .tws-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--tws-lime); }
  .tws-hero h1 { max-width: 770px; font-size: clamp(70px, 9vw, 138px); }
  .tws-hero-copy { max-width: 640px; margin: 28px 0 32px; color: #c5cacf; font-size: clamp(19px, 2vw, 25px); }
  .tws-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .tws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 13px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .tws-btn:hover { transform: translateY(-2px); }
  .tws-btn-primary { border-color: var(--tws-lime); background: var(--tws-lime); color: var(--tws-ink) !important; }
  .tws-btn-dark { border-color: var(--tws-line); background: var(--tws-panel); }
  .tws-micro { margin-top: 18px; color: #8c9499; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  .tws-deck { position: relative; height: 470px; }
  .tws-card-art { position: absolute; width: 270px; height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 2px solid #060708; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.42); color: var(--tws-ink); }
  .tws-card-art strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 45px; line-height: .92; text-transform: uppercase; }
  .tws-card-art span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .tws-card-a { top: 60px; left: 8px; background: var(--tws-coral); transform: rotate(-12deg); }
  .tws-card-b { top: 18px; right: 12px; background: var(--tws-lime); transform: rotate(9deg); }
  .tws-card-b::before { content: "?"; position: absolute; top: 80px; right: 28px; font: 180px/1 Impact, sans-serif; opacity: .16; }
  .tws-card-c { right: 72px; bottom: 0; width: 230px; height: 300px; background: var(--tws-blue); transform: rotate(-2deg); }
  .tws-card-c strong { font-size: 38px; }

  .tws-boring { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-boring .tws-kicker { color: #4d5e00; }
  .tws-boring h2 { max-width: 1000px; font-size: clamp(50px, 7.6vw, 108px); }
  .tws-boring h2 span { color: #92958f; }
  .tws-boring p { max-width: 700px; margin: 30px 0; color: #444a4d; font-size: 21px; }

  .tws-occasions { background: var(--tws-panel); }
  .tws-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .tws-occasion { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--tws-line); border-radius: 18px; background: #0c0f11; transition: border-color .2s ease, transform .2s ease; }
  .tws-occasion:hover { border-color: var(--tws-lime); transform: translateY(-3px); }
  .tws-occasion-top { display: flex; justify-content: space-between; align-items: flex-start; }
  .tws-no { color: #70777c; font-size: 12px; font-weight: 900; }
  .tws-arrow { color: var(--tws-lime); font-size: 22px; }
  .tws-occasion h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-occasion p { margin: 0; color: var(--tws-muted); }

  .tws-games { background: var(--tws-ink); }
  .tws-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .tws-game { overflow: hidden; border: 1px solid var(--tws-line); border-radius: 22px; background: var(--tws-panel); }
  .tws-game-visual { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
  .tws-game:nth-child(1) .tws-game-visual { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-game:nth-child(2) .tws-game-visual { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-game:nth-child(3) .tws-game-visual { background: var(--tws-blue); color: var(--tws-ink); }
  .tws-box { width: 180px; height: 210px; display: flex; align-items: flex-end; padding: 18px; border: 3px solid currentColor; border-radius: 12px; box-shadow: 16px 16px 0 rgba(8,10,11,.18); font: 42px/.9 Impact, sans-serif; text-transform: uppercase; transform: rotate(-5deg); }
  .tws-game:nth-child(2) .tws-box { transform: rotate(4deg); }
  .tws-game:nth-child(3) .tws-box { transform: rotate(-2deg); }
  .tws-game-copy { padding: 26px; }
  .tws-game-copy h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-game-copy > p { min-height: 48px; margin: 0 0 18px; color: var(--tws-muted); }
  .tws-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .tws-chip { padding: 7px 9px; border: 1px solid var(--tws-line); border-radius: 999px; color: #d6dadd; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .tws-ratings { padding-top: 16px; border-top: 1px solid var(--tws-line); color: #c1c6c9; font-size: 12px; line-height: 1.9; letter-spacing: .04em; }

  .tws-objection { position: relative; background: var(--tws-lime); color: var(--tws-ink); }
  .tws-objection blockquote { max-width: 1030px; margin: 0; font-size: clamp(64px, 9.3vw, 140px); }
  .tws-objection-answer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-top: 55px; }
  .tws-objection-answer h3 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
  .tws-objection-answer p { margin: 0; font-size: 20px; line-height: 1.65; }
  .tws-number-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid rgba(8,10,11,.25); background: rgba(8,10,11,.25); }
  .tws-number { padding: 24px; background: var(--tws-lime); }
  .tws-number strong { display: block; font-family: Impact, sans-serif; font-size: 38px; letter-spacing: -.02em; }
  .tws-number span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-watch { background: var(--tws-panel); }
  .tws-video { position: relative; min-height: 520px; display: grid; place-items: center; margin-top: 45px; overflow: hidden; border: 1px solid var(--tws-line); border-radius: 24px; background: radial-gradient(circle at 50% 50%, #343d43 0, #171d21 35%, #090b0d 75%); }
  .tws-video::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(255,255,255,.035) 39px 40px); }
  .tws-play { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: var(--tws-lime); color: var(--tws-ink); font-size: 34px; padding-left: 6px; }
  .tws-video-label { position: absolute; left: 28px; bottom: 26px; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

  .tws-principles { background: var(--tws-ink); }
  .tws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--tws-line); background: var(--tws-line); }
  .tws-principle { min-height: 250px; padding: 27px; background: var(--tws-ink); }
  .tws-principle b { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 65px; border: 1px solid var(--tws-line); border-radius: 50%; color: var(--tws-lime); }
  .tws-principle h3 { margin: 0 0 10px; font-size: 18px; text-transform: uppercase; }
  .tws-principle p { margin: 0; color: var(--tws-muted); font-size: 15px; }

  .tws-quote { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-quote blockquote { max-width: 1080px; margin: 28px 0; font: clamp(43px, 6vw, 82px)/1.04 Impact, sans-serif; text-transform: uppercase; }
  .tws-quote cite { font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-mission { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
  .tws-mission h2 { font-size: clamp(54px, 7vw, 98px); }
  .tws-mission-copy { padding-top: 20px; }
  .tws-mission-copy p { margin: 0 0 22px; color: #41484c; font-size: 19px; line-height: 1.65; }
  .tws-roadmap { margin-top: 32px; padding: 0; list-style: none; border-top: 1px solid #c8cbc5; }
  .tws-roadmap li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #c8cbc5; font-weight: 800; }
  .tws-roadmap span { color: #737975; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

  .tws-playbook { background: var(--tws-panel); }
  .tws-article-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 45px; }
  .tws-article { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--tws-line); border-radius: 20px; background: #0b0e10; }
  .tws-article:first-child { grid-row: span 2; min-height: 574px; background: var(--tws-blue); color: var(--tws-ink); }
  .tws-article:nth-child(4) { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-article small { font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .tws-article h3 { margin: 20px 0 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-article:first-child h3 { font: 58px/.95 Impact, sans-serif; }

  .tws-footer { padding: 72px 0 34px; border-top: 1px solid var(--tws-line); background: #050607; }
  .tws-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; }
  .tws-footer h2 { font-size: clamp(64px, 8vw, 110px); }
  .tws-footer-note { max-width: 430px; color: var(--tws-muted); font-size: 18px; }
  .tws-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; align-content: end; }
  .tws-footer-links a { color: #c8cdd0; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .tws-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 26px; border-top: 1px solid var(--tws-line); color: #7f878c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  @media (max-width: 920px) {
    .tws-menu a:not(:first-child) { display: none; }
    .tws-hero { min-height: auto; }
    .tws-hero-grid, .tws-mission-grid, .tws-objection-answer, .tws-footer-top { grid-template-columns: 1fr; }
    .tws-deck { height: 420px; max-width: 520px; }
    .tws-grid-3, .tws-game-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-game-grid .tws-game:last-child { grid-column: span 2; }
    .tws-principle-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-article-grid { grid-template-columns: 1fr 1fr; }
    .tws-article:first-child { grid-row: auto; grid-column: span 2; min-height: 430px; }
  }

  @media (max-width: 620px) {
    .tws-shell { width: min(100% - 28px, 1180px); }
    .tws-nav-inner { min-height: 66px; gap: 12px; }
    .tws-brand { font-size: 13px; }
    .tws-brand-mark { width: 30px; height: 30px; }
    .tws-menu { display: none; }
    .tws-nav-cta { padding: 10px 13px; }
    .tws-section { padding: 74px 0; }
    .tws-hero-grid { padding: 58px 0 60px; }
    .tws-hero h1 { font-size: clamp(61px, 19vw, 92px); }
    .tws-deck { height: 330px; margin-top: 15px; }
    .tws-card-art { width: 190px; height: 260px; padding: 17px; border-radius: 16px; }
    .tws-card-art strong { font-size: 32px; }
    .tws-card-a { top: 40px; }
    .tws-card-b { right: 4px; }
    .tws-card-c { right: 52px; width: 165px; height: 220px; }
    .tws-card-c strong { font-size: 28px; }
    .tws-grid-3, .tws-game-grid, .tws-number-row, .tws-principle-grid, .tws-article-grid { grid-template-columns: 1fr; }
    .tws-game-grid .tws-game:last-child, .tws-article:first-child { grid-column: auto; }
    .tws-objection-answer { gap: 25px; }
    .tws-video { min-height: 320px; }
    .tws-footer-links { margin-top: 15px; }
    .tws-footer-bottom { flex-direction: column; }
  }.zcs_custom_video, .zcs_custom_video .zpvideo-container,  .zcs_custom_video .zpvideo-container iframe {
  width: 100%!important;
    height: 100%!important;
}

body:has(.tws-site) .theme-content-area { display: none !important; }

.tws-display { color: inherit !important; }

.tws-site h1, .tws-site h2, .tws-site h3 { color: inherit !important; }


/* Weekend Shuffle product pages — scoped to .tws-live-pdp */
/* Scoped to the three Weekend Shuffle product descriptions only. */
body:has(.tws-live-pdp) .theme-content-area-inner {
  background: #080a0b;
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-breadcrumb-container {
  background: #080a0b;
  color: #aeb6b9;
  border-bottom: 1px solid #252b2e;
}
body:has(.tws-live-pdp) [data-zs-product-primary-details] {
  gap: 64px;
  padding-top: 48px;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner {
  overflow: hidden;
  border: 1px solid #252b2e;
  border-radius: 24px;
  background: #111518;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
body:has(.tws-live-pdp) .theme-product-name h1 {
  color: #f4f0e7;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-product-short-description {
  max-width: 560px;
  color: #ccd2d4;
  font-size: 18px;
  line-height: 1.55;
}
body:has(.tws-live-pdp) .theme-product-price {
  color: #d8ff3e;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 700;
}
body:has(.tws-live-pdp) .theme-product-varient-quantity,
body:has(.tws-live-pdp) .theme-product-varients-row,
body:has(.tws-live-pdp) .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-social-share {
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-product-quantity-spinner input {
  background: #f4f0e7;
  color: #080a0b;
}
body:has(.tws-live-pdp) .theme-cart-button {
  border: 0;
  border-radius: 999px;
  background: #ff6a5e;
  color: #080a0b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-prod-non-returnable {
  color: #aeb6b9;
}
body:has(.tws-live-pdp) .theme-rating-review-container,
body:has(.tws-live-pdp) details[name="ratings-reviews"] {
  display: none !important;
}
body:has(.tws-live-pdp) .theme-product-specification-section {
  width: calc(200% + 64px);
  max-width: none;
  margin-top: 72px;
  margin-left: calc(-100% - 64px);
}
body:has(.tws-live-pdp) details[name="product-details"] {
  border: 0 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none;
}
body:has(.tws-live-pdp) details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}
.tws-live-pdp,
.tws-live-pdp * {
  box-sizing: border-box;
}
.tws-live-pdp {
  --paper: #f4f0e7;
  --ink: #080a0b;
  --panel: #111518;
  --line: #2b3235;
  --muted: #aeb6b9;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
.tws-live-pdp a { color: inherit; }
.tws-live-pdp h2,
.tws-live-pdp h3,
.tws-live-pdp p { margin-top: 0; }
.tws-live-pdp h2,
.tws-live-pdp h3 {
  color: inherit;
  font-family: Oswald, sans-serif;
}
.tws-pdp-section {
  padding: 76px 48px;
  border-top: 1px solid var(--line);
}
.tws-pdp-section:first-child { border-top: 0; }
.tws-pdp-kicker {
  margin-bottom: 16px;
  color: var(--accent, var(--lime));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tws-pdp-title {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}
.tws-pdp-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: #ccd2d4;
  font-size: 20px;
  line-height: 1.55;
}
.tws-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-fact { padding: 24px; border-right: 1px solid var(--line); }
.tws-fact:last-child { border-right: 0; }
.tws-fact b { display: block; color: var(--paper); font-family: Oswald, sans-serif; font-size: 30px; }
.tws-fact span { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tws-moment {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  background: var(--accent, var(--lime));
  color: var(--ink);
}
.tws-moment .tws-pdp-kicker { color: var(--ink); }
.tws-moment-quote {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .95;
  text-transform: uppercase;
}
.tws-moment-copy { max-width: 520px; font-size: 20px; font-weight: 700; }
.tws-steps,
.tws-two-col,
.tws-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.tws-step,
.tws-fit-card,
.tws-compare-card,
.tws-contents-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-step-no {
  color: var(--accent, var(--lime));
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.tws-step h3,
.tws-fit-card h3,
.tws-compare-card h3,
.tws-contents-card h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  font-weight: 700;
}
.tws-step p,
.tws-compare-card p,
.tws-contents-card p { margin-bottom: 0; color: #c5ccce; }
.tws-fit-card ul { margin: 16px 0 0; padding-left: 21px; }
.tws-fit-card li + li { margin-top: 9px; }
.tws-fit-card--not { background: transparent; }
.tws-profile { display: grid; gap: 15px; margin-top: 36px; }
.tws-profile-row { display: grid; grid-template-columns: 130px 1fr 38px; gap: 14px; align-items: center; }
.tws-profile-track { height: 12px; overflow: hidden; border-radius: 999px; background: #242b2e; }
.tws-profile-fill { width: var(--score); height: 100%; border-radius: inherit; background: var(--accent, var(--lime)); }
.tws-profile-row b { color: var(--paper); font-family: Oswald, sans-serif; }
.tws-contents-card strong { display: block; margin-bottom: 6px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 25px; }
.tws-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tws-compare-card { display: block; color: inherit !important; text-decoration: none !important; }
.tws-compare-card:hover { border-color: var(--card-accent); transform: translateY(-2px); }
.tws-compare-tag { display: inline-block; color: var(--card-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tws-compare-card h3 { font-size: 31px; }
.tws-compare-meta { margin-top: 18px; color: var(--muted); font-size: 14px; }
.tws-compare-link { display: inline-block; margin-top: 18px; color: var(--card-accent); font-weight: 800; }
.tws-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.tws-reassurance a,
.tws-reassurance div { padding: 26px; background: var(--panel); text-decoration: none; }
.tws-reassurance b { display: block; margin-bottom: 8px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 20px; }
@media (max-width: 900px) {
  body:has(.tws-live-pdp) [data-zs-product-primary-details] { gap: 28px; }
  body:has(.tws-live-pdp) .theme-product-specification-section { width: 100%; margin-left: 0; }
  .tws-pdp-section { padding: 54px 22px; }
  .tws-moment,
  .tws-steps,
  .tws-two-col,
  .tws-compare-grid { grid-template-columns: 1fr; }
  .tws-facts,
  .tws-reassurance { grid-template-columns: 1fr; }
  .tws-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .tws-fact:last-child { border-bottom: 0; }
}


/* Final specificity fixes for Zoho's product template. */
body:has(.tws-live-pdp) .theme-breadcrumb-active {
  color: #aeb6b9 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  color: #f4f0e7 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name svg path {
  fill: #f4f0e7 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-name,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-colon {
  color: #f4f0e7 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none !important;
}


/* Product-page overlap and icon fixes */
body:has(.tws-live-pdp) .theme-product-detail-image-container {
  position: static !important;
  top: auto !important;
}
body:has(.tws-live-pdp) .theme-product-social-share svg path {
  fill: #f4f0e7 !important;
}


/* Homepage footer: balance the expanded legal-link set. */
.tws-site .tws-footer-links > a:last-child:nth-child(odd){grid-column:1/-1;}

/* Native Zoho header — aligned to the approved homepage header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    height: auto !important;
    min-height: 77px !important;
    border-bottom: 1px solid #30363b !important;
    background: rgba(8, 10, 11, .96) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header-topbar {
    display: none !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header {
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(8, 10, 11, .96) !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 76px !important;
    height: 76px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-branding-info {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 11px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent picture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-navigation-and-icons {
    width: auto !important;
    min-width: 0 !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd0d3 !important;
    background: transparent !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li.theme-menu-selected > a {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"] {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f4f0e7 !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"]:hover {
    border-color: #d8ff3e !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-cart-non-res,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal]:hover {
    background: #171c20 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group svg path {
    fill: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-mini-cart-count {
    top: -3px !important;
    right: -3px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border: 2px solid #080a0b !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a {
    color: #cbd0d3 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a:hover {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container {
    border: 1px solid #30363b !important;
    background: #111518 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container input {
    color: #f4f0e7 !important;
    background: #111518 !important;
  }
}

/* Shop Games brand mark — the homepage mark is the sole reference. */
.tws-shop-brand-mark {
  box-sizing: border-box !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #d8ff3e !important;
  color: #080a0b !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 29px !important;
  transform: rotate(-5deg) !important;
  transform-origin: 50% 50% !important;
}


/* Keep the native desktop header on the same single row as the approved header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    flex-wrap: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-branding-info {
    margin: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-navigation-and-icons {
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu > ul {
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-search-cart-non-res {
    flex: 0 0 auto !important;
  }
}

/* Desktop secondary pages — quiet application of the approved homepage visual system. */
@media (min-width: 992px) {
  html[data-tws-route="/privacy-policy"] body,
  html[data-tws-route="/shipping-policy"] body,
  html[data-tws-route="/contact-us"] body,
  html[data-tws-route="/terms-of-service"] body,
  html[data-tws-route="/returns-replacements-refunds"] body,
  html[data-tws-route="/search-products"] body,
  html[data-tws-route="/cart"] body,
  html[data-tws-route="/signin"] body,
  html[data-tws-route="/signup"] body,
  html[data-tws-route="/forgotpassword"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/shipping-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/contact-us"] .theme-mobile-content-wrap,
  html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
  html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
  html[data-tws-route="/search-products"] .theme-mobile-content-wrap,
  html[data-tws-route="/cart"] .theme-mobile-content-wrap,
  html[data-tws-route="/signin"] .theme-mobile-content-wrap,
  html[data-tws-route="/signup"] .theme-mobile-content-wrap,
  html[data-tws-route="/forgotpassword"] .theme-mobile-content-wrap {
    background: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-content-area-inner,
  html[data-tws-route="/shipping-policy"] .theme-content-area-inner,
  html[data-tws-route="/privacy-policy"] .page-container,
  html[data-tws-route="/shipping-policy"] .page-container,
  html[data-tws-route="/privacy-policy"] .page-container > .zpsection,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container > .zpsection > .zpcontainer,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zprow,
  html[data-tws-route="/shipping-policy"] .page-container .zprow,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-col,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container h1,
  html[data-tws-route="/shipping-policy"] .page-container h1 {
    margin: 0 !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    margin-top: 36px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext,
  html[data-tws-route="/privacy-policy"] .page-container .zptext *,
  html[data-tws-route="/shipping-policy"] .page-container .zptext * {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext {
    font-size: 17px !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext p,
  html[data-tws-route="/shipping-policy"] .page-container .zptext p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext h3,
  html[data-tws-route="/shipping-policy"] .page-container .zptext h3 {
    margin: 42px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext ul,
  html[data-tws-route="/shipping-policy"] .page-container .zptext ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext li,
  html[data-tws-route="/shipping-policy"] .page-container .zptext li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container a,
  html[data-tws-route="/shipping-policy"] .page-container a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/contact-us"] .theme-content-area-inner,
  html[data-tws-route="/contact-us"] .page-container,
  html[data-tws-route="/contact-us"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
      radial-gradient(circle at 82% 24%, rgba(216,255,62,.12), transparent 25%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
      #080a0b !important;
    background-size: auto, 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 104px 0 120px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zprow,
  html[data-tws-route="/contact-us"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-heading {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container h1 {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(70px, 8vw, 112px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 660px !important;
    margin: 42px 0 0 !important;
    padding: 30px 32px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext,
  html[data-tws-route="/contact-us"] .page-container .zptext * {
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p {
    margin: 0 0 12px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p:last-child {
    margin-bottom: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext a {
    color: #d8ff3e !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

  html[data-tws-route="/terms-of-service"] .theme-content-area-inner,
  html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
  html[data-tws-route="/terms-of-service"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page {
    box-sizing: border-box !important;
    width: min(900px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h1,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1 {
    margin: 0 0 10px !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-kicker,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker {
    margin: 0 0 42px !important;
    color: #4d5e00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h2,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2 {
    margin: 44px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page ul,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note {
    margin-top: 48px !important;
    padding: 24px 26px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note *,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note * {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a {
    color: #d8ff3e !important;
    text-decoration-color: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-content-area,
  html[data-tws-route="/search-products"] .theme-content-area-inner,
  html[data-tws-route="/search-products"] .page-container,
  html[data-tws-route="/search-products"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/search-products"] .theme-collection-heading-view-all-search {
    margin: 0 0 40px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
  }

  html[data-tws-route="/search-products"] .theme-section-heading {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-sortby-label,
  html[data-tws-route="/search-products"] .theme-sort-colon,
  html[data-tws-route="/search-products"] .theme-custom-select-value {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-value {
    min-width: 170px !important;
    min-height: 42px !important;
    padding: 0 40px 0 14px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    background: #111518 !important;
  }

  html[data-tws-route="/search-products"] .theme-sort-open-close path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option-container {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option:hover {
    color: #080a0b !important;
    background: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-product-ratio {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  html[data-tws-route="/search-products"] .theme-prod-box {
    padding: 0 10px 20px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-box-content {
    height: 100% !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area {
    min-height: 300px !important;
    padding: 18px !important;
    border-bottom: 1px solid #30363b !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-details-area {
    padding: 24px 26px 28px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-name,
  html[data-tws-route="/search-products"] .theme-product-name a {
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-product-price,
  html[data-tws-route="/search-products"] .theme-product-price * {
    color: #d8ff3e !important;
    font-family: Oswald, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,10,11,.88) !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container svg path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner {
    width: 100% !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 88px 0 104px !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #080a0b !important;
    background-size: 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-area-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message {
    min-height: 390px !important;
    padding: 34px 34px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message svg {
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    opacity: .58 !important;
    filter: grayscale(1) contrast(1.08) !important;
  }

  html[data-tws-route="/cart"] .theme-checkout-button-area {
    padding: 0 32px 34px !important;
  }

  html[data-tws-route="/cart"] .theme-continue-shopping-button,
  html[data-tws-route="/cart"] .theme-checkout-button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid #d8ff3e !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head,
  html[data-tws-route="/cart"] .theme-cart-table-row,
  html[data-tws-route="/cart"] .theme-cart-summary-details,
  html[data-tws-route="/cart"] .theme-cart-table-data,
  html[data-tws-route="/cart"] .theme-cart-item-name,
  html[data-tws-route="/cart"] .theme-cart-item-name a,
  html[data-tws-route="/cart"] .theme-cart-price,
  html[data-tws-route="/cart"] .theme-cart-qty {
    color: #f4f0e7 !important;
    border-color: #30363b !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head {
    background: #171c20 !important;
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] input,
  html[data-tws-route="/cart"] select {
    border: 1px solid #30363b !important;
    background: #171c20 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header],
  html[data-tws-route="/signup"] .theme-header[data-portal-header],
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 77px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(8,10,11,.96) !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-branding-info {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html[data-tws-route="/signin"] .theme-portal-form-container,
  html[data-tws-route="/signup"] .theme-portal-form-container,
  html[data-tws-route="/forgotpassword"] .theme-portal-form-container {
    box-sizing: border-box !important;
    width: min(520px, calc(100% - 40px)) !important;
    min-height: 360px !important;
    margin: 80px auto 104px !important;
    padding: 34px 36px 30px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
    box-shadow: none !important;
  }

  html[data-tws-route="/signin"] .signin-iframe,
  html[data-tws-route="/signup"] .signin-iframe,
  html[data-tws-route="/forgotpassword"] .signin-iframe {
    width: 100% !important;
    min-height: 210px !important;
    border: 0 !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup,
  html[data-tws-route="/signup"] .theme-noaccount-signup,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup {
    margin-top: 14px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup a,
  html[data-tws-route="/signup"] .theme-noaccount-signup a,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup a {
    color: #080a0b !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }
}
/* The Weekend Shuffle homepage */
:root {
    --tws-ink: #080a0b;
    --tws-panel: #111518;
    --tws-panel-2: #171c20;
    --tws-paper: #f4f0e7;
    --tws-muted: #a8afb4;
    --tws-line: #30363b;
    --tws-lime: #d8ff3e;
    --tws-coral: #ff6a5e;
    --tws-blue: #79a7ff;
  }

  body:has(.tws-site) {
    margin: 0 !important;
    background: var(--tws-ink) !important;
    color: var(--tws-paper) !important;
  }

  body:has(.tws-site) > .theme-mobile-header-style-05,
  body:has(.tws-site) > .zpheader-style-04,
  body:has(.tws-site) .theme-mobile-content-wrap > .theme-banner,
  body:has(.tws-site) .theme-footer-area {
    display: none !important;
  }

  body:has(.tws-site) .theme-content-area,
  body:has(.tws-site) .theme-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.tws-site) .zpsection:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container > *:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container main > *:not(:has(.tws-site)) {
    display: none !important;
  }

  .tws-site,
  .tws-site * {
    box-sizing: border-box;
  }

  .tws-site {
    width: 100%;
    overflow: hidden;
    background: var(--tws-ink);
    color: var(--tws-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
  }

  .tws-site a { color: inherit; text-decoration: none; }
  .tws-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
  .tws-kicker { color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
  .tws-display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: .94; text-transform: uppercase; }
  .tws-section { padding: 104px 0; border-top: 1px solid var(--tws-line); }
  .tws-title { max-width: 900px; margin: 14px 0 20px; font-size: clamp(48px, 7vw, 96px); }
  .tws-lede { max-width: 720px; margin: 0; color: var(--tws-muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }

  .tws-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--tws-line);
    background: rgba(8, 10, 11, .93);
    backdrop-filter: blur(12px);
  }

  .tws-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
  .tws-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 16px; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
  .tws-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--tws-lime); color: var(--tws-ink); font-size: 20px; transform: rotate(-5deg); }
  .tws-menu { display: flex; align-items: center; gap: 24px; }
  .tws-menu a { color: #cbd0d3; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .tws-menu a:hover { color: var(--tws-lime); }
  .tws-nav-cta { padding: 12px 16px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

  .tws-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tws-line);
    background:
      radial-gradient(circle at 78% 25%, rgba(216,255,62,.17), transparent 24%),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      var(--tws-ink);
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .tws-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 88px 0 80px; }
  .tws-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .tws-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--tws-lime); }
  .tws-hero h1 { max-width: 770px; font-size: clamp(70px, 9vw, 138px); }
  .tws-hero-copy { max-width: 640px; margin: 28px 0 32px; color: #c5cacf; font-size: clamp(19px, 2vw, 25px); }
  .tws-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .tws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 13px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .tws-btn:hover { transform: translateY(-2px); }
  .tws-btn-primary { border-color: var(--tws-lime); background: var(--tws-lime); color: var(--tws-ink) !important; }
  .tws-btn-dark { border-color: var(--tws-line); background: var(--tws-panel); }
  .tws-micro { margin-top: 18px; color: #8c9499; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  .tws-deck { position: relative; height: 470px; }
  .tws-card-art { position: absolute; width: 270px; height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 2px solid #060708; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.42); color: var(--tws-ink); }
  .tws-card-art strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 45px; line-height: .92; text-transform: uppercase; }
  .tws-card-art span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .tws-card-a { top: 60px; left: 8px; background: var(--tws-coral); transform: rotate(-12deg); }
  .tws-card-b { top: 18px; right: 12px; background: var(--tws-lime); transform: rotate(9deg); }
  .tws-card-b::before { content: "?"; position: absolute; top: 80px; right: 28px; font: 180px/1 Impact, sans-serif; opacity: .16; }
  .tws-card-c { right: 72px; bottom: 0; width: 230px; height: 300px; background: var(--tws-blue); transform: rotate(-2deg); }
  .tws-card-c strong { font-size: 38px; }

  .tws-boring { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-boring .tws-kicker { color: #4d5e00; }
  .tws-boring h2 { max-width: 1000px; font-size: clamp(50px, 7.6vw, 108px); }
  .tws-boring h2 span { color: #92958f; }
  .tws-boring p { max-width: 700px; margin: 30px 0; color: #444a4d; font-size: 21px; }

  .tws-occasions { background: var(--tws-panel); }
  .tws-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .tws-occasion { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--tws-line); border-radius: 18px; background: #0c0f11; transition: border-color .2s ease, transform .2s ease; }
  .tws-occasion:hover { border-color: var(--tws-lime); transform: translateY(-3px); }
  .tws-occasion-top { display: flex; justify-content: space-between; align-items: flex-start; }
  .tws-no { color: #70777c; font-size: 12px; font-weight: 900; }
  .tws-arrow { color: var(--tws-lime); font-size: 22px; }
  .tws-occasion h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-occasion p { margin: 0; color: var(--tws-muted); }

  .tws-games { background: var(--tws-ink); }
  .tws-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .tws-game { overflow: hidden; border: 1px solid var(--tws-line); border-radius: 22px; background: var(--tws-panel); }
  .tws-game-visual { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
  .tws-game:nth-child(1) .tws-game-visual { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-game:nth-child(2) .tws-game-visual { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-game:nth-child(3) .tws-game-visual { background: var(--tws-blue); color: var(--tws-ink); }
  .tws-box { width: 180px; height: 210px; display: flex; align-items: flex-end; padding: 18px; border: 3px solid currentColor; border-radius: 12px; box-shadow: 16px 16px 0 rgba(8,10,11,.18); font: 42px/.9 Impact, sans-serif; text-transform: uppercase; transform: rotate(-5deg); }
  .tws-game:nth-child(2) .tws-box { transform: rotate(4deg); }
  .tws-game:nth-child(3) .tws-box { transform: rotate(-2deg); }
  .tws-game-copy { padding: 26px; }
  .tws-game-copy h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-game-copy > p { min-height: 48px; margin: 0 0 18px; color: var(--tws-muted); }
  .tws-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .tws-chip { padding: 7px 9px; border: 1px solid var(--tws-line); border-radius: 999px; color: #d6dadd; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .tws-ratings { padding-top: 16px; border-top: 1px solid var(--tws-line); color: #c1c6c9; font-size: 12px; line-height: 1.9; letter-spacing: .04em; }

  .tws-objection { position: relative; background: var(--tws-lime); color: var(--tws-ink); }
  .tws-objection blockquote { max-width: 1030px; margin: 0; font-size: clamp(64px, 9.3vw, 140px); }
  .tws-objection-answer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-top: 55px; }
  .tws-objection-answer h3 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
  .tws-objection-answer p { margin: 0; font-size: 20px; line-height: 1.65; }
  .tws-number-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid rgba(8,10,11,.25); background: rgba(8,10,11,.25); }
  .tws-number { padding: 24px; background: var(--tws-lime); }
  .tws-number strong { display: block; font-family: Impact, sans-serif; font-size: 38px; letter-spacing: -.02em; }
  .tws-number span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-watch { background: var(--tws-panel); }
  .tws-video { position: relative; min-height: 520px; display: grid; place-items: center; margin-top: 45px; overflow: hidden; border: 1px solid var(--tws-line); border-radius: 24px; background: radial-gradient(circle at 50% 50%, #343d43 0, #171d21 35%, #090b0d 75%); }
  .tws-video::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(255,255,255,.035) 39px 40px); }
  .tws-play { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: var(--tws-lime); color: var(--tws-ink); font-size: 34px; padding-left: 6px; }
  .tws-video-label { position: absolute; left: 28px; bottom: 26px; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

  .tws-principles { background: var(--tws-ink); }
  .tws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--tws-line); background: var(--tws-line); }
  .tws-principle { min-height: 250px; padding: 27px; background: var(--tws-ink); }
  .tws-principle b { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 65px; border: 1px solid var(--tws-line); border-radius: 50%; color: var(--tws-lime); }
  .tws-principle h3 { margin: 0 0 10px; font-size: 18px; text-transform: uppercase; }
  .tws-principle p { margin: 0; color: var(--tws-muted); font-size: 15px; }

  .tws-quote { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-quote blockquote { max-width: 1080px; margin: 28px 0; font: clamp(43px, 6vw, 82px)/1.04 Impact, sans-serif; text-transform: uppercase; }
  .tws-quote cite { font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-mission { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
  .tws-mission h2 { font-size: clamp(54px, 7vw, 98px); }
  .tws-mission-copy { padding-top: 20px; }
  .tws-mission-copy p { margin: 0 0 22px; color: #41484c; font-size: 19px; line-height: 1.65; }
  .tws-roadmap { margin-top: 32px; padding: 0; list-style: none; border-top: 1px solid #c8cbc5; }
  .tws-roadmap li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #c8cbc5; font-weight: 800; }
  .tws-roadmap span { color: #737975; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

  .tws-playbook { background: var(--tws-panel); }
  .tws-article-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 45px; }
  .tws-article { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--tws-line); border-radius: 20px; background: #0b0e10; }
  .tws-article:first-child { grid-row: span 2; min-height: 574px; background: var(--tws-blue); color: var(--tws-ink); }
  .tws-article:nth-child(4) { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-article small { font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .tws-article h3 { margin: 20px 0 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-article:first-child h3 { font: 58px/.95 Impact, sans-serif; }

  .tws-footer { padding: 72px 0 34px; border-top: 1px solid var(--tws-line); background: #050607; }
  .tws-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; }
  .tws-footer h2 { font-size: clamp(64px, 8vw, 110px); }
  .tws-footer-note { max-width: 430px; color: var(--tws-muted); font-size: 18px; }
  .tws-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; align-content: end; }
  .tws-footer-links a { color: #c8cdd0; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .tws-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 26px; border-top: 1px solid var(--tws-line); color: #7f878c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  @media (max-width: 920px) {
    .tws-menu a:not(:first-child) { display: none; }
    .tws-hero { min-height: auto; }
    .tws-hero-grid, .tws-mission-grid, .tws-objection-answer, .tws-footer-top { grid-template-columns: 1fr; }
    .tws-deck { height: 420px; max-width: 520px; }
    .tws-grid-3, .tws-game-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-game-grid .tws-game:last-child { grid-column: span 2; }
    .tws-principle-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-article-grid { grid-template-columns: 1fr 1fr; }
    .tws-article:first-child { grid-row: auto; grid-column: span 2; min-height: 430px; }
  }

  @media (max-width: 620px) {
    .tws-shell { width: min(100% - 28px, 1180px); }
    .tws-nav-inner { min-height: 66px; gap: 12px; }
    .tws-brand { font-size: 13px; }
    .tws-brand-mark { width: 30px; height: 30px; }
    .tws-menu { display: none; }
    .tws-nav-cta { padding: 10px 13px; }
    .tws-section { padding: 74px 0; }
    .tws-hero-grid { padding: 58px 0 60px; }
    .tws-hero h1 { font-size: clamp(61px, 19vw, 92px); }
    .tws-deck { height: 330px; margin-top: 15px; }
    .tws-card-art { width: 190px; height: 260px; padding: 17px; border-radius: 16px; }
    .tws-card-art strong { font-size: 32px; }
    .tws-card-a { top: 40px; }
    .tws-card-b { right: 4px; }
    .tws-card-c { right: 52px; width: 165px; height: 220px; }
    .tws-card-c strong { font-size: 28px; }
    .tws-grid-3, .tws-game-grid, .tws-number-row, .tws-principle-grid, .tws-article-grid { grid-template-columns: 1fr; }
    .tws-game-grid .tws-game:last-child, .tws-article:first-child { grid-column: auto; }
    .tws-objection-answer { gap: 25px; }
    .tws-video { min-height: 320px; }
    .tws-footer-links { margin-top: 15px; }
    .tws-footer-bottom { flex-direction: column; }
  }.zcs_custom_video, .zcs_custom_video .zpvideo-container,  .zcs_custom_video .zpvideo-container iframe {
  width: 100%!important;
    height: 100%!important;
}

body:has(.tws-site) .theme-content-area { display: none !important; }

.tws-display { color: inherit !important; }

.tws-site h1, .tws-site h2, .tws-site h3 { color: inherit !important; }


/* Weekend Shuffle product pages — scoped to .tws-live-pdp */
/* Scoped to the three Weekend Shuffle product descriptions only. */
body:has(.tws-live-pdp) .theme-content-area-inner {
  background: #080a0b;
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-breadcrumb-container {
  background: #080a0b;
  color: #aeb6b9;
  border-bottom: 1px solid #252b2e;
}
body:has(.tws-live-pdp) [data-zs-product-primary-details] {
  gap: 64px;
  padding-top: 48px;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner {
  overflow: hidden;
  border: 1px solid #252b2e;
  border-radius: 24px;
  background: #111518;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
body:has(.tws-live-pdp) .theme-product-name h1 {
  color: #f4f0e7;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-product-short-description {
  max-width: 560px;
  color: #ccd2d4;
  font-size: 18px;
  line-height: 1.55;
}
body:has(.tws-live-pdp) .theme-product-price {
  color: #d8ff3e;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 700;
}
body:has(.tws-live-pdp) .theme-product-varient-quantity,
body:has(.tws-live-pdp) .theme-product-varients-row,
body:has(.tws-live-pdp) .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-social-share {
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-product-quantity-spinner input {
  background: #f4f0e7;
  color: #080a0b;
}
body:has(.tws-live-pdp) .theme-cart-button {
  border: 0;
  border-radius: 999px;
  background: #ff6a5e;
  color: #080a0b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-prod-non-returnable {
  color: #aeb6b9;
}
body:has(.tws-live-pdp) .theme-rating-review-container,
body:has(.tws-live-pdp) details[name="ratings-reviews"] {
  display: none !important;
}
body:has(.tws-live-pdp) .theme-product-specification-section {
  width: calc(200% + 64px);
  max-width: none;
  margin-top: 72px;
  margin-left: calc(-100% - 64px);
}
body:has(.tws-live-pdp) details[name="product-details"] {
  border: 0 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none;
}
body:has(.tws-live-pdp) details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}
.tws-live-pdp,
.tws-live-pdp * {
  box-sizing: border-box;
}
.tws-live-pdp {
  --paper: #f4f0e7;
  --ink: #080a0b;
  --panel: #111518;
  --line: #2b3235;
  --muted: #aeb6b9;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
.tws-live-pdp a { color: inherit; }
.tws-live-pdp h2,
.tws-live-pdp h3,
.tws-live-pdp p { margin-top: 0; }
.tws-live-pdp h2,
.tws-live-pdp h3 {
  color: inherit;
  font-family: Oswald, sans-serif;
}
.tws-pdp-section {
  padding: 76px 48px;
  border-top: 1px solid var(--line);
}
.tws-pdp-section:first-child { border-top: 0; }
.tws-pdp-kicker {
  margin-bottom: 16px;
  color: var(--accent, var(--lime));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tws-pdp-title {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}
.tws-pdp-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: #ccd2d4;
  font-size: 20px;
  line-height: 1.55;
}
.tws-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-fact { padding: 24px; border-right: 1px solid var(--line); }
.tws-fact:last-child { border-right: 0; }
.tws-fact b { display: block; color: var(--paper); font-family: Oswald, sans-serif; font-size: 30px; }
.tws-fact span { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tws-moment {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  background: var(--accent, var(--lime));
  color: var(--ink);
}
.tws-moment .tws-pdp-kicker { color: var(--ink); }
.tws-moment-quote {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .95;
  text-transform: uppercase;
}
.tws-moment-copy { max-width: 520px; font-size: 20px; font-weight: 700; }
.tws-steps,
.tws-two-col,
.tws-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.tws-step,
.tws-fit-card,
.tws-compare-card,
.tws-contents-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-step-no {
  color: var(--accent, var(--lime));
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.tws-step h3,
.tws-fit-card h3,
.tws-compare-card h3,
.tws-contents-card h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  font-weight: 700;
}
.tws-step p,
.tws-compare-card p,
.tws-contents-card p { margin-bottom: 0; color: #c5ccce; }
.tws-fit-card ul { margin: 16px 0 0; padding-left: 21px; }
.tws-fit-card li + li { margin-top: 9px; }
.tws-fit-card--not { background: transparent; }
.tws-profile { display: grid; gap: 15px; margin-top: 36px; }
.tws-profile-row { display: grid; grid-template-columns: 130px 1fr 38px; gap: 14px; align-items: center; }
.tws-profile-track { height: 12px; overflow: hidden; border-radius: 999px; background: #242b2e; }
.tws-profile-fill { width: var(--score); height: 100%; border-radius: inherit; background: var(--accent, var(--lime)); }
.tws-profile-row b { color: var(--paper); font-family: Oswald, sans-serif; }
.tws-contents-card strong { display: block; margin-bottom: 6px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 25px; }
.tws-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tws-compare-card { display: block; color: inherit !important; text-decoration: none !important; }
.tws-compare-card:hover { border-color: var(--card-accent); transform: translateY(-2px); }
.tws-compare-tag { display: inline-block; color: var(--card-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tws-compare-card h3 { font-size: 31px; }
.tws-compare-meta { margin-top: 18px; color: var(--muted); font-size: 14px; }
.tws-compare-link { display: inline-block; margin-top: 18px; color: var(--card-accent); font-weight: 800; }
.tws-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.tws-reassurance a,
.tws-reassurance div { padding: 26px; background: var(--panel); text-decoration: none; }
.tws-reassurance b { display: block; margin-bottom: 8px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 20px; }
@media (max-width: 900px) {
  body:has(.tws-live-pdp) [data-zs-product-primary-details] { gap: 28px; }
  body:has(.tws-live-pdp) .theme-product-specification-section { width: 100%; margin-left: 0; }
  .tws-pdp-section { padding: 54px 22px; }
  .tws-moment,
  .tws-steps,
  .tws-two-col,
  .tws-compare-grid { grid-template-columns: 1fr; }
  .tws-facts,
  .tws-reassurance { grid-template-columns: 1fr; }
  .tws-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .tws-fact:last-child { border-bottom: 0; }
}


/* Final specificity fixes for Zoho's product template. */
body:has(.tws-live-pdp) .theme-breadcrumb-active {
  color: #aeb6b9 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  color: #f4f0e7 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name svg path {
  fill: #f4f0e7 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-name,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-colon {
  color: #f4f0e7 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none !important;
}


/* Product-page overlap and icon fixes */
body:has(.tws-live-pdp) .theme-product-detail-image-container {
  position: static !important;
  top: auto !important;
}
body:has(.tws-live-pdp) .theme-product-social-share svg path {
  fill: #f4f0e7 !important;
}


/* Homepage footer: balance the expanded legal-link set. */
.tws-site .tws-footer-links > a:last-child:nth-child(odd){grid-column:1/-1;}

/* Native Zoho header — aligned to the approved homepage header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    height: auto !important;
    min-height: 77px !important;
    border-bottom: 1px solid #30363b !important;
    background: rgba(8, 10, 11, .96) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header-topbar {
    display: none !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header {
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(8, 10, 11, .96) !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 76px !important;
    height: 76px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-branding-info {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 11px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent picture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-navigation-and-icons {
    width: auto !important;
    min-width: 0 !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd0d3 !important;
    background: transparent !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li.theme-menu-selected > a {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"] {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f4f0e7 !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"]:hover {
    border-color: #d8ff3e !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-cart-non-res,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal]:hover {
    background: #171c20 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group svg path {
    fill: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-mini-cart-count {
    top: -3px !important;
    right: -3px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border: 2px solid #080a0b !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a {
    color: #cbd0d3 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a:hover {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container {
    border: 1px solid #30363b !important;
    background: #111518 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container input {
    color: #f4f0e7 !important;
    background: #111518 !important;
  }
}

/* Shop Games brand mark — the homepage mark is the sole reference. */
.tws-shop-brand-mark {
  box-sizing: border-box !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #d8ff3e !important;
  color: #080a0b !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 29px !important;
  transform: rotate(-5deg) !important;
  transform-origin: 50% 50% !important;
}


/* Keep the native desktop header on the same single row as the approved header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    flex-wrap: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-branding-info {
    margin: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-navigation-and-icons {
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu > ul {
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-search-cart-non-res {
    flex: 0 0 auto !important;
  }
}

/* Desktop secondary pages — quiet application of the approved homepage visual system. */
@media (min-width: 992px) {
  html[data-tws-route="/privacy-policy"] body,
  html[data-tws-route="/shipping-policy"] body,
  html[data-tws-route="/contact-us"] body,
  html[data-tws-route="/terms-of-service"] body,
  html[data-tws-route="/returns-replacements-refunds"] body,
  html[data-tws-route="/search-products"] body,
  html[data-tws-route="/cart"] body,
  html[data-tws-route="/signin"] body,
  html[data-tws-route="/signup"] body,
  html[data-tws-route="/forgotpassword"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/shipping-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/contact-us"] .theme-mobile-content-wrap,
  html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
  html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
  html[data-tws-route="/search-products"] .theme-mobile-content-wrap,
  html[data-tws-route="/cart"] .theme-mobile-content-wrap,
  html[data-tws-route="/signin"] .theme-mobile-content-wrap,
  html[data-tws-route="/signup"] .theme-mobile-content-wrap,
  html[data-tws-route="/forgotpassword"] .theme-mobile-content-wrap {
    background: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-content-area-inner,
  html[data-tws-route="/shipping-policy"] .theme-content-area-inner,
  html[data-tws-route="/privacy-policy"] .page-container,
  html[data-tws-route="/shipping-policy"] .page-container,
  html[data-tws-route="/privacy-policy"] .page-container > .zpsection,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container > .zpsection > .zpcontainer,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zprow,
  html[data-tws-route="/shipping-policy"] .page-container .zprow,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-col,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container h1,
  html[data-tws-route="/shipping-policy"] .page-container h1 {
    margin: 0 !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    margin-top: 36px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext,
  html[data-tws-route="/privacy-policy"] .page-container .zptext *,
  html[data-tws-route="/shipping-policy"] .page-container .zptext * {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext {
    font-size: 17px !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext p,
  html[data-tws-route="/shipping-policy"] .page-container .zptext p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext h3,
  html[data-tws-route="/shipping-policy"] .page-container .zptext h3 {
    margin: 42px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext ul,
  html[data-tws-route="/shipping-policy"] .page-container .zptext ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext li,
  html[data-tws-route="/shipping-policy"] .page-container .zptext li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container a,
  html[data-tws-route="/shipping-policy"] .page-container a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/contact-us"] .theme-content-area-inner,
  html[data-tws-route="/contact-us"] .page-container,
  html[data-tws-route="/contact-us"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
      radial-gradient(circle at 82% 24%, rgba(216,255,62,.12), transparent 25%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
      #080a0b !important;
    background-size: auto, 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 104px 0 120px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zprow,
  html[data-tws-route="/contact-us"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-heading {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container h1 {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(70px, 8vw, 112px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 660px !important;
    margin: 42px 0 0 !important;
    padding: 30px 32px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext,
  html[data-tws-route="/contact-us"] .page-container .zptext * {
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p {
    margin: 0 0 12px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p:last-child {
    margin-bottom: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext a {
    color: #d8ff3e !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

  html[data-tws-route="/terms-of-service"] .theme-content-area-inner,
  html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
  html[data-tws-route="/terms-of-service"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page {
    box-sizing: border-box !important;
    width: min(900px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h1,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1 {
    margin: 0 0 10px !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-kicker,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker {
    margin: 0 0 42px !important;
    color: #4d5e00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h2,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2 {
    margin: 44px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page ul,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note {
    margin-top: 48px !important;
    padding: 24px 26px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note *,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note * {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a {
    color: #d8ff3e !important;
    text-decoration-color: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-content-area,
  html[data-tws-route="/search-products"] .theme-content-area-inner,
  html[data-tws-route="/search-products"] .page-container,
  html[data-tws-route="/search-products"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/search-products"] .theme-collection-heading-view-all-search {
    margin: 0 0 40px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
  }

  html[data-tws-route="/search-products"] .theme-section-heading {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-sortby-label,
  html[data-tws-route="/search-products"] .theme-sort-colon,
  html[data-tws-route="/search-products"] .theme-custom-select-value {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-value {
    min-width: 170px !important;
    min-height: 42px !important;
    padding: 0 40px 0 14px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    background: #111518 !important;
  }

  html[data-tws-route="/search-products"] .theme-sort-open-close path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option-container {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option:hover {
    color: #080a0b !important;
    background: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-product-ratio {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  html[data-tws-route="/search-products"] .theme-prod-box {
    padding: 0 10px 20px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-box-content {
    height: 100% !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area {
    min-height: 300px !important;
    padding: 18px !important;
    border-bottom: 1px solid #30363b !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-details-area {
    padding: 24px 26px 28px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-name,
  html[data-tws-route="/search-products"] .theme-product-name a {
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-product-price,
  html[data-tws-route="/search-products"] .theme-product-price * {
    color: #d8ff3e !important;
    font-family: Oswald, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,10,11,.88) !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container svg path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner {
    width: 100% !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 88px 0 104px !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #080a0b !important;
    background-size: 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-area-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message {
    min-height: 390px !important;
    padding: 34px 34px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message svg {
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    opacity: .58 !important;
    filter: grayscale(1) contrast(1.08) !important;
  }

  html[data-tws-route="/cart"] .theme-checkout-button-area {
    padding: 0 32px 34px !important;
  }

  html[data-tws-route="/cart"] .theme-continue-shopping-button,
  html[data-tws-route="/cart"] .theme-checkout-button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid #d8ff3e !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head,
  html[data-tws-route="/cart"] .theme-cart-table-row,
  html[data-tws-route="/cart"] .theme-cart-summary-details,
  html[data-tws-route="/cart"] .theme-cart-table-data,
  html[data-tws-route="/cart"] .theme-cart-item-name,
  html[data-tws-route="/cart"] .theme-cart-item-name a,
  html[data-tws-route="/cart"] .theme-cart-price,
  html[data-tws-route="/cart"] .theme-cart-qty {
    color: #f4f0e7 !important;
    border-color: #30363b !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head {
    background: #171c20 !important;
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] input,
  html[data-tws-route="/cart"] select {
    border: 1px solid #30363b !important;
    background: #171c20 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header],
  html[data-tws-route="/signup"] .theme-header[data-portal-header],
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 77px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(8,10,11,.96) !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-branding-info {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html[data-tws-route="/signin"] .theme-portal-form-container,
  html[data-tws-route="/signup"] .theme-portal-form-container,
  html[data-tws-route="/forgotpassword"] .theme-portal-form-container {
    box-sizing: border-box !important;
    width: min(520px, calc(100% - 40px)) !important;
    min-height: 360px !important;
    margin: 80px auto 104px !important;
    padding: 34px 36px 30px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
    box-shadow: none !important;
  }

  html[data-tws-route="/signin"] .signin-iframe,
  html[data-tws-route="/signup"] .signin-iframe,
  html[data-tws-route="/forgotpassword"] .signin-iframe {
    width: 100% !important;
    min-height: 210px !important;
    border: 0 !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup,
  html[data-tws-route="/signup"] .theme-noaccount-signup,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup {
    margin-top: 14px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup a,
  html[data-tws-route="/signup"] .theme-noaccount-signup a,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup a {
    color: #080a0b !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }
}


/* Desktop cart contrast correction */
@media (min-width: 992px) {
  html[data-tws-route="/cart"] .theme-cart-body a,
  html[data-tws-route="/cart"] .theme-cart-body a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-button,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button {
    color: #d8ff3e !important;
    border-color: rgba(216, 255, 62, .42) !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button svg,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button path {
    fill: currentColor !important;
  }
}
/* The Weekend Shuffle homepage */
:root {
    --tws-ink: #080a0b;
    --tws-panel: #111518;
    --tws-panel-2: #171c20;
    --tws-paper: #f4f0e7;
    --tws-muted: #a8afb4;
    --tws-line: #30363b;
    --tws-lime: #d8ff3e;
    --tws-coral: #ff6a5e;
    --tws-blue: #79a7ff;
  }

  body:has(.tws-site) {
    margin: 0 !important;
    background: var(--tws-ink) !important;
    color: var(--tws-paper) !important;
  }

  body:has(.tws-site) > .theme-mobile-header-style-05,
  body:has(.tws-site) > .zpheader-style-04,
  body:has(.tws-site) .theme-mobile-content-wrap > .theme-banner,
  body:has(.tws-site) .theme-footer-area {
    display: none !important;
  }

  body:has(.tws-site) .theme-content-area,
  body:has(.tws-site) .theme-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.tws-site) .zpsection:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container > *:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container main > *:not(:has(.tws-site)) {
    display: none !important;
  }

  .tws-site,
  .tws-site * {
    box-sizing: border-box;
  }

  .tws-site {
    width: 100%;
    overflow: hidden;
    background: var(--tws-ink);
    color: var(--tws-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
  }

  .tws-site a { color: inherit; text-decoration: none; }
  .tws-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
  .tws-kicker { color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
  .tws-display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: .94; text-transform: uppercase; }
  .tws-section { padding: 104px 0; border-top: 1px solid var(--tws-line); }
  .tws-title { max-width: 900px; margin: 14px 0 20px; font-size: clamp(48px, 7vw, 96px); }
  .tws-lede { max-width: 720px; margin: 0; color: var(--tws-muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }

  .tws-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--tws-line);
    background: rgba(8, 10, 11, .93);
    backdrop-filter: blur(12px);
  }

  .tws-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
  .tws-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 16px; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
  .tws-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--tws-lime); color: var(--tws-ink); font-size: 20px; transform: rotate(-5deg); }
  .tws-menu { display: flex; align-items: center; gap: 24px; }
  .tws-menu a { color: #cbd0d3; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .tws-menu a:hover { color: var(--tws-lime); }
  .tws-nav-cta { padding: 12px 16px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

  .tws-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tws-line);
    background:
      radial-gradient(circle at 78% 25%, rgba(216,255,62,.17), transparent 24%),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      var(--tws-ink);
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .tws-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 88px 0 80px; }
  .tws-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .tws-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--tws-lime); }
  .tws-hero h1 { max-width: 770px; font-size: clamp(70px, 9vw, 138px); }
  .tws-hero-copy { max-width: 640px; margin: 28px 0 32px; color: #c5cacf; font-size: clamp(19px, 2vw, 25px); }
  .tws-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .tws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 13px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .tws-btn:hover { transform: translateY(-2px); }
  .tws-btn-primary { border-color: var(--tws-lime); background: var(--tws-lime); color: var(--tws-ink) !important; }
  .tws-btn-dark { border-color: var(--tws-line); background: var(--tws-panel); }
  .tws-micro { margin-top: 18px; color: #8c9499; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  .tws-deck { position: relative; height: 470px; }
  .tws-card-art { position: absolute; width: 270px; height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 2px solid #060708; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.42); color: var(--tws-ink); }
  .tws-card-art strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 45px; line-height: .92; text-transform: uppercase; }
  .tws-card-art span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .tws-card-a { top: 60px; left: 8px; background: var(--tws-coral); transform: rotate(-12deg); }
  .tws-card-b { top: 18px; right: 12px; background: var(--tws-lime); transform: rotate(9deg); }
  .tws-card-b::before { content: "?"; position: absolute; top: 80px; right: 28px; font: 180px/1 Impact, sans-serif; opacity: .16; }
  .tws-card-c { right: 72px; bottom: 0; width: 230px; height: 300px; background: var(--tws-blue); transform: rotate(-2deg); }
  .tws-card-c strong { font-size: 38px; }

  .tws-boring { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-boring .tws-kicker { color: #4d5e00; }
  .tws-boring h2 { max-width: 1000px; font-size: clamp(50px, 7.6vw, 108px); }
  .tws-boring h2 span { color: #92958f; }
  .tws-boring p { max-width: 700px; margin: 30px 0; color: #444a4d; font-size: 21px; }

  .tws-occasions { background: var(--tws-panel); }
  .tws-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .tws-occasion { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--tws-line); border-radius: 18px; background: #0c0f11; transition: border-color .2s ease, transform .2s ease; }
  .tws-occasion:hover { border-color: var(--tws-lime); transform: translateY(-3px); }
  .tws-occasion-top { display: flex; justify-content: space-between; align-items: flex-start; }
  .tws-no { color: #70777c; font-size: 12px; font-weight: 900; }
  .tws-arrow { color: var(--tws-lime); font-size: 22px; }
  .tws-occasion h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-occasion p { margin: 0; color: var(--tws-muted); }

  .tws-games { background: var(--tws-ink); }
  .tws-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .tws-game { overflow: hidden; border: 1px solid var(--tws-line); border-radius: 22px; background: var(--tws-panel); }
  .tws-game-visual { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
  .tws-game:nth-child(1) .tws-game-visual { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-game:nth-child(2) .tws-game-visual { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-game:nth-child(3) .tws-game-visual { background: var(--tws-blue); color: var(--tws-ink); }
  .tws-box { width: 180px; height: 210px; display: flex; align-items: flex-end; padding: 18px; border: 3px solid currentColor; border-radius: 12px; box-shadow: 16px 16px 0 rgba(8,10,11,.18); font: 42px/.9 Impact, sans-serif; text-transform: uppercase; transform: rotate(-5deg); }
  .tws-game:nth-child(2) .tws-box { transform: rotate(4deg); }
  .tws-game:nth-child(3) .tws-box { transform: rotate(-2deg); }
  .tws-game-copy { padding: 26px; }
  .tws-game-copy h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-game-copy > p { min-height: 48px; margin: 0 0 18px; color: var(--tws-muted); }
  .tws-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .tws-chip { padding: 7px 9px; border: 1px solid var(--tws-line); border-radius: 999px; color: #d6dadd; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .tws-ratings { padding-top: 16px; border-top: 1px solid var(--tws-line); color: #c1c6c9; font-size: 12px; line-height: 1.9; letter-spacing: .04em; }

  .tws-objection { position: relative; background: var(--tws-lime); color: var(--tws-ink); }
  .tws-objection blockquote { max-width: 1030px; margin: 0; font-size: clamp(64px, 9.3vw, 140px); }
  .tws-objection-answer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-top: 55px; }
  .tws-objection-answer h3 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
  .tws-objection-answer p { margin: 0; font-size: 20px; line-height: 1.65; }
  .tws-number-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid rgba(8,10,11,.25); background: rgba(8,10,11,.25); }
  .tws-number { padding: 24px; background: var(--tws-lime); }
  .tws-number strong { display: block; font-family: Impact, sans-serif; font-size: 38px; letter-spacing: -.02em; }
  .tws-number span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-watch { background: var(--tws-panel); }
  .tws-video { position: relative; min-height: 520px; display: grid; place-items: center; margin-top: 45px; overflow: hidden; border: 1px solid var(--tws-line); border-radius: 24px; background: radial-gradient(circle at 50% 50%, #343d43 0, #171d21 35%, #090b0d 75%); }
  .tws-video::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(255,255,255,.035) 39px 40px); }
  .tws-play { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: var(--tws-lime); color: var(--tws-ink); font-size: 34px; padding-left: 6px; }
  .tws-video-label { position: absolute; left: 28px; bottom: 26px; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

  .tws-principles { background: var(--tws-ink); }
  .tws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--tws-line); background: var(--tws-line); }
  .tws-principle { min-height: 250px; padding: 27px; background: var(--tws-ink); }
  .tws-principle b { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 65px; border: 1px solid var(--tws-line); border-radius: 50%; color: var(--tws-lime); }
  .tws-principle h3 { margin: 0 0 10px; font-size: 18px; text-transform: uppercase; }
  .tws-principle p { margin: 0; color: var(--tws-muted); font-size: 15px; }

  .tws-quote { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-quote blockquote { max-width: 1080px; margin: 28px 0; font: clamp(43px, 6vw, 82px)/1.04 Impact, sans-serif; text-transform: uppercase; }
  .tws-quote cite { font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-mission { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
  .tws-mission h2 { font-size: clamp(54px, 7vw, 98px); }
  .tws-mission-copy { padding-top: 20px; }
  .tws-mission-copy p { margin: 0 0 22px; color: #41484c; font-size: 19px; line-height: 1.65; }
  .tws-roadmap { margin-top: 32px; padding: 0; list-style: none; border-top: 1px solid #c8cbc5; }
  .tws-roadmap li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #c8cbc5; font-weight: 800; }
  .tws-roadmap span { color: #737975; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

  .tws-playbook { background: var(--tws-panel); }
  .tws-article-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 45px; }
  .tws-article { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--tws-line); border-radius: 20px; background: #0b0e10; }
  .tws-article:first-child { grid-row: span 2; min-height: 574px; background: var(--tws-blue); color: var(--tws-ink); }
  .tws-article:nth-child(4) { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-article small { font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .tws-article h3 { margin: 20px 0 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-article:first-child h3 { font: 58px/.95 Impact, sans-serif; }

  .tws-footer { padding: 72px 0 34px; border-top: 1px solid var(--tws-line); background: #050607; }
  .tws-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; }
  .tws-footer h2 { font-size: clamp(64px, 8vw, 110px); }
  .tws-footer-note { max-width: 430px; color: var(--tws-muted); font-size: 18px; }
  .tws-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; align-content: end; }
  .tws-footer-links a { color: #c8cdd0; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .tws-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 26px; border-top: 1px solid var(--tws-line); color: #7f878c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  @media (max-width: 920px) {
    .tws-menu a:not(:first-child) { display: none; }
    .tws-hero { min-height: auto; }
    .tws-hero-grid, .tws-mission-grid, .tws-objection-answer, .tws-footer-top { grid-template-columns: 1fr; }
    .tws-deck { height: 420px; max-width: 520px; }
    .tws-grid-3, .tws-game-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-game-grid .tws-game:last-child { grid-column: span 2; }
    .tws-principle-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-article-grid { grid-template-columns: 1fr 1fr; }
    .tws-article:first-child { grid-row: auto; grid-column: span 2; min-height: 430px; }
  }

  @media (max-width: 620px) {
    .tws-shell { width: min(100% - 28px, 1180px); }
    .tws-nav-inner { min-height: 66px; gap: 12px; }
    .tws-brand { font-size: 13px; }
    .tws-brand-mark { width: 30px; height: 30px; }
    .tws-menu { display: none; }
    .tws-nav-cta { padding: 10px 13px; }
    .tws-section { padding: 74px 0; }
    .tws-hero-grid { padding: 58px 0 60px; }
    .tws-hero h1 { font-size: clamp(61px, 19vw, 92px); }
    .tws-deck { height: 330px; margin-top: 15px; }
    .tws-card-art { width: 190px; height: 260px; padding: 17px; border-radius: 16px; }
    .tws-card-art strong { font-size: 32px; }
    .tws-card-a { top: 40px; }
    .tws-card-b { right: 4px; }
    .tws-card-c { right: 52px; width: 165px; height: 220px; }
    .tws-card-c strong { font-size: 28px; }
    .tws-grid-3, .tws-game-grid, .tws-number-row, .tws-principle-grid, .tws-article-grid { grid-template-columns: 1fr; }
    .tws-game-grid .tws-game:last-child, .tws-article:first-child { grid-column: auto; }
    .tws-objection-answer { gap: 25px; }
    .tws-video { min-height: 320px; }
    .tws-footer-links { margin-top: 15px; }
    .tws-footer-bottom { flex-direction: column; }
  }.zcs_custom_video, .zcs_custom_video .zpvideo-container,  .zcs_custom_video .zpvideo-container iframe {
  width: 100%!important;
    height: 100%!important;
}

body:has(.tws-site) .theme-content-area { display: none !important; }

.tws-display { color: inherit !important; }

.tws-site h1, .tws-site h2, .tws-site h3 { color: inherit !important; }


/* Weekend Shuffle product pages — scoped to .tws-live-pdp */
/* Scoped to the three Weekend Shuffle product descriptions only. */
body:has(.tws-live-pdp) .theme-content-area-inner {
  background: #080a0b;
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-breadcrumb-container {
  background: #080a0b;
  color: #aeb6b9;
  border-bottom: 1px solid #252b2e;
}
body:has(.tws-live-pdp) [data-zs-product-primary-details] {
  gap: 64px;
  padding-top: 48px;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner {
  overflow: hidden;
  border: 1px solid #252b2e;
  border-radius: 24px;
  background: #111518;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
body:has(.tws-live-pdp) .theme-product-name h1 {
  color: #f4f0e7;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-product-short-description {
  max-width: 560px;
  color: #ccd2d4;
  font-size: 18px;
  line-height: 1.55;
}
body:has(.tws-live-pdp) .theme-product-price {
  color: #d8ff3e;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 700;
}
body:has(.tws-live-pdp) .theme-product-varient-quantity,
body:has(.tws-live-pdp) .theme-product-varients-row,
body:has(.tws-live-pdp) .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-social-share {
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-product-quantity-spinner input {
  background: #f4f0e7;
  color: #080a0b;
}
body:has(.tws-live-pdp) .theme-cart-button {
  border: 0;
  border-radius: 999px;
  background: #ff6a5e;
  color: #080a0b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-prod-non-returnable {
  color: #aeb6b9;
}
body:has(.tws-live-pdp) .theme-rating-review-container,
body:has(.tws-live-pdp) details[name="ratings-reviews"] {
  display: none !important;
}
body:has(.tws-live-pdp) .theme-product-specification-section {
  width: calc(200% + 64px);
  max-width: none;
  margin-top: 72px;
  margin-left: calc(-100% - 64px);
}
body:has(.tws-live-pdp) details[name="product-details"] {
  border: 0 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none;
}
body:has(.tws-live-pdp) details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}
.tws-live-pdp,
.tws-live-pdp * {
  box-sizing: border-box;
}
.tws-live-pdp {
  --paper: #f4f0e7;
  --ink: #080a0b;
  --panel: #111518;
  --line: #2b3235;
  --muted: #aeb6b9;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
.tws-live-pdp a { color: inherit; }
.tws-live-pdp h2,
.tws-live-pdp h3,
.tws-live-pdp p { margin-top: 0; }
.tws-live-pdp h2,
.tws-live-pdp h3 {
  color: inherit;
  font-family: Oswald, sans-serif;
}
.tws-pdp-section {
  padding: 76px 48px;
  border-top: 1px solid var(--line);
}
.tws-pdp-section:first-child { border-top: 0; }
.tws-pdp-kicker {
  margin-bottom: 16px;
  color: var(--accent, var(--lime));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tws-pdp-title {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}
.tws-pdp-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: #ccd2d4;
  font-size: 20px;
  line-height: 1.55;
}
.tws-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-fact { padding: 24px; border-right: 1px solid var(--line); }
.tws-fact:last-child { border-right: 0; }
.tws-fact b { display: block; color: var(--paper); font-family: Oswald, sans-serif; font-size: 30px; }
.tws-fact span { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tws-moment {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  background: var(--accent, var(--lime));
  color: var(--ink);
}
.tws-moment .tws-pdp-kicker { color: var(--ink); }
.tws-moment-quote {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .95;
  text-transform: uppercase;
}
.tws-moment-copy { max-width: 520px; font-size: 20px; font-weight: 700; }
.tws-steps,
.tws-two-col,
.tws-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.tws-step,
.tws-fit-card,
.tws-compare-card,
.tws-contents-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-step-no {
  color: var(--accent, var(--lime));
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.tws-step h3,
.tws-fit-card h3,
.tws-compare-card h3,
.tws-contents-card h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  font-weight: 700;
}
.tws-step p,
.tws-compare-card p,
.tws-contents-card p { margin-bottom: 0; color: #c5ccce; }
.tws-fit-card ul { margin: 16px 0 0; padding-left: 21px; }
.tws-fit-card li + li { margin-top: 9px; }
.tws-fit-card--not { background: transparent; }
.tws-profile { display: grid; gap: 15px; margin-top: 36px; }
.tws-profile-row { display: grid; grid-template-columns: 130px 1fr 38px; gap: 14px; align-items: center; }
.tws-profile-track { height: 12px; overflow: hidden; border-radius: 999px; background: #242b2e; }
.tws-profile-fill { width: var(--score); height: 100%; border-radius: inherit; background: var(--accent, var(--lime)); }
.tws-profile-row b { color: var(--paper); font-family: Oswald, sans-serif; }
.tws-contents-card strong { display: block; margin-bottom: 6px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 25px; }
.tws-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tws-compare-card { display: block; color: inherit !important; text-decoration: none !important; }
.tws-compare-card:hover { border-color: var(--card-accent); transform: translateY(-2px); }
.tws-compare-tag { display: inline-block; color: var(--card-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tws-compare-card h3 { font-size: 31px; }
.tws-compare-meta { margin-top: 18px; color: var(--muted); font-size: 14px; }
.tws-compare-link { display: inline-block; margin-top: 18px; color: var(--card-accent); font-weight: 800; }
.tws-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.tws-reassurance a,
.tws-reassurance div { padding: 26px; background: var(--panel); text-decoration: none; }
.tws-reassurance b { display: block; margin-bottom: 8px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 20px; }
@media (max-width: 900px) {
  body:has(.tws-live-pdp) [data-zs-product-primary-details] { gap: 28px; }
  body:has(.tws-live-pdp) .theme-product-specification-section { width: 100%; margin-left: 0; }
  .tws-pdp-section { padding: 54px 22px; }
  .tws-moment,
  .tws-steps,
  .tws-two-col,
  .tws-compare-grid { grid-template-columns: 1fr; }
  .tws-facts,
  .tws-reassurance { grid-template-columns: 1fr; }
  .tws-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .tws-fact:last-child { border-bottom: 0; }
}


/* Final specificity fixes for Zoho's product template. */
body:has(.tws-live-pdp) .theme-breadcrumb-active {
  color: #aeb6b9 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  color: #f4f0e7 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name svg path {
  fill: #f4f0e7 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-name,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-colon {
  color: #f4f0e7 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none !important;
}


/* Product-page overlap and icon fixes */
body:has(.tws-live-pdp) .theme-product-detail-image-container {
  position: static !important;
  top: auto !important;
}
body:has(.tws-live-pdp) .theme-product-social-share svg path {
  fill: #f4f0e7 !important;
}


/* Homepage footer: balance the expanded legal-link set. */
.tws-site .tws-footer-links > a:last-child:nth-child(odd){grid-column:1/-1;}

/* Native Zoho header — aligned to the approved homepage header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    height: auto !important;
    min-height: 77px !important;
    border-bottom: 1px solid #30363b !important;
    background: rgba(8, 10, 11, .96) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header-topbar {
    display: none !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header {
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(8, 10, 11, .96) !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 76px !important;
    height: 76px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-branding-info {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 11px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent picture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-navigation-and-icons {
    width: auto !important;
    min-width: 0 !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd0d3 !important;
    background: transparent !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li.theme-menu-selected > a {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"] {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f4f0e7 !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"]:hover {
    border-color: #d8ff3e !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-cart-non-res,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal]:hover {
    background: #171c20 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group svg path {
    fill: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-mini-cart-count {
    top: -3px !important;
    right: -3px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border: 2px solid #080a0b !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a {
    color: #cbd0d3 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a:hover {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container {
    border: 1px solid #30363b !important;
    background: #111518 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container input {
    color: #f4f0e7 !important;
    background: #111518 !important;
  }
}

/* Shop Games brand mark — the homepage mark is the sole reference. */
.tws-shop-brand-mark {
  box-sizing: border-box !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #d8ff3e !important;
  color: #080a0b !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 29px !important;
  transform: rotate(-5deg) !important;
  transform-origin: 50% 50% !important;
}


/* Keep the native desktop header on the same single row as the approved header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    flex-wrap: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-branding-info {
    margin: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-navigation-and-icons {
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu > ul {
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-search-cart-non-res {
    flex: 0 0 auto !important;
  }
}

/* Desktop secondary pages — quiet application of the approved homepage visual system. */
@media (min-width: 992px) {
  html[data-tws-route="/privacy-policy"] body,
  html[data-tws-route="/shipping-policy"] body,
  html[data-tws-route="/contact-us"] body,
  html[data-tws-route="/terms-of-service"] body,
  html[data-tws-route="/returns-replacements-refunds"] body,
  html[data-tws-route="/search-products"] body,
  html[data-tws-route="/cart"] body,
  html[data-tws-route="/signin"] body,
  html[data-tws-route="/signup"] body,
  html[data-tws-route="/forgotpassword"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/shipping-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/contact-us"] .theme-mobile-content-wrap,
  html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
  html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
  html[data-tws-route="/search-products"] .theme-mobile-content-wrap,
  html[data-tws-route="/cart"] .theme-mobile-content-wrap,
  html[data-tws-route="/signin"] .theme-mobile-content-wrap,
  html[data-tws-route="/signup"] .theme-mobile-content-wrap,
  html[data-tws-route="/forgotpassword"] .theme-mobile-content-wrap {
    background: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-content-area-inner,
  html[data-tws-route="/shipping-policy"] .theme-content-area-inner,
  html[data-tws-route="/privacy-policy"] .page-container,
  html[data-tws-route="/shipping-policy"] .page-container,
  html[data-tws-route="/privacy-policy"] .page-container > .zpsection,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container > .zpsection > .zpcontainer,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zprow,
  html[data-tws-route="/shipping-policy"] .page-container .zprow,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-col,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container h1,
  html[data-tws-route="/shipping-policy"] .page-container h1 {
    margin: 0 !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    margin-top: 36px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext,
  html[data-tws-route="/privacy-policy"] .page-container .zptext *,
  html[data-tws-route="/shipping-policy"] .page-container .zptext * {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext {
    font-size: 17px !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext p,
  html[data-tws-route="/shipping-policy"] .page-container .zptext p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext h3,
  html[data-tws-route="/shipping-policy"] .page-container .zptext h3 {
    margin: 42px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext ul,
  html[data-tws-route="/shipping-policy"] .page-container .zptext ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext li,
  html[data-tws-route="/shipping-policy"] .page-container .zptext li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container a,
  html[data-tws-route="/shipping-policy"] .page-container a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/contact-us"] .theme-content-area-inner,
  html[data-tws-route="/contact-us"] .page-container,
  html[data-tws-route="/contact-us"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
      radial-gradient(circle at 82% 24%, rgba(216,255,62,.12), transparent 25%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
      #080a0b !important;
    background-size: auto, 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 104px 0 120px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zprow,
  html[data-tws-route="/contact-us"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-heading {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container h1 {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(70px, 8vw, 112px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 660px !important;
    margin: 42px 0 0 !important;
    padding: 30px 32px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext,
  html[data-tws-route="/contact-us"] .page-container .zptext * {
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p {
    margin: 0 0 12px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p:last-child {
    margin-bottom: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext a {
    color: #d8ff3e !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

  html[data-tws-route="/terms-of-service"] .theme-content-area-inner,
  html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
  html[data-tws-route="/terms-of-service"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page {
    box-sizing: border-box !important;
    width: min(900px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h1,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1 {
    margin: 0 0 10px !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-kicker,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker {
    margin: 0 0 42px !important;
    color: #4d5e00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h2,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2 {
    margin: 44px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page ul,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note {
    margin-top: 48px !important;
    padding: 24px 26px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note *,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note * {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a {
    color: #d8ff3e !important;
    text-decoration-color: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-content-area,
  html[data-tws-route="/search-products"] .theme-content-area-inner,
  html[data-tws-route="/search-products"] .page-container,
  html[data-tws-route="/search-products"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/search-products"] .theme-collection-heading-view-all-search {
    margin: 0 0 40px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
  }

  html[data-tws-route="/search-products"] .theme-section-heading {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-sortby-label,
  html[data-tws-route="/search-products"] .theme-sort-colon,
  html[data-tws-route="/search-products"] .theme-custom-select-value {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-value {
    min-width: 170px !important;
    min-height: 42px !important;
    padding: 0 40px 0 14px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    background: #111518 !important;
  }

  html[data-tws-route="/search-products"] .theme-sort-open-close path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option-container {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option:hover {
    color: #080a0b !important;
    background: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-product-ratio {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  html[data-tws-route="/search-products"] .theme-prod-box {
    padding: 0 10px 20px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-box-content {
    height: 100% !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area {
    min-height: 300px !important;
    padding: 18px !important;
    border-bottom: 1px solid #30363b !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-details-area {
    padding: 24px 26px 28px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-name,
  html[data-tws-route="/search-products"] .theme-product-name a {
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-product-price,
  html[data-tws-route="/search-products"] .theme-product-price * {
    color: #d8ff3e !important;
    font-family: Oswald, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,10,11,.88) !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container svg path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner {
    width: 100% !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 88px 0 104px !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #080a0b !important;
    background-size: 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-area-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message {
    min-height: 390px !important;
    padding: 34px 34px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message svg {
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    opacity: .58 !important;
    filter: grayscale(1) contrast(1.08) !important;
  }

  html[data-tws-route="/cart"] .theme-checkout-button-area {
    padding: 0 32px 34px !important;
  }

  html[data-tws-route="/cart"] .theme-continue-shopping-button,
  html[data-tws-route="/cart"] .theme-checkout-button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid #d8ff3e !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head,
  html[data-tws-route="/cart"] .theme-cart-table-row,
  html[data-tws-route="/cart"] .theme-cart-summary-details,
  html[data-tws-route="/cart"] .theme-cart-table-data,
  html[data-tws-route="/cart"] .theme-cart-item-name,
  html[data-tws-route="/cart"] .theme-cart-item-name a,
  html[data-tws-route="/cart"] .theme-cart-price,
  html[data-tws-route="/cart"] .theme-cart-qty {
    color: #f4f0e7 !important;
    border-color: #30363b !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head {
    background: #171c20 !important;
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] input,
  html[data-tws-route="/cart"] select {
    border: 1px solid #30363b !important;
    background: #171c20 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header],
  html[data-tws-route="/signup"] .theme-header[data-portal-header],
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 77px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(8,10,11,.96) !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-branding-info {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html[data-tws-route="/signin"] .theme-portal-form-container,
  html[data-tws-route="/signup"] .theme-portal-form-container,
  html[data-tws-route="/forgotpassword"] .theme-portal-form-container {
    box-sizing: border-box !important;
    width: min(520px, calc(100% - 40px)) !important;
    min-height: 360px !important;
    margin: 80px auto 104px !important;
    padding: 34px 36px 30px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
    box-shadow: none !important;
  }

  html[data-tws-route="/signin"] .signin-iframe,
  html[data-tws-route="/signup"] .signin-iframe,
  html[data-tws-route="/forgotpassword"] .signin-iframe {
    width: 100% !important;
    min-height: 210px !important;
    border: 0 !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup,
  html[data-tws-route="/signup"] .theme-noaccount-signup,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup {
    margin-top: 14px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup a,
  html[data-tws-route="/signup"] .theme-noaccount-signup a,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup a {
    color: #080a0b !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }
}


/* Desktop cart contrast correction */
@media (min-width: 992px) {
  html[data-tws-route="/cart"] .theme-cart-body a,
  html[data-tws-route="/cart"] .theme-cart-body a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-button,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button {
    color: #d8ff3e !important;
    border-color: rgba(216, 255, 62, .42) !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button svg,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button path {
    fill: currentColor !important;
  }
}


/* Desktop wishlist visual system */
@media (min-width: 992px) {
  html[data-tws-route="/wishlist"],
  html[data-tws-route="/wishlist"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner {
    min-height: calc(100vh - 77px) !important;
    padding: 84px 0 92px !important;
    background-color: #080a0b !important;
    background-image:
      linear-gradient(rgba(244, 240, 231, .035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(244, 240, 231, .035) 1px, transparent 1px),
      radial-gradient(circle at 78% 7%, rgba(216, 255, 62, .10), transparent 32%) !important;
    background-size: 44px 44px, 44px 44px, auto !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    min-height: 560px !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-filter-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    padding: 0 0 28px !important;
    border-bottom: 1px solid rgba(244, 240, 231, .16) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-header {
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: 72px !important;
    line-height: .9 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box {
    width: 300px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input {
    width: 100% !important;
    height: 52px !important;
    padding: 0 46px 0 18px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .22) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 15px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input::placeholder {
    color: rgba(244, 240, 231, .58) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-search-icon path {
    fill: #d8ff3e !important;
  }

  html[data-tws-route="/wishlist"] .theme-no-products-error {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 320px !important;
    margin-top: 32px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .12) !important;
    border-radius: 22px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 18px !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner a,
  html[data-tws-route="/wishlist"] .theme-content-area-inner a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner .theme-product-price {
    color: #d8ff3e !important;
  }
}
/* The Weekend Shuffle homepage */
:root {
    --tws-ink: #080a0b;
    --tws-panel: #111518;
    --tws-panel-2: #171c20;
    --tws-paper: #f4f0e7;
    --tws-muted: #a8afb4;
    --tws-line: #30363b;
    --tws-lime: #d8ff3e;
    --tws-coral: #ff6a5e;
    --tws-blue: #79a7ff;
  }

  body:has(.tws-site) {
    margin: 0 !important;
    background: var(--tws-ink) !important;
    color: var(--tws-paper) !important;
  }

  body:has(.tws-site) > .theme-mobile-header-style-05,
  body:has(.tws-site) > .zpheader-style-04,
  body:has(.tws-site) .theme-mobile-content-wrap > .theme-banner,
  body:has(.tws-site) .theme-footer-area {
    display: none !important;
  }

  body:has(.tws-site) .theme-content-area,
  body:has(.tws-site) .theme-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.tws-site) .zpsection:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container > *:not(:has(.tws-site)),
  body:has(.tws-site) .theme-content-container main > *:not(:has(.tws-site)) {
    display: none !important;
  }

  .tws-site,
  .tws-site * {
    box-sizing: border-box;
  }

  .tws-site {
    width: 100%;
    overflow: hidden;
    background: var(--tws-ink);
    color: var(--tws-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
  }

  .tws-site a { color: inherit; text-decoration: none; }
  .tws-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
  .tws-kicker { color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
  .tws-display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: .94; text-transform: uppercase; }
  .tws-section { padding: 104px 0; border-top: 1px solid var(--tws-line); }
  .tws-title { max-width: 900px; margin: 14px 0 20px; font-size: clamp(48px, 7vw, 96px); }
  .tws-lede { max-width: 720px; margin: 0; color: var(--tws-muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }

  .tws-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--tws-line);
    background: rgba(8, 10, 11, .93);
    backdrop-filter: blur(12px);
  }

  .tws-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
  .tws-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 16px; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
  .tws-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--tws-lime); color: var(--tws-ink); font-size: 20px; transform: rotate(-5deg); }
  .tws-menu { display: flex; align-items: center; gap: 24px; }
  .tws-menu a { color: #cbd0d3; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .tws-menu a:hover { color: var(--tws-lime); }
  .tws-nav-cta { padding: 12px 16px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

  .tws-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tws-line);
    background:
      radial-gradient(circle at 78% 25%, rgba(216,255,62,.17), transparent 24%),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      var(--tws-ink);
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .tws-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 88px 0 80px; }
  .tws-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--tws-lime); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .tws-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--tws-lime); }
  .tws-hero h1 { max-width: 770px; font-size: clamp(70px, 9vw, 138px); }
  .tws-hero-copy { max-width: 640px; margin: 28px 0 32px; color: #c5cacf; font-size: clamp(19px, 2vw, 25px); }
  .tws-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .tws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--tws-paper); border-radius: 999px; font-size: 13px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .tws-btn:hover { transform: translateY(-2px); }
  .tws-btn-primary { border-color: var(--tws-lime); background: var(--tws-lime); color: var(--tws-ink) !important; }
  .tws-btn-dark { border-color: var(--tws-line); background: var(--tws-panel); }
  .tws-micro { margin-top: 18px; color: #8c9499; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  .tws-deck { position: relative; height: 470px; }
  .tws-card-art { position: absolute; width: 270px; height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 2px solid #060708; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.42); color: var(--tws-ink); }
  .tws-card-art strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 45px; line-height: .92; text-transform: uppercase; }
  .tws-card-art span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .tws-card-a { top: 60px; left: 8px; background: var(--tws-coral); transform: rotate(-12deg); }
  .tws-card-b { top: 18px; right: 12px; background: var(--tws-lime); transform: rotate(9deg); }
  .tws-card-b::before { content: "?"; position: absolute; top: 80px; right: 28px; font: 180px/1 Impact, sans-serif; opacity: .16; }
  .tws-card-c { right: 72px; bottom: 0; width: 230px; height: 300px; background: var(--tws-blue); transform: rotate(-2deg); }
  .tws-card-c strong { font-size: 38px; }

  .tws-boring { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-boring .tws-kicker { color: #4d5e00; }
  .tws-boring h2 { max-width: 1000px; font-size: clamp(50px, 7.6vw, 108px); }
  .tws-boring h2 span { color: #92958f; }
  .tws-boring p { max-width: 700px; margin: 30px 0; color: #444a4d; font-size: 21px; }

  .tws-occasions { background: var(--tws-panel); }
  .tws-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .tws-occasion { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--tws-line); border-radius: 18px; background: #0c0f11; transition: border-color .2s ease, transform .2s ease; }
  .tws-occasion:hover { border-color: var(--tws-lime); transform: translateY(-3px); }
  .tws-occasion-top { display: flex; justify-content: space-between; align-items: flex-start; }
  .tws-no { color: #70777c; font-size: 12px; font-weight: 900; }
  .tws-arrow { color: var(--tws-lime); font-size: 22px; }
  .tws-occasion h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-occasion p { margin: 0; color: var(--tws-muted); }

  .tws-games { background: var(--tws-ink); }
  .tws-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .tws-game { overflow: hidden; border: 1px solid var(--tws-line); border-radius: 22px; background: var(--tws-panel); }
  .tws-game-visual { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
  .tws-game:nth-child(1) .tws-game-visual { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-game:nth-child(2) .tws-game-visual { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-game:nth-child(3) .tws-game-visual { background: var(--tws-blue); color: var(--tws-ink); }
  .tws-box { width: 180px; height: 210px; display: flex; align-items: flex-end; padding: 18px; border: 3px solid currentColor; border-radius: 12px; box-shadow: 16px 16px 0 rgba(8,10,11,.18); font: 42px/.9 Impact, sans-serif; text-transform: uppercase; transform: rotate(-5deg); }
  .tws-game:nth-child(2) .tws-box { transform: rotate(4deg); }
  .tws-game:nth-child(3) .tws-box { transform: rotate(-2deg); }
  .tws-game-copy { padding: 26px; }
  .tws-game-copy h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-game-copy > p { min-height: 48px; margin: 0 0 18px; color: var(--tws-muted); }
  .tws-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .tws-chip { padding: 7px 9px; border: 1px solid var(--tws-line); border-radius: 999px; color: #d6dadd; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .tws-ratings { padding-top: 16px; border-top: 1px solid var(--tws-line); color: #c1c6c9; font-size: 12px; line-height: 1.9; letter-spacing: .04em; }

  .tws-objection { position: relative; background: var(--tws-lime); color: var(--tws-ink); }
  .tws-objection blockquote { max-width: 1030px; margin: 0; font-size: clamp(64px, 9.3vw, 140px); }
  .tws-objection-answer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-top: 55px; }
  .tws-objection-answer h3 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
  .tws-objection-answer p { margin: 0; font-size: 20px; line-height: 1.65; }
  .tws-number-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; border: 1px solid rgba(8,10,11,.25); background: rgba(8,10,11,.25); }
  .tws-number { padding: 24px; background: var(--tws-lime); }
  .tws-number strong { display: block; font-family: Impact, sans-serif; font-size: 38px; letter-spacing: -.02em; }
  .tws-number span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-watch { background: var(--tws-panel); }
  .tws-video { position: relative; min-height: 520px; display: grid; place-items: center; margin-top: 45px; overflow: hidden; border: 1px solid var(--tws-line); border-radius: 24px; background: radial-gradient(circle at 50% 50%, #343d43 0, #171d21 35%, #090b0d 75%); }
  .tws-video::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(255,255,255,.035) 39px 40px); }
  .tws-play { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: var(--tws-lime); color: var(--tws-ink); font-size: 34px; padding-left: 6px; }
  .tws-video-label { position: absolute; left: 28px; bottom: 26px; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

  .tws-principles { background: var(--tws-ink); }
  .tws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--tws-line); background: var(--tws-line); }
  .tws-principle { min-height: 250px; padding: 27px; background: var(--tws-ink); }
  .tws-principle b { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 65px; border: 1px solid var(--tws-line); border-radius: 50%; color: var(--tws-lime); }
  .tws-principle h3 { margin: 0 0 10px; font-size: 18px; text-transform: uppercase; }
  .tws-principle p { margin: 0; color: var(--tws-muted); font-size: 15px; }

  .tws-quote { background: var(--tws-coral); color: var(--tws-ink); }
  .tws-quote blockquote { max-width: 1080px; margin: 28px 0; font: clamp(43px, 6vw, 82px)/1.04 Impact, sans-serif; text-transform: uppercase; }
  .tws-quote cite { font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

  .tws-mission { background: var(--tws-paper); color: var(--tws-ink); }
  .tws-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
  .tws-mission h2 { font-size: clamp(54px, 7vw, 98px); }
  .tws-mission-copy { padding-top: 20px; }
  .tws-mission-copy p { margin: 0 0 22px; color: #41484c; font-size: 19px; line-height: 1.65; }
  .tws-roadmap { margin-top: 32px; padding: 0; list-style: none; border-top: 1px solid #c8cbc5; }
  .tws-roadmap li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #c8cbc5; font-weight: 800; }
  .tws-roadmap span { color: #737975; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

  .tws-playbook { background: var(--tws-panel); }
  .tws-article-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 45px; }
  .tws-article { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--tws-line); border-radius: 20px; background: #0b0e10; }
  .tws-article:first-child { grid-row: span 2; min-height: 574px; background: var(--tws-blue); color: var(--tws-ink); }
  .tws-article:nth-child(4) { background: var(--tws-lime); color: var(--tws-ink); }
  .tws-article small { font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .tws-article h3 { margin: 20px 0 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
  .tws-article:first-child h3 { font: 58px/.95 Impact, sans-serif; }

  .tws-footer { padding: 72px 0 34px; border-top: 1px solid var(--tws-line); background: #050607; }
  .tws-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; }
  .tws-footer h2 { font-size: clamp(64px, 8vw, 110px); }
  .tws-footer-note { max-width: 430px; color: var(--tws-muted); font-size: 18px; }
  .tws-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; align-content: end; }
  .tws-footer-links a { color: #c8cdd0; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .tws-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 26px; border-top: 1px solid var(--tws-line); color: #7f878c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

  @media (max-width: 920px) {
    .tws-menu a:not(:first-child) { display: none; }
    .tws-hero { min-height: auto; }
    .tws-hero-grid, .tws-mission-grid, .tws-objection-answer, .tws-footer-top { grid-template-columns: 1fr; }
    .tws-deck { height: 420px; max-width: 520px; }
    .tws-grid-3, .tws-game-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-game-grid .tws-game:last-child { grid-column: span 2; }
    .tws-principle-grid { grid-template-columns: repeat(2, 1fr); }
    .tws-article-grid { grid-template-columns: 1fr 1fr; }
    .tws-article:first-child { grid-row: auto; grid-column: span 2; min-height: 430px; }
  }

  @media (max-width: 620px) {
    .tws-shell { width: min(100% - 28px, 1180px); }
    .tws-nav-inner { min-height: 66px; gap: 12px; }
    .tws-brand { font-size: 13px; }
    .tws-brand-mark { width: 30px; height: 30px; }
    .tws-menu { display: none; }
    .tws-nav-cta { padding: 10px 13px; }
    .tws-section { padding: 74px 0; }
    .tws-hero-grid { padding: 58px 0 60px; }
    .tws-hero h1 { font-size: clamp(61px, 19vw, 92px); }
    .tws-deck { height: 330px; margin-top: 15px; }
    .tws-card-art { width: 190px; height: 260px; padding: 17px; border-radius: 16px; }
    .tws-card-art strong { font-size: 32px; }
    .tws-card-a { top: 40px; }
    .tws-card-b { right: 4px; }
    .tws-card-c { right: 52px; width: 165px; height: 220px; }
    .tws-card-c strong { font-size: 28px; }
    .tws-grid-3, .tws-game-grid, .tws-number-row, .tws-principle-grid, .tws-article-grid { grid-template-columns: 1fr; }
    .tws-game-grid .tws-game:last-child, .tws-article:first-child { grid-column: auto; }
    .tws-objection-answer { gap: 25px; }
    .tws-video { min-height: 320px; }
    .tws-footer-links { margin-top: 15px; }
    .tws-footer-bottom { flex-direction: column; }
  }.zcs_custom_video, .zcs_custom_video .zpvideo-container,  .zcs_custom_video .zpvideo-container iframe {
  width: 100%!important;
    height: 100%!important;
}

body:has(.tws-site) .theme-content-area { display: none !important; }

.tws-display { color: inherit !important; }

.tws-site h1, .tws-site h2, .tws-site h3 { color: inherit !important; }


/* Weekend Shuffle product pages — scoped to .tws-live-pdp */
/* Scoped to the three Weekend Shuffle product descriptions only. */
body:has(.tws-live-pdp) .theme-content-area-inner {
  background: #080a0b;
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-breadcrumb-container {
  background: #080a0b;
  color: #aeb6b9;
  border-bottom: 1px solid #252b2e;
}
body:has(.tws-live-pdp) [data-zs-product-primary-details] {
  gap: 64px;
  padding-top: 48px;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner {
  overflow: hidden;
  border: 1px solid #252b2e;
  border-radius: 24px;
  background: #111518;
}
body:has(.tws-live-pdp) .theme-product-detail-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
body:has(.tws-live-pdp) .theme-product-name h1 {
  color: #f4f0e7;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-product-short-description {
  max-width: 560px;
  color: #ccd2d4;
  font-size: 18px;
  line-height: 1.55;
}
body:has(.tws-live-pdp) .theme-product-price {
  color: #d8ff3e;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 700;
}
body:has(.tws-live-pdp) .theme-product-varient-quantity,
body:has(.tws-live-pdp) .theme-product-varients-row,
body:has(.tws-live-pdp) .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-social-share {
  color: #f4f0e7;
}
body:has(.tws-live-pdp) .theme-product-quantity-spinner input {
  background: #f4f0e7;
  color: #080a0b;
}
body:has(.tws-live-pdp) .theme-cart-button {
  border: 0;
  border-radius: 999px;
  background: #ff6a5e;
  color: #080a0b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body:has(.tws-live-pdp) .theme-prod-non-returnable {
  color: #aeb6b9;
}
body:has(.tws-live-pdp) .theme-rating-review-container,
body:has(.tws-live-pdp) details[name="ratings-reviews"] {
  display: none !important;
}
body:has(.tws-live-pdp) .theme-product-specification-section {
  width: calc(200% + 64px);
  max-width: none;
  margin-top: 72px;
  margin-left: calc(-100% - 64px);
}
body:has(.tws-live-pdp) details[name="product-details"] {
  border: 0 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none;
}
body:has(.tws-live-pdp) details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}
.tws-live-pdp,
.tws-live-pdp * {
  box-sizing: border-box;
}
.tws-live-pdp {
  --paper: #f4f0e7;
  --ink: #080a0b;
  --panel: #111518;
  --line: #2b3235;
  --muted: #aeb6b9;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
.tws-live-pdp a { color: inherit; }
.tws-live-pdp h2,
.tws-live-pdp h3,
.tws-live-pdp p { margin-top: 0; }
.tws-live-pdp h2,
.tws-live-pdp h3 {
  color: inherit;
  font-family: Oswald, sans-serif;
}
.tws-pdp-section {
  padding: 76px 48px;
  border-top: 1px solid var(--line);
}
.tws-pdp-section:first-child { border-top: 0; }
.tws-pdp-kicker {
  margin-bottom: 16px;
  color: var(--accent, var(--lime));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tws-pdp-title {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}
.tws-pdp-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: #ccd2d4;
  font-size: 20px;
  line-height: 1.55;
}
.tws-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-fact { padding: 24px; border-right: 1px solid var(--line); }
.tws-fact:last-child { border-right: 0; }
.tws-fact b { display: block; color: var(--paper); font-family: Oswald, sans-serif; font-size: 30px; }
.tws-fact span { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tws-moment {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  background: var(--accent, var(--lime));
  color: var(--ink);
}
.tws-moment .tws-pdp-kicker { color: var(--ink); }
.tws-moment-quote {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .95;
  text-transform: uppercase;
}
.tws-moment-copy { max-width: 520px; font-size: 20px; font-weight: 700; }
.tws-steps,
.tws-two-col,
.tws-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.tws-step,
.tws-fit-card,
.tws-compare-card,
.tws-contents-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.tws-step-no {
  color: var(--accent, var(--lime));
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.tws-step h3,
.tws-fit-card h3,
.tws-compare-card h3,
.tws-contents-card h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  font-weight: 700;
}
.tws-step p,
.tws-compare-card p,
.tws-contents-card p { margin-bottom: 0; color: #c5ccce; }
.tws-fit-card ul { margin: 16px 0 0; padding-left: 21px; }
.tws-fit-card li + li { margin-top: 9px; }
.tws-fit-card--not { background: transparent; }
.tws-profile { display: grid; gap: 15px; margin-top: 36px; }
.tws-profile-row { display: grid; grid-template-columns: 130px 1fr 38px; gap: 14px; align-items: center; }
.tws-profile-track { height: 12px; overflow: hidden; border-radius: 999px; background: #242b2e; }
.tws-profile-fill { width: var(--score); height: 100%; border-radius: inherit; background: var(--accent, var(--lime)); }
.tws-profile-row b { color: var(--paper); font-family: Oswald, sans-serif; }
.tws-contents-card strong { display: block; margin-bottom: 6px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 25px; }
.tws-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tws-compare-card { display: block; color: inherit !important; text-decoration: none !important; }
.tws-compare-card:hover { border-color: var(--card-accent); transform: translateY(-2px); }
.tws-compare-tag { display: inline-block; color: var(--card-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tws-compare-card h3 { font-size: 31px; }
.tws-compare-meta { margin-top: 18px; color: var(--muted); font-size: 14px; }
.tws-compare-link { display: inline-block; margin-top: 18px; color: var(--card-accent); font-weight: 800; }
.tws-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.tws-reassurance a,
.tws-reassurance div { padding: 26px; background: var(--panel); text-decoration: none; }
.tws-reassurance b { display: block; margin-bottom: 8px; color: var(--accent, var(--lime)); font-family: Oswald, sans-serif; font-size: 20px; }
@media (max-width: 900px) {
  body:has(.tws-live-pdp) [data-zs-product-primary-details] { gap: 28px; }
  body:has(.tws-live-pdp) .theme-product-specification-section { width: 100%; margin-left: 0; }
  .tws-pdp-section { padding: 54px 22px; }
  .tws-moment,
  .tws-steps,
  .tws-two-col,
  .tws-compare-grid { grid-template-columns: 1fr; }
  .tws-facts,
  .tws-reassurance { grid-template-columns: 1fr; }
  .tws-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .tws-fact:last-child { border-bottom: 0; }
}


/* Final specificity fixes for Zoho's product template. */
body:has(.tws-live-pdp) .theme-breadcrumb-active {
  color: #aeb6b9 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  color: #f4f0e7 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-name svg path {
  fill: #f4f0e7 !important;
}
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-row-labels,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-name,
body:has(.tws-live-pdp) .theme-product-detail-column.theme-product-detail-container > .theme-product-varients-row .theme-variant-label-colon {
  color: #f4f0e7 !important;
}
body:has(.tws-live-pdp) details[name="product-details"] > summary {
  display: none !important;
}


/* Product-page overlap and icon fixes */
body:has(.tws-live-pdp) .theme-product-detail-image-container {
  position: static !important;
  top: auto !important;
}
body:has(.tws-live-pdp) .theme-product-social-share svg path {
  fill: #f4f0e7 !important;
}


/* Homepage footer: balance the expanded legal-link set. */
.tws-site .tws-footer-links > a:last-child:nth-child(odd){grid-column:1/-1;}

/* Native Zoho header — aligned to the approved homepage header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    height: auto !important;
    min-height: 77px !important;
    border-bottom: 1px solid #30363b !important;
    background: rgba(8, 10, 11, .96) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header-topbar {
    display: none !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header {
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(8, 10, 11, .96) !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 76px !important;
    height: 76px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-branding-info {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 11px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent picture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-navigation-and-icons {
    width: auto !important;
    min-width: 0 !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul {
    gap: 22px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd0d3 !important;
    background: transparent !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li.theme-menu-selected > a {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"] {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f4f0e7 !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-menu > ul > li > a[href="/shop-games"]:hover {
    border-color: #d8ff3e !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-cart-non-res,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group {
    width: auto !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group-item:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] [data-theme-portal]:hover {
    background: #171c20 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-and-mini-cart-group svg path {
    fill: #f4f0e7 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-mini-cart-count {
    top: -3px !important;
    right: -3px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border: 2px solid #080a0b !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a {
    color: #cbd0d3 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-sub-menu a:hover,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-portal-container-dropdown a:hover {
    color: #d8ff3e !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container {
    border: 1px solid #30363b !important;
    background: #111518 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-search-field-container input {
    color: #f4f0e7 !important;
    background: #111518 !important;
  }
}

/* Shop Games brand mark — the homepage mark is the sole reference. */
.tws-shop-brand-mark {
  box-sizing: border-box !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #d8ff3e !important;
  color: #080a0b !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 29px !important;
  transform: rotate(-5deg) !important;
  transform-origin: 50% 50% !important;
}


/* Keep the native desktop header on the same single row as the approved header. */
@media (min-width: 992px) {
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] > .theme-header > .zpcontainer {
    flex-wrap: nowrap !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-branding-info {
    margin: 0 !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-navigation-and-icons {
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu-area,
  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-menu > ul {
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body:not(:has(.tws-site)):not(:has(.tws-shop-page)) > [data-zs-mobile-headerstyle] .theme-header .theme-search-cart-non-res {
    flex: 0 0 auto !important;
  }
}

/* Desktop secondary pages — quiet application of the approved homepage visual system. */
@media (min-width: 992px) {
  html[data-tws-route="/privacy-policy"] body,
  html[data-tws-route="/shipping-policy"] body,
  html[data-tws-route="/contact-us"] body,
  html[data-tws-route="/terms-of-service"] body,
  html[data-tws-route="/returns-replacements-refunds"] body,
  html[data-tws-route="/search-products"] body,
  html[data-tws-route="/cart"] body,
  html[data-tws-route="/signin"] body,
  html[data-tws-route="/signup"] body,
  html[data-tws-route="/forgotpassword"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/shipping-policy"] .theme-mobile-content-wrap,
  html[data-tws-route="/contact-us"] .theme-mobile-content-wrap,
  html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
  html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
  html[data-tws-route="/search-products"] .theme-mobile-content-wrap,
  html[data-tws-route="/cart"] .theme-mobile-content-wrap,
  html[data-tws-route="/signin"] .theme-mobile-content-wrap,
  html[data-tws-route="/signup"] .theme-mobile-content-wrap,
  html[data-tws-route="/forgotpassword"] .theme-mobile-content-wrap {
    background: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .theme-content-area-inner,
  html[data-tws-route="/shipping-policy"] .theme-content-area-inner,
  html[data-tws-route="/privacy-policy"] .page-container,
  html[data-tws-route="/shipping-policy"] .page-container,
  html[data-tws-route="/privacy-policy"] .page-container > .zpsection,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container > .zpsection > .zpcontainer,
  html[data-tws-route="/shipping-policy"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zprow,
  html[data-tws-route="/shipping-policy"] .page-container .zprow,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-col,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-heading,
  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container h1,
  html[data-tws-route="/shipping-policy"] .page-container h1 {
    margin: 0 !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zpelem-text,
  html[data-tws-route="/shipping-policy"] .page-container .zpelem-text {
    margin-top: 36px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext,
  html[data-tws-route="/privacy-policy"] .page-container .zptext *,
  html[data-tws-route="/shipping-policy"] .page-container .zptext * {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext,
  html[data-tws-route="/shipping-policy"] .page-container .zptext {
    font-size: 17px !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext p,
  html[data-tws-route="/shipping-policy"] .page-container .zptext p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext h3,
  html[data-tws-route="/shipping-policy"] .page-container .zptext h3 {
    margin: 42px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext ul,
  html[data-tws-route="/shipping-policy"] .page-container .zptext ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container .zptext li,
  html[data-tws-route="/shipping-policy"] .page-container .zptext li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/privacy-policy"] .page-container a,
  html[data-tws-route="/shipping-policy"] .page-container a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/contact-us"] .theme-content-area-inner,
  html[data-tws-route="/contact-us"] .page-container,
  html[data-tws-route="/contact-us"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
      radial-gradient(circle at 82% 24%, rgba(216,255,62,.12), transparent 25%),
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
      #080a0b !important;
    background-size: auto, 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 104px 0 120px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zprow,
  html[data-tws-route="/contact-us"] .page-container .zpelem-col {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-heading {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container h1 {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(70px, 8vw, 112px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zpelem-text {
    width: 100% !important;
    max-width: 660px !important;
    margin: 42px 0 0 !important;
    padding: 30px 32px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext,
  html[data-tws-route="/contact-us"] .page-container .zptext * {
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p {
    margin: 0 0 12px !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext p:last-child {
    margin-bottom: 0 !important;
  }

  html[data-tws-route="/contact-us"] .page-container .zptext a {
    color: #d8ff3e !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

  html[data-tws-route="/terms-of-service"] .theme-content-area-inner,
  html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
  html[data-tws-route="/terms-of-service"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page {
    box-sizing: border-box !important;
    width: min(900px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h1,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1 {
    margin: 0 0 10px !important;
    color: #080a0b !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-kicker,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker {
    margin: 0 0 42px !important;
    color: #4d5e00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page h2,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2 {
    margin: 44px 0 12px !important;
    color: #080a0b !important;
    font-family: Oswald, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page p,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p {
    margin: 0 0 16px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page ul,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul {
    margin: 12px 0 24px !important;
    padding-left: 24px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page li,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li {
    margin: 8px 0 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-page a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page a {
    color: #080a0b !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note {
    margin-top: 48px !important;
    padding: 24px 26px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note *,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note * {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/terms-of-service"] .tws-policy-note a,
  html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a {
    color: #d8ff3e !important;
    text-decoration-color: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-content-area,
  html[data-tws-route="/search-products"] .theme-content-area-inner,
  html[data-tws-route="/search-products"] .page-container,
  html[data-tws-route="/search-products"] .page-container > .zpsection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .page-container > .zpsection > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 88px 0 104px !important;
  }

  html[data-tws-route="/search-products"] .theme-collection-heading-view-all-search {
    margin: 0 0 40px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
  }

  html[data-tws-route="/search-products"] .theme-section-heading {
    margin: 0 !important;
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-sortby-label,
  html[data-tws-route="/search-products"] .theme-sort-colon,
  html[data-tws-route="/search-products"] .theme-custom-select-value {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-value {
    min-width: 170px !important;
    min-height: 42px !important;
    padding: 0 40px 0 14px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    background: #111518 !important;
  }

  html[data-tws-route="/search-products"] .theme-sort-open-close path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option-container {
    border: 1px solid #30363b !important;
    border-radius: 12px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.32) !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option {
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html[data-tws-route="/search-products"] .theme-custom-select-option:hover {
    color: #080a0b !important;
    background: #d8ff3e !important;
  }

  html[data-tws-route="/search-products"] .theme-product-ratio {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  html[data-tws-route="/search-products"] .theme-prod-box {
    padding: 0 10px 20px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-box-content {
    height: 100% !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area {
    min-height: 300px !important;
    padding: 18px !important;
    border-bottom: 1px solid #30363b !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  html[data-tws-route="/search-products"] .theme-product-details-area {
    padding: 24px 26px 28px !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/search-products"] .theme-product-name,
  html[data-tws-route="/search-products"] .theme-product-name a {
    color: #f4f0e7 !important;
    font-family: Oswald, sans-serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/search-products"] .theme-product-price,
  html[data-tws-route="/search-products"] .theme-product-price * {
    color: #d8ff3e !important;
    font-family: Oswald, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #30363b !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,10,11,.88) !important;
  }

  html[data-tws-route="/search-products"] .wishlist-selection-container svg path {
    fill: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner {
    width: 100% !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 88px 0 104px !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #080a0b !important;
    background-size: 44px 44px, 44px 44px, auto !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-area-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #111518 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message {
    min-height: 390px !important;
    padding: 34px 34px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html[data-tws-route="/cart"] .theme-cart-error-empty-message svg {
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    opacity: .58 !important;
    filter: grayscale(1) contrast(1.08) !important;
  }

  html[data-tws-route="/cart"] .theme-checkout-button-area {
    padding: 0 32px 34px !important;
  }

  html[data-tws-route="/cart"] .theme-continue-shopping-button,
  html[data-tws-route="/cart"] .theme-checkout-button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid #d8ff3e !important;
    border-radius: 999px !important;
    background: #d8ff3e !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head,
  html[data-tws-route="/cart"] .theme-cart-table-row,
  html[data-tws-route="/cart"] .theme-cart-summary-details,
  html[data-tws-route="/cart"] .theme-cart-table-data,
  html[data-tws-route="/cart"] .theme-cart-item-name,
  html[data-tws-route="/cart"] .theme-cart-item-name a,
  html[data-tws-route="/cart"] .theme-cart-price,
  html[data-tws-route="/cart"] .theme-cart-qty {
    color: #f4f0e7 !important;
    border-color: #30363b !important;
  }

  html[data-tws-route="/cart"] .theme-cart-head {
    background: #171c20 !important;
    color: #cbd0d3 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/cart"] input,
  html[data-tws-route="/cart"] select {
    border: 1px solid #30363b !important;
    background: #171c20 !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header],
  html[data-tws-route="/signup"] .theme-header[data-portal-header],
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 77px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) !important;
    border-bottom: 1px solid #30363b !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(8,10,11,.96) !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-branding-info,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-branding-info {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent img,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-logo-parent > a::before,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-logo-parent > a::before {
    content: "↻";
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #d8ff3e;
    color: #080a0b;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 950;
    line-height: 29px;
    transform: rotate(-5deg);
    transform-origin: 50% 50%;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name-caption,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name-caption {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-tws-route="/signin"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/signup"] .theme-header[data-portal-header] .theme-site-name,
  html[data-tws-route="/forgotpassword"] .theme-header[data-portal-header] .theme-site-name {
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f0e7 !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html[data-tws-route="/signin"] .theme-portal-form-container,
  html[data-tws-route="/signup"] .theme-portal-form-container,
  html[data-tws-route="/forgotpassword"] .theme-portal-form-container {
    box-sizing: border-box !important;
    width: min(520px, calc(100% - 40px)) !important;
    min-height: 360px !important;
    margin: 80px auto 104px !important;
    padding: 34px 36px 30px !important;
    border: 1px solid #30363b !important;
    border-radius: 22px !important;
    background: #f4f0e7 !important;
    color: #080a0b !important;
    box-shadow: none !important;
  }

  html[data-tws-route="/signin"] .signin-iframe,
  html[data-tws-route="/signup"] .signin-iframe,
  html[data-tws-route="/forgotpassword"] .signin-iframe {
    width: 100% !important;
    min-height: 210px !important;
    border: 0 !important;
    background: #f4f0e7 !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup,
  html[data-tws-route="/signup"] .theme-noaccount-signup,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup {
    margin-top: 14px !important;
    color: #080a0b !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  html[data-tws-route="/signin"] .theme-noaccount-signup a,
  html[data-tws-route="/signup"] .theme-noaccount-signup a,
  html[data-tws-route="/forgotpassword"] .theme-noaccount-signup a {
    color: #080a0b !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #4d5e00 !important;
    text-underline-offset: 3px !important;
  }
}


/* Desktop cart contrast correction */
@media (min-width: 992px) {
  html[data-tws-route="/cart"] .theme-cart-body a,
  html[data-tws-route="/cart"] .theme-cart-body a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-button,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button {
    color: #d8ff3e !important;
    border-color: rgba(216, 255, 62, .42) !important;
  }

  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button svg,
  html[data-tws-route="/cart"] .theme-cart-body .theme-cart-remove-icon-button path {
    fill: currentColor !important;
  }
}


/* Desktop wishlist visual system */
@media (min-width: 992px) {
  html[data-tws-route="/wishlist"],
  html[data-tws-route="/wishlist"] body {
    background: #080a0b !important;
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner {
    min-height: calc(100vh - 77px) !important;
    padding: 84px 0 92px !important;
    background-color: #080a0b !important;
    background-image:
      linear-gradient(rgba(244, 240, 231, .035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(244, 240, 231, .035) 1px, transparent 1px),
      radial-gradient(circle at 78% 7%, rgba(216, 255, 62, .10), transparent 32%) !important;
    background-size: 44px 44px, 44px 44px, auto !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner > .zpcontainer {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    min-height: 560px !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-filter-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    padding: 0 0 28px !important;
    border-bottom: 1px solid rgba(244, 240, 231, .16) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-header {
    color: #f4f0e7 !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: 72px !important;
    line-height: .9 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box {
    width: 300px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input {
    width: 100% !important;
    height: 52px !important;
    padding: 0 46px 0 18px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .22) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 15px !important;
  }

  html[data-tws-route="/wishlist"] .theme-search-box input::placeholder {
    color: rgba(244, 240, 231, .58) !important;
  }

  html[data-tws-route="/wishlist"] .wishlist-search-icon path {
    fill: #d8ff3e !important;
  }

  html[data-tws-route="/wishlist"] .theme-no-products-error {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 320px !important;
    margin-top: 32px !important;
    color: #f4f0e7 !important;
    background: #111619 !important;
    border: 1px solid rgba(244, 240, 231, .12) !important;
    border-radius: 22px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 18px !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner a,
  html[data-tws-route="/wishlist"] .theme-content-area-inner a:visited {
    color: #f4f0e7 !important;
  }

  html[data-tws-route="/wishlist"] .theme-content-area-inner .theme-product-price {
    color: #d8ff3e !important;
  }
}


@media (min-width: 992px) {
  html[data-tws-route="/wishlist"] .theme-search-box input {
    padding-left: 44px !important;
  }
}

/* TWS desktop navigation visibility fix */
@media (min-width: 992px) {
  #tws-global-header .tws-global-nav { display: flex !important; }
}

/* TWS hide legacy Zoho desktop footer shell */
@media (min-width: 992px) {
  .theme-footer-area { display: none !important; }
}

/* TWS force one desktop footer across every Zoho template */
@media (min-width: 992px) {
  html body .theme-footer-area { display: none !important; }
}




/* TWS production visual update — Git b870a2d */
/* Product-page visual redesign based on the approved Weekend Shuffle guide. */
html[data-tws-route^="/products/"] {
  --tws-product-accent: #d8ff3e;
  --tws-product-ink: #080a0b;
  --tws-product-panel: #111518;
  --tws-product-panel-2: #171c20;
  --tws-product-line: #30363b;
  --tws-product-paper: #f4f0e7;
  --tws-product-muted: #a8afb4;
}

html[data-tws-route*="chor-police"] { --tws-product-accent: #ff6a5e; }
html[data-tws-route*="cash-before-crash"] { --tws-product-accent: #79a7ff; }

html[data-tws-route^="/products/"] body,
html[data-tws-route^="/products/"] .theme-mobile-content-wrap,
html[data-tws-route^="/products/"] .theme-content-area,
html[data-tws-route^="/products/"] .theme-content-container,
html[data-tws-route^="/products/"] .theme-content-area-inner {
  background: var(--tws-product-ink) !important;
  color: var(--tws-product-paper) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[data-tws-route^="/products/"] .theme-content-area-inner {
  overflow: hidden;
}

html[data-tws-route^="/products/"] .theme-breadcrumb-container {
  min-height: 48px;
  border-bottom: 1px solid var(--tws-product-line) !important;
  background: var(--tws-product-panel) !important;
}

html[data-tws-route^="/products/"] .theme-breadcrumb-container > .zpcontainer,
html[data-tws-route^="/products/"] [data-zs-product-details-primary-section] > .zpcontainer {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

html[data-tws-route^="/products/"] .theme-product-breadcrumb,
html[data-tws-route^="/products/"] .theme-breadcrumb-active {
  color: var(--tws-product-muted) !important;
  font: 900 11px/17px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] [data-zs-product-details-primary-section] {
  padding: 88px 0 0 !important;
  background-color: var(--tws-product-ink) !important;
  background-image:
    linear-gradient(rgba(244, 240, 231, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 231, .025) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
}

html[data-tws-route^="/products/"] [data-zs-product-primary-details] {
  display: flex !important;
  align-items: flex-start !important;
  gap: 50px !important;
  width: 100% !important;
  padding: 0 !important;
}

html[data-tws-route^="/products/"] [data-zs-product-primary-details] > .theme-product-detail-column {
  min-width: 0 !important;
  width: calc((100% - 50px) / 2) !important;
  flex: 0 0 calc((100% - 50px) / 2) !important;
}

html[data-tws-route^="/products/"] .theme-product-detail-image-container {
  position: relative !important;
  top: auto !important;
  align-self: flex-start !important;
}

html[data-tws-route^="/products/"] .theme-product-detail-image,
html[data-tws-route^="/products/"] .theme-product-detail-image-inner {
  width: 100% !important;
}

html[data-tws-route^="/products/"] .theme-product-detail-image-inner {
  display: grid !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 34px !important;
  border: 1px solid var(--tws-product-line) !important;
  border-radius: 22px !important;
  background: var(--tws-product-accent) !important;
}

html[data-tws-route^="/products/"] .theme-product-detail-image-inner picture {
  display: block !important;
  width: 94% !important;
  transform: rotate(-2deg);
}

html[data-tws-route*="chor-police"] .theme-product-detail-image-inner picture { transform: rotate(2deg); }
html[data-tws-route*="cash-before-crash"] .theme-product-detail-image-inner picture { transform: rotate(-3deg); }

html[data-tws-route^="/products/"] .theme-product-detail-image-inner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
  border: 3px solid var(--tws-product-ink) !important;
  border-radius: 14px !important;
  box-shadow: 16px 16px 0 rgba(8, 10, 11, .18) !important;
}

html[data-tws-route^="/products/"] .theme-product-detail-column.theme-product-detail-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 10px 0 0 !important;
  color: var(--tws-product-paper) !important;
}

html[data-tws-route^="/products/"] .theme-product-name {
  align-items: flex-start !important;
  gap: 18px !important;
  margin: 0 0 24px !important;
}

html[data-tws-route^="/products/"] .theme-product-name h1,
html[data-tws-route^="/products/"] .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 {
  max-width: 770px !important;
  margin: 0 !important;
  color: var(--tws-product-paper) !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(70px, 6vw, 96px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .wishlist-selection-container {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  margin-top: 7px !important;
  border: 1px solid var(--tws-product-line) !important;
  border-radius: 999px !important;
  background: var(--tws-product-panel) !important;
}

html[data-tws-route^="/products/"] .wishlist-selection-container svg path {
  fill: var(--tws-product-paper) !important;
}

html[data-tws-route^="/products/"] .theme-product-short-description {
  max-width: 560px !important;
  margin: 0 0 28px !important;
  color: #c5cacf !important;
  font: 400 20px/29px Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route^="/products/"] .theme-prod-pricelist-outter {
  margin: 0 0 28px !important;
}

html[data-tws-route^="/products/"] .theme-product-price {
  color: var(--tws-product-accent) !important;
  font-family: Oswald, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
}

html[data-tws-route^="/products/"] .theme-product-varient-quantity {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 82px !important;
  margin: 0 0 20px !important;
  padding: 14px 16px 14px 20px !important;
  border: 1px solid var(--tws-product-line) !important;
  border-radius: 16px !important;
  background: var(--tws-product-panel) !important;
}

html[data-tws-route^="/products/"] .theme-product-varient-quantity .theme-row-labels,
html[data-tws-route^="/products/"] .theme-product-varient-quantity .theme-variant-label-name,
html[data-tws-route^="/products/"] .theme-product-varient-quantity .theme-variant-label-colon {
  color: var(--tws-product-paper) !important;
  font: 900 12px/17.4px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .theme-product-quantity-spinner {
  width: 168px !important;
  height: 54px !important;
  overflow: hidden !important;
  border: 1px solid var(--tws-product-line) !important;
  border-radius: 999px !important;
  background: var(--tws-product-panel-2) !important;
}

html[data-tws-route^="/products/"] .theme-product-quantity-spinner input {
  height: 52px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--tws-product-paper) !important;
  font: 900 15px/1 Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route^="/products/"] .theme-cart-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border: 1px solid var(--tws-product-accent) !important;
  border-radius: 999px !important;
  background: var(--tws-product-accent) !important;
  color: var(--tws-product-ink) !important;
  font: 950 13px/18.85px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  transition: transform .18s ease, filter .18s ease !important;
}

html[data-tws-route^="/products/"] .theme-cart-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

html[data-tws-route^="/products/"] .theme-prod-non-returnable,
html[data-tws-route^="/products/"] .theme-product-social-share {
  color: var(--tws-product-muted) !important;
  font: 800 11px/17px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .theme-product-specification-section {
  width: calc(200% + 50px) !important;
  max-width: none !important;
  margin: 104px 0 0 calc(-100% - 50px) !important;
  padding: 0 !important;
}

html[data-tws-route^="/products/"] details[name="product-details"] {
  width: 100% !important;
  border: 0 !important;
}

html[data-tws-route^="/products/"] details[name="product-details"] > .theme-prod-content-details {
  padding: 0 !important;
}

html[data-tws-route^="/products/"] .tws-live-pdp {
  --ink: #080a0b;
  --paper: #f4f0e7;
  --panel: #111518;
  --line: #30363b;
  --muted: #a8afb4;
  --lime: #d8ff3e;
  --coral: #ff6a5e;
  --blue: #79a7ff;
  color: var(--paper) !important;
  font: 400 20px/29px Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[data-tws-route^="/products/"] .tws-pdp-section {
  padding: 104px 0 !important;
  border-top: 1px solid var(--line) !important;
}

html[data-tws-route^="/products/"] .tws-pdp-section:first-child { border-top: 0 !important; }

html[data-tws-route^="/products/"] .tws-pdp-kicker {
  margin-bottom: 14px !important;
  color: var(--tws-product-accent) !important;
  font: 900 12px/17.4px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .tws-pdp-title {
  max-width: 900px !important;
  margin: 0 0 20px !important;
  color: var(--paper) !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(70px, 7vw, 96px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .tws-pdp-lede {
  max-width: 760px !important;
  color: #c5cacf !important;
  font: 400 20px/29px Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route^="/products/"] .tws-facts {
  margin-top: 36px !important;
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: var(--panel) !important;
}

html[data-tws-route^="/products/"] .tws-fact { padding: 26px !important; border-color: var(--line) !important; }
html[data-tws-route^="/products/"] .tws-fact b { font: 400 30px/1.35 Oswald, sans-serif !important; text-transform: uppercase; }
html[data-tws-route^="/products/"] .tws-fact span { color: var(--muted) !important; font: 900 11px/17px Inter, sans-serif !important; letter-spacing: .1em !important; }

html[data-tws-route^="/products/"] .tws-moment {
  grid-template-columns: 1.05fr .95fr !important;
  gap: 50px !important;
  padding: 72px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--tws-product-accent) !important;
  color: var(--ink) !important;
}

html[data-tws-route^="/products/"] .tws-moment .tws-pdp-kicker { color: var(--ink) !important; }
html[data-tws-route^="/products/"] .tws-moment-quote {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(64px, 7vw, 96px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.03em !important;
}
html[data-tws-route^="/products/"] .tws-moment-copy { font: 700 20px/29px Inter, sans-serif !important; }

html[data-tws-route^="/products/"] .tws-steps,
html[data-tws-route^="/products/"] .tws-two-col,
html[data-tws-route^="/products/"] .tws-compare-grid {
  gap: 20px !important;
  margin-top: 36px !important;
}

html[data-tws-route^="/products/"] .tws-step,
html[data-tws-route^="/products/"] .tws-fit-card,
html[data-tws-route^="/products/"] .tws-compare-card,
html[data-tws-route^="/products/"] .tws-contents-card {
  padding: 30px !important;
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: var(--panel) !important;
  box-shadow: none !important;
}

html[data-tws-route^="/products/"] .tws-step h3,
html[data-tws-route^="/products/"] .tws-fit-card h3,
html[data-tws-route^="/products/"] .tws-compare-card h3 {
  color: var(--paper) !important;
  font: 400 27px/48.6px Oswald, sans-serif !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .tws-step-no,
html[data-tws-route^="/products/"] .tws-compare-tag,
html[data-tws-route^="/products/"] .tws-compare-link { color: var(--card-accent, var(--tws-product-accent)) !important; }

html[data-tws-route^="/products/"] .tws-fit-card--not { background: transparent !important; }
html[data-tws-route^="/products/"] .tws-profile-track { background: var(--panel-2, #171c20) !important; }
html[data-tws-route^="/products/"] .tws-profile-fill { background: var(--tws-product-accent) !important; }
html[data-tws-route^="/products/"] .tws-contents-card strong {
  color: var(--tws-product-accent) !important;
  font: 400 25px/45px Oswald, sans-serif !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route^="/products/"] .tws-compare-card:nth-child(1) { --card-accent: #d8ff3e; }
html[data-tws-route^="/products/"] .tws-compare-card:nth-child(2) { --card-accent: #ff6a5e; }
html[data-tws-route^="/products/"] .tws-compare-card:nth-child(3) { --card-accent: #79a7ff; }

html[data-tws-route^="/products/"] .tws-reassurance {
  overflow: hidden !important;
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: var(--line) !important;
}

html[data-tws-route^="/products/"] .tws-reassurance a,
html[data-tws-route^="/products/"] .tws-reassurance div { background: var(--panel) !important; }
html[data-tws-route^="/products/"] .tws-reassurance b { color: var(--tws-product-accent) !important; font-weight: 400 !important; }

@media (max-width: 900px) {
  html[data-tws-route^="/products/"] [data-zs-product-details-primary-section] { padding-top: 52px !important; }
  html[data-tws-route^="/products/"] [data-zs-product-primary-details] { flex-direction: column !important; gap: 42px !important; }
  html[data-tws-route^="/products/"] [data-zs-product-primary-details] > .theme-product-detail-column { width: 100% !important; flex-basis: auto !important; }
  html[data-tws-route^="/products/"] .theme-product-detail-image-inner { aspect-ratio: auto !important; min-height: 0 !important; padding: 24px !important; }
  html[data-tws-route^="/products/"] .theme-product-detail-column.theme-product-detail-container { padding-top: 0 !important; }
  html[data-tws-route^="/products/"] .theme-product-specification-section { width: 100% !important; margin: 72px 0 0 !important; }
  html[data-tws-route^="/products/"] .tws-pdp-section { padding: 72px 0 !important; }
  html[data-tws-route^="/products/"] .tws-moment { grid-template-columns: 1fr !important; padding: 48px 28px !important; }
  html[data-tws-route^="/products/"] .tws-steps,
  html[data-tws-route^="/products/"] .tws-two-col,
  html[data-tws-route^="/products/"] .tws-compare-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 620px) {
  html[data-tws-route^="/products/"] .theme-breadcrumb-container > .zpcontainer,
  html[data-tws-route^="/products/"] [data-zs-product-details-primary-section] > .zpcontainer { width: min(100% - 28px, 1180px) !important; }
  html[data-tws-route^="/products/"] .theme-product-name h1,
  html[data-tws-route^="/products/"] .theme-product-detail-column.theme-product-detail-container > .theme-product-name h1 { font-size: clamp(58px, 18vw, 78px) !important; }
  html[data-tws-route^="/products/"] .theme-product-varient-quantity { grid-template-columns: 1fr !important; }
  html[data-tws-route^="/products/"] .theme-product-quantity-spinner { width: 100% !important; }
  html[data-tws-route^="/products/"] .tws-pdp-title { font-size: clamp(54px, 16vw, 76px) !important; }
  html[data-tws-route^="/products/"] .tws-facts,
  html[data-tws-route^="/products/"] .tws-reassurance { grid-template-columns: 1fr !important; }
}


/* Cart-page visual redesign based on the approved Weekend Shuffle guide. */
html[data-tws-route="/cart"] {
  --tws-cart-ink: #080a0b;
  --tws-cart-panel: #111518;
  --tws-cart-panel-2: #171c20;
  --tws-cart-line: #30363b;
  --tws-cart-paper: #f4f0e7;
  --tws-cart-muted: #a8afb4;
  --tws-cart-lime: #d8ff3e;
}

html[data-tws-route="/cart"] body,
html[data-tws-route="/cart"] .theme-mobile-content-wrap,
html[data-tws-route="/cart"] .theme-content-area,
html[data-tws-route="/cart"] .theme-content-container,
html[data-tws-route="/cart"] .theme-content-area-inner {
  background: var(--tws-cart-ink) !important;
  color: var(--tws-cart-paper) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[data-tws-route="/cart"] .theme-content-area-inner {
  background-image:
    linear-gradient(rgba(244, 240, 231, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 231, .03) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
}

html[data-tws-route="/cart"] #tws-cart-title {
  padding: 88px 0 72px !important;
  border-bottom: 1px solid var(--tws-cart-line) !important;
  background: transparent !important;
}

html[data-tws-route="/cart"] #tws-cart-title .tws-cart-title-shell,
html[data-tws-route="/cart"] #tws-cart-reassurance .tws-cart-reassurance-shell {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

html[data-tws-route="/cart"] #tws-cart-title h1 {
  max-width: 770px !important;
  margin: 0 !important;
  color: var(--tws-cart-paper) !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(70px, 9vw, 118px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-cart-area-container.theme-cart-body {
  display: grid !important;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr) !important;
  align-items: start !important;
  gap: 24px !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 72px 0 104px !important;
}

html[data-tws-route="/cart"] .theme-shopping-cart-table-container,
html[data-tws-route="/cart"] .theme-cart-summary-container {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--tws-cart-line) !important;
  border-radius: 22px !important;
  background: var(--tws-cart-panel) !important;
  box-shadow: none !important;
}

html[data-tws-route="/cart"] .theme-cart-head,
html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 132px 120px !important;
  gap: 18px !important;
  width: 100% !important;
}

html[data-tws-route="/cart"] .theme-cart-head {
  min-height: 62px !important;
  padding: 0 26px !important;
  border-bottom: 1px solid var(--tws-cart-line) !important;
  background: var(--tws-cart-panel-2) !important;
}

html[data-tws-route="/cart"] .theme-cart-head .theme-cart-table-data {
  align-items: center !important;
  width: auto !important;
  padding: 0 !important;
  color: var(--tws-cart-muted) !important;
  font: 900 11px/17px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] {
  min-height: 218px !important;
  padding: 30px 26px 24px !important;
  border: 0 !important;
}

html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] > .theme-cart-table-data {
  width: auto !important;
  min-width: 0 !important;
}

html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-items {
  align-items: center !important;
  gap: 24px !important;
}

html[data-tws-route="/cart"] .theme-cart-item-img {
  flex: 0 0 156px !important;
  width: 156px !important;
  height: 124px !important;
  padding: 10px !important;
  overflow: visible !important;
  border-radius: 16px !important;
  background: var(--tws-cart-lime) !important;
}

html[data-tws-route="/cart"] .theme-cart-item-img a,
html[data-tws-route="/cart"] .theme-cart-item-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

html[data-tws-route="/cart"] .theme-cart-item-img img {
  object-fit: cover !important;
  border: 2px solid var(--tws-cart-ink) !important;
  border-radius: 10px !important;
  box-shadow: 9px 9px 0 rgba(8, 10, 11, .18) !important;
  transform: rotate(-2deg);
}

html[data-tws-route="/cart"] .theme-cart-item-info a {
  color: var(--tws-cart-paper) !important;
  font: 400 27px/48.6px Oswald, sans-serif !important;
  letter-spacing: -.03em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-cart-item-info .item-price {
  margin-top: 6px !important;
  color: var(--tws-cart-muted) !important;
  font: 400 14px/21px Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-qty,
html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-price-label {
  align-items: center !important;
  justify-content: flex-start !important;
  color: var(--tws-cart-paper) !important;
}

html[data-tws-route="/cart"] .theme-product-list-quantity {
  min-height: 44px !important;
  overflow: hidden !important;
  border: 1px solid var(--tws-cart-line) !important;
  border-radius: 999px !important;
  background: var(--tws-cart-panel-2) !important;
}

html[data-tws-route="/cart"] .theme-product-list-quantity input,
html[data-tws-route="/cart"] .theme-product-list-quantity button {
  border: 0 !important;
  background: transparent !important;
  color: var(--tws-cart-paper) !important;
  font: 900 14px/1 Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-price-label {
  font: 400 24px/1.3 Oswald, sans-serif !important;
}

html[data-tws-route="/cart"] .theme-cart-control {
  grid-column: 1 / -1 !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  margin-top: 4px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--tws-cart-line) !important;
}

html[data-tws-route="/cart"] .theme-cart-control .theme-cart-remove-button {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid var(--tws-cart-line) !important;
  border-radius: 999px !important;
  background: var(--tws-cart-panel) !important;
  color: var(--tws-cart-paper) !important;
  font: 900 10px/14.5px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-cart-summary-container {
  position: sticky !important;
  top: 101px !important;
}

html[data-tws-route="/cart"] .theme-cart-summary-inner-container {
  width: 100% !important;
  height: auto !important;
  padding: 32px !important;
  background: var(--tws-cart-panel) !important;
}

html[data-tws-route="/cart"] .theme-cart-summary-details {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 28px !important;
}

html[data-tws-route="/cart"] .theme-cart-summary-details p {
  color: var(--tws-cart-muted) !important;
  font: 400 16px/24px Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route="/cart"] .theme-cart-summary-details .theme-scart-details-summary-main {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 0 20px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid var(--tws-cart-line) !important;
  color: var(--tws-cart-paper) !important;
  font: 400 25px/1.35 Oswald, sans-serif !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-checkout-button-area {
  display: grid !important;
  gap: 12px !important;
  width: 100% !important;
  height: auto !important;
}

html[data-tws-route="/cart"] .theme-checkout-button-area > .theme-cart-table-data {
  width: 100% !important;
  padding: 0 !important;
}

html[data-tws-route="/cart"] .theme-checkout-button,
html[data-tws-route="/cart"] .theme-continue-shopping-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font: 950 13px/18.85px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] .theme-checkout-button {
  border: 1px solid var(--tws-cart-lime) !important;
  background: var(--tws-cart-lime) !important;
  color: var(--tws-cart-ink) !important;
}

html[data-tws-route="/cart"] .theme-continue-shopping-button {
  border: 1px solid var(--tws-cart-line) !important;
  background: var(--tws-cart-panel-2) !important;
  color: var(--tws-cart-paper) !important;
}

html[data-tws-route="/cart"] #tws-cart-reassurance {
  padding: 0 0 104px !important;
  background: transparent !important;
}

html[data-tws-route="/cart"] #tws-cart-reassurance .tws-cart-reassurance-shell {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border: 1px solid var(--tws-cart-line) !important;
  border-radius: 22px !important;
  background: var(--tws-cart-panel) !important;
}

html[data-tws-route="/cart"] #tws-cart-reassurance a {
  min-height: 86px !important;
  padding: 24px !important;
  border-right: 1px solid var(--tws-cart-line) !important;
  color: var(--tws-cart-paper) !important;
  font: 900 12px/17.4px Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/cart"] #tws-cart-reassurance a:last-child { border-right: 0 !important; }
html[data-tws-route="/cart"] #tws-cart-reassurance a:hover { color: var(--tws-cart-lime) !important; }

@media (max-width: 900px) {
  html[data-tws-route="/cart"] .theme-cart-area-container.theme-cart-body { grid-template-columns: 1fr !important; }
  html[data-tws-route="/cart"] .theme-cart-summary-container { position: static !important; }
}

@media (max-width: 680px) {
  html[data-tws-route="/cart"] #tws-cart-title .tws-cart-title-shell,
  html[data-tws-route="/cart"] #tws-cart-reassurance .tws-cart-reassurance-shell,
  html[data-tws-route="/cart"] .theme-cart-area-container.theme-cart-body { width: min(100% - 28px, 1180px) !important; }
  html[data-tws-route="/cart"] #tws-cart-title { padding: 56px 0 48px !important; }
  html[data-tws-route="/cart"] .theme-cart-area-container.theme-cart-body { padding: 48px 0 72px !important; }
  html[data-tws-route="/cart"] .theme-cart-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 12px !important;
    padding: 0 22px !important;
  }
  html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] { grid-template-columns: 1fr 1fr !important; padding: 22px !important; }
  html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-items { grid-column: 1 / -1 !important; align-items: flex-start !important; }
  html[data-tws-route="/cart"] .theme-cart-item-img { flex-basis: 128px !important; width: 128px !important; height: 104px !important; }
  html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-qty,
  html[data-tws-route="/cart"] .theme-cart-table-row[data-cart-item] .theme-cart-price-label { width: 100% !important; }
  html[data-tws-route="/cart"] .theme-cart-control { grid-column: 1 / -1 !important; }
  html[data-tws-route="/cart"] .theme-cart-summary-inner-container { padding: 26px !important; }
  html[data-tws-route="/cart"] #tws-cart-reassurance .tws-cart-reassurance-shell { grid-template-columns: 1fr !important; }
  html[data-tws-route="/cart"] #tws-cart-reassurance a { border-right: 0 !important; border-bottom: 1px solid var(--tws-cart-line) !important; }
  html[data-tws-route="/cart"] #tws-cart-reassurance a:last-child { border-bottom: 0 !important; }
}


/* TWS site-wide spacing, alignment and footer polish — 2026-08-27 */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  overflow-x: clip;
}

/* Keep all button-style controls optically and mechanically centred. */
.tws-btn,
.tws-shop-cta,
#tws-global-header .tws-global-shop,
html[data-tws-route^="/products/"] .theme-cart-button,
html[data-tws-route="/cart"] .theme-checkout-button,
html[data-tws-route="/cart"] .theme-continue-shopping-button,
html[data-tws-route="/cart"] .theme-cart-control button.theme-cart-remove-button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#tws-global-header .tws-global-shop {
  min-height: 43px !important;
  padding: 0 18px !important;
  line-height: 1 !important;
}

.tws-shop-cta {
  min-height: 54px !important;
  padding: 0 22px !important;
  line-height: 1.15 !important;
}

html[data-tws-route="/cart"] .theme-cart-control button.theme-cart-remove-button {
  min-height: 38px !important;
  padding: 0 14px !important;
  line-height: 1 !important;
}

html[data-tws-route="/cart"] .theme-product-list-quantity .theme-cart-remove-button {
  display: grid !important;
  width: 40px !important;
  height: 42px !important;
  min-width: 40px !important;
  padding: 0 !important;
  place-items: center !important;
}

html[data-tws-route="/cart"] .theme-product-list-quantity .theme-cart-remove-button svg {
  width: 18px !important;
  height: 18px !important;
}

/* Remove redundant contact details from the shared footer; Contact Us remains. */
#tws-global-footer .tws-global-footer-column a[href="#"],
#tws-global-footer .tws-global-footer-column a[href^="https://wa.me/"],
#tws-global-footer .tws-global-footer-column a[href^="mailto:"],
#tws-global-footer .tws-global-footer-column address {
  display: none !important;
}

#tws-global-footer .tws-global-footer-shell {
  padding-top: 64px !important;
}

#tws-global-footer .tws-global-footer-main {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
  gap: 64px !important;
  padding-bottom: 48px !important;
}

#tws-global-footer .tws-global-footer-links {
  grid-template-columns: .8fr 1.15fr .8fr !important;
  gap: 42px !important;
}

/* The Shop page previously inherited the browser's eight-pixel body margin. */
html[data-tws-route="/shop-games"] .tws-shop-page,
html[data-tws-route="/shop-games"] .tws-shop-hero,
html[data-tws-route="/shop-games"] .tws-shop-section {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}

html[data-tws-route="/shop-games"] .tws-shop-game {
  height: 100% !important;
}

html[data-tws-route="/shop-games"] .tws-shop-game-body {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

html[data-tws-route="/shop-games"] .tws-shop-game-body .tws-shop-cta {
  width: 100% !important;
  margin-top: auto !important;
}

/* Four reassurance boxes now make a complete, balanced desktop row. */
html[data-tws-route^="/products/"] .tws-reassurance {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

html[data-tws-route^="/products/"] .tws-reassurance > * {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  min-height: 172px !important;
  padding: 26px !important;
}

/* The local visual copy has no recommended products, so do not render an empty band. */
html[data-tws-route^="/products/"]
  .theme-section[data-zs-product-details-recommended-section] {
  display: none !important;
}

/* Remove the cart's accidental outer card and let its two real cards align cleanly. */
html[data-tws-route="/cart"] #main-content > .zpcontainer {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

html[data-tws-route="/cart"] #main-content {
  min-height: 0 !important;
  padding: 0 !important;
}

html[data-tws-route="/cart"] #main-content > .zpcontainer > .zprow {
  margin: 0 !important;
}

html[data-tws-route="/cart"] #main-content > .zpcontainer > .zprow > [class*="zpcol"] {
  padding: 0 !important;
}

html[data-tws-route="/cart"] .theme-cart-area-container.theme-cart-body {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html[data-tws-route="/cart"] #tws-cart-reassurance a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

html[data-tws-route="/cart"] .zprow:has([data-zs-cross-sell-products]:empty) {
  display: none !important;
}

html[data-tws-route="/cart"]
  .theme-section[data-zs-cart-recommended-section] {
  display: none !important;
}

/* Bring the hand-built policy pages onto the same 900px reading column. */
html[data-tws-route="/refund-policy"] body,
html[data-tws-route="/refund-policy"] .theme-mobile-content-wrap,
html[data-tws-route="/refund-policy"] .theme-content-area,
html[data-tws-route="/refund-policy"] .theme-content-container,
html[data-tws-route="/refund-policy"] .theme-content-area-inner,
html[data-tws-route="/returns-replacements-refunds"] body,
html[data-tws-route="/returns-replacements-refunds"] .theme-mobile-content-wrap,
html[data-tws-route="/returns-replacements-refunds"] .theme-content-area,
html[data-tws-route="/returns-replacements-refunds"] .theme-content-container,
html[data-tws-route="/returns-replacements-refunds"] .theme-content-area-inner,
html[data-tws-route="/terms-of-service"] body,
html[data-tws-route="/terms-of-service"] .theme-mobile-content-wrap,
html[data-tws-route="/terms-of-service"] .theme-content-area,
html[data-tws-route="/terms-of-service"] .theme-content-container,
html[data-tws-route="/terms-of-service"] .theme-content-area-inner {
  background: #f4f0e7 !important;
  color: #080a0b !important;
}

html[data-tws-route="/refund-policy"] .page-container,
html[data-tws-route="/returns-replacements-refunds"] .page-container,
html[data-tws-route="/terms-of-service"] .page-container {
  box-sizing: border-box !important;
  width: min(900px, calc(100% - 40px)) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html[data-tws-route="/refund-policy"] .tws-returns-page,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page,
html[data-tws-route="/terms-of-service"] .tws-policy-page {
  padding: 96px 0 104px !important;
  color: #080a0b !important;
  font: 400 16px/1.75 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[data-tws-route="/refund-policy"] .tws-returns-page h1,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h1,
html[data-tws-route="/terms-of-service"] .tws-policy-page h1 {
  max-width: 820px !important;
  margin: 0 0 14px !important;
  color: #080a0b !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(70px, 7vw, 96px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/refund-policy"] .tws-policy-kicker,
html[data-tws-route="/returns-replacements-refunds"] .tws-policy-kicker,
html[data-tws-route="/terms-of-service"] .tws-policy-kicker {
  margin: 0 0 36px !important;
  color: #51575b !important;
  font: 900 12px/1.45 Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

html[data-tws-route="/refund-policy"] .tws-returns-page h2,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page h2,
html[data-tws-route="/terms-of-service"] .tws-policy-page h2 {
  margin: 42px 0 12px !important;
  color: #080a0b !important;
  font: 600 27px/1.35 Oswald, "Arial Narrow", sans-serif !important;
  letter-spacing: -.02em !important;
}

html[data-tws-route="/refund-policy"] .tws-returns-page p,
html[data-tws-route="/refund-policy"] .tws-returns-page li,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page p,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page li,
html[data-tws-route="/terms-of-service"] .tws-policy-page p,
html[data-tws-route="/terms-of-service"] .tws-policy-page li {
  color: #25292c !important;
  font: 400 16px/1.75 Inter, ui-sans-serif, sans-serif !important;
}

html[data-tws-route="/refund-policy"] .tws-returns-page ul,
html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page ul,
html[data-tws-route="/terms-of-service"] .tws-policy-page ul {
  margin: 14px 0 26px !important;
  padding-left: 24px !important;
}

html[data-tws-route="/refund-policy"] .tws-policy-note,
html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note,
html[data-tws-route="/terms-of-service"] .tws-policy-note {
  box-sizing: border-box !important;
  margin-top: 48px !important;
  padding: 26px 28px !important;
  border: 1px solid #30363b !important;
  border-radius: 18px !important;
  background: #111518 !important;
  color: #f4f0e7 !important;
}

html[data-tws-route="/refund-policy"] .tws-policy-note *,
html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note *,
html[data-tws-route="/terms-of-service"] .tws-policy-note * {
  color: #f4f0e7 !important;
}

html[data-tws-route="/refund-policy"] .tws-policy-note a,
html[data-tws-route="/returns-replacements-refunds"] .tws-policy-note a,
html[data-tws-route="/terms-of-service"] .tws-policy-note a {
  color: #d8ff3e !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 900px) {
  html[data-tws-route^="/products/"] .tws-reassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #tws-global-footer .tws-global-footer-main {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }
}

@media (max-width: 680px) {
  html[data-tws-route^="/products/"] .tws-reassurance {
    grid-template-columns: 1fr !important;
  }

  html[data-tws-route^="/products/"] .tws-reassurance > * {
    min-height: 0 !important;
  }

  #tws-global-footer .tws-global-footer-shell {
    width: min(100% - 28px, 1180px) !important;
    padding-top: 52px !important;
  }

  #tws-global-footer .tws-global-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 24px !important;
  }

  #tws-global-footer .tws-global-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html[data-tws-route="/refund-policy"] .page-container,
  html[data-tws-route="/returns-replacements-refunds"] .page-container,
  html[data-tws-route="/terms-of-service"] .page-container {
    width: min(100% - 28px, 900px) !important;
  }

  html[data-tws-route="/refund-policy"] .tws-returns-page,
  html[data-tws-route="/returns-replacements-refunds"] .tws-returns-page,
  html[data-tws-route="/terms-of-service"] .tws-policy-page {
    padding: 72px 0 80px !important;
  }
}
