/*
Theme Name: Texas Pep Labs
Theme URI: https://texaspeplabs.com
Description: Astra child theme for the Texas Pep Labs WooCommerce and Dokan marketplace.
Author: Texas Pep Labs
Template: astra
Version: 1.2.7
Text Domain: texaspeplabs
*/

:root {
  --tpl-teal: #9AA0A8;
  --tpl-dark: #141313;
  --tpl-red: #9B3038;
  --tpl-ember: #D13A26;
  --tpl-ink: #F1F2F3;
  --tpl-muted: #B3B7BD;
  --tpl-line: #383A3F;
  --tpl-soft: #211F20;
  --tpl-panel: #1A191A;
  --tpl-white: #FFFFFF;
}

body {
  background: #111010;
  color: var(--tpl-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-top: 92px;
}

#masthead,
.site-header.ast-primary-submenu-animation-fade {
  display: none;
}

body.home {
  background: #111010;
  padding-top: 0;
}

a {
  color: var(--tpl-teal);
}

a:hover,
a:focus {
  color: var(--tpl-red);
}

h1,
h2,
h3,
.entry-title {
  color: var(--tpl-ember);
}

.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--tpl-teal);
  border-radius: 6px;
  color: var(--tpl-white);
  font-weight: 700;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--tpl-dark);
  color: var(--tpl-white);
}

body.woocommerce-account,
body.woocommerce-account .site,
body.woocommerce-account .site-content,
body.woocommerce-account .site-main,
body.woocommerce-account .ast-container,
body.woocommerce-account .content-area,
body.woocommerce-account .entry-content {
  background: #FFFFFF !important;
  color: #111010 !important;
}

body.woocommerce-account .entry-title,
body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content strong,
body.woocommerce-account .woocommerce-MyAccount-content label,
body.woocommerce-account .woocommerce-MyAccount-navigation a,
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #111010 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
body.woocommerce-account .woocommerce-MyAccount-content a:hover,
body.woocommerce-account .woocommerce-MyAccount-content a:focus {
  color: var(--tpl-ember) !important;
}

.tpl-wrap {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 24px;
}

.tpl-canada-badge {
  align-items: center;
  background: rgba(10, 9, 9, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  display: flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  top: 92px;
  transition: transform 160ms ease, border-color 160ms ease;
  width: 58px;
  z-index: 99980;
}

.tpl-canada-badge:hover,
.tpl-canada-badge:focus {
  border-color: rgba(209, 58, 38, 0.7);
  transform: translateY(-2px);
}

.tpl-canada-badge img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.tpl-floating-nav {
  align-items: center;
  backdrop-filter: blur(14px);
  background:
    linear-gradient(90deg, rgba(14, 13, 13, 0.96), rgba(32, 30, 31, 0.92)),
    radial-gradient(circle at 84% 50%, rgba(155, 48, 56, 0.22), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.4fr) auto;
  left: 0;
  margin: 0 auto;
  min-height: 72px;
  padding: 12px 24px;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 180ms ease, opacity 180ms ease;
  width: min(1500px, calc(100% - 18px));
  z-index: 99990;
}

.tpl-floating-nav a {
  color: #fff;
  text-decoration: none;
}

.tpl-floating-nav__brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.12rem;
  font-weight: 900;
  gap: 12px;
  text-transform: uppercase;
}

.tpl-floating-nav__icon {
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: block;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.tpl-floating-nav__links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.8vw, 34px);
  justify-content: center;
}

.tpl-floating-nav__links a,
.tpl-floating-nav__cart {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.tpl-floating-nav__links a:hover,
.tpl-floating-nav__links a:focus,
.tpl-floating-nav__cart:hover,
.tpl-floating-nav__cart:focus {
  color: #FFB7BC;
}

.tpl-floating-nav__cart {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  min-height: 48px;
  padding: 6px;
  position: relative;
  width: 48px;
}

.tpl-floating-nav__cart img {
  display: block;
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.tpl-floating-nav__cart span {
  align-items: center;
  background: var(--tpl-red);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 0.68rem;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -4px;
  top: -4px;
}

.tpl-floating-cart {
  justify-self: end;
  position: relative;
}

.tpl-floating-cart__panel[hidden] {
  display: none;
}

.tpl-floating-cart__panel {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  color: var(--tpl-ink);
  min-width: min(320px, calc(100vw - 32px));
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 100000;
}

.tpl-floating-cart__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tpl-floating-cart__head button {
  align-items: center;
  background: var(--tpl-dark);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 30px;
  justify-content: center;
  min-height: 30px;
  padding: 0;
  width: 30px;
}

.tpl-floating-cart__empty {
  color: var(--tpl-muted);
  margin: 0 0 12px;
}

.tpl-floating-cart__link,
.tpl-floating-cart__actions a:not(.tpl-floating-cart__clear) {
  background: var(--tpl-red);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  padding: 10px 12px;
  text-decoration: none;
}

.tpl-floating-cart__items {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.tpl-floating-cart__item {
  border-bottom: 1px solid var(--tpl-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.tpl-floating-cart__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.tpl-floating-cart__clear,
.tpl-clear-cart-line a {
  border: 1px solid var(--tpl-line);
  border-radius: 6px;
  color: var(--tpl-muted);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-content: center;
  padding: 9px 12px;
  text-decoration: none;
}

.tpl-floating-cart__clear:hover,
.tpl-floating-cart__clear:focus,
.tpl-clear-cart-line a:hover,
.tpl-clear-cart-line a:focus {
  border-color: var(--tpl-ember);
  color: var(--tpl-ember);
}

@media (max-width: 900px) {
  .tpl-canada-badge {
    bottom: 18px;
    height: 52px;
    right: 18px;
    top: auto;
    width: 52px;
  }
}

.tpl-hero {
  background:
    linear-gradient(90deg, rgba(10, 9, 9, 0.58), rgba(10, 9, 9, 0.08) 48%, rgba(10, 9, 9, 0.5)),
    linear-gradient(0deg, rgba(10, 9, 9, 0.72), rgba(10, 9, 9, 0.04) 46%, rgba(10, 9, 9, 0.42)),
    url("assets/images/texaspeplabsbanner.png"),
    var(--tpl-dark);
  background-position: center;
  background-size: cover;
  color: var(--tpl-white);
  aspect-ratio: 2048 / 768;
  min-height: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.tpl-age-gate-open {
  overflow: hidden;
}

.tpl-age-gate[hidden] {
  display: none;
}

.tpl-age-gate {
  align-items: center;
  background: rgba(7, 7, 7, 0.94);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100001;
}

.tpl-age-gate__panel {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-top: 4px solid var(--tpl-ember);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  max-width: 560px;
  padding: clamp(24px, 5vw, 46px);
  width: 100%;
}

.tpl-age-gate__panel h1 {
  color: var(--tpl-ember);
  margin: 0 0 14px;
}

.tpl-age-gate__panel > p:not(.tpl-kicker):not(.tpl-age-gate__fine-print) {
  color: var(--tpl-ink);
  font-size: 1.05rem;
  line-height: 1.6;
}

.tpl-age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tpl-age-gate__actions .tpl-button {
  border: 1px solid var(--tpl-line);
  cursor: pointer;
  flex: 1 1 180px;
  text-align: center;
}

.tpl-age-gate__fine-print {
  color: var(--tpl-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 18px 0 0;
}

.tpl-hero__spacer {
  min-height: 0;
}

.tpl-intro-section {
  background: #111010;
  color: var(--tpl-ink);
  padding: 72px 0;
}

.tpl-hero__grid {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.tpl-hero__banner {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  margin: 0 0 34px;
  overflow: hidden;
}

.tpl-hero__banner img {
  aspect-ratio: 2.56 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.tpl-kicker {
  color: #FFB7BC;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.tpl-intro-section h1,
.tpl-page-title {
  color: var(--tpl-ember);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
  margin: 0 0 18px;
}

.tpl-intro-section p {
  color: var(--tpl-muted);
  font-size: 1.18rem;
  max-width: 620px;
}

.tpl-hero__panel {
  backdrop-filter: blur(12px);
  background: rgba(26, 25, 26, 0.82);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  padding: 26px;
}

.tpl-hero__panel strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.tpl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tpl-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  min-height: 44px;
  padding: 10px 18px;
}

.tpl-button--primary {
  background: var(--tpl-teal);
  color: var(--tpl-white);
}

.tpl-button--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--tpl-white);
}

.tpl-section {
  padding: 64px 0;
}

.tpl-section--soft {
  background: var(--tpl-soft);
}

.tpl-section__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tpl-section__head h2,
.tpl-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0;
}

.tpl-section__head p {
  color: var(--tpl-muted);
  margin: 8px 0 0;
  max-width: 620px;
}

.tpl-product-grid,
.tpl-vendor-grid,
.tpl-community-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tpl-card,
.tpl-product-card,
.tpl-vendor-card,
.tpl-community-card {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  padding: 22px;
}

.tpl-product-card {
  position: relative;
}

.tpl-product-card--text {
  display: grid;
  gap: 12px;
  min-height: 0;
}

.tpl-product-card img {
  aspect-ratio: 1 / 1;
  background: #0E0D0D;
  border-radius: 6px;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.tpl-product-card h3,
.tpl-vendor-card h3,
.tpl-community-card h3 {
  font-size: 1.12rem;
  margin: 0 0 8px;
}

.tpl-product-card--text p {
  color: var(--tpl-muted);
  margin: 0;
}

.tpl-card-link {
  align-self: end;
  font-weight: 900;
  text-decoration: none;
}

.tpl-community-card {
  display: grid;
  gap: 10px;
}

.tpl-community-card span {
  color: var(--tpl-red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tpl-community-card p {
  color: var(--tpl-muted);
  margin: 0;
}

.tpl-community-card a {
  font-weight: 800;
}

.tpl-price {
  color: var(--tpl-ember) !important;
  font-weight: 800;
}

.tpl-price .amount,
.tpl-price .woocommerce-Price-currencySymbol,
.tpl-shop-row .tpl-price,
.tpl-shop-row .tpl-price * {
  color: var(--tpl-ember) !important;
}

.tpl-ruo-badge,
.tpl-coa-link,
.woocommerce ul.products li.product .tpl-ruo-badge {
  background: var(--tpl-red);
  border-radius: 999px;
  color: var(--tpl-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
}

.tpl-product-card .tpl-ruo-badge {
  left: 34px;
  position: absolute;
  top: 34px;
}

.tpl-coa-link {
  background: var(--tpl-dark);
  margin-top: 14px;
  text-decoration: none;
}

.tpl-vendor-meta {
  color: var(--tpl-muted);
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
}

.tpl-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.tpl-filter-row a {
  align-items: center;
  border: 1px solid var(--tpl-line);
  border-radius: 999px;
  color: var(--tpl-ink);
  display: inline-flex;
  gap: 8px;
  padding: 8px 14px;
  text-decoration: none;
}

.tpl-filter-row a span {
  background: var(--tpl-soft);
  border-radius: 999px;
  color: var(--tpl-muted);
  font-size: 0.76rem;
  font-weight: 800;
  min-width: 24px;
  padding: 2px 7px;
  text-align: center;
}

.tpl-filter-row a:hover,
.tpl-filter-row a.is-active {
  background: var(--tpl-teal);
  border-color: var(--tpl-teal);
  color: var(--tpl-white);
}

.tpl-filter-row a:hover span,
.tpl-filter-row a.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: var(--tpl-white);
}

.tpl-shop-overview {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tpl-shop-overview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tpl-shop-stat {
  background: var(--tpl-soft);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  display: grid;
  min-width: 150px;
  padding: 16px 18px;
}

.tpl-shop-stat strong {
  color: var(--tpl-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.tpl-shop-stat span,
.tpl-shop-overview__note {
  color: var(--tpl-muted);
}

.tpl-shop-overview__note {
  margin: 0;
  max-width: 560px;
}

.tpl-shop-list {
  display: grid;
  gap: 36px;
}

.tpl-shop-group {
  display: grid;
  gap: 18px;
}

.tpl-shop-group__header h2 {
  font-size: 1.8rem;
  margin: 0;
}

.tpl-shop-table {
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  overflow: hidden;
}

.tpl-shop-row {
  align-items: start;
  background: var(--tpl-panel);
  border-bottom: 1px solid var(--tpl-line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 2fr) minmax(90px, 0.7fr) minmax(90px, 0.7fr) minmax(120px, 0.9fr) minmax(140px, 1fr);
  padding: 18px 20px;
}

.tpl-shop-row:last-child {
  border-bottom: 0;
}

.tpl-shop-table__head {
  background: var(--tpl-soft);
  color: var(--tpl-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tpl-shop-product {
  display: grid;
  gap: 12px;
  grid-template-columns: 72px minmax(0, 1fr);
}

.tpl-shop-product strong {
  font-size: 1.04rem;
}

.tpl-shop-product strong a {
  color: var(--tpl-ink);
  text-decoration: none;
}

.tpl-shop-product p {
  color: var(--tpl-muted);
  margin: 0;
}

.tpl-shop-product__image {
  align-self: start;
  background: var(--tpl-soft);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.tpl-shop-product__image img {
  display: block;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.tpl-shop-product__copy {
  display: grid;
  gap: 6px;
}

.tpl-shop-product .tpl-ruo-badge {
  grid-column: 2;
  justify-self: start;
  position: static;
}

.tpl-shop-cart-form {
  margin: 0;
}

.tpl-shop-cart-form .button,
.tpl-shop-row .button {
  min-width: 118px;
  white-space: nowrap;
}

.tpl-shop-unavailable {
  color: var(--tpl-muted);
  font-weight: 700;
}

.tpl-catalog-page,
.tpl-catalog-page .tpl-section,
.tpl-catalog-page .tpl-section--soft,
.tpl-catalog-page .tpl-section--popular {
  background: #000000;
  color: var(--tpl-ink);
}

.tpl-catalog-page .tpl-page-title,
.tpl-catalog-page .tpl-section__head h2,
.tpl-catalog-page .tpl-shop-group__header h2 {
  color: var(--tpl-ink);
}

.tpl-catalog-page .tpl-shop-row {
  background: #101010;
  border-color: #343434;
}

.tpl-catalog-page .tpl-shop-table__head {
  background: #181818;
  color: var(--tpl-muted);
}

.tpl-catalog-page .tpl-shop-product strong a,
.tpl-catalog-page .tpl-shop-row > div {
  color: var(--tpl-ink);
}

.tpl-catalog-page .tpl-shop-product p,
.tpl-catalog-page .tpl-section__head p {
  color: var(--tpl-muted);
}

.tpl-catalog-page .tpl-stock {
  font-weight: 800;
}

.tpl-catalog-page .tpl-stock--in-stock {
  color: #35d06f;
}

.tpl-catalog-page .tpl-stock--out-of-stock {
  color: var(--tpl-red);
}

.tpl-catalog-page .tpl-popular-table {
  border-color: #343434;
}

.tpl-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.tpl-form label {
  display: grid;
  font-weight: 800;
  gap: 7px;
}

.tpl-form input,
.tpl-form textarea,
.tpl-form select {
  border: 1px solid var(--tpl-line);
  border-radius: 6px;
  padding: 11px 12px;
  width: 100%;
}

.tpl-form textarea {
  min-height: 140px;
}

.tpl-disclaimer {
  background: var(--tpl-dark);
  color: #F3DCDD;
  font-size: 0.9rem;
  padding: 22px 0;
}

.tpl-disclaimer strong {
  color: var(--tpl-white);
}

.tpl-privacy-link {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 800;
  margin-left: 10px;
  min-height: auto;
  padding: 0;
  text-decoration: underline;
}

.tpl-privacy-link:hover,
.tpl-privacy-link:focus {
  background: transparent;
  color: #FFB7BC;
}

.tpl-privacy-modal[hidden] {
  display: none;
}

.tpl-privacy-modal {
  align-items: center;
  background: rgba(7, 7, 7, 0.7);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 99999;
}

.tpl-privacy-modal__panel {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  color: var(--tpl-ink);
  max-height: min(720px, calc(100vh - 40px));
  max-width: 640px;
  overflow: auto;
  padding: 26px;
  position: relative;
  width: 100%;
}

.tpl-privacy-modal__panel h2 {
  color: var(--tpl-dark);
  font-size: 1.55rem;
  margin: 0 36px 14px 0;
}

.tpl-privacy-modal__panel p {
  color: var(--tpl-muted);
  margin: 0 0 12px;
}

.tpl-privacy-modal__panel .tpl-kicker {
  color: var(--tpl-red);
}

.tpl-privacy-modal__close {
  align-items: center;
  background: var(--tpl-dark);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
}

.tpl-privacy-open {
  overflow: hidden;
}

.single-product .tpl-product-compliance {
  background: var(--tpl-soft);
  border-left: 4px solid var(--tpl-red);
  margin: 20px 0;
  padding: 16px;
}

.tpl-ruo-checkout-notice {
  background: #120F0F;
  border-left: 4px solid var(--tpl-red);
  border-radius: 8px;
  color: #F3DCDD;
  margin: 18px 0;
  padding: 14px 16px;
}

.tpl-ruo-checkout-notice strong {
  color: var(--tpl-white);
}

.tpl-cashapp-instructions {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-left: 4px solid var(--tpl-ember);
  border-radius: 8px;
  color: var(--tpl-ink);
  margin: 24px 0;
  padding: 18px;
}

.tpl-cashapp-instructions h2 {
  color: var(--tpl-ember);
  margin-top: 0;
}

.tpl-cashapp-instructions ul {
  margin: 12px 0;
  padding-left: 20px;
}

.tpl-cashapp-instructions li {
  margin: 8px 0;
}

.tpl-cart-toast {
  background: var(--tpl-dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-weight: 900;
  padding: 12px 16px;
  position: fixed;
  right: 24px;
  z-index: 100001;
}

.tpl-cart-toast[hidden] {
  display: none;
}

.tpl-static-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(155, 48, 56, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(31, 29, 30, 0.98), rgba(21, 20, 20, 0.98));
  min-height: calc(100vh - 92px);
  padding: 56px 0 80px;
}

body:has(.tpl-static-page),
body:has(.tpl-static-page) .site,
body:has(.tpl-static-page) .site-content,
body:has(.tpl-static-page) .ast-container,
body:has(.tpl-static-page) .content-area,
body:has(.tpl-static-page) .site-main,
body:has(.tpl-static-page) .ast-article-single,
body:has(.tpl-static-page) .entry-content {
  background: #111010;
}

body:has(.tpl-static-page) .entry-header,
body:has(.tpl-static-page) .entry-title {
  display: none;
}

.tpl-static-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--tpl-ink);
  max-width: 760px;
  padding: 0;
}

.tpl-static-panel h1 {
  color: var(--tpl-ember);
  margin-top: 0;
}

.tpl-static-panel p,
.tpl-static-form label {
  color: var(--tpl-muted);
}

.tpl-static-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.tpl-static-form input,
.tpl-static-form textarea {
  background: #111010;
  border: 1px solid var(--tpl-line);
  color: var(--tpl-ink);
  border-radius: 6px;
  padding: 12px;
  width: 100%;
}

.tpl-static-form textarea {
  min-height: 140px;
}

.tpl-ruo-checkout-checkbox {
  background: var(--tpl-soft);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  margin: 18px 0;
  padding: 14px 16px;
}

.tpl-ruo-checkout-checkbox label {
  color: var(--tpl-ink);
  font-weight: 700;
  line-height: 1.45;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  color: var(--tpl-ink);
}

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-cart .ast-container,
.woocommerce-checkout .ast-container,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  background: #111010 !important;
  color: var(--tpl-ink) !important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error {
  background: var(--tpl-panel);
  border-top-color: var(--tpl-red);
  color: var(--tpl-ink);
}

.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout #order_review {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  color: var(--tpl-ink);
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  border-color: var(--tpl-line);
  color: var(--tpl-ink);
}

.woocommerce-cart table.shop_table thead th,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout #order_review_heading {
  color: var(--tpl-ember);
}

.woocommerce-cart .product-name a,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .wc-proceed-to-checkout a,
.woocommerce-cart .cart_totals a,
.woocommerce-checkout .product-name,
.woocommerce-checkout .product-total,
.woocommerce-checkout .shipping td,
.woocommerce-checkout .shipping th {
  color: var(--tpl-ink) !important;
}

.woocommerce-cart .quantity .qty,
.woocommerce-cart .coupon .input-text,
.woocommerce-cart .shipping-calculator-form input,
.woocommerce-cart .shipping-calculator-form select,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  background: #111010;
  border: 1px solid var(--tpl-line);
  color: var(--tpl-ink);
}

.woocommerce-cart .coupon .input-text::placeholder,
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: var(--tpl-muted);
}

.woocommerce-cart .actions .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order {
  background: var(--tpl-red);
  color: var(--tpl-white);
}

.woocommerce-cart .actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout #place_order:hover {
  background: var(--tpl-ember);
  color: var(--tpl-white);
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-checkout .shop_table,
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-payment {
  color: var(--tpl-ink);
}

.woocommerce-checkout #order_review {
  background: var(--tpl-panel);
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  padding: 22px;
}

.woocommerce-checkout #order_review_heading {
  color: var(--tpl-ember);
}

.woocommerce-checkout .shop_table {
  background: transparent;
}

.woocommerce-checkout .shop_table thead th,
.woocommerce-checkout .shop_table tfoot th {
  color: var(--tpl-muted);
}

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th {
  border-color: var(--tpl-line);
}

.woocommerce-checkout .product-name,
.woocommerce-checkout .product-total,
.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout .shipping td,
.woocommerce-checkout .shipping th,
.woocommerce-checkout .amount,
.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-Price-currencySymbol {
  color: var(--tpl-ink) !important;
}

.woocommerce-checkout .payment_methods,
.woocommerce-checkout .payment_box,
.woocommerce-checkout .wc_payment_method > label {
  color: var(--tpl-ink) !important;
}

.woocommerce-checkout .payment_box p,
.woocommerce-checkout .payment_box label,
.woocommerce-checkout .payment_box .form-row label,
.woocommerce-checkout .payment_box legend {
  color: var(--tpl-ember) !important;
}

.woocommerce-checkout .payment_box small,
.woocommerce-checkout .payment_box .description,
.woocommerce-checkout .payment_box .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .payment_box .form-row .optional {
  color: var(--tpl-muted) !important;
}

.woocommerce-checkout .payment_box {
  background: var(--tpl-soft) !important;
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
}

.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table label,
.woocommerce-checkout table.shop_table strong,
.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  background-color: var(--tpl-panel) !important;
  color: var(--tpl-ink) !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-cart table.shop_table thead th,
.woocommerce-cart .cart_totals h2 {
  color: var(--tpl-ember) !important;
}

.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-Price-currencySymbol,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-Price-currencySymbol {
  color: var(--tpl-ink) !important;
}

.woocommerce-checkout .payment_box::before {
  border-bottom-color: var(--tpl-soft) !important;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout .form-row label,
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout .woocommerce-additional-fields label,
.woocommerce-checkout .woocommerce form .form-row label,
.woocommerce-checkout .required {
  color: var(--tpl-ember) !important;
}

.woocommerce-checkout .form-row,
.woocommerce-checkout .form-row span,
.woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--tpl-ink) !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  background: #111010 !important;
  border-color: var(--tpl-line) !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--tpl-ember) transparent transparent transparent !important;
}

.woocommerce-checkout .tpl-ltc-coin-select {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

.tpl-ltc-coin-display {
  align-items: center;
  background: #111010;
  border: 1px solid var(--tpl-line);
  border-radius: 8px;
  color: var(--tpl-white);
  display: flex;
  font-weight: 800;
  margin-top: 12px;
  min-height: 48px;
  padding: 12px 14px;
}

.tpl-social-login {
  border-bottom: 1px solid var(--tpl-line);
  margin: 0 0 20px;
  padding: 0 0 18px;
}

.tpl-social-login__label {
  color: var(--tpl-muted);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tpl-waitlist-form {
  margin: 0;
}

.tpl-waitlist-button,
.tpl-waitlist-login,
.tpl-waitlist-joined {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.tpl-waitlist-button,
.tpl-waitlist-login {
  background: var(--tpl-red);
  border: 0;
  color: var(--tpl-white);
}

.tpl-waitlist-button:hover,
.tpl-waitlist-login:hover {
  background: var(--tpl-dark);
  color: var(--tpl-white);
}

.tpl-waitlist-joined {
  background: var(--tpl-soft);
  border: 1px solid var(--tpl-line);
  color: var(--tpl-muted);
}

.tpl-waitlist-panel {
  background: var(--tpl-soft);
  border-left: 4px solid var(--tpl-red);
  margin: 20px 0;
  padding: 16px;
}

.tpl-waitlist-panel p {
  color: var(--tpl-muted);
  margin: 8px 0 14px;
}

@media (max-width: 900px) {
  body {
    padding-top: 86px;
  }

  .tpl-floating-nav {
    gap: 7px 10px;
    grid-template-columns: minmax(0, 1fr) 42px;
    min-height: 64px;
    padding: 8px 12px;
    width: min(100% - 14px, 560px);
  }

  .tpl-floating-nav.is-hidden-on-scroll {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-115%);
  }

  .tpl-floating-cart {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .tpl-floating-nav__brand {
    font-size: 0.88rem;
    gap: 8px;
    min-width: 0;
  }

  .tpl-floating-nav__brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tpl-floating-nav__icon {
    height: 34px;
    width: 34px;
  }

  .tpl-floating-nav__links {
    gap: 14px;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .tpl-floating-nav__links::-webkit-scrollbar {
    display: none;
  }

  .tpl-floating-nav__links a {
    flex: 0 0 auto;
    font-size: 0.68rem;
  }

  .tpl-floating-nav__cart {
    height: 38px;
    min-height: 38px;
    width: 38px;
  }

  .tpl-floating-nav__cart img {
    height: 25px;
    width: 25px;
  }

  .tpl-floating-cart__panel {
    right: -4px;
    top: calc(100% + 8px);
  }

  .tpl-hero__grid,
  .tpl-product-grid,
  .tpl-vendor-grid,
  .tpl-community-grid {
    grid-template-columns: 1fr;
  }

  .tpl-hero {
    background-position: center;
  }

  .tpl-hero__spacer {
    min-height: 0;
  }

  .tpl-intro-section {
    padding: 48px 0;
  }

  .tpl-section__head {
    align-items: start;
    flex-direction: column;
  }

  .tpl-shop-row {
    grid-template-columns: 1fr;
  }

  .tpl-shop-table__head {
    display: none;
  }

  .tpl-shop-product {
    grid-template-columns: 1fr;
  }

  .tpl-shop-product .tpl-ruo-badge {
    grid-column: auto;
  }

  .tpl-hero__banner img {
    min-height: 190px;
  }
}

@media (max-width: 600px) {
  .tpl-hero {
    aspect-ratio: 2048 / 768;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: calc(100vw * 768 / 2048);
    min-height: 0;
  }
}
