-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
763 lines (680 loc) · 50.8 KB
/
privacy-policy.html
File metadata and controls
763 lines (680 loc) · 50.8 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
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | SM Store</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="./assets/css/w3.min.css">
<link rel="stylesheet" href="./assets/css/style.min.css">
</head>
<body>
<div class="wrapper">
<!-- TRANSPARENT -->
<!-- HEADER -->
<header>
<nav class="mobile-search-open">
<div class="mobile-search-open__menu-button" onclick="showHideMenu('mobile-menu')">
<ul>
<li><a href="#" class="font-headline" ><img src="./assets/images/icons/hamburger.svg" alt=""></a></li>
</ul>
</div>
<div class="mobile-search-open__main-search-container">
<button class="mobile-search-open__search-button" onclick="closeMobileSearch()">
<img src="./assets/images/search-blue.svg" alt="">
</button>
<div class="mobile-search-open__search-container">
<input class="mobile-search-open__search-input" type="text" placeholder="Search" />
</div>
</div>
</nav>
<nav class="nav__upper nav__upper--default nav__upper--index container-fluid">
<div class="logo">
<img src="./assets/images/logo.svg" alt="SM Store">
</div>
<div class="menu">
<ul class="main-navigation">
<li class="nav__upper-menu-item"><a href="#">Categories</a>
<ul class="categories animated fadeIn">
<li><a href="#" class="add-arrow">Fashion </a>
<ul>
<li><a href="">Women's Apparel</a></li>
<li><a href="">Women's Accessories</a></li>
<li><a href="">Women's Shoes</a></li>
<li><a href="">Women's Bags</a></li>
<li><a href="">Men's Apparel</a></li>
<li><a href="">Men's Accessories</a></li>
<li><a href="">Men's Shoes</a></li>
<li><a href="">Men's Bags</a></li>
</ul>
</li>
<li><a href="#" class="add-arrow">Babies & Kids </a>
<ul>
<li><a href="">Girl's Apparel</a></li>
<li><a href="">Boy's Apparel</a></li>
<li><a href="">Kid's Accessories</a></li>
<li><a href="">Kid's Shoes</a></li>
<li><a href="">Kid's Bags</a></li>
<li><a href="">Infant's Wear</a></li>
</ul>
</li>
<li><a href="#" class="add-arrow">Home </a>
<ul>
<li><a href="">Bed & Bath</a></li>
<li><a href="">Kitchen & Dining</a></li>
<li><a href="">Living Room</a></li>
<li><a href="">Organizer</a></li>
<li><a href="">Furniture</a></li>
<li><a href="">Hardware</a></li>
</ul>
</li>
<li><a href="#" class="add-arrow">Beauty </a>
<ul>
<li><a href="">Skin Care</a></li>
<li><a href="">Make-up</a></li>
<li><a href="">Hair Care</a></li>
<li><a href="">Personal Care</a></li>
<li><a href="">Health & Wellness</a></li>
</ul>
</li>
<li><a href="#" class="add-arrow">Others </a>
<ul>
<li><a href="">Office & School Supplies</a></li>
<li><a href="">Luggage</a></li>
<li><a href="">Pet Express</a></li>
<li><a href="">Kultura</a></li>
<li><a href="">Baby Company</a></li>
<li><a href="">Toy Kingdom</a></li>
<li><a href="">Snacks</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav__upper-menu-item"><a href="#">Services</a>
<ul class="services animated fadeIn">
<li><a href="#">Bills Payment</a></li>
<li><a href="#">Foreign Exchange</a></li>
<li><a href="#">Gift Registry</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="#">Gift Wrapping</a></li>
<li><a href="#">Prepaid Reloading Services</a></li>
</ul>
</li>
<li class="nav__upper-menu-item"><a href="#">Gifts</a></li>
<li class="nav__upper-menu-item"><a href="#">Call to Deliver</a></li>
<li class="nav__upper-menu-item"><a href="#">Careers</a></li>
<li class="nav__upper-menu-item"><a href="#">What's New</a>
<ul class="whatsnew animated fadeIn">
<li><a href="#" class="add-arrow">Promos </a>
<ul>
<li><a href="#">3-Day Sale</a></li>
<li><a href="#">0% Interest, Easy Payment Plan</a></li>
<li><a href="#">Mastercard: Shop, Tap, and Win Promo</a></li>
</ul>
</li>
<li><a href="#">Campaigns</a></li>
</ul>
</li>
</ul>
</div>
<!-- <div id="mobile-menu-button" class="mobile-menu-button">
<ul>
<li><a href="#" class="font-headline" ><img src="./assets/images/icons/hamburger.svg" alt=""></a></li>
</ul>
</div> -->
<div class="mobile-logo">
<img src="./assets/images/logo.svg" alt="SM Store">
</div>
<div class="search-container">
<div class="search-main">
<input class="search-term" type="search" placeholder="Search">
<button class="search-button">
<img src="./assets/images/search-blue.svg" alt="">
</button>
</div>
</div>
<div class="mobile-search-container">
<div class="mobile-search-main">
<input class="mobile-search-term" type="search" placeholder="Search">
<button class="mobile-inner-search-button">
<img src="./assets/images/search-blue.svg" alt="">
</button>
</div>
</div>
<div class="mobile-search-button" onclick="toggleSearch()">
<img src="./assets/images/search.svg" style="fill: red" alt="">
</div>
</nav>
<nav class="nav__lower nav_lower--default nav__lower--index container-fluid nav-blue">
<div class="store-selector">
<p class="white">
<span class="white font-h5--uppercase font-h5--two-space">My Store <span class="thin-orange">(Closes at 9PM)</span></span>
</br>
<div onclick="openStoreSelector()" style="cursor: pointer;"><span class="white font-headline">The SM Store Cubao</span><img id="store-selector-arrow" src="./assets/images/angle-down.svg" alt=""></div>
</p>
</div>
<div class="menu">
<ul class="nav__lower-menu">
<li class="nav__lower-menu-item">
<a href="" class="font-headline">Find Stores</a>
</li>
<li class="nav__lower-menu-item">
<a href="" class="font-headline">Shop SM</a>
</li>
</ul>
</div>
<div class="mobile-store-selector" onclick="openStoreSelector()">
<p>
<span class="white normal-text">Please select a store</span>
<img id="mobile-store-selector-arrow" src="./assets/images/angle-down.svg" alt="">
</p>
</div>
</nav>
<div id="mobile-menu">
<ul id="mobile-menu-list" class="mobile_menu">
<li>
<a href="#">Services <img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></a>
<ul class="submenu">
<li><a href="#">Bills Payment</a></li>
<li><a href="#">Foreign Exchange</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="#">Gift Wrapping</a></li>
<li><a href="#">Gift Registry</a></li>
<li><a href="#">Prepaid Reloading Services</a></li>
</ul>
</li>
<li><a href="#">Call To Deliver</a></li>
<li><a href="#">Careers</a></li>
<li>
<a href="#">What's New <img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></a>
<ul class="submenu">
<li>
<a href="#">Promos</a>
<ul class="submenu">
<li><a href="#">3-Day Sale</a></li>
<li><a href="#">0% Interest, Easy Payment Plan</a></li>
<li><a href="#">Mastercard: Shop, Tap, and Win Promo</a></li>
</ul>
</li>
<li><a href="#">Campaigns</a></li>
</ul>
</li>
</ul>
</div>
<!-- <div id="mobile-menu">
<ul id="mobile-menu-list" class="mobile_menu">
<li><a href="#">Categories <img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></a>
<ul id="mobile-menu-categories-list" class="submenu">
<li style="padding-left: 12px;"><div onclick="toggleCategoriesSubMenu()"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li>
<div onclick="toggleFashionSubMenu();"><a href="#">Fashion</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
<ul id="mobile-menu-categories-fashion" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleFashionSubMenu()"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href="">Women's Apparel</a></li>
<li><a href="">Women's Accessories</a></li>
<li><a href="">Women's Shoes</a></li>
<li><a href="">Women's Bags</a></li>
<li><a href="">Men's Apparel</a></li>
<li><a href="">Men's Accessories</a></li>
<li><a href="">Men's Shoes</a></li>
<li><a href="">Men's Bags</a></li>
</ul>
</li>
<li>
<div onclick="toggleBnkSubMenu();"><a href="#">Babies & Kids</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
<ul id="mobile-menu-categories-bnk" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleBnkSubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href="">Girl's Apparel</a></li>
<li><a href="">Boy's Apparel</a></li>
<li><a href="">Kid's Accessories</a></li>
<li><a href="">Kid's Shoes</a></li>
<li><a href="">Kid's Bags</a></li>
<li><a href="">Infant's Wear</a></li>
</ul>
</li>
<li>
<div onclick="toggleHomeSubMenu();"><a href="#">Home</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
<ul id="mobile-menu-categories-home" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleHomeSubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href="">Bed & Bath</a></li>
<li><a href="">Kitchen & Dining</a></li>
<li><a href="">Living Room</a></li>
<li><a href="">Organizer</a></li>
<li><a href="">Furniture</a></li>
<li><a href="">Hardware</a></li>
</ul>
</li>
<li>
<div onclick="toggleBeautySubMenu();"><a href="#">Beauty</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
<ul id="mobile-menu-categories-beauty" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleBeautySubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href="">Skin Care</a></li>
<li><a href="">Make-up</a></li>
<li><a href="">Hair Care</a></li>
<li><a href="">Personal Care</a></li>
<li><a href="">Health & Wellness</a></li>
</ul>
</li>
<li>
<div onclick="toggleOthersSubMenu();"><a href="#">Others</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
<ul id="mobile-menu-categories-others" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleOthersSubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href="">Office & School Supplies</a></li>
<li><a href="">Luggage</a></li>
<li><a href="">Pet Express</a></li>
<li><a href="">Kultura</a></li>
<li><a href="">Baby Company</a></li>
<li><a href="">Toy Kingdom</a></li>
<li><a href="">Snacks</a></li>
</ul>
</li>
</ul>
</li>
<li>
<div onclick="toggleServicesSubMenu()"><a href="#">Services</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
</li>
<li><a href="#">Gifts</a></li>
<li><a href="#">Call to Deliver</a></li>
<li><a href="#">Careers</a></li>
<li><div onclick="toggleWhatsNewSubMenu()"><a href="#">What's New</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
</li>
</ul>
<ul id="mobile-menu-services-list" class="mobile-menu-item submenu">
<li style="padding-left: 12px;">
<div onclick="toggleServicesSubMenu()"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div>
</li>
<li><a href="#">Bills Payment</a></li>
<li><a href="#">Foreign Exchange</a></li>
<li><a href="#">Gift Registry</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="#">Gift Wrapping</a></li>
<li><a href="#">Prepaid Reloading Services</a></li>
</ul>
<ul id="mobile-menu-whatsnew-list" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="toggleWhatsNewSubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><div onclick="togglePromosSubMenu();"><a href="#">Promos</a><img class="arrow-right" src="./assets/images/black-arrow-right.svg" alt=""></div>
</li>
<li><a href="#">Campaigns</a></li>
</ul>
<ul id="mobile-menu-whatsnew-promos" class="mobile-menu-item submenu">
<li style="padding-left: 12px;"><div onclick="togglePromosSubMenu();"><img src="./assets/images/icons/menu-dropdown-back-icon.svg" alt="" > <span class="font-eyebrow-medium" style="color: #403f47; margin-left: 12px;">Back</span></div></li>
<li><a href=""></a>3-Day Sale</a></li>
<li><a href="">0% Interest, Easy Payment Plan</a></li>
<li><a href="">Mastercard: Shop, Tap, and Win Promo</a></li>
</ul>
</div> -->
</header>
<!-- /HEADER -->
<div id="mobile-menu-overlay" onclick="closeMobileMenu()"></div>
<div class="mobile-search-overlay" onclick="closeMobileSearch()"></div>
<!-- STORE SELECTOR -->
<div id="store-selector-drawer" class="make-store-selector-drawer w3-bar-block w3-animate-top">
<ul>
<li>
<div class="make-store-selector-drawer__title">
<span class="font-h4 font-h4--center" style="padding-top: 20px; width: 100%;"><strong>Select a store</strong></span>
</div>
<div>
<input type="text" placeholder="Find your nearest store">
</div>
<div class="make-store-selector-drawer__location">
<img src="./assets/images/target-location.svg" alt="" style="padding-right: 8px;"> <span class="font-metadata">Use Current Location</span>
</div>
</li>
<li>
<div class="make-store-selector-drawer__store">
<span class="font-headline store-title"><strong>The SM Store Cubao</strong></span>
<span class="selected-store">My Store</span>
</div>
<div class="make-store-selector-drawer__description">
<p>SM Cubao, Times Square Avenue, Cubao, Quezon City</p>
</div>
<div class="make-store-selector-drawer__availability">
<span class="font-caption-bold">Open Today Until 9PM</span>
</div>
<div><span class="font-cta btn--primary" style="padding-left: 14px; color: #161720;">Store Info</span></div>
</li>
<li>
<div class="make-store-selector-drawer__store">
<span class="font-headline store-title"><strong>The SM Store Cubao</strong></span>
</div>
<div class="make-store-selector-drawer__description">
<p>SM Cubao, Times Square Avenue, Cubao, Quezon City</p>
</div>
<div class="make-store-selector-drawer__availability">
<span class="font-caption-bold">Open Today Until 9PM</span>
</div>
<div><span class="font-cta btn--primary" style="padding-left: 14px; color: #161720;">Store Info</span></div>
</li>
<li>
<div class="make-store-selector-drawer__store">
<span class="font-headline store-title"><strong>The SM Store Cubao</strong></span>
</div>
<div class="make-store-selector-drawer__description">
<p>SM Cubao, Times Square Avenue, Cubao, Quezon City</p>
</div>
<div class="make-store-selector-drawer__availability">
<span class="font-caption-bold">Open Today Until 9PM</span>
</div>
<div><span class="font-cta btn--primary" style="padding-left: 14px; color: #161720;">Store Info</span></div>
</li>
<li>
<div class="make-store-selector-drawer__store">
<span class="font-headline store-title"><strong>The SM Store Cubao</strong></span>
</div>
<div class="make-store-selector-drawer__description">
<p>SM Cubao, Times Square Avenue, Cubao, Quezon City</p>
</div>
<div class="make-store-selector-drawer__availability">
<span class="font-caption-bold">Open Today Until 9PM</span>
</div>
<div><span class="font-cta btn--primary" style="padding-left: 14px; color: #161720;">Store Info</span></div>
</li>
<li>
<div class="make-store-selector-drawer__store">
<span class="font-headline store-title"><strong>The SM Store Cubao</strong></span>
</div>
<div class="make-store-selector-drawer__description">
<p>SM Cubao, Times Square Avenue, Cubao, Quezon City</p>
</div>
<div class="make-store-selector-drawer__availability">
<span class="font-caption-bold">Open Today Until 9PM</span>
</div>
<div><span class="font-cta btn--primary" style="padding-left: 14px; color: #161720;">Store Info</span></div>
</li>
</ul>
</div>
<div class="w3-overlay w3-animate-opacity" onclick="closeStoreSelector()" style="cursor: pointer; z-index: 997;" id="store-selector-overlay"></div>
<!-- /STORE SELECTOR -->
<section class="banner-inner banner-inner--privacy-policy container-fluid">
<h1 class="font-hero">Privacy <span class="cookie-hide">& Cookie </span>Policy</h1>
<nav class="banner-section__breadcrumbs">
<a href="#">The SM Store</a>
<a href="#">Privacy Policy</a>
</nav>
<!-- <div class="banner__shadow-gradient"></div> -->
</section>
<section class="privacy-policy">
<div>
<p>
<span class="text-bold">THE SM STORE</span> respects and values your rights as a Data Subject under
Data Privacy Act (DPA). THE SM STORE is committed to protecting the personal information that it
collects, uses and/or processes in accordance with the requirements under the DPA and IRR. For this
purpose, THE SM STORE implements reasonable and appropriate organizational, physical and technical
security measures to maintain the confidentiality, integrity and availability of such personal
information.
</p>
<h4 class="font-h4-caps">Our Services</h4>
<p>THE SM STORE receives and fulfills customer orders, manages and conducts various marketing and
selling activities, both online and offline, responds to online queries or concerns, conducts market
surveys when necessary, documents and manages its various contracts, transactions or business
operations, and performs other services necessary for its legitimate business purposes (Services).
</p>
<h4 class="font-h4-caps">What we collect</h4>
<p>THE SM STORE collects, uses and/or processes any and all personal information necessary and mandatory
for SM STORE to
perform its aforementioned Services. Such personal information may include the following:</p>
<ul>
<li>Full name</li>
<li>Date of birth</li>
<li>Gender</li>
<li>Home address</li>
<li>Email address</li>
<li>Contact number</li>
</ul>
<h4 class="font-h4-caps">Educational Background</h4>
<p>Should you choose not to provide any of the above personal information, THE SM STORE may not be able to accommodate your request or perform its Services.</p>
<h4 class="font-h4-caps">How we collect</h4>
<p>THE SM STORE collects, uses and/or processes personal information by manual, physical, electronic or automated means.</p>
<h4 class="font-h4-caps">Why we collect</h4>
<p>THE SM STORE collects, uses and/or processes personal information for purposes of providing better services in fulfilling customer transactions, responding to online queries or concerns, conducting market surveys, and documenting and managing transactions or business operations of SM STORE as well as for other legitimate business purposes (Purposes).</p>
<h4 class="font-h4-caps">Collection</h4>
<p>THE SM STORE collects personal information when you provide the same manually or electronically, or at SM STORE’s offices or online. SM STORE, however, may dispose or delete in a secure manner any such personal information in the event that such personal information is not, or no longer, necessary for the Purposes.</p>
<h4 class="font-h4-caps">Storage and Protection</h4>
<p>Only authorized SM STORE personnel are granted access to personal information collected by SM STORE. Personal information collected via the internet or other electronic methods is stored in a secure IT infrastructure, while physical records of personal information are stored in locked filing cabinets.</p>
<h4 class="font-h4-caps">Usage</h4>
<p>THE SM STORE uses the personal information it collects only for the abovementioned Purposes as is without further processing. If necessary, SM STORE may subject the personal information to additional processing before using the same for such Purposes.</p>
<p>The term “processing” herein shall have the same meaning as provided in the IRR of the DPA, to wit: any operation or any set of operations performed upon personal information including, but not limited to, the collection, recording, organization, storage, updating or modification, retrieval, consultation, use, consolidation, blocking, erasure or destruction of data.</p>
<h4 class="font-h4-caps">Processing and Transmittal</h4>
<p>THE SM STORE stores, processes and transmits personal information only within the Philippines. SM STORE shall comply with the applicable laws and regulations should it transfer the storage and/or processing thereof outside the country.</p>
<h4 class="font-h4-caps">Third Parties</h4>
<p>THE SM STORE will not share your personal information with third parties unless necessary for the abovementioned Purposes and unless you give your consent thereto. Such third parties may include SM STORE’s subsidiaries and affiliates as well as business partners, service providers and contractors or subcontractors. Any personal information shared with such third parties shall also be covered by the appropriate agreement to ensure that all personal information is adequately safeguarded.</p>
<h4 class="font-h4-caps">Retention Period</h4>
<p>THE SM STORE retains the personal information it collects only for the period allowed under the applicable laws and regulations, including but not limited to the DPA and IRR. THE SM STORE shall immediately destroy or dispose in a secure manner any personal information after said retention period under the said applicable laws and regulations.</p>
<h4 class="font-h4-caps">Use of cookies</h4>
<p>The SM STORE website uses cookies not to collect personally identifiable information about you but to ease navigation through the site. Cookies are text files containing small amounts of information that are automatically downloaded to your computer or device when you visit a website. Cookies send data back to the originating website on each subsequent visit. Cookies are useful to you because they allow a website to recognize your device and profile your browsing habits for a seamless and smooth browsing experience.</p>
<h4 class="font-h4-caps">Responsibility and Rights</h4>
<p>You are responsible for the accuracy and correctness of any personal information you provide to SM STORE, as well as for the consequences of disclosing your personal information to SM STORE and failure to provide accurate, correct and updated personal information.</p>
<p>You have the right to be informed, to access, to object, to erasure or blocking, to damages, to file a complaint, to rectify and to data portability in relation to the personal information, which you provided and which SM STORE collected and stored, in accordance with the conditions and requirements under the DPA and IRR.</p>
<p>To access and/or correct or update such personal information, please contact the Data Protection Officer (DPO) by sending an email to dpo@smretail.com with your full name and the personal information you wish to access or to be corrected or updated. The DPO will contact you within the time required by the law and regulations. Where the correction of personal information is not possible, the DPO shall explain the reason for refusing to make such correction.</p>
<p>Should you wish to obtain a hardcopy or printout of such personal information, any and all costs related thereto shall be for your own account.</p>
<h4 class="font-h4-caps">Minors</h4>
<p>Our website is intended only for persons who are at least eighteen 18 years old. We neither offer products or services to, nor knowingly collect personal data of, persons below the age of 18 years (“Minors”) without any legal basis. Should we learn that we were provided with personal data of Minors without any legal basis, we will delete the same from our database. If you are a Minor, please do not provide any personal data to us, such as your name, age, gender, email address, contact information and the like, and kindly consult your parent(s) or guardian(s) first before visiting any website.</p>
<h4 class="font-h4-caps privacy-policy__inquiry">Inquiry <img src="./assets/images/icons/angle-down-black.svg"></h4>
<p>For inquiries regarding the processing of personal information stated in this Privacy Notice, as well as any concerns or complaints regarding data privacy, or the exercise of your rights as a Data Subject under the DPA, you may contact the DPO as follows, provided that any complaint should be in writing, clearly state the material facts, specify your contact information, include supporting evidence and be submitted to the following office address or email address:</p>
<div class="privacy-policy__contacts">
<p class="font-headline2">Data Protection Officer</p>
<div>
<img src="./assets/images/icons/icon-location.svg" alt="">
<p>
<span class="text-bold">SM Corporate Offices, Building F</span>
J.W. Diokno Blvd, Mall of Asia Complex, Pasay City, Philippines
</p>
</div>
<div>
<img src="./assets/images/icons/icon-phone.svg" alt="">
<p class="font-caption">(02) 8107777</p>
</div>
<div>
<img src="./assets/images/icons/icon-message.svg" alt="">
<p class="font-caption">customercare@thesmstore.com</p>
</div>
</div>
<h4 class="font-h4-caps">Ammendment</h4>
<p>The SM STORE may change this Privacy Notice from time to time by posting the updated version of the Privacy Notice. You are encouraged to visit this site frequently to stay informed about how SM STORE uses your personal information.</p>
</div>
</section>
<!-- MESSENGER-MOBILE -->
<section>
<div class="footer__messenger-mobile" style="margin-bottom: 20px;">
<button class="btn--icon"><img src="./assets/images/messenger.svg" style="margin: 0px;"></button>
</div>
</section>
<!-- /MESSENGER-MOBILE -->
<!-- FOOTER -->
<footer class="footer">
<div class="footer__forex">
<p class="font-caption"><span>Forex | <strong>$USD</strong> Buy</span> ₱50.3500<span> Sell</span> ₱50.8500 <img src="./assets/images/icon-info.svg" alt=""></p>
</div>
<div class="footer__messenger">
<button class="btn--icon"><img src="./assets/images/messenger.svg" style="margin: 0px;"></button>
</div>
<div class="footer__content">
<div class="row">
<div>
<p class="footer__content--col-header font-metadata text-bold">Corporate</p>
<ul class="footer__content--col-items">
<li><a href="" class="font-caption">About Us</a></li>
<li><a href="" class="font-caption">Find Stores</a></li>
<li><a href="" class="font-caption">Press Room</a></li>
<li><a href="" class="font-caption">Careers</a></li>
<li><a href="" class="font-caption">Contact Us</a></li>
<li><a href="" class="font-caption">Help & Support</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold">Services</p>
<ul class="footer__content--col-items">
<li><a href="" class="font-caption">Call to Deliver</a></li>
<li><a href="" class="font-caption">Forex</a></li>
<li><a href="" class="font-caption">Bills Payment</a></li>
<li><a href="" class="font-caption">Remittance</a></li>
<li><a href="" class="font-caption">Mobile Reloading</a></li>
<li><a href="" class="font-caption">Click & Collect</a></li>
<li><a href="" class="font-caption">SM Tickets</a></li>
<li><a href="" class="font-caption">SM Advantage</a></li>
<li><a href="" class="font-caption">SMAC Prestige</a></li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold">Gifts</p>
<ul class="footer__content--col-items">
<li><a href="" class="font-caption">Gift Registry</a></li>
<li><a href="" class="font-caption">Gift Cards</a></li>
<li><a href="" class="font-caption">Gift Wrapping</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold">Website</p>
<ul class="footer__content--col-items">
<li><a href="" class="font-caption">Terms & Conditions</a></li>
<li><a href="" class="font-caption">Privacy & Cookie Policy</a></li>
<li><a href="" class="font-caption">Sitemap</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold">Like being first?</p>
<div class="footer__content--col-items">
<p class="font-caption">Get can't miss style news, before everybody else.</p>
<div class="footer__input-group">
<input class="font-caption" type="text">
<button class="btn--primary font-cta white">Sign up</button>
</div>
<p class="font-caption-bold">FOR MORE DISCOUNTS AND OFFERS, FOLLOW US ON</p>
<div class="footer__social-media">
<ul>
<li><a href=""><img src="./assets/images/facebook.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/youtube.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/instagram.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/twitter.svg" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- MOBILE CONTENT -->
<div class="footer__mobile-content">
<div class="row">
<div>
<p class="footer__content--col-header font-metadata text-bold accordion">Corporate</p>
<ul class="footer__content--col-items panel">
<li><a href="" class="font-caption">About Us</a></li>
<li><a href="" class="font-caption">Find Stores</a></li>
<li><a href="" class="font-caption">Press Room</a></li>
<li><a href="" class="font-caption">Careers</a></li>
<li><a href="" class="font-caption">Contact Us</a></li>
<li><a href="" class="font-caption">Help & Support</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold accordion">Services</p>
<ul class="footer__content--col-items panel">
<li><a href="" class="font-caption">Call to Deliver</a></li>
<li><a href="" class="font-caption">Forex</a></li>
<li><a href="" class="font-caption">Bills Payment</a></li>
<li><a href="" class="font-caption">Remittance</a></li>
<li><a href="" class="font-caption">Mobile Reloading</a></li>
<li><a href="" class="font-caption">Click & Collect</a></li>
<li><a href="" class="font-caption">SM Tickets</a></li>
<li><a href="" class="font-caption">SM Advantage</a></li>
<li><a href="" class="font-caption">SMAC Prestige</a></li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
<li style="visibility: hidden;"><a href="" class="font-caption"></a>#</li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold accordion">Gifts</p>
<ul class="footer__content--col-items panel">
<li><a href="" class="font-caption">Gift Registry</a></li>
<li><a href="" class="font-caption">Gift Cards</a></li>
<li><a href="" class="font-caption">Gift Wrapping</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold accordion">Website</p>
<ul class="footer__content--col-items panel">
<li><a href="" class="font-caption">Terms & Conditions</a></li>
<li><a href="" class="font-caption">Privacy & Cookie Policy</a></li>
<li><a href="" class="font-caption">Sitemap</a></li>
</ul>
</div>
<div>
<p class="footer__content--col-header font-metadata text-bold">Like being first?</p>
<div class="footer__content--col-items">
<p class="font-caption">Get can't miss style news, before everybody else.</p>
<div class="footer__input-group">
<input class="font-caption" type="text">
<button class="btn--primary font-cta white">Sign up</button>
</div>
<p class="font-caption-bold">FOR MORE DISCOUNTS AND OFFERS, FOLLOW US ON</p>
<div class="footer__social-media">
<ul>
<li><a href=""><img src="./assets/images/facebook.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/youtube.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/instagram.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/twitter.svg" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="footer_copyright--column">
<img src="./assets/images/logo.svg" alt="SM Store">
<p style="text-align: center; margin: 4px;">We've got it all for you!</p>
<p class="footer__copyright--text font-caption">© 2020 The SM Store. All rights reserved.</p>
</div>
</div>
<div class="footer__links">
<div class="footer__links--texts">
<ul>
<li><a class="font-caption" href="#">Terms & Conditions</a></li>
<li><a class="font-caption" href="#">Privacy & Cookie Policy</a></li>
</ul>
</div>
<div class="hr--blue-m"></div>
<div class="footer__links--socials">
<ul>
<li><a href=""><img src="./assets/images/facebook.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/youtube.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/instagram.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/twitter.svg" alt=""></a></li>
</ul>
</div>
</div>
</footer>
<!-- /FOOTER -->
</div> <!-- /wrapper -->
<!-- IMPORTS -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/slimscroll.min.js"></script>
<script src="assets/js/branch-list.js"></script>
<!-- NEW MOBILE NAV INIT -->
<script>
$(document).ready(function() {
$(".mobile_menu").simpleMobileMenu({
onMenuLoad: function(menu) {
console.log(menu)
console.log("menu loaded")
},
onMenuToggle: function(menu, opened) {
console.log(opened)
}
});
})
</script>
<script src="assets/js/plugin-mobilemenu.js"></script>
<!-- CUSTOM JS -->
<script src="assets/js/main.js"></script>
<script src="assets/js/carousel.js"></script>
<script src="assets/js/footeraccordion.js"></script>
<!-- <script src="assets/js/mobiledropdown.js"></script> -->
<script src="assets/js/storeselector.js"></script>
</body>
</html>