athena-x-ai-headless 2.2.11 → 2.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -581,33 +581,20 @@
|
|
|
581
581
|
.athena-autocomplete{
|
|
582
582
|
max-height: calc(100vh - 325px);
|
|
583
583
|
position: absolute;
|
|
584
|
-
padding
|
|
585
|
-
padding-right: 30px;
|
|
586
|
-
padding-top: 30px;
|
|
587
|
-
padding-bottom: 0px;
|
|
584
|
+
padding: 30px 30px 0;
|
|
588
585
|
overflow-y: auto;
|
|
589
586
|
top: 63px;
|
|
590
|
-
z-index:
|
|
587
|
+
z-index: 1100;
|
|
591
588
|
overflow-x: hidden;
|
|
592
589
|
width: 100vw;
|
|
593
590
|
margin-left: unset;
|
|
594
|
-
border: 1px solid #E6E6F0;
|
|
595
|
-
border-radius: 10px;
|
|
596
|
-
background: #FFFFFF;
|
|
597
591
|
right: 0;
|
|
598
592
|
max-width: 1500px;
|
|
599
|
-
|
|
600
|
-
|
|
593
|
+
|
|
594
|
+
background-color: #fff;
|
|
595
|
+
border: 1px solid #eee;
|
|
601
596
|
border-radius: 0;
|
|
602
|
-
|
|
603
|
-
/* padding: 0 10px; */
|
|
604
|
-
box-shadow: 0px 0px 10px #5050501A;
|
|
605
|
-
/* width: 1500px; */
|
|
606
|
-
background-color: #F6F6F6;
|
|
607
|
-
/* min-height: 530px; */
|
|
608
|
-
/* height: 100%; */
|
|
609
|
-
/* margin: 0 -10px; */
|
|
610
|
-
/* padding: 20px 0; */
|
|
597
|
+
box-shadow: 0 5px 10px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22);
|
|
611
598
|
}
|
|
612
599
|
.production-search .athena-autocomplete{
|
|
613
600
|
width: 100%;
|
|
@@ -616,8 +603,6 @@
|
|
|
616
603
|
.athena-autocomplete img{
|
|
617
604
|
max-width: 100%;
|
|
618
605
|
height: auto;
|
|
619
|
-
box-shadow: 0px 4px 9px #0000001A;
|
|
620
|
-
border: 1px solid #eeeeee;
|
|
621
606
|
}
|
|
622
607
|
.athena-autocomplete__section-banner-top img,
|
|
623
608
|
.athena-autocomplete__section-banner-bottom img{
|
|
@@ -727,13 +712,12 @@
|
|
|
727
712
|
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_a{
|
|
728
713
|
margin-bottom: 10px;
|
|
729
714
|
}
|
|
715
|
+
|
|
730
716
|
/* Right Section */
|
|
731
717
|
.athena-autocomplete__right-container{
|
|
732
718
|
width: calc(100% - 280px);
|
|
733
719
|
text-align: left;
|
|
734
|
-
background: #
|
|
735
|
-
padding: 10px 15px;
|
|
736
|
-
/* margin: -30px -30px 20px; */
|
|
720
|
+
background: #FFFFFF;
|
|
737
721
|
}
|
|
738
722
|
|
|
739
723
|
.athena-autocomplete__right-container:empty {
|
|
@@ -752,13 +736,12 @@
|
|
|
752
736
|
.athena-autocomplete__container-product{
|
|
753
737
|
display: flex;
|
|
754
738
|
flex-wrap: wrap;
|
|
755
|
-
|
|
756
|
-
row-gap: 25px;
|
|
739
|
+
gap: 30px;
|
|
757
740
|
}
|
|
758
741
|
.athena-product-item{
|
|
759
|
-
width: calc(25% - 11.5px);
|
|
760
742
|
position: relative;
|
|
761
743
|
text-decoration: none;
|
|
744
|
+
width: calc(25% - 22.5px);
|
|
762
745
|
}
|
|
763
746
|
.athena-autocomplete__discount-div{
|
|
764
747
|
position: absolute;
|
|
@@ -772,14 +755,12 @@
|
|
|
772
755
|
padding: 6px 10px;
|
|
773
756
|
}
|
|
774
757
|
.athena-autocomplete__image-product{
|
|
775
|
-
border: 1px solid #f5f5f5;
|
|
776
|
-
/* aspect-ratio: 450 / 600; */
|
|
777
758
|
object-fit: contain;
|
|
778
759
|
width: 100%;
|
|
760
|
+
aspect-ratio: 225/225;
|
|
761
|
+
max-height: 225px;
|
|
779
762
|
}
|
|
780
|
-
.athena-autocomplete__name-product{
|
|
781
|
-
font-size: 16px;
|
|
782
|
-
font-weight: 500;
|
|
763
|
+
.athena-autocomplete__name-product {
|
|
783
764
|
margin-bottom: 3px;
|
|
784
765
|
overflow: hidden;
|
|
785
766
|
display: -webkit-box;
|
|
@@ -790,7 +771,6 @@
|
|
|
790
771
|
font-weight: 600;
|
|
791
772
|
text-decoration: none;
|
|
792
773
|
text-overflow: ellipsis;
|
|
793
|
-
overflow: hidden;
|
|
794
774
|
white-space: nowrap;
|
|
795
775
|
margin-top: 10px;
|
|
796
776
|
-webkit-line-clamp: 2;
|
|
@@ -1265,11 +1245,10 @@
|
|
|
1265
1245
|
.athena-input-element-filters{
|
|
1266
1246
|
border: 1px solid #E6E6F0;
|
|
1267
1247
|
border-radius: 5px;
|
|
1268
|
-
width:
|
|
1248
|
+
width: 85%;
|
|
1269
1249
|
margin-bottom: 10px;
|
|
1270
1250
|
height: 32px;
|
|
1271
|
-
padding: 5px;
|
|
1272
|
-
padding-left: 30px;
|
|
1251
|
+
padding: 5px 5px 5px 30px;
|
|
1273
1252
|
}
|
|
1274
1253
|
.athena-input-element-filters::placeholder{
|
|
1275
1254
|
font-size: 14px;
|
|
@@ -1336,8 +1315,6 @@
|
|
|
1336
1315
|
display: none;
|
|
1337
1316
|
}
|
|
1338
1317
|
.athena-autocomplete__header#products{
|
|
1339
|
-
padding-left: 25px;
|
|
1340
|
-
padding-right: 25px;
|
|
1341
1318
|
display: flex;
|
|
1342
1319
|
flex-wrap: wrap;
|
|
1343
1320
|
margin-bottom: 15px;
|
|
@@ -1381,6 +1358,7 @@
|
|
|
1381
1358
|
}
|
|
1382
1359
|
.athena-autocomplete-view-all button{
|
|
1383
1360
|
text-decoration: underline;
|
|
1361
|
+
background: none;
|
|
1384
1362
|
font-size: 16px;
|
|
1385
1363
|
border: none;
|
|
1386
1364
|
}
|
|
@@ -1391,13 +1369,9 @@
|
|
|
1391
1369
|
opacity: 0.5;
|
|
1392
1370
|
}
|
|
1393
1371
|
.autocomplete-l3__content .autocomplete-l3__product-container{
|
|
1394
|
-
display:
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
column-gap: 15px;
|
|
1398
|
-
row-gap: 25px;
|
|
1399
|
-
padding-left: 25px;
|
|
1400
|
-
padding-right: 25px;
|
|
1372
|
+
display: grid;
|
|
1373
|
+
grid-template-columns: repeat(4, 1fr);
|
|
1374
|
+
gap: 30px;
|
|
1401
1375
|
}
|
|
1402
1376
|
.autocomplete-l3__content.athena-custom-width-no-right-sidebar .autocomplete-l3__product-container{
|
|
1403
1377
|
padding-right: 0;
|
|
@@ -1410,7 +1384,7 @@
|
|
|
1410
1384
|
padding-right: 0;
|
|
1411
1385
|
}
|
|
1412
1386
|
.autocomplete-l3__product-container .athena-product-item{
|
|
1413
|
-
width:
|
|
1387
|
+
width: 100%;
|
|
1414
1388
|
position: relative;
|
|
1415
1389
|
}
|
|
1416
1390
|
.autocomplete-l3__product-container .athena-autocomplete__name{
|
|
@@ -2016,30 +1990,15 @@
|
|
|
2016
1990
|
.athena-cutoff__button{
|
|
2017
1991
|
display: none;
|
|
2018
1992
|
cursor: pointer;
|
|
2019
|
-
font-size: 14px;
|
|
2020
1993
|
font-weight: 500;
|
|
2021
1994
|
opacity: 0.5;
|
|
2022
|
-
/* color: #111010; */
|
|
2023
1995
|
font-size: 13px;
|
|
2024
|
-
/* line-height: 12px; */
|
|
2025
|
-
/* display: block; */
|
|
2026
|
-
/* font-weight: 600; */
|
|
2027
1996
|
}
|
|
2028
1997
|
.no-more-products{
|
|
2029
1998
|
text-align: center;
|
|
2030
1999
|
margin-bottom: 20px;
|
|
2031
2000
|
margin-top: 20px;
|
|
2032
2001
|
}
|
|
2033
|
-
.background-overlay{
|
|
2034
|
-
position: fixed;
|
|
2035
|
-
width: 100%;
|
|
2036
|
-
height: 100%;
|
|
2037
|
-
top: 0;
|
|
2038
|
-
left: 0;
|
|
2039
|
-
background: #000000;
|
|
2040
|
-
opacity: 0.3;
|
|
2041
|
-
z-index: 3;
|
|
2042
|
-
}
|
|
2043
2002
|
.athena-spinner-search{
|
|
2044
2003
|
position: fixed;
|
|
2045
2004
|
top: 0;
|
|
@@ -2211,16 +2170,8 @@
|
|
|
2211
2170
|
}
|
|
2212
2171
|
|
|
2213
2172
|
/*==================
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
@media (min-width: 1200px) {
|
|
2218
|
-
.page-wrapper:has(.searchareaOverlay) {
|
|
2219
|
-
.athena-autocomplete__right-container {
|
|
2220
|
-
margin: -30px -30px 20px;
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2173
|
+
Responsive
|
|
2174
|
+
==================*/
|
|
2224
2175
|
|
|
2225
2176
|
@media only screen and (max-width: 1640px){
|
|
2226
2177
|
|
|
@@ -2247,7 +2198,10 @@
|
|
|
2247
2198
|
max-width: 900px;
|
|
2248
2199
|
}
|
|
2249
2200
|
.autocomplete-l3__product-container .athena-product-item{
|
|
2250
|
-
width:
|
|
2201
|
+
width: 100%;
|
|
2202
|
+
}
|
|
2203
|
+
.autocomplete-l3__content .autocomplete-l3__product-container {
|
|
2204
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2251
2205
|
}
|
|
2252
2206
|
.athena-product-item{
|
|
2253
2207
|
width: calc(50% - 7.5px);
|
|
@@ -2315,7 +2269,7 @@
|
|
|
2315
2269
|
padding-right: 0 !important;
|
|
2316
2270
|
}
|
|
2317
2271
|
.autocomplete-l3__product-container .athena-product-item{
|
|
2318
|
-
width:
|
|
2272
|
+
width: 100%;
|
|
2319
2273
|
}
|
|
2320
2274
|
.autocomplete-l3__product-container .athena-autocomplete__name,
|
|
2321
2275
|
.athena-product-item .athena-price-container .athena-price,
|
|
@@ -2352,6 +2306,9 @@
|
|
|
2352
2306
|
}
|
|
2353
2307
|
@media only screen and (max-width: 768px){
|
|
2354
2308
|
.page-wrapper:has(.searchareaOverlay) {
|
|
2309
|
+
.autocomplete-l3__content .autocomplete-l3__product-container {
|
|
2310
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2311
|
+
}
|
|
2355
2312
|
.athena-search-suggestion__text {
|
|
2356
2313
|
font-size: 16px;
|
|
2357
2314
|
}
|
|
@@ -2498,9 +2455,6 @@
|
|
|
2498
2455
|
padding-left: 10px;
|
|
2499
2456
|
padding-right: 10px;
|
|
2500
2457
|
}
|
|
2501
|
-
.autocomplete-l3__product-container .athena-product-item {
|
|
2502
|
-
width: calc(50% - 7.5px);
|
|
2503
|
-
}
|
|
2504
2458
|
.show-search-tabs > div{
|
|
2505
2459
|
min-width: 80px;
|
|
2506
2460
|
padding-top: 7px;
|
|
@@ -4401,7 +4355,7 @@ span.cropper-line.line-s{
|
|
|
4401
4355
|
@media (max-width: 600px) {
|
|
4402
4356
|
.classic-theme .athena-product-item {
|
|
4403
4357
|
width: calc(100% - 13.5px);
|
|
4404
|
-
}
|
|
4358
|
+
}
|
|
4405
4359
|
}
|
|
4406
4360
|
|
|
4407
4361
|
@media(min-width: 400px) and (max-width: 768px) {
|
|
@@ -4539,7 +4493,7 @@ span.cropper-line.line-s{
|
|
|
4539
4493
|
.modern-theme .athena-autocomplete__name {
|
|
4540
4494
|
font: normal normal 300 14px/22px Poppins;
|
|
4541
4495
|
color: var(--modern-theme-dark-inner-text);
|
|
4542
|
-
text-transform: uppercase;
|
|
4496
|
+
text-transform: uppercase;
|
|
4543
4497
|
}
|
|
4544
4498
|
|
|
4545
4499
|
.modern-theme .autocomplete-l3__ajax-add {
|
|
@@ -4614,7 +4568,7 @@ span.cropper-line.line-s{
|
|
|
4614
4568
|
text-align: left;
|
|
4615
4569
|
}
|
|
4616
4570
|
|
|
4617
|
-
.modern-theme .autocomplete-l3__left_sidebar,
|
|
4571
|
+
.modern-theme .autocomplete-l3__left_sidebar,
|
|
4618
4572
|
.modern-theme .autocomplete-l3__right_sidebar {
|
|
4619
4573
|
border-right: none;
|
|
4620
4574
|
width: calc(30% - 32px);
|
|
@@ -5119,10 +5073,6 @@ span.cropper-line.line-s{
|
|
|
5119
5073
|
transform: translateY(0);
|
|
5120
5074
|
}
|
|
5121
5075
|
}
|
|
5122
|
-
.page-wrapper{
|
|
5123
|
-
position: relative;
|
|
5124
|
-
padding-top: 256px;
|
|
5125
|
-
}
|
|
5126
5076
|
.header-top-main{
|
|
5127
5077
|
position: absolute;
|
|
5128
5078
|
top: 0;
|