.storePreview{min-height:100vh;background:#faf8f5;color:#29243a}.previewHeader{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,28px);background:#fff;border-bottom:1px solid #ebe6df}.previewHeader div{display:flex;flex-direction:column}.previewHeader strong{font-size:22px}.previewHeader span{color:#827a8e;font-size:13px}.previewHeader a{color:#6246ea;text-decoration:none;font-weight:700}.previewHero{max-width:1040px;margin:auto;padding:90px 28px}.previewHero>p{color:#6246ea;font-weight:700}.previewHero h1{font-size:clamp(42px,7vw,78px);margin:10px 0}.previewHero>span{display:block;max-width:620px;color:#716b79;font-size:18px;line-height:1.9}.previewProducts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:55px}.previewProducts article{background:#fff;border:1px solid #eee8e1;border-radius:24px;padding:30px;display:flex;flex-direction:column;gap:10px;box-shadow:0 15px 45px #3322550c}.previewProducts i{width:56px;height:56px;border-radius:18px;background:#eee9ff;color:#6246ea;display:grid;place-items:center;font-style:normal;font-weight:800}.previewProducts strong{font-size:20px}.previewProducts span{color:#817a89;line-height:1.7}@media(max-width:650px){.previewProducts{grid-template-columns:1fr}.previewHero{padding-top:55px}}