@@ -113,6 +113,7 @@ body.v6::-webkit-scrollbar {
113
113
/* Searchbar */
114
114
# store_header .store_nav_bg .search_area {
115
115
display : flex;
116
+ flex-shrink : unset;
116
117
justify-content : end;
117
118
align-items : center;
118
119
max-width : unset;
@@ -311,26 +312,51 @@ body.v6::-webkit-scrollbar {
311
312
}
312
313
313
314
# store_header # store_controls .store_header_btn # wishlist_link {
315
+ display : flex;
316
+ gap : 2px ;
317
+ align-items : center;
314
318
width : max-content;
315
319
margin : 0 ;
316
320
padding : 6px 12px ;
321
+ font-size : 0 ;
317
322
font-weight : 600 ;
318
323
border-radius : 6px ;
319
- color : rgb ( var ( --blue )) ;
324
+ color : transparent ;
320
325
background : none;
321
326
background-color : rgb (var (--blue ), .2 );
322
327
}
323
328
# store_header # store_controls .store_header_btn # wishlist_link : hover {
324
329
background-color : rgb (var (--blue ), .4 ) !important ;
325
330
}
326
331
332
+ # store_header # store_controls .store_header_btn # wishlist_link ::before {
333
+ content : "\f47e" !important ;
334
+ font-size : 20px ;
335
+ color : rgb (var (--blue ));
336
+ font-family : FluentSystemIcons-Filled !important ;
337
+ font-style : normal;
338
+ font-weight : normal !important ;
339
+ font-variant : normal;
340
+ text-transform : none;
341
+ line-height : 18px ;
342
+ -webkit-font-smoothing : antialiased;
343
+ }
344
+ # store_header # store_controls .store_header_btn # wishlist_link # wishlist_item_count_value {
345
+ font-size : 11px ;
346
+ color : rgb (var (--blue ));
347
+ }
348
+
349
+
327
350
328
351
/* Cart button */
329
352
# store_header # store_controls ._1LXDg91iImWld4-5gWdGx4 {
330
353
margin : 0 ;
331
354
}
332
355
333
356
# store_header # store_controls ._2Fm-3XmbFRXR6yOZiRB0-d {
357
+ display : flex;
358
+ gap : 2px ;
359
+ align-items : center;
334
360
width : max-content;
335
361
padding : 6px 12px ;
336
362
font-weight : 600 ;
@@ -344,6 +370,22 @@ body.v6::-webkit-scrollbar {
344
370
}
345
371
}
346
372
373
+ # store_header # store_controls ._2Fm-3XmbFRXR6yOZiRB0-d ::before {
374
+ content : "\f26b" !important ;
375
+ font-size : 20px ;
376
+ color : rgb (var (--green ));
377
+ font-family : FluentSystemIcons-Filled !important ;
378
+ font-style : normal;
379
+ font-weight : normal !important ;
380
+ font-variant : normal;
381
+ text-transform : none;
382
+ line-height : 18px ;
383
+ -webkit-font-smoothing : antialiased;
384
+ }
385
+ # store_header # store_controls ._2Fm-3XmbFRXR6yOZiRB0-d ._1P_gEVnGARDlC_80XwA2tX {
386
+ display : none;
387
+ }
388
+
347
389
348
390
349
391
/*
0 commit comments