/** Shopify CDN: Minification failed

Line 19:2 Unexpected "{"
Line 19:3 Expected identifier but found "%"
Line 19:200 Unexpected "{"
Line 19:201 Expected identifier but found "%"
Line 102:2 Unexpected "{"
Line 102:3 Expected identifier but found "%"
Line 102:52 Unexpected "{"
Line 102:53 Expected identifier but found "%"
Line 185:0 Unexpected "{"
Line 185:1 Expected identifier but found "%"
... and 2 more hidden warnings

**/
.vb-sec {
  padding:60px 0 40px;
  background:#000;
  {% comment %} background: radial-gradient(1200px 600px at 80% 50%, rgba(255, 27, 141, .18), transparent 60%), radial-gradient(900px 500px at 10% 30%, rgba(255, 106, 0, .12), transparent 60%), #000; {% endcomment %}
  color:#fff;
}

.vb-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

.vb-sec .vb-head {
  justify-content:center;
}

.vb-eye{
  font-size:12px;
  letter-spacing:.25em;
  text-transform:uppercase;
  font-weight:600;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  -webkit-background-clip:text;
  color:transparent;
  position:relative;
  display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 15px;
    width:100%;
}

.vb-sec .vb-eye {
  justify-content:center;
}

.vb-sec .vb-h3 {
  text-align:center;
} 

.vb-eye::before {
    content: "";
    width: 28px;
    height: 1px;
    display: inline-block;
    background: var(--vb-grad);
}

.vb-h3{
  width:100%;
}

.vb-sub{
  font-size:14px;
  margin:0;
  color:rgba(255,255,255,.6);
  text-align:left;
}

/* GRID */
.vb-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

/* CARD */
.vb-card{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  background:#101014;
  display:flex;
  justify-content:flex-end;
  flex-direction:column;
  transition:.4s;
   height:90vh;
  max-height:90vh;
}

.vb-card:hover{
  transform:none;
  {% comment %} border-color:rgba(255,255,255,.16); {% endcomment %}
}

/* IMAGE */
.vb-media{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.vb-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.8s;
}

.vb-card:hover .vb-media img{
  transform:scale(1.06);
}

.vb-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .1), rgba(0, 0, 0, .25));
}

.vb-glow{
  position:absolute;
  inset:auto -30% -40% -30%;
  height:60%;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  filter:blur(80px);
  opacity:.35;
}

.vb-body {
    position: relative;
    padding: 36px;
    color: #fff;
    width: 100%;
}

.vb-count{
  font-size:12px;
  letter-spacing:.2em;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  display:inline-block;
  margin-bottom:18px;
}

.vb-title{
  font-size:30px;
  margin:0 0 8px;
  text-transform:uppercase;
}

.vb-desc{
  font-size:14px;
  color:rgba(255,255,255,.6);
}


.about-juul-wrap {
    padding:40px 0;
  background: radial-gradient(1200px 600px at 80% 50%, rgba(255, 27, 141, .18), transparent 60%), radial-gradient(900px 500px at 10% 30%, rgba(255, 106, 0, .12), transparent 60%), #000;
  color:#fff;
}

.vb-about-grid{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.vb-about-media{
  position:relative;
  border-radius:10px;
}

{% comment %} .vb-about-media::after{
  content:"";
  position:absolute;
  inset:auto -20% -30% -20%;
  height:50%;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  filter:blur(70px);
  opacity:.4;
  pointer-events:none;
} {% endcomment %}

.vb-reveal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vb-about-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:relative;
  z-index:1;
  height: 90vh;
    max-height: 90vh;
        border-radius: 10px;
}

.vb-about-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(10px);
  padding:10px 16px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.16);
}

.vb-about-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:10px 0;
}

.vb-about-stat{
  padding:22px;
  border-radius:18px;
  background:#101014;
  border:1px solid rgba(255,255,255,0.08);
}

.vb-about-stat .num{
  font-size:24px;
  line-height:24px;
  font-weight:700;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  -webkit-background-clip:text;
  color:transparent;
}

.vb-about-stat .lbl{
  font-size:13px;
  color:rgba(255,255,255,.62);
  margin-top:4px;
}

.about-juul-wrap .vb-cta {
    display:flex;
    gap:8px;
    align-items:center;
    width:max-content;
}

.about-juul-wrap .vb-cta:hover::before{
  opacity:1;
}

.vb-about-media {
  overflow: hidden;
}

.vb-about-media img {
  transition: transform .6s ease;
}

/* hover effect */
.vb-about-media:hover img {
  transform: scale(1.08);
}

.how-it {
  padding: 50px 0;
  background: radial-gradient(circle at top, #1a0a0a, #000);
  color: #fff;
  text-align: center;
}

.how-it .home-heading {
    text-align:center;
}

.how-it .vb-sub {
  text-align:center;
}

.how-it .vb-eye {
  justify-content: center;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.how-card {
  background: #0b0b0b;
  border-radius: 16px;
  padding: 35px 20px;
  border: 1px solid rgba(255, 80, 80, 0.2);
  transition: .3s;
  position: relative;
}

.how-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px rgba(255, 80, 80, 0.3);
}

.how-num {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
  background-image: var(--vb-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.how-card-title {
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.how-icon {
        text-align:center;
}

.how-icon svg {
    height:30px;
  width: 30px;
  margin: 25px auto;
}

.how-text {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.6;
  max-width:80%;
  margin:0 auto;
}

.why-choose-wrap {
    background:#000;
    padding:40px 0; 
} 

    .vb-why {
  position: relative;
  overflow: hidden;
}

.vb-why-bg {
  position: absolute;
  inset: 0;
}

.vb-why-head {
  margin-bottom: 40px;
}

.vb-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vb-why-card {
  position: relative;
    overflow: visible;
    padding: 36px 28px 32px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .015) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
    display:flex;
    gap:20px;
    flex-direction:column;
}

.vb-why-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 24px 60px -20px rgba(255,27,141,.35);
}

.why-choose-wrap .vb-why-head {
  align-items: center;
}

.why-choose-wrap .vb-eye {
  justify-content:center;
}

.js-reveal-ready .vb-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.js-reveal-ready .vb-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.vb-why-card:hover::before {
    opacity: 1;
}

.vb-why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,106,0,.55), rgba(255,27,141,.55));
    -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
}


.vb-why-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--vb-grad);
    box-shadow: 0 12px 32px -8px rgba(255,27,141,.55);
}

.vb-why-title {
  font-size: 20px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin: 0;
    color: #fff;
}

.vb-why-num {
  position: absolute;
    top: 15px;
    right: 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: var(--vb-grad);
    opacity: .85;
}


@media(max-width:1024px) {
    .how-text {
        max-width:100%;
    }

    .vb-why-grid {
      grid-template-columns: repeat(2, 1fr);
    } 
}

@media(max-width:768px){
    .vb-sec {
      padding:30px 0;
    }

    .vb-grid{
      grid-template-columns:1fr;
    }

    .vb-sub {
    font-size: 12px;
    color: rgba(255,255,255,.6);
  }

  .vb-head {
    gap:15px;
}

  .vb-title {
    font-size: 24px;
  }

  .vb-body {
    padding:20px;
  }

  .vb-desc {
    font-size: 12px;
  }

  .vb-count {
    font-size: 10px;
    padding: 4px 10px;
  }

  .vb-cta {
    margin-top: 8px;
    padding: 10px 30px;
    font-size: 13px;
    }

        .about-juul-wrap {
    padding:30px 0;
    }
  .vb-about-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .vb-about-stats{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }

  .vb-about-stat{
    padding:14px;
  }

  .vb-about-stat .num{
    font-size:24px;
  }

    .how-it {
        padding:30px 0;
    }
  .how-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .vb-why-grid {
  grid-template-columns: repeat(1, 1fr);
}

.why-choose-wrap {
    padding: 30px 0;
}

.vb-why-head {
    margin-bottom: 30px;
}

 .vb-about-stats{
    grid-template-columns:1fr 1fr;
  }
}