.elementor-704 .elementor-element.elementor-element-987353b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bdcdf2c */:root{
  --c:#009BDF;
  --bg:#000;
  --w:#fff;
  --m:rgba(255,255,255,.65);
}

.omg-products{
  background:#000;
  padding-bottom:120px;
}

.omg-products-hero{
  padding:140px 24px 80px;
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(0,155,223,.14), transparent 60%);
}

.omg-products-hero__inner{
  max-width:1200px;
  margin:0 auto;
}

.omg-products-kicker{
  font-size:11px;
  letter-spacing:.32em;
  color:rgba(255,255,255,.45);
  display:block;
  margin-bottom:16px;
}

.omg-products-title{
  font-size:clamp(48px,6vw,84px);
  letter-spacing:-0.04em;
  margin:0 0 16px;
}

.omg-products-sub{
  max-width:520px;
  font-size:16px;
  line-height:1.7;
  color:var(--m);
}

.omg-products-grid{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

.omg-product-card{
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:22px;
  text-decoration:none;
  transition:.25s ease;
}

.omg-product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(0,155,223,.5);
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}

.omg-product-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
}

.omg-product-meta{
  margin-top:16px;
}

.omg-product-meta h3{
  margin:0 0 6px;
  font-size:18px;
  color:#fff;
}

.omg-product-meta p{
  margin:0;
  font-size:14px;
  color:var(--m);
}
.omg-products-title{
  color: rgba(255,255,255,.92);
}
.omg-products-sub{
  color: rgba(255,255,255,.72);
}
.omg-product-card:hover .omg-product-meta h3{
  color: var(--c);
}
.omg-product-card:hover{
  border-color: rgba(0,155,223,.6);
}/* End custom CSS */