:root {
  --blue: #0066ff;
  --blue-dark: #004fd0;
  --purple: #7c3aed;
  --ink: #111827;
  --muted: #5d6472;
  --line: #dde3ef;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.age-gate-lock {
  overflow: hidden;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
#games{

background:#eee;
}
.container {
  margin: 0 auto;
  max-width: 1420px;
  padding-inline: 42px;
}

.skip-link {
  left: 1rem;
  position: absolute;
  top: -3rem;
  z-index: 50;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.top-strip {
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 700;
}

.top-strip__inner {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.4fr 1fr 0.9fr auto;
  min-height: 56px;
}

.mini-icon,
.btn-icon,
.line-icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--blue);
  display: inline-flex;
  font-size: 0.48rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-right: 0.6rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: 28px;
}

.mini-icon {
  font-size: 0.42rem;
  height: 22px;
  width: 22px;
}

.mini-icon,
.btn-icon,
.line-icon {
  overflow: hidden;
}

.mini-icon,
.btn-icon {
  margin-right: 0.5rem;
}

.mini-icon[aria-hidden],
.btn-icon[aria-hidden],
.line-icon[aria-hidden] {
  margin-right: 0;
}

.mini-icon {
  color: var(--blue);
}

.social-links {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.social-links span {
  font-weight: 800;
}

.social-links a {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  text-transform: uppercase;
  width: 26px;
  padding-top:2px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 92px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.9rem;
}

.brand-mark {
  background:
    radial-gradient(circle at 28% 35%, transparent 4px, var(--ink) 4px 6px, transparent 6px),
    radial-gradient(circle at 70% 35%, transparent 4px, var(--ink) 4px 6px, transparent 6px),
    linear-gradient(var(--ink), var(--ink));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 55%, 70% 55%, 72% 3px;
  border: 3px solid var(--ink);
  border-radius: 20px 20px 26px 26px;
  height: 54px;
  position: relative;
  transform: rotate(-10deg);
  width: 76px;
}

.brand-mark::before,
.brand-mark::after {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 50%;
  content: "";
  height: 18px;
  position: absolute;
  top: 16px;
  width: 18px;
}

.brand-mark::before {
  left: 12px;
}

.brand-mark::after {
  right: 12px;
}

.brand-text {
  display: grid;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-text strong {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-text b {
  color: var(--blue);
}

.brand-text em {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  margin-top: 0.32rem;
  text-align: center;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 1.65rem;
  /*font-family: "Barlow Condensed", Inter, sans-serif; */
  font-size: 1.05rem;
  font-weight: normal;
  text-transform: uppercase;
}

.nav-links > a:not(.btn) {
  padding-block: 34px;
  position: relative;
}

.nav-links > a:not(.btn)::after {
  background: var(--blue);
  bottom: 22px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.nav-links > a:hover::after,
.nav-links > a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 0.5rem;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 3px;
  margin: 5px;
  width: 30px;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 48px;
  padding: 0.85rem 1.3rem;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.btn:hover {
  box-shadow: 0 14px 28px rgba(0, 102, 255, 0.18);
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--blue);
  color: var(--white);
}

.btn--primary .btn-icon,
.btn--purple .btn-icon {
  color: var(--white);
}

.btn--purple {
  background: var(--purple);
  color: var(--white);
}

.btn--white {
  background: var(--white);
  border-color: #cfd7e6;
  color: var(--ink);
}

.btn--outline {
  background: var(--white);
  border-color: var(--blue);
  color: var(--blue);
}

.btn--small {
  font-size: 0.95rem;
  min-height: 38px;
  padding: 0.58rem 1rem;
}

.hero {
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.hero__scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.86) 32%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, #d9e7f9 0%, #edf3fb 52%, #cfd7e1 100%);
  inset: 0;
  position: absolute;
}

.store-building {
  /*background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 3px, transparent 3px 54px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 3px, transparent 3px 92px),
    linear-gradient(90deg, #663d2c, #7c4b34 50%, #472d24); */
  bottom: 0;
  
  height: 500px;
  position: absolute;
  right: 0;
  width: min(920px, 66vw);
  top:0;
}
.store-building img{
width:100%;
}

/*.store-building::before {
  background: linear-gradient(180deg, #2e3442, #151923);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.22);
  content: "";
  height: 58px;
  left: -40px;
  position: absolute;
  top: -42px;
  transform: skewX(-18deg);
  width: calc(100% + 70px);
}
*/
.store-sign {
  background: #090b12;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
  color: var(--white);
  display: grid;
  left: 210px;
  padding: 18px 24px;
  place-items: center;
  position: absolute;
  top: 55px;
  width: 350px;
}

.store-sign strong {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 3rem;
  line-height: 0.88;
  text-transform: uppercase;
}

.store-sign span {
  color: #1590ff;
}

.store-sign small {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.store-sign em {
  color: #f1f5ff;
  font-style: normal;
  font-weight: 800;
  margin-top: 6px;
}

.store-window,
.store-door {
  background: linear-gradient(145deg, #111827, #030712);
  border: 8px solid #202938;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 14px 24px rgba(0, 0, 0, 0.22);
  color: var(--white);
  position: absolute;
}

.store-window--main {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, 1fr);
  left: 220px;
  padding: 22px;
  text-align: center;
  top: 205px;
  width: 380px;
}

.store-window--main b {
  border: 2px solid #ff426d;
  color: #ff6b83;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.2rem;
  grid-column: 1 / -1;
  justify-self: center;
  line-height: 1;
  padding: 0.2rem 0.8rem;
  text-transform: uppercase;
}

.store-window--main span {
  border: 1px solid rgba(0, 102, 255, 0.8);
  color: #8ad8ff;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 2rem 0.2rem 0.35rem;
  text-transform: uppercase;
}

.store-door {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  right: 250px;
  text-align: center;
  width: 120px;
  height: 320px;
}

.store-door span {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #d9f7ff;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 0.8rem;
  text-transform: uppercase;
}

.store-window--side {
  align-content: center;
  display: grid;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  gap: 0.2rem;
  height: 265px;
  right: 55px;
  text-align: center;
  text-transform: uppercase;
  top: 140px;
  width: 170px;
}

.store-window--side b:nth-child(2) {
  color: var(--blue);
}

.store-window--side b:nth-child(3) {
  color: var(--purple);
}

.hero__inner {
  align-items: center;
  display: flex;
  min-height: 590px;
  position: relative;
}

.hero__copy {
  max-width: 540px;
  padding-top: 1.5rem;
}

.eyebrow {
 color: #7c2cff !important;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(4rem, 6vw, 6.1rem);
  line-height: 0.86;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

h1 span {
  color: var(--purple);
  display: block;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 0.78em;
  font-weight: 400;
  line-height: 0.95;
  text-transform: none;
}

.hero__copy p:not(.eyebrow) {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.trust-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0;
  grid-template-columns: 1.05fr repeat(5, 1fr);
  margin-top: -48px;
  min-height: 132px;
  position: relative;
  z-index: 3;
}

.trust-item {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 0.85rem;
  padding: 1.25rem;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.12), rgba(124, 58, 237, 0.14));
  border: 1px solid rgba(0, 102, 255, 0.22);
  border-radius: 50%;
  color: var(--blue);
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.trust-icon svg {
  display: block;
  height: 23px;
  width: 23px;
}

.trust-icon path,
.trust-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.trust-item .line-icon {
  flex: 0 0 auto;
  height: 42px;
  margin: 0;
  width: 42px;
}

.trust-item p,
.trust-item strong {
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.stars {
  color: #f6b100;
  letter-spacing: 0.06em;
}

.section {
  padding-block: 3.6rem;
}

#products {
  scroll-margin-top: 170px;
}

#products .slider-wrap {
  display: none;
}

.vape-category-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.2rem auto 0;
  max-width: 1300px;
}

.vape-category-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.vape-category-intro h3 {
  color: var(--ink);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.vape-category-intro p {
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

.vape-category-card {
  align-items: end;
  background: #f4f6fb;
  border-radius: 0;
  box-shadow: none;
  color: var(--white);
  display: grid;
  min-height: 600px;
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor:pointer;
}

.vape-category-card::before {
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.62) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vape-category-card::after {
  background: var(--category-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1);
  transition: transform 700ms ease, filter 700ms ease;
}

.vape-category-card:hover::after {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.08);
}

.vape-category-card__content {
  padding: 0 34px 32px;
  position: relative;
  z-index: 2;
}

.vape-category-card__content h3 {
  color: var(--white);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 40px;
  line-height: 0.92;
  margin-bottom: 0.72rem;
  text-transform: uppercase;
}

.vape-category-card__content a {
  color: var(--white);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.vape-category-card__content a::after {
  content: "";
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 8px;
  margin-left: 0.55rem;
  margin-top: 0.42rem;
  transform: rotate(45deg);
  width: 8px;
}

.vape-category-card:hover .vape-category-card__content a {
  transform: translateX(4px);
}

.section--tight {
  padding-top: 2.4rem;
}

.section--compact {
  padding-block: 1.5rem 2.4rem;
}

.section-title {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.35rem;
}

.section-title span {
  background: linear-gradient(90deg, transparent, var(--blue));
  height: 2px;
  width: 80px;
}

.section-title span:last-child {
  background: linear-gradient(90deg, var(--purple), transparent);
}

.section-title h2 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.offer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.deal-card,
.product-card,
.review-card,
.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.feature-card {
  overflow: hidden;
  padding-bottom: 1.2rem;
  position: relative;
}

.feature-media {
  background-color: #111827;
  height: 195px;
  position: relative;
}

.feature-media::before {
  content: "";
  inset: 0;
  position: absolute;
}

.feature-media--vapes::before {
  background: url(assets/vape-c.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-media--games::before {
  background: url(assets/games.jpg);
    background-position: center center;
    background-size: cover;}

.feature-media--snacks::before {
  background: url('assets/snc.jpg');
    background-position: center center;
    background-size: cover;
}

.feature-media--social::before {
 background: url(assets/socials.png);
    background-position: center center;
    background-size: cover;
}

.feature-icon {
  background: var(--white);
  box-shadow: 0 8px 20px rgba(0, 102, 255, 0.12);
  height: 72px;
  left: 24px;
  margin: 0;
  position: absolute;
  top: 156px;
  width: 72px;
}

.feature-card h3 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.7rem;
  margin: 2.5rem 1.4rem 0.8rem;
  text-transform: uppercase;
}

.feature-card ul {
  line-height: 1.85;
  margin: 0 1.4rem 1rem;
  padding-left: 1rem;
}

.feature-card a,
.deal-card a,
.blog-card a {
  color: var(--blue);
  display: inline-flex;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-left: 1.4rem;
  text-transform: uppercase;
}

.deal-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.deal-card {
  min-height: 140px;
  padding: 1.35rem 1.45rem;
}

.deal-card b {
  color: var(--purple);
  display: block;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.28rem;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.deal-card p {
  font-weight: 600;
  line-height: 1.5;
}

.deal-card a {
  margin: 0;
}

.deal-card--accent {
  align-items: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(0, 102, 255, 0.06));
  display: grid;
  justify-items: center;
  text-align: center;
}

.slider-wrap {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 48px 1fr 48px;
  margin-top: 0.6rem;
}

.product-slider {
  display: grid;
  gap: 1rem;
  grid-auto-columns: minmax(270px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0.55rem 0.15rem 1.1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.slider-arrow {
  align-items: center;
  background: #07111f;
  border: 1px solid rgba(0, 102, 255, 0.26);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.15rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.slider-arrow:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.product-card {
  background:
    radial-gradient(circle at 50% 18%, rgba(85, 230, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #111827, #050912 72%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
  color: var(--white);
  min-height: 390px;
  min-width: 270px;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  scroll-snap-align: start;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
}

.product-card::after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  content: "";
  height: 42%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.product-card:hover {
  border-color: rgba(85, 230, 255, 0.35);
  box-shadow: 0 30px 74px rgba(15, 23, 42, 0.28);
  transform: translateY(-8px);
}

.product-card__tag {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #b9f5ff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 0.42rem 0.72rem;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  z-index: 2;
}

.product-img {
  height: 230px;
  margin-inline: auto;
  position: relative;
  transform: translateY(10px);
  transition: transform 260ms ease;
  width: 150px;
  z-index: 1;
}

.product-card:hover .product-img {
  transform: translateY(0) scale(1.04);
}

.product-img::before {
  border-radius: 30px;
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.35),
    inset 0 -28px 42px rgba(0, 0, 0, 0.22),
    0 30px 42px rgba(0, 0, 0, 0.35);
  content: "";
  inset: 20px 38px 4px;
  position: absolute;
}

.product-img::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.08)),
    #111827;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(85, 230, 255, 0.22);
  content: "";
  height: 66px;
  left: 61px;
  position: absolute;
  top: 70px;
  width: 28px;
}

.product-img span {
  display: none;
}

.product-img--mint::before { background: linear-gradient(180deg, #23c7d7, #074b68); }
.product-img--pink::before { background: linear-gradient(180deg, #f472b6, #be185d); }
.product-img--green::before { background: linear-gradient(180deg, #84cc16, #166534); }
.product-img--blue::before { background: linear-gradient(180deg, #38bdf8, #1d4ed8); }
.product-img--rose::before { background: linear-gradient(180deg, #fb7185, #7c3aed); }
.product-img--grape::before { background: linear-gradient(180deg, #a78bfa, #4c1d95); }

.product-card h3 {
  color: var(--white);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0.85rem 0 0.35rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.product-card p {
  color: #cbd5e1;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  position: relative;
  z-index: 1;
}

.product-card strong {
  color: #55e6ff;
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 1;
}

.product-card__link {
  color: var(--white);
  display: inline-flex;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 1;
}

.product-card__link::after {
  content: " ->";
  margin-left: 0.25rem;
}

.product-card:hover .product-card__link {
  opacity: 1;
  transform: translateY(0);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.reviews-panel {
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 0;
  grid-template-columns: 220px 1fr 52px;
  margin-block: 1.5rem 2.2rem;
  overflow: hidden;
}

.review-summary {
  border-right: 1px solid var(--line);
  padding: 1.5rem 1.3rem;
}

.review-summary h2 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.review-summary strong {
  color: var(--blue);
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.review-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  min-height: 172px;
  padding: 1.35rem 1.2rem;
}

.review-card span {
  align-items: center;
  background: var(--purple);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-right: 0.5rem;
  width: 34px;
}

.review-card h3 {
  display: inline;
  font-size: 0.9rem;
  margin: 0;
}

.review-card p {
  font-size: 0.82rem;
  line-height: 1.7;
}

.review-card b {
  color: var(--blue);
}

.review-buttons {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 0.6rem;
}

.blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.blog-card {
  overflow: hidden;
  padding-bottom: 1.15rem;
}

.blog-img {
  background: #111827;
  height: 132px;
}

.blog-img--vapes { background: linear-gradient(135deg, #090b12, #4c1d95 62%, #111827); }
.blog-img--guide { background: linear-gradient(135deg, #123d37, #76d340); }
.blog-img--gaming { background: linear-gradient(135deg, #111827, #7c3aed); }
.blog-img--news { background: linear-gradient(135deg, #240046, #0066ff); }

.blog-card small,
.blog-card h3 {
  display: block;
  margin-inline: 1rem;
}

.blog-card small {
  color: var(--muted);
  margin-top: 0.9rem;
}

.blog-card h3 {
  font-size: 1rem;
  line-height: 1.35;
  min-height: 64px;
}

.blog-card--all {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 1.2rem;
  text-align: center;
}

.blog-card--all .line-icon {
  height: 72px;
  margin: 0 0 1rem;
  width: 72px;
}

.blog-card--all a {
  margin: 0;
}

.local-section {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.9fr 1.1fr;
  margin-bottom: 2.5rem;
  padding-block: 2rem;
}

.local-section h2 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.local-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.local-section iframe {
  border: 0;
  border-radius: 8px;
  height: 320px;
  width: 100%;
}

.footer {
  border-top: 1px solid var(--line);
  background: #000;
}

.footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr 1.2fr;
  padding-block: 2.4rem;
}

.footer .brand-mark {
  height: 42px;
  width: 60px;
}

.footer .brand-mark::before,
.footer .brand-mark::after {
  height: 12px;
  top: 12px;
  width: 12px;
}

.footer .brand-text strong {
  font-size: 1.9rem;
}

.footer .brand-text em {
  font-size: 1.25rem;
}

.footer h3 {
  color: var(--blue);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.social-links--footer a {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  padding-left:6px;
  padding-top:0px;
}

.mini-map {
  background:
    linear-gradient(45deg, transparent 44%, #cbd5e1 44% 47%, transparent 47%),
    linear-gradient(-45deg, transparent 48%, #cbd5e1 48% 51%, transparent 51%),
    #eef2f7;
  border-radius: 8px;
  height: 92px;
  margin-bottom: 0.8rem;
  position: relative;
}

.mini-map span {
  background: #ef4444;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.18);
  height: 28px;
  left: 56%;
  position: absolute;
  top: 33%;
  width: 28px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  padding: 0.8rem;
  text-align: center;
}

.age-gate {
  align-items: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(85, 230, 255, 0.18), transparent 34%),
    radial-gradient(circle at 78% 80%, rgba(157, 124, 255, 0.2), transparent 36%),
    rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(12px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999;
}

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

.age-gate__panel {
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.97), rgba(3, 7, 18, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(85, 230, 255, 0.16), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.5);
  color: var(--white);
  max-width: 560px;
  padding: clamp(28px, 5vw, 48px);
  position: relative;
  text-align: center;
  width: min(100%, 560px);
}

.age-gate__panel::before {
  border: 1px solid rgba(85, 230, 255, 0.22);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.age-gate__mark {
  align-items: center;
  background: linear-gradient(135deg, #55e6ff, #9d7cff);
  border-radius: 50%;
  color: #06111f;
  display: inline-flex;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  height: 76px;
  justify-content: center;
  margin-bottom: 18px;
  width: 76px;
}

.age-gate__eyebrow {
  color: #55e6ff;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.age-gate h2 {
  color: var(--white);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(3rem, 8vw, 5.2rem);
  line-height: 0.9;
  margin-bottom: 18px;
}

.age-gate__warning {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 460px;
}

.age-gate__copy {
  color: #d7e2f2;
  line-height: 1.7;
  margin: 0 auto 28px;
  max-width: 460px;
}

.age-gate__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.age-gate__actions .btn {
  width: 100%;
}

.age-gate__leave {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

@media (max-width: 1180px) {
  .container {
    padding-inline: 24px;
  }

  .top-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .nav-toggle {
    display: block;
    margin-top: 1.4rem;
  }

  .nav-links {
    align-items: stretch;
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links > a:not(.btn) {
    border-top: 1px solid var(--line);
    padding-block: 1rem;
  }

  .nav-links > a:not(.btn)::after {
    bottom: 0.6rem;
    width: 70px;
  }

  .nav-cta {
    margin: 0.8rem 0 1rem;
    width: 100%;
  }

  .store-building {
    opacity: 0.58;
    width: 76vw;
  }

  .trust-card,
  .offer-grid,
  .deal-grid,
  .blog-grid,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-panel,
  .local-section {
    grid-template-columns: 1fr;
  }

  .review-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-buttons {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .container {
    padding-inline: 18px;
  }

  .top-strip__inner,
  .trust-card,
  .offer-grid,
  .deal-grid,
  .blog-grid,
  .footer__grid,
  .review-track {
    grid-template-columns: 1fr;
  }

  .top-strip__inner {
    align-items: start;
    padding-block: 0.8rem;
	display:none;
  }

  .brand-mark {
    height: 44px;
    width: 60px;
  }

  .brand-text strong {
    font-size: 1.9rem;
  }

  .brand-text em {
    font-size: 1.24rem;
  }

  .brand-text small {
    font-size: 0.5rem;
  }

  .hero,
  .hero__inner {
    min-height: 620px;
  }

  .hero__scene {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 58%, rgba(255, 255, 255, 0.08) 100%),
      linear-gradient(180deg, #d9e7f9 0%, #edf3fb 52%, #cfd7e1 100%);
  }

  .store-building {
    height: 340px;
    opacity: 0.48;
    right: -180px;
    width: 780px;
  }

  .hero__copy {
    padding-top: 0;
  }

  h1 {
    font-size: 4.3rem;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .trust-card {
    margin-top: 0;
    border-radius: 0;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-title h2 {
    font-size: 1.75rem;
    white-space: nowrap;
  }

  .product-slider {
    grid-auto-columns: 82%;
  }

  .age-gate__actions {
    grid-template-columns: 1fr;
  }

  .vape-category-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .vape-category-card {
    min-height: 300px;
  }

  .vape-category-card__content {
    padding: 0 22px 24px;
  }
}


.brand img{
	    width: 100%;
    max-width: 87px;
}

.nav-bg
{
	background:#000;
}


.nav-links > a
{
	color:#fff;
}


.about-zone {
  background:
    linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.94)),
    radial-gradient(circle at 78% 22%, rgba(85, 230, 255, 0.22), transparent 32%),
    radial-gradient(circle at 12% 82%, rgba(157, 124, 255, 0.24), transparent 34%);
  color: var(--white);
  margin-top: 2.5rem;
  overflow: hidden;
  padding: 72px 0;
  position: relative;
  scroll-margin-top: 150px;
}

.about-zone::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.about-zone__wrap {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  position: relative;
  z-index: 1;
}

.about-zone__image {
  background: linear-gradient(135deg, rgba(85, 230, 255, 0.32), rgba(157, 124, 255, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 0 10px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.about-zone__image::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 6, 23, 0.78)),
    radial-gradient(circle at 72% 25%, rgba(85, 230, 255, 0.22), transparent 34%);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.about-zone__image img {
  border-radius: 16px;
  display: block;
  height: 520px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-badge {
  backdrop-filter: blur(14px);
  background: rgba(2, 6, 23, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  bottom: 28px;
  color: #fff;
  left: 28px;
  padding: 16px 20px;
  position: absolute;
  z-index: 2;
}

.about-badge strong {
  display: block;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.about-badge span {
  color: #b9f5ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-zone__content {
  max-width: 700px;
}

.about-zone__content .eyebrow {
  color: #55e6ff !important;
}

.about-zone__content h2 {
  color: var(--white);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
  line-height: 0.92;
  margin: 10px 0 22px;
  max-width: 740px;
  text-transform: uppercase;
}

.about-zone__content p {
  color: #d7e2f2;
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 620px;
}

.about-zone__cards {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.about-zone__cards div {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 18px;
  padding: 18px 20px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.about-zone__cards div:hover {
  background: rgba(85, 230, 255, 0.12);
  border-color: rgba(85, 230, 255, 0.34);
  transform: translateX(4px);
}

.about-zone__cards span {
  background: linear-gradient(135deg, #55e6ff, #9d7cff);
  border-radius: 50%;
  color: #06111f;
  display: grid;
  flex: 0 0 auto;
  font-weight: 900;
  height: 42px;
  place-items: center;
  width: 42px;
}

.about-zone__cards b {
  color: #f8fbff;
  font-size: 1rem;
  line-height: 1.35;
}

.about-zone .btn {
  box-shadow: 0 16px 42px rgba(0, 102, 255, 0.28);
}

@media (max-width: 900px) {
  .about-zone {
    padding: 52px 0;
  }

  .about-zone__wrap {
    grid-template-columns: 1fr;
  }

  .about-zone__image img {
    height: 360px;
  }

  .about-zone__content h2 {
    font-size: clamp(2.25rem, 10vw, 3.8rem);
  }
}

@media (max-width: 560px) {
  .about-zone {
    margin-top: 0;
    padding: 40px 0;
  }

  .about-zone__image {
    border-radius: 14px;
    padding: 6px;
  }

  .about-zone__image img {
    border-radius: 10px;
    height: 260px;
  }

  .about-badge {
    bottom: 16px;
    left: 16px;
    padding: 12px 14px;
  }

  .about-zone__cards div {
    align-items: flex-start;
    padding: 15px;
  }
}

.feature-icon .trust-icon
{
	    height: 68px;
    
    width: 68px;
}