-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (411 loc) · 55.3 KB
/
index.html
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="img/logo.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Shop</title>
</head>
<body>
<header class="top center">
<div class="top__left">
<a class="logo" href="index.html"><img src="img/logo.png" alt="Logo"></a>
<form class="top__form" action="#">
<button class="top__form-btn">
<svg class="top__icon__search" width="27" height="28" viewBox="0 0 27 28" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M19.0586 17.6249C20.6703 15.8648 21.6272 13.6038 21.7688 11.2215C21.9103 8.8392 21.2279 6.48075 19.836 4.5422C18.4441 2.60365 16.4275 1.20306 14.125 0.575643C11.8224 -0.0517774 9.37412 0.132183 7.19119 1.09663C5.00826 2.06108 3.22365 3.74727 2.13706 5.87205C1.05047 7.99682 0.728077 10.4308 1.22402 12.7652C1.71996 15.0996 3.00403 17.1922 4.8606 18.6917C6.71717 20.1912 9.03316 21.0063 11.4196 20.9999C13.672 21.003 15.8635 20.269 17.6597 18.9099L25.4076 26.7169C25.4931 26.806 25.5956 26.8771 25.7089 26.926C25.8222 26.975 25.9442 27.0008 26.0676 27.0019C26.1913 27.0023 26.3138 26.9772 26.4273 26.9282C26.5409 26.8792 26.6431 26.8072 26.7276 26.7169C26.9016 26.536 26.9987 26.2949 26.9987 26.0439C26.9987 25.793 26.9016 25.5518 26.7276 25.3709L19.0586 17.6249ZM2.88565 10.4999C2.89848 8.81465 3.40996 7.17089 4.35561 5.77587C5.30126 4.38086 6.63875 3.29703 8.19946 2.66102C9.76017 2.02501 11.4742 1.86529 13.1256 2.202C14.7769 2.53871 16.2917 3.35678 17.4788 4.55307C18.6659 5.74935 19.4722 7.27031 19.7962 8.92421C20.1202 10.5781 19.9473 12.2909 19.2993 13.8467C18.6512 15.4024 17.5571 16.7315 16.1549 17.6664C14.7526 18.6013 13.105 19.1001 11.4196 19.0999C9.14819 19.0891 6.97384 18.1774 5.37386 16.5651C3.77388 14.9527 2.879 12.7714 2.88565 10.4999Z"
fill="#E8E8E8" />
</svg>
</button>
<input class="top__form-input" type="text">
</form>
</div>
<div class="top__right">
<input class="burger" type="checkbox" name="menu__burger" id="switch" checked>
<label class="top__icons" for="switch">
<svg width="32" height="23" viewBox="0 0 32 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 23V20.31H32V23H0ZM0 12.76V10.07H32V12.76H0ZM0 2.69V0H32V2.69H0Z" fill="#E8E8E8" />
</svg>
</label>
<a class="top__icons icons__desctop" href="registration.html">
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.5 19.937C19 19.937 22.656 15.464 22.656 9.968C22.656 4.472 19 0 14.5 0C13.3631 0.0217413 12.2463 0.303398 11.2351 0.823397C10.2239 1.34339 9.34507 2.08794 8.66602 3C7.12663 4.99573 6.30819 7.45381 6.34399 9.974C6.34399 15.465 10 19.937 14.5 19.937ZM14.5 1.813C18 1.813 20.844 5.472 20.844 9.969C20.844 14.466 17.998 18.125 14.5 18.125C11.002 18.125 8.15603 14.465 8.15503 9.969C8.15403 5.473 11 1.813 14.5 1.813ZM20.844 18.125C20.6036 18.125 20.373 18.2205 20.203 18.3905C20.033 18.5605 19.9375 18.7911 19.9375 19.0315C19.9375 19.2719 20.033 19.5025 20.203 19.6725C20.373 19.8425 20.6036 19.938 20.844 19.938C22.526 19.9399 24.1386 20.6088 25.3279 21.7982C26.5172 22.9875 27.1861 24.6 27.188 26.282C27.1875 26.5221 27.0918 26.7523 26.922 26.9221C26.7522 27.0918 26.5221 27.1875 26.282 27.188H2.71997C2.47985 27.1875 2.24975 27.0918 2.07996 26.9221C1.91016 26.7523 1.81449 26.5221 1.81396 26.282C1.81608 24.6001 2.48517 22.9877 3.67444 21.7985C4.86371 20.6092 6.47608 19.9401 8.15796 19.938C8.39824 19.938 8.62868 19.8425 8.79858 19.6726C8.96849 19.5027 9.06396 19.2723 9.06396 19.032C9.06396 18.7917 8.96849 18.5613 8.79858 18.3914C8.62868 18.2215 8.39824 18.126 8.15796 18.126C5.99541 18.1279 3.92201 18.9875 2.39258 20.5164C0.863144 22.0453 0.00264777 24.1185 0 26.281C0.000794067 27.0019 0.287502 27.693 0.797241 28.2027C1.30698 28.7125 1.99811 28.9992 2.71899 29H26.282C27.0027 28.9989 27.6936 28.7121 28.2031 28.2024C28.7126 27.6927 28.9992 27.0017 29 26.281C28.9974 24.1187 28.1372 22.0457 26.6083 20.5168C25.0793 18.9878 23.0063 18.1276 20.844 18.125Z"
fill="#E8E8E8" />
</svg>
</a>
<a class="top__icons icons__desctop" href="cart.html">
<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.2009 29C25.5532 28.9738 24.9415 28.6948 24.4972 28.2227C24.0529 27.7506 23.8114 27.1232 23.8245 26.475C23.8376 25.8269 24.1043 25.2097 24.5673 24.7559C25.0303 24.3022 25.6527 24.048 26.301 24.048C26.9493 24.048 27.5717 24.3022 28.0347 24.7559C28.4977 25.2097 28.7644 25.8269 28.7775 26.475C28.7906 27.1232 28.549 27.7506 28.1047 28.2227C27.6604 28.6948 27.0488 28.9738 26.401 29H26.2009ZM6.75293 26.32C6.75293 25.79 6.91011 25.2718 7.20459 24.8311C7.49907 24.3904 7.91764 24.0469 8.40735 23.844C8.89705 23.6412 9.43594 23.5881 9.95581 23.6915C10.4757 23.7949 10.9532 24.0502 11.328 24.425C11.7028 24.7998 11.9581 25.2773 12.0615 25.7972C12.1649 26.317 12.1118 26.8559 11.9089 27.3456C11.7061 27.8353 11.3626 28.2539 10.9219 28.5483C10.4812 28.8428 9.96304 29 9.43298 29C9.08087 29.0003 8.73212 28.9311 8.40674 28.7966C8.08136 28.662 7.78569 28.4646 7.53662 28.2158C7.28755 27.9669 7.09001 27.6713 6.9552 27.3461C6.82039 27.0208 6.75098 26.6721 6.75098 26.32H6.75293ZM10.553 20.686C10.2935 20.6868 10.0409 20.6024 9.83411 20.4457C9.62727 20.2891 9.47758 20.0689 9.40796 19.819L4.57495 2.36401H1.18201C0.868521 2.36401 0.567859 2.23947 0.346191 2.01781C0.124523 1.79614 0 1.49549 0 1.18201C0 0.868519 0.124523 0.567873 0.346191 0.346205C0.567859 0.124537 0.868521 5.81268e-06 1.18201 5.81268e-06H5.46301C5.7225 -0.00080736 5.97504 0.0837201 6.18176 0.240568C6.38848 0.397416 6.53784 0.617884 6.60693 0.868006L11.4399 18.323H24.6179L29.001 8.27501H14.401C14.2428 8.27961 14.0854 8.25242 13.9379 8.19507C13.7904 8.13771 13.6559 8.05134 13.5424 7.94108C13.4288 7.83082 13.3386 7.69891 13.277 7.55315C13.2154 7.40739 13.1836 7.25075 13.1836 7.0925C13.1836 6.93426 13.2154 6.77762 13.277 6.63186C13.3386 6.4861 13.4288 6.35419 13.5424 6.24393C13.6559 6.13367 13.7904 6.0473 13.9379 5.98994C14.0854 5.93259 14.2428 5.90541 14.401 5.91001H30.814C31.0097 5.90996 31.2022 5.95866 31.3744 6.05172C31.5465 6.14478 31.6928 6.27926 31.7999 6.44301C31.9078 6.60729 31.9734 6.79569 31.9908 6.99145C32.0083 7.18721 31.9771 7.38424 31.9 7.565L26.495 19.977C26.4026 20.1876 26.251 20.3668 26.0585 20.4927C25.866 20.6186 25.641 20.6858 25.411 20.686H10.553Z"
fill="#E8E8E8" />
</svg>
</a>
<div class="red_circle">
<span>2</span>
</div>
<nav class="menu__burger">
<div class="menu__close">
<label for="switch">
<svg class="menu__close__img" width="13" height="13" viewBox="0 0 13 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M7.4158 6.00409L11.7158 1.71409C11.9041 1.52579 12.0099 1.27039 12.0099 1.00409C12.0099 0.73779 11.9041 0.482395 11.7158 0.294092C11.5275 0.105788 11.2721 0 11.0058 0C10.7395 0 10.4841 0.105788 10.2958 0.294092L6.0058 4.59409L1.7158 0.294092C1.52749 0.105788 1.2721 -1.9841e-09 1.0058 0C0.739497 1.9841e-09 0.484102 0.105788 0.295798 0.294092C0.107495 0.482395 0.0017066 0.73779 0.0017066 1.00409C0.0017066 1.27039 0.107495 1.52579 0.295798 1.71409L4.5958 6.00409L0.295798 10.2941C0.20207 10.3871 0.127676 10.4977 0.0769072 10.6195C0.0261385 10.7414 0 10.8721 0 11.0041C0 11.1361 0.0261385 11.2668 0.0769072 11.3887C0.127676 11.5105 0.20207 11.6211 0.295798 11.7141C0.388761 11.8078 0.499362 11.8822 0.621222 11.933C0.743081 11.9838 0.873786 12.0099 1.0058 12.0099C1.13781 12.0099 1.26852 11.9838 1.39038 11.933C1.51223 11.8822 1.62284 11.8078 1.7158 11.7141L6.0058 7.41409L10.2958 11.7141C10.3888 11.8078 10.4994 11.8822 10.6212 11.933C10.7431 11.9838 10.8738 12.0099 11.0058 12.0099C11.1378 12.0099 11.2685 11.9838 11.3904 11.933C11.5122 11.8822 11.6228 11.8078 11.7158 11.7141C11.8095 11.6211 11.8839 11.5105 11.9347 11.3887C11.9855 11.2668 12.0116 11.1361 12.0116 11.0041C12.0116 10.8721 11.9855 10.7414 11.9347 10.6195C11.8839 10.4977 11.8095 10.3871 11.7158 10.2941L7.4158 6.00409Z"
fill="#6F6E6E" />
</svg>
</label>
</div>
<h2 class="menu__head"><a class="menu__header" href="catalog.html">Menu</a></h2>
<ul class="menu__list">
<li class="menu__items">
<h3 class="menu__title"><a class="menu__title__link" href="#">MAN</a></h3>
<ul>
<li class="menu__item"><a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"><a href="#" class="menu__link">Bags</a></li>
<li class="menu__item"><a href="#" class="menu__link">Denim</a></li>
<li class="menu__item"><a href="#" class="menu__link">T-Shirts</a></li>
</ul>
</li>
<li class="menu__items">
<h3 class="menu__title"><a class="menu__title__link" href="#">WOMAN</a></h3>
<ul>
<li class="menu__item"><a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"><a href="#" class="menu__link">Jackets & Coats</a></li>
<li class="menu__item"><a href="#" class="menu__link">Polos</a></li>
<li class="menu__item"><a href="#" class="menu__link">T-Shirts</a></li>
<li class="menu__item"><a href="#" class="menu__link">Shirts</a></li>
</ul>
</li>
<li class="menu__items">
<h3 class="menu__title"><a class="menu__title__link" href="#">KIDS</a></h3>
<ul>
<li class="menu__item"><a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"><a href="#" class="menu__link">Jackets & Coats</a></li>
<li class="menu__item"><a href="#" class="menu__link">Polos</a></li>
<li class="menu__item"><a href="#" class="menu__link">T-Shirts</a></li>
<li class="menu__item"><a href="#" class="menu__link">Shirts</a></li>
<li class="menu__item"><a href="#" class="menu__link">Bags</a></li>
</ul>
</li>
<div class="mob__icons">
<a class="top__icons" href="registration.html">
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.6035 20.3901C19.1035 20.3901 22.7595 15.9171 22.7595 10.4211C22.7595 4.92512 19.1035 0.453125 14.6035 0.453125C13.4666 0.474866 12.3498 0.756523 11.3386 1.27652C10.3274 1.79652 9.44859 2.54106 8.76953 3.45312C7.23015 5.44885 6.4117 7.90694 6.44751 10.4271C6.44751 15.9181 10.1035 20.3901 14.6035 20.3901ZM14.6035 2.26612C18.1035 2.26612 20.9475 5.92513 20.9475 10.4221C20.9475 14.9191 18.1015 18.5781 14.6035 18.5781C11.1055 18.5781 8.25954 14.9181 8.25854 10.4221C8.25754 5.92613 11.1035 2.26612 14.6035 2.26612ZM20.9475 18.5781C20.7071 18.5781 20.4765 18.6736 20.3065 18.8436C20.1365 19.0136 20.041 19.2442 20.041 19.4846C20.041 19.725 20.1365 19.9556 20.3065 20.1256C20.4765 20.2956 20.7071 20.3911 20.9475 20.3911C22.6295 20.393 24.2421 21.062 25.4314 22.2513C26.6207 23.4406 27.2897 25.0532 27.2915 26.7351C27.291 26.9753 27.1953 27.2054 27.0255 27.3752C26.8557 27.545 26.6256 27.6406 26.3855 27.6411H2.82349C2.58336 27.6406 2.35327 27.545 2.18347 27.3752C2.01368 27.2054 1.91801 26.9753 1.91748 26.7351C1.9196 25.0532 2.58868 23.4409 3.77795 22.2516C4.96723 21.0623 6.57959 20.3932 8.26147 20.3911C8.50176 20.3911 8.73219 20.2957 8.9021 20.1258C9.07201 19.9559 9.16748 19.7254 9.16748 19.4851C9.16748 19.2448 9.07201 19.0144 8.9021 18.8445C8.73219 18.6746 8.50176 18.5791 8.26147 18.5791C6.09893 18.581 4.02553 19.4407 2.49609 20.9695C0.96666 22.4984 0.106163 24.5716 0.103516 26.7341C0.10431 27.455 0.391017 28.1461 0.900757 28.6559C1.4105 29.1656 2.10163 29.4523 2.82251 29.4531H26.3855C27.1062 29.4521 27.7971 29.1652 28.3066 28.6555C28.8162 28.1458 29.1027 27.4548 29.1035 26.7341C29.1009 24.5718 28.2408 22.4989 26.7118 20.9699C25.1828 19.4409 23.1098 18.5808 20.9475 18.5781Z"
fill="black" />
</svg>
</a>
<a class="top__icons" href="cart.html">
<svg width="33" height="30" viewBox="0 0 33 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.5056 29.4531C25.8579 29.427 25.2462 29.1479 24.8019 28.6758C24.3576 28.2037 24.1161 27.5763 24.1292 26.9281C24.1422 26.28 24.4089 25.6628 24.8719 25.2091C25.335 24.7553 25.9574 24.5012 26.6057 24.5012C27.254 24.5012 27.8763 24.7553 28.3394 25.2091C28.8024 25.6628 29.0691 26.28 29.0822 26.9281C29.0952 27.5763 28.8537 28.2037 28.4094 28.6758C27.9651 29.1479 27.3534 29.427 26.7057 29.4531H26.5056ZM7.05762 26.7731C7.05762 26.2431 7.2148 25.7249 7.50928 25.2842C7.80376 24.8435 8.22233 24.5 8.71204 24.2971C9.20174 24.0943 9.74063 24.0412 10.2605 24.1446C10.7804 24.248 11.2579 24.5033 11.6327 24.8781C12.0075 25.2529 12.2628 25.7304 12.3662 26.2503C12.4696 26.7702 12.4165 27.309 12.2136 27.7987C12.0108 28.2884 11.6673 28.707 11.2266 29.0015C10.7858 29.296 10.2677 29.4531 9.73767 29.4531C9.38556 29.4534 9.03681 29.3843 8.71143 29.2497C8.38604 29.1151 8.09038 28.9178 7.84131 28.6689C7.59224 28.42 7.3947 28.1245 7.25989 27.7992C7.12508 27.4739 7.05566 27.1252 7.05566 26.7731H7.05762ZM10.8577 21.1391C10.5982 21.1399 10.3456 21.0555 10.1388 20.8989C9.93195 20.7422 9.78227 20.5221 9.71265 20.2721L4.87964 2.81713H1.48669C1.17321 2.81713 0.872547 2.6926 0.650879 2.47093C0.429211 2.24926 0.304688 1.94862 0.304688 1.63513C0.304688 1.32164 0.429211 1.021 0.650879 0.79933C0.872547 0.577662 1.17321 0.453131 1.48669 0.453131H5.7677C6.02719 0.452318 6.27973 0.536845 6.48645 0.693693C6.69317 0.850541 6.84253 1.07101 6.91162 1.32113L11.7446 18.7761H24.9226L29.3057 8.72813H14.7057C14.5475 8.73273 14.39 8.70555 14.2426 8.64819C14.0951 8.59083 13.9606 8.50447 13.847 8.39421C13.7335 8.28395 13.6433 8.15204 13.5817 8.00628C13.52 7.86052 13.4883 7.70388 13.4883 7.54563C13.4883 7.38738 13.52 7.23074 13.5817 7.08498C13.6433 6.93922 13.7335 6.80731 13.847 6.69705C13.9606 6.58679 14.0951 6.50043 14.2426 6.44307C14.39 6.38571 14.5475 6.35853 14.7057 6.36313H31.1187C31.3143 6.36309 31.5069 6.41179 31.6791 6.50485C31.8512 6.5979 31.9975 6.73238 32.1046 6.89613C32.2125 7.06041 32.2781 7.24882 32.2955 7.44457C32.313 7.64033 32.2818 7.83736 32.2047 8.01813L26.7997 20.4301C26.7073 20.6408 26.5556 20.8199 26.3632 20.9458C26.1707 21.0717 25.9457 21.1389 25.7157 21.1391H10.8577Z"
fill="black" />
</svg>
</a>
</div>
</ul>
</nav>
</div>
</header>
<section class="promo">
<div class="promo__img">
<img class="promo__photo slide-in-left" src="img/promo.png" alt="promo">
</div>
<div class="promo__title slide-in-right">
<div class="promo__content">
<h1 class="promo__h1">THE BRAND</h1>
<h2 class="promo__h2">OF LUXERIOUS <span class="promo__h2-section">FASHION</span></h2>
</div>
</div>
</section>
<section class="offer center">
<div class="offer__top">
<div class="offer__items offer__item-1">
<p class="offer__text">30% OFF</p>
<h3 class="offer__heading"><a class="offer__link" href="#">FOR WOMEN</a></h3>
</div>
<div class="offer__items offer__item-2">
<p class="offer__text">HOT DEAL</p>
<h3 class="offer__heading"><a class="offer__link" href="#">FOR MEN</a></h3>
</div>
<div class="offer__items offer__item-3">
<p class="offer__text">NEW ARRIVALS</p>
<h3 class="offer__heading"><a class="offer__link" href="#">FOR KIDS</a></h3>
</div>
</div>
<div class="offer__bottom offer__items">
<p class="offer__text">LUXIROUS & TRENDY</p>
<h3 class="offer__heading"><a class="offer__link" href="#">ACCESORIES</a></h3>
</div>
</section>
<section class="product center">
<h2 class="product__heading">Fetured Items</h2>
<p class="product__text">Shop for items based on what we featured in this week</p>
<div class="product__items">
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item1.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian arbiter of cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item2.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item3.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item4.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item5.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item6.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian arbiter of cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
</div>
<a href="catalog.html" class="product__btn">Browse All Product</a>
</section>
<section class="feature center">
<div class="feature__content">
<div class="feature__item item__delivery">
<svg width="46" height="32" viewBox="0 0 46 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M30.2873 27.2429H14.8103C14.6031 28.5509 13.936 29.742 12.929 30.6021C11.922 31.4621 10.6411 31.9346 9.31682 31.9346C7.99252 31.9346 6.71166 31.4621 5.70464 30.6021C4.69762 29.742 4.03052 28.5509 3.82332 27.2429H1.88631C1.39149 27.2397 0.918139 27.0404 0.570025 26.6887C0.221911 26.337 0.0274507 25.8618 0.0293142 25.3669V1.87695C0.0271852 1.38195 0.221516 0.906335 0.569658 0.554443C0.917801 0.202551 1.39131 0.00317363 1.88631 0H27.4373C27.9322 0.00317353 28.4056 0.202522 28.7536 0.554443C29.1016 0.906364 29.2957 1.38204 29.2933 1.87695V3.78198H36.4143C36.4947 3.78164 36.5747 3.79208 36.6523 3.81299C38.9523 4.01299 40.1093 5.2129 41.3293 7.2749L44.8883 13.3689C44.9732 13.5136 45.018 13.6782 45.0183 13.8459V26.304C45.0194 26.5515 44.9221 26.7892 44.7479 26.9651C44.5737 27.141 44.3369 27.2406 44.0893 27.2419H41.2753C41.0681 28.5499 40.401 29.741 39.394 30.6011C38.387 31.4611 37.1061 31.9336 35.7818 31.9336C34.4575 31.9336 33.1767 31.4611 32.1696 30.6011C31.1626 29.741 30.4955 28.5499 30.2883 27.2419L30.2873 27.2429ZM32.0653 26.304C32.0732 27.0369 32.2977 27.7511 32.7107 28.3567C33.1236 28.9623 33.7065 29.4322 34.3859 29.7073C35.0653 29.9824 35.811 30.0503 36.5289 29.9026C37.2469 29.7548 37.9051 29.398 38.4207 28.877C38.9363 28.3559 39.2862 27.6941 39.4265 26.9746C39.5667 26.2551 39.491 25.5103 39.2088 24.8337C38.9267 24.1572 38.4507 23.5794 37.8408 23.1729C37.2309 22.7663 36.5143 22.5491 35.7813 22.5488C34.791 22.5552 33.8436 22.9543 33.1469 23.6582C32.4503 24.3621 32.0613 25.3136 32.0653 26.304ZM5.60134 26.304C5.60923 27.0369 5.83376 27.7511 6.24669 28.3567C6.65962 28.9623 7.2425 29.4322 7.92192 29.7073C8.60135 29.9824 9.34697 30.0503 10.0649 29.9026C10.7829 29.7548 11.4411 29.398 11.9567 28.877C12.4723 28.3559 12.8222 27.6941 12.9625 26.9746C13.1027 26.2551 13.027 25.5103 12.7448 24.8337C12.4627 24.1572 11.9867 23.5794 11.3768 23.1729C10.7669 22.7663 10.0503 22.5491 9.31731 22.5488C8.32679 22.5549 7.37915 22.9537 6.6823 23.6577C5.98545 24.3617 5.59634 25.3134 5.60033 26.304H5.60134ZM41.2733 25.366H43.1593V19.7478H40.4233C40.3007 19.7473 40.1794 19.7227 40.0664 19.6753C39.9533 19.6279 39.8507 19.5585 39.7644 19.4714C39.6781 19.3843 39.6099 19.281 39.5635 19.1675C39.5172 19.054 39.4937 18.9324 39.4943 18.8098V16.9629C39.494 16.2423 39.7696 15.5488 40.2643 15.0249H33.8853C33.8081 15.0248 33.7312 15.015 33.6563 14.9958C32.9516 14.933 32.2961 14.6081 31.8194 14.0852C31.3428 13.5623 31.0798 12.8794 31.0823 12.1719V7.47192C31.0817 7.34927 31.1052 7.22758 31.1515 7.11401C31.1978 7.00044 31.2661 6.89725 31.3523 6.81006C31.4386 6.72286 31.5412 6.6535 31.6543 6.60596C31.7674 6.55841 31.8887 6.53361 32.0113 6.53296H38.4943C38.15 6.21428 37.7426 5.97123 37.2986 5.81982C36.8545 5.66842 36.3836 5.61187 35.9163 5.65381H29.2933V25.3618H30.2873C30.4945 24.0538 31.1616 22.8627 32.1687 22.0027C33.1757 21.1426 34.4565 20.6702 35.7808 20.6702C37.1051 20.6702 38.386 21.1426 39.393 22.0027C40.4 22.8627 41.0671 24.0538 41.2743 25.3618L41.2733 25.366ZM14.8093 25.366H27.4363V1.87598H1.88631V25.366H3.82332C4.03052 24.058 4.69762 22.8666 5.70464 22.0066C6.71166 21.1465 7.99252 20.6741 9.31682 20.6741C10.6411 20.6741 11.922 21.1465 12.929 22.0066C13.936 22.8666 14.6031 24.058 14.8103 25.366H14.8093ZM41.3513 16.9658V17.875H43.1593V16.0278H42.2803C42.0335 16.0294 41.7973 16.1288 41.6234 16.304C41.4495 16.4792 41.352 16.716 41.3523 16.9629L41.3513 16.9658ZM32.9383 12.1738C32.9372 12.4263 33.0363 12.6691 33.2139 12.8486C33.3914 13.0282 33.6328 13.13 33.8853 13.1318C33.9492 13.1316 34.0129 13.1384 34.0753 13.1519H42.6003L39.8343 8.41602H32.9343L32.9383 12.1738ZM33.0313 26.3059C33.0284 25.5734 33.3162 24.8695 33.8316 24.3489C34.3469 23.8283 35.0478 23.5333 35.7803 23.5288C36.0291 23.5288 36.2677 23.6278 36.4436 23.8037C36.6195 23.9796 36.7183 24.218 36.7183 24.4668C36.7183 24.7156 36.6195 24.9542 36.4436 25.1301C36.2677 25.306 36.0291 25.4048 35.7803 25.4048C35.602 25.4032 35.4272 25.4548 35.2782 25.5527C35.1291 25.6507 35.0125 25.7905 34.9432 25.9548C34.8738 26.1191 34.8548 26.3005 34.8887 26.4756C34.9225 26.6507 35.0076 26.8118 35.1331 26.9385C35.2586 27.0651 35.419 27.1516 35.5938 27.187C35.7686 27.2224 35.9499 27.2051 36.1149 27.1372C36.2798 27.0693 36.4208 26.9538 36.5201 26.8057C36.6193 26.6575 36.6723 26.4833 36.6723 26.3049C36.6723 26.0587 36.7701 25.8226 36.9443 25.6484C37.1184 25.4743 37.3546 25.3765 37.6008 25.3765C37.8471 25.3765 38.0832 25.4743 38.2574 25.6484C38.4315 25.8226 38.5293 26.0587 38.5293 26.3049C38.5293 27.0343 38.2396 27.7338 37.7239 28.2495C37.2081 28.7652 36.5087 29.0549 35.7793 29.0549C35.05 29.0549 34.3505 28.7652 33.8348 28.2495C33.319 27.7338 33.0293 27.0343 33.0293 26.3049L33.0313 26.3059ZM6.56731 26.3059C6.56438 25.5734 6.8522 24.8695 7.36757 24.3489C7.88294 23.8283 8.58378 23.5333 9.31633 23.5288C9.5651 23.5288 9.80369 23.6278 9.9796 23.8037C10.1555 23.9796 10.2543 24.218 10.2543 24.4668C10.2543 24.7156 10.1555 24.9542 9.9796 25.1301C9.80369 25.306 9.5651 25.4048 9.31633 25.4048C9.138 25.4032 8.96319 25.4548 8.81413 25.5527C8.66508 25.6507 8.54849 25.7905 8.47914 25.9548C8.4098 26.1191 8.39082 26.3005 8.42464 26.4756C8.45846 26.6507 8.54354 26.8118 8.66908 26.9385C8.79463 27.0651 8.95498 27.1516 9.12978 27.187C9.30458 27.2224 9.48595 27.2051 9.65087 27.1372C9.81579 27.0693 9.95683 26.9538 10.0561 26.8057C10.1553 26.6575 10.2083 26.4833 10.2083 26.3049C10.2083 26.0587 10.3061 25.8226 10.4803 25.6484C10.6544 25.4743 10.8906 25.3765 11.1368 25.3765C11.3831 25.3765 11.6193 25.4743 11.7934 25.6484C11.9675 25.8226 12.0653 26.0587 12.0653 26.3049C12.0653 27.0343 11.7756 27.7338 11.2599 28.2495C10.7441 28.7652 10.0447 29.0549 9.31532 29.0549C8.58598 29.0549 7.8865 28.7652 7.37078 28.2495C6.85505 27.7338 6.56532 27.0343 6.56532 26.3049L6.56731 26.3059ZM4.70934 5.65991C4.46056 5.65991 4.22198 5.56116 4.04607 5.38525C3.87016 5.20934 3.77132 4.9707 3.77132 4.72192C3.77132 4.47315 3.87016 4.2345 4.04607 4.05859C4.22198 3.88268 4.46056 3.78394 4.70934 3.78394H24.6093C24.8581 3.78394 25.0967 3.88268 25.2726 4.05859C25.4485 4.2345 25.5473 4.47315 25.5473 4.72192C25.5473 4.9707 25.4485 5.20934 25.2726 5.38525C25.0967 5.56116 24.8581 5.65991 24.6093 5.65991H4.70934Z"
fill="#F16D7F" />
</svg>
<h3 class="feature__heading">Free Delivery</h3>
<p class="feature__text">Worldwide delivery on all. Authorit tively morph next-generation innov tion
with extensive models.</p>
</div>
<div class="feature__item item__sale"><svg width="40" height="40" viewBox="0 0 40 40" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M19.994 37.0239L16.523 39.9238L14.235 36.0039L9.995 37.5159L9.17297 33.0359L4.67999 32.991L5.41199 28.491L1.20398 26.8909L3.414 22.925L0 19.96L3.41199 16.9929L1.20203 13.0278L5.41101 11.428L4.67798 6.93286L9.172 6.88892L9.99402 2.40894L14.234 3.91992L16.522 0L19.993 2.8999L23.464 0L25.753 3.9209L29.993 2.40894L30.814 6.88989L35.308 6.93481L34.576 11.4299L38.784 13.03L36.574 16.9958L39.986 19.9609L36.574 22.928L38.783 26.894L34.574 28.4939L35.307 32.988L30.812 33.033L29.991 37.5139L25.753 36.0029L23.464 39.9229L19.994 37.0239ZM21.2 35.541L22.961 37.012L24.122 35.022L24.914 33.666L26.382 34.189L28.533 34.957L28.95 32.6838L29.235 31.1289L30.796 31.113L33.078 31.092L32.706 28.8098L32.452 27.25L33.911 26.696L36.045 25.8828L34.925 23.873L34.159 22.498L35.342 21.4709L37.076 19.9609L35.343 18.4609L34.16 17.4319L34.926 16.0559L36.047 14.0449L33.913 13.2339L32.454 12.6809L32.709 11.1208L33.081 8.83984L30.799 8.81689L29.239 8.80103L28.954 7.24683L28.538 4.97388L26.386 5.74097L24.918 6.26392L24.125 4.90698L22.963 2.91699L21.201 4.38794L19.996 5.39282L18.791 4.38794L17.03 2.91699L15.869 4.90601L15.077 6.26294L13.608 5.73999L11.458 4.97192L11.04 7.24585L10.755 8.80005L9.19501 8.81592L6.914 8.83789L7.28601 11.1199L7.53998 12.678L6.08099 13.2329L3.94598 14.0439L5.06702 16.0549L5.83301 17.4299L4.65002 18.459L2.91602 19.967L4.64899 21.4739L5.83197 22.5029L5.06598 23.8779L3.94501 25.8879L6.078 26.698L7.53802 27.2529L7.28302 28.812L6.91199 31.0959L9.19299 31.1189L10.753 31.135L11.038 32.6899L11.455 34.9619L13.607 34.1948L15.076 33.6719L15.868 35.0288L17.03 37.019L18.791 35.5479L19.996 34.543L21.2 35.541ZM21.318 23.02C21.318 20.093 22.883 18.4648 24.777 18.4648C26.783 18.4648 28.077 20.0279 28.077 22.7949C28.077 25.8539 26.492 27.3718 24.662 27.3718C22.883 27.3718 21.338 25.922 21.318 23.02ZM22.839 22.9319C22.816 24.7829 23.521 26.1899 24.711 26.1899C25.988 26.1899 26.561 24.8049 26.561 22.8899C26.561 21.1249 26.054 19.6528 24.711 19.6528C23.5 19.6488 22.839 21.1029 22.839 22.9309V22.9319ZM15.194 27.332L23.609 12.613H24.842L16.427 27.332H15.194ZM11.979 16.99C11.979 14.09 13.542 12.458 15.437 12.458C17.437 12.458 18.763 14.022 18.763 16.79C18.763 19.848 17.177 21.365 15.327 21.365C13.544 21.365 12 19.915 11.979 16.991V16.99ZM13.521 16.9238C13.477 18.7748 14.162 20.1809 15.371 20.1829C16.648 20.1829 17.221 18.7988 17.221 16.8828C17.221 15.1168 16.714 13.645 15.371 13.645C14.162 13.642 13.521 15.092 13.521 16.925V16.9238Z"
fill="#F16D7F" />
</svg>
<h3 class="feature__heading">Sales & discounts</h3>
<p class="feature__text">Worldwide delivery on all. Authorit tively morph next-generation innov tion
with extensive models.</p>
</div>
<div class="feature__item item__assurance"><svg width="48" height="35" viewBox="0 0 48 35" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M42.3938 8.53564C41.1774 8.52335 40.0058 8.99349 39.1351 9.84302C38.2644 10.6925 37.7655 11.8522 37.7479 13.0686C37.751 13.7086 37.892 14.3405 38.1612 14.9211C38.4304 15.5018 38.8215 16.0176 39.3079 16.4336L33.4479 18.4888L25.1089 8.80566C26.0042 8.50693 26.784 7.93646 27.3396 7.17358C27.8953 6.41071 28.1992 5.49331 28.2089 4.54956C28.1837 3.33432 27.6832 2.17743 26.8149 1.3269C25.9465 0.476377 24.7794 0 23.5639 0C22.3484 0 21.1813 0.476377 20.3129 1.3269C19.4446 2.17743 18.9441 3.33432 18.9189 4.54956C18.9285 5.48395 19.2261 6.39274 19.771 7.15186C20.316 7.91097 21.0817 8.48368 21.9639 8.79175L13.6119 18.4917L7.75396 16.4368C8.24003 16.0206 8.63074 15.5045 8.89959 14.9238C9.16843 14.3432 9.30908 13.7116 9.31194 13.0718C9.33497 12.195 9.10937 11.3296 8.6613 10.5757C8.21324 9.82172 7.56095 9.2099 6.77983 8.81104C5.99872 8.41217 5.12072 8.2424 4.24724 8.32153C3.37376 8.40067 2.54051 8.72555 1.8438 9.2583C1.14709 9.79105 0.61538 10.5101 0.310108 11.3323C0.00483695 12.1545 -0.0615238 13.0462 0.118702 13.9045C0.298928 14.7629 0.718349 15.5526 1.32854 16.1826C1.93873 16.8126 2.7148 17.2571 3.56694 17.4646V29.7556C3.5743 29.8376 3.59101 29.9184 3.61687 29.9966C3.58394 30.1233 3.56721 30.2538 3.56694 30.3848C3.56694 34.7968 21.4859 34.9268 23.5289 34.9268C25.5719 34.9268 43.4909 34.7978 43.4909 30.3848C43.4902 30.2539 43.4733 30.1234 43.4408 29.9966C43.4685 29.9189 43.4853 29.8379 43.4909 29.7556V17.4646C44.5898 17.2244 45.5595 16.5828 46.2103 15.6653C46.861 14.7478 47.1458 13.6204 47.0091 12.5039C46.8724 11.3874 46.3239 10.3621 45.471 9.62866C44.6181 8.89526 43.5223 8.50653 42.3979 8.53857L42.3938 8.53564ZM21.1749 4.55176C21.1633 4.07755 21.2934 3.61062 21.5485 3.21069C21.8036 2.81076 22.172 2.49591 22.6069 2.3064C23.0417 2.11688 23.5232 2.06132 23.9898 2.14673C24.4564 2.23214 24.887 2.45463 25.2265 2.78589C25.566 3.11715 25.7991 3.542 25.8959 4.00635C25.9928 4.4707 25.9491 4.95345 25.7703 5.39282C25.5916 5.8322 25.2859 6.20831 24.8924 6.47314C24.4988 6.73798 24.0353 6.8795 23.561 6.87964C22.9362 6.88605 22.3343 6.64481 21.8871 6.2085C21.44 5.77218 21.1838 5.17647 21.1749 4.55176ZM13.5849 20.8276C13.8019 20.9026 14.0362 20.9113 14.2581 20.8525C14.48 20.7938 14.6794 20.6701 14.8309 20.4976L23.5309 10.3977L32.2309 20.4976C32.3821 20.6702 32.5813 20.7938 32.803 20.8528C33.0248 20.9117 33.2589 20.9033 33.4759 20.8286L41.2339 18.1038V28.0408C36.3489 25.9188 25.1249 25.8406 23.5339 25.8406C21.9429 25.8406 10.7149 25.9198 5.83391 28.0408V18.1038L13.5849 20.8276ZM23.5279 32.7166C14.8279 32.7166 9.27888 31.7057 6.97087 30.8547C6.6198 30.7373 6.28407 30.578 5.97087 30.3806C6.69287 29.8596 9.03194 29.1487 12.9369 28.6487C19.9723 27.844 27.0765 27.844 34.1119 28.6487C38.0119 29.1487 40.357 29.8596 41.077 30.3806C40.7663 30.5794 40.4321 30.7388 40.082 30.8547C37.78 31.7037 32.2359 32.7166 23.5279 32.7166ZM2.28093 13.0686C2.2698 12.5945 2.40025 12.1279 2.65557 11.7283C2.91089 11.3286 3.27952 11.0139 3.71441 10.8247C4.14929 10.6355 4.63063 10.5801 5.0971 10.6658C5.56356 10.7514 5.99399 10.9743 6.3333 11.3057C6.67261 11.637 6.90543 12.0618 7.00212 12.5261C7.09882 12.9904 7.05498 13.4731 6.87615 13.9124C6.69732 14.3516 6.39159 14.7277 5.9981 14.9924C5.6046 15.2572 5.14118 15.3986 4.66692 15.3987C4.04176 15.4054 3.43941 15.1638 2.99212 14.7271C2.54482 14.2903 2.28911 13.6937 2.28093 13.0686ZM42.3938 15.3987C41.9359 15.3875 41.4914 15.2414 41.116 14.9788C40.7406 14.7162 40.451 14.3487 40.2834 13.9224C40.1158 13.496 40.0776 13.0297 40.1738 12.5818C40.2699 12.1339 40.496 11.7241 40.8238 11.4041C41.1516 11.084 41.5664 10.8677 42.0165 10.7822C42.4666 10.6968 42.9319 10.7459 43.3542 10.9236C43.7765 11.1013 44.137 11.3997 44.3906 11.7812C44.6442 12.1628 44.7796 12.6105 44.78 13.0686C44.7713 13.6935 44.5153 14.2895 44.068 14.7261C43.6208 15.1626 43.0188 15.4041 42.3938 15.3977V15.3987Z"
fill="#F16D7F" />
</svg>
<h3 class="feature__heading">Quality assurance</h3>
<p class="feature__text">Worldwide delivery on all. Authorit tively morph next-generation innov tion
with extensive models.</p>
</div>
</div>
</section>
<section class="subscribe center">
<div class="subscribe__info">
<img src="img/Intersect.png" alt="User_photo">
<article>
<p class="subscribe__info__text"><i>
“Vestibulum quis porttitor dui! Quisque viverra nunc mi, a pulvinar purus
condimentum“
</i>
</p>
</article>
</div>
<div class="subscribe__item">
<h2 class="subscribe__item__heading">
SUBSCRIBE
</h2>
<p class="subscribe__item__text">
FOR OUR NEWLETTER AND PROMOTION
</p>
<form class="subscribe__item__form" action="#">
<input type="email" class="subscribe__input" name="email" placeholder="Ваш E-mail">
<input type="submit" class="subscribe__btn" value="Subscribe">
</form>
</div>
</section>
<footer class="center">
<div class="footer_left">
<p class="footer__text">© 2021 Brand All Rights Reserved.</p>
</div>
<div class="footer_icons">
<a class="footer__icons" href="http://www.facebook.com" title="facebook">
<svg class="footer__icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M31.4506 0H0V32H31.4506V0Z" fill="white" />
<path class="icons-in"
d="M19.0884 16.28L19.5069 13.616H16.8902V11.8873C16.8902 11.1585 17.2557 10.4481 18.4277 10.4481H19.6172V8.17997C19.6172 8.17997 18.5377 8 17.5056 8C15.3507 8 13.9422 9.27593 13.9422 11.5857V13.616H11.5469V16.28H13.9422V22.72H16.8902V16.28H19.0884Z"
fill="black" />
</svg></a>
<a class="footer__icons" href="http://www.instagram.com" title="instagram">
<svg class="footer__icon" width="33" height="32" viewBox="0 0 33 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M32.1889 0H0.738281V32H32.1889V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M16.139 12.6816C14.0238 12.6816 12.3177 14.3849 12.3177 16.4966C12.3177 18.6083 14.0238 20.3117 16.139 20.3117C18.2541 20.3117 19.9602 18.6083 19.9602 16.4966C19.9602 14.3849 18.2541 12.6816 16.139 12.6816ZM16.139 18.9769C14.7721 18.9769 13.6547 17.8646 13.6547 16.4966C13.6547 15.1287 14.7688 14.0164 16.139 14.0164C17.5092 14.0164 18.6233 15.1287 18.6233 16.4966C18.6233 17.8646 17.5058 18.9769 16.139 18.9769ZM21.0078 12.5255C21.0078 13.0203 20.6087 13.4154 20.1165 13.4154C19.621 13.4154 19.2252 13.0169 19.2252 12.5255C19.2252 12.0341 19.6243 11.6357 20.1165 11.6357C20.6087 11.6357 21.0078 12.0341 21.0078 12.5255ZM23.5386 13.4287C23.4821 12.2367 23.2094 11.1808 22.3347 10.3109C21.4634 9.44097 20.4058 9.1687 19.2119 9.10894C17.9814 9.03921 14.2932 9.03921 13.0627 9.10894C11.8721 9.16538 10.8145 9.43765 9.93987 10.3076C9.06522 11.1775 8.79584 12.2333 8.73597 13.4253C8.66613 14.6539 8.66613 18.3361 8.73597 19.5646C8.79251 20.7566 9.06522 21.8124 9.93987 22.6824C10.8145 23.5523 11.8688 23.8246 13.0627 23.8843C14.2932 23.9541 17.9814 23.9541 19.2119 23.8843C20.4058 23.8279 21.4634 23.5556 22.3347 22.6824C23.2061 21.8124 23.4788 20.7566 23.5386 19.5646C23.6085 18.3361 23.6085 14.6572 23.5386 13.4287ZM21.949 20.8828C21.6895 21.5335 21.1874 22.0349 20.5322 22.2972C19.5511 22.6857 17.2231 22.596 16.139 22.596C15.0548 22.596 12.7235 22.6824 11.7457 22.2972C11.0939 22.0382 10.5917 21.5369 10.329 20.8828C9.93987 19.9033 10.0297 17.5791 10.0297 16.4966C10.0297 15.4142 9.9432 13.0867 10.329 12.1105C10.5884 11.4597 11.0906 10.9583 11.7457 10.696C12.7268 10.3076 15.0548 10.3972 16.139 10.3972C17.2231 10.3972 19.5545 10.3109 20.5322 10.696C21.184 10.955 21.6862 11.4564 21.949 12.1105C22.3381 13.09 22.2483 15.4142 22.2483 16.4966C22.2483 17.5791 22.3381 19.9066 21.949 20.8828Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="14.8991" height="17" fill="white" transform="translate(8.68555 8)" />
</clipPath>
</defs>
</svg></a>
<a class="footer__icons" href="https://www.pinterest.ru/" title="pinterest">
<svg class="footer__icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M31.9252 0H0.474609V32H31.9252V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M16.7403 8.20312C13.5556 8.20312 10.4082 10.3406 10.4082 13.8C10.4082 16 11.6374 17.25 12.3823 17.25C12.6896 17.25 12.8666 16.3875 12.8666 16.1438C12.8666 15.8531 12.1309 15.2344 12.1309 14.025C12.1309 11.5125 14.0305 9.73125 16.4889 9.73125C18.6027 9.73125 20.1671 10.9406 20.1671 13.1625C20.1671 14.8219 19.506 17.9344 17.3642 17.9344C16.5913 17.9344 15.9302 17.3719 15.9302 16.5656C15.9302 15.3844 16.7496 14.2406 16.7496 13.0219C16.7496 10.9531 13.835 11.3281 13.835 13.8281C13.835 14.3531 13.9002 14.9344 14.133 15.4125C13.7046 17.2688 12.8293 20.0344 12.8293 21.9469C12.8293 22.5375 12.9131 23.1188 12.969 23.7094C13.0745 23.8281 13.0218 23.8156 13.1832 23.7563C14.7476 21.6 14.6917 21.1781 15.3994 18.3562C15.7812 19.0875 16.7683 19.4812 17.5505 19.4812C20.8469 19.4812 22.3275 16.2469 22.3275 13.3313C22.3275 10.2281 19.6643 8.20312 16.7403 8.20312Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="11.9193" height="16" fill="white" transform="translate(10.4082 8)" />
</clipPath>
</defs>
</svg></a>
<a class="footer__icons" href="http://www.twitter.com" title="twitter">
<svg class="footer__icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M31.6635 0H0.212891V32H31.6635V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M22.417 12.7405C22.427 12.8826 22.427 13.0248 22.427 13.1669C22.427 17.5019 19.1498 22.4969 13.1599 22.4969C11.3145 22.4969 9.60022 21.9588 8.1582 21.0248C8.4204 21.0552 8.67247 21.0654 8.94475 21.0654C10.4674 21.0654 11.8691 20.5476 12.9884 19.6644C11.5565 19.6339 10.3565 18.6898 9.94305 17.3903C10.1447 17.4207 10.3464 17.441 10.5582 17.441C10.8506 17.441 11.1431 17.4004 11.4153 17.3294C9.92291 17.0248 8.80355 15.705 8.80355 14.1111V14.0705C9.23715 14.3141 9.74139 14.4664 10.2758 14.4867C9.39849 13.8979 8.82373 12.8928 8.82373 11.7557C8.82373 11.1466 8.98504 10.5882 9.26741 10.1009C10.8708 12.0908 13.2809 13.3902 15.9833 13.5324C15.9329 13.2887 15.9027 13.035 15.9027 12.7811C15.9027 10.974 17.3548 9.50195 19.1598 9.50195C20.0976 9.50195 20.9446 9.89789 21.5396 10.5375C22.2757 10.3954 22.9816 10.1212 23.6068 9.74561C23.3648 10.507 22.8505 11.1466 22.1749 11.5527C22.8304 11.4817 23.4657 11.2989 24.0505 11.0451C23.6069 11.6948 23.0522 12.2735 22.417 12.7405Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="15.8924" height="16" fill="white" transform="translate(8.1582 8)" />
</clipPath>
</defs>
</svg></a>
</div>
</footer>
</body>
</html>