/** Shopify CDN: Minification failed

Line 191:4 Expected ":"
Line 195:4 Expected ":"
Line 199:4 Expected ":"
Line 203:4 Expected ":"
Line 208:4 Expected ":"
Line 212:4 Expected ":"
Line 220:4 Expected ":"
Line 225:4 Expected ":"
Line 231:4 Expected ":"
Line 236:4 Expected ":"
... and 2 more hidden warnings

**/
body{
  outline:10px solid red!important;
}
.atlas-v4{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:22px;
  margin:16px 0;
  box-shadow:0 12px 34px rgba(15,23,42,.07);
  overflow:hidden;
}

.atlas-v4__header span,
.atlas-v4__badges em{
  display:inline-flex;
  background:#fee2e2;
  color:#991b1b;
  border-radius:999px;
  padding:8px 14px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-style:normal;
}

.atlas-v4__header h2{
  color:#111827!important;
  font-size:32px;
  line-height:1.08;
  font-weight:950;
  margin:12px 0 10px;
}

.atlas-v4__header p{
  color:#374151;
  font-size:15px;
  line-height:1.45;
  margin:0 0 18px;
}

.atlas-v4__badges{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 18px;
}

.atlas-v4__canvas{
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px;
  background:#fff;
}

.atlas-v4__stamp{
  width:min(100%, calc(var(--stamp-w) * 9px));
  aspect-ratio:var(--stamp-w) / var(--stamp-h);
  max-width:720px;
  min-width:260px;
  margin:0 auto;
  border:4px solid #111827;
  border-radius:18px;
  box-sizing:border-box;
  padding:24px 36px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
}

.atlas-v4__address-logo{
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:24px;
  align-items:center;
}

.atlas-v4__text{
  text-align:left;
}

.atlas-v4__text--center{
  text-align:center;
}

.atlas-v4__text strong{
  display:block;
  color:#111827;
  font-size:24px;
  line-height:1.02;
  font-weight:950;
  margin-bottom:10px;
}

.atlas-v4__text span{
  display:block;
  color:#111827;
  font-size:14px;
  line-height:1.24;
  font-weight:850;
}

.atlas-v4__logo,
.atlas-v4__logo-only{
  width:130px;
  height:130px;
  border:4px solid #111827;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#991b1b;
  font-size:26px;
  font-weight:950;
  box-sizing:border-box;
  justify-self:center;
}

.atlas-v4__note{
  text-align:center;
  color:#4b5563;
  font-size:12px;
  line-height:1.4;
  margin:12px auto 0;
}

.atlas-v4__cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}

.atlas-v4__cards div{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  box-shadow:0 6px 16px rgba(15,23,42,.05);
}

.atlas-v4__cards strong{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:950;
  margin-bottom:6px;
}

.atlas-v4__cards strong:before{
  content:"✓";
  color:#991b1b;
  font-size:20px;
  margin-right:7px;
}

.atlas-v4__cards span{
  display:block;
  color:#4b5563;
  font-size:12.5px;
  line-height:1.4;
}

/* MOBILE */

@media(max-width:749px){
  .atlas-v4{
    padding:14px;
    border-radius:18px;
  }

  .atlas-v4__header h2{
    font-size:24px;
  }

  .atlas-v4__header p{
    font-size:13px;
  }

  .atlas-v4__badges{
    gap:7px;
  }

  .atlas-v4__badges em{
    font-size:11px;
    padding:7px 10px;
  }

  .atlas-v4__canvas{
    padding:12px;
  }

  .atlas-v4__stamp{
    width:100%;
    min-width:0;
    padding:16px 18px;
    border-width:3px;
    border-radius:16px;
  }

  .atlas-v4__address-logo{
    grid-template-columns:1.38fr .62fr;
    gap:10px;
  }

  .atlas-v4__text strong{
    font-size:15px;
    line-height:1.02;
    margin-bottom:7px;
  }

  .atlas-v4__text span{
    font-size:8.8px;
    line-height:1.15;
  }

  .atlas-v4__logo,
  .atlas-v4__logo-only{
    width:82px;
    height:82px;
    font-size:16px;
    border-width:3px;
  }

  .atlas-v4__cards{
    grid-template-columns:1fr;
    gap:8px;
  }
}