-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.html
More file actions
195 lines (186 loc) · 7.03 KB
/
shop.html
File metadata and controls
195 lines (186 loc) · 7.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shop — SALT & TIDE</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="main-nav" id="mainNav">
<div class="nav-inner">
<a href="index.html" class="nav-logo">SALT<span>&</span>TIDE</a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="shop.html" class="active">Shop</a>
<a href="lookbook.html">Lookbook</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<div class="nav-actions">
<button class="nav-cart" id="cartToggle">
Cart <span class="cart-count" id="cartCount">0</span>
</button>
<button class="nav-menu-btn" id="menuToggle" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<div class="mobile-menu-inner">
<a href="index.html">Home</a>
<a href="shop.html">Shop</a>
<a href="lookbook.html">Lookbook</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
<!-- Cart Drawer -->
<div class="cart-drawer" id="cartDrawer">
<div class="cart-drawer-overlay" id="cartOverlay"></div>
<div class="cart-drawer-panel">
<div class="cart-header">
<h3>Your Cart</h3>
<button class="cart-close" id="cartClose">×</button>
</div>
<div class="cart-items" id="cartItems">
<div class="cart-empty">
<p>Your cart is empty</p>
<span>Browse our collection to find something you love.</span>
</div>
</div>
<div class="cart-footer" id="cartFooter" style="display:none;">
<div class="cart-subtotal">
<span>Subtotal</span>
<span id="cartSubtotal">$0</span>
</div>
<p class="cart-note">Shipping and taxes calculated at checkout.</p>
<button class="btn btn-primary btn-full" id="checkoutBtn">Proceed to Checkout</button>
</div>
</div>
</div>
<!-- Page Header -->
<header class="page-header">
<div class="container">
<h1 class="page-title anim-up" style="--delay: 0.2s">The Collection</h1>
<p class="page-subtitle anim-up" style="--delay: 0.4s">Every board is shaped to ride with you — built from premium materials, glassed with precision, and finished by hand.</p>
</div>
</header>
<!-- Filters -->
<section class="shop-filters">
<div class="container">
<div class="filters-bar">
<div class="filter-group">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="outerwear">Designer Brands</button>
<button class="filter-btn" data-filter="tops">Custom</button>
<button class="filter-btn" data-filter="accessories">Accessories</button>
</div>
<div class="sort-group">
<select class="sort-select" id="sortSelect">
<option value="featured">Featured</option>
<option value="price-asc">Price: Low to High</option>
<option value="price-desc">Price: High to Low</option>
<option value="newest">Newest</option>
</select>
</div>
</div>
</div>
</section>
<!-- Product Grid (Shopify-powered) -->
<section class="shop-grid-section">
<div class="container">
<div class="shop-loading" id="shopLoading">
<div class="loading-spinner"></div>
<p>Loading products...</p>
</div>
<div class="product-grid shop-product-grid" id="productGrid">
<!-- Products injected via Shopify Storefront API -->
</div>
<div class="shop-empty" id="shopEmpty" style="display:none;">
<p>No products found in this category.</p>
</div>
</div>
</section>
<!-- Product Quick View Modal -->
<div class="quick-view-modal" id="quickViewModal">
<div class="quick-view-overlay" id="quickViewOverlay"></div>
<div class="quick-view-panel">
<button class="quick-view-close" id="quickViewClose">×</button>
<div class="quick-view-content">
<div class="quick-view-gallery">
<div class="quick-view-img" id="quickViewImg"></div>
<div class="quick-view-thumbs" id="quickViewThumbs"></div>
</div>
<div class="quick-view-details">
<span class="quick-view-vendor" id="quickViewVendor"></span>
<h2 id="quickViewTitle"></h2>
<p class="quick-view-price" id="quickViewPrice"></p>
<p class="quick-view-desc" id="quickViewDesc"></p>
<div class="quick-view-options">
<div class="option-group" id="quickViewSizes">
<label>Size</label>
<div class="size-buttons" id="sizeButtons"></div>
</div>
</div>
<div class="quick-view-actions">
<button class="btn btn-primary btn-full" id="addToCartBtn">Add to Cart</button>
</div>
<div class="quick-view-meta">
<p>Free shipping on orders over $150</p>
<p>Easy 30-day returns</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="footer-logo">SALT<span>&</span>TIDE</a>
<p>Premium surf gear for those who live by the tide. Shaped with care in Southern California.</p>
</div>
<div class="footer-col">
<h4>Shop</h4>
<a href="shop.html">All Products</a>
<a href="shop.html">Surfboards</a>
<a href="shop.html">Wetsuits</a>
<a href="shop.html">Boardshorts</a>
<a href="shop.html">Accessories</a>
</div>
<div class="footer-col">
<h4>Company</h4>
<a href="about.html">Our Story</a>
<a href="lookbook.html">Lookbook</a>
<a href="contact.html">Contact</a>
<a href="#">Careers</a>
</div>
<div class="footer-col">
<h4>Help</h4>
<a href="#">Shipping & Returns</a>
<a href="#">Size Guide</a>
<a href="#">FAQ</a>
<a href="#">Terms of Service</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Salt & Tide. All rights reserved.</p>
<div class="footer-social">
<a href="#" aria-label="Instagram">IG</a>
<a href="#" aria-label="Twitter">TW</a>
<a href="#" aria-label="TikTok">TK</a>
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
<script src="shopify.js"></script>
</body>
</html>