Update store links to open directly and remove popup modal
Replaced modal-based store links with direct links to the new store URL, removed all Printify references, and cleaned up associated modal HTML, CSS, and JavaScript. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e8d67b34-b14e-4383-9ef2-7d299bff17e4 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/yrHiwv7 Replit-Helium-Checkpoint-Created: true
This commit is contained in:
42
styles.css
42
styles.css
@@ -281,48 +281,6 @@ section {
|
||||
.faq-a-link { color:var(--orange); text-decoration:none; }
|
||||
.faq-a-link:hover { text-decoration:underline; }
|
||||
|
||||
/* ── STORE OVERLAY ── */
|
||||
.store-overlay {
|
||||
display:none; position:fixed; inset:0; z-index:200;
|
||||
background:rgba(0,0,0,0.75); backdrop-filter:blur(6px);
|
||||
align-items:center; justify-content:center; padding:1rem;
|
||||
}
|
||||
.store-overlay.active { display:flex; }
|
||||
.store-modal-card {
|
||||
background:var(--surface); border:1px solid var(--border);
|
||||
width:100%; max-width:460px; overflow:hidden;
|
||||
animation:popIn 0.28s cubic-bezier(0.34,1.56,0.64,1);
|
||||
}
|
||||
@keyframes popIn { 0%{opacity:0;transform:scale(0.9)} 100%{opacity:1;transform:scale(1)} }
|
||||
.store-modal-top {
|
||||
display:flex; align-items:center; gap:1rem; padding:1rem 1.4rem;
|
||||
border-bottom:1px solid var(--border); background:var(--surface2);
|
||||
}
|
||||
.store-modal-url {
|
||||
flex:1; background:var(--bg); border:1px solid var(--border); padding:6px 16px;
|
||||
font-family:'Space Mono',monospace; font-size:0.75rem; color:var(--muted);
|
||||
overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
|
||||
}
|
||||
.modal-close {
|
||||
background:transparent; border:1px solid var(--border-heavy); color:var(--white);
|
||||
font-family:'Space Mono',monospace; font-size:0.78rem; font-weight:700;
|
||||
padding:6px 16px; cursor:pointer; transition:all 0.18s; white-space:nowrap;
|
||||
}
|
||||
.modal-close:hover { border-color:var(--orange); color:var(--orange); }
|
||||
.store-modal-body {
|
||||
padding:2.4rem 2.2rem 2.2rem;
|
||||
display:flex; flex-direction:column; align-items:center; text-align:center; gap:0.9rem;
|
||||
}
|
||||
.store-modal-title { font-family:'Space Mono',monospace; font-weight:700; font-size:1.2rem; color:var(--white); }
|
||||
.store-modal-desc { font-size:0.92rem; color:var(--muted); line-height:1.6; max-width:300px; }
|
||||
.store-launch-btn {
|
||||
display:inline-block; margin-top:0.4rem; padding:14px 36px;
|
||||
background:var(--orange); color:#fff; font-family:'Space Mono',monospace;
|
||||
font-weight:700; font-size:0.85rem; letter-spacing:0.04em; text-transform:uppercase;
|
||||
border:1px solid var(--orange); text-decoration:none; transition:all 0.18s;
|
||||
}
|
||||
.store-launch-btn:hover { background:transparent; color:var(--orange); }
|
||||
|
||||
/* ── CONTACT ── */
|
||||
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:2rem; align-items:start; }
|
||||
@media(max-width:720px){ .contact-grid { grid-template-columns:1fr; } }
|
||||
|
||||
Reference in New Issue
Block a user