athena-x-ai-headless 2.2.46 → 2.2.48
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
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
flex-wrap: wrap;
|
|
924
924
|
gap: 30px;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
926
|
+
.product-card{
|
|
927
927
|
position: relative;
|
|
928
928
|
text-decoration: none;
|
|
929
929
|
width: calc(25% - 22.5px);
|
|
@@ -960,14 +960,14 @@
|
|
|
960
960
|
margin-top: 10px;
|
|
961
961
|
-webkit-line-clamp: 2;
|
|
962
962
|
}
|
|
963
|
-
.
|
|
963
|
+
.product-card .athena-price-container{
|
|
964
964
|
padding-top: 0;
|
|
965
965
|
display: flex;
|
|
966
966
|
flex-wrap: wrap;
|
|
967
967
|
align-items: center;
|
|
968
968
|
column-gap: 10px;
|
|
969
969
|
}
|
|
970
|
-
.
|
|
970
|
+
.product-card .athena-price-container .athena-price{
|
|
971
971
|
font-size: 16px;
|
|
972
972
|
padding: 0;
|
|
973
973
|
line-height: 17px;
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
width: fit-content;
|
|
977
977
|
display: inline-block;
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
.product-card .athena-price-container .athena-price-when-sale {
|
|
980
980
|
text-decoration: line-through;
|
|
981
981
|
opacity: 0.3;
|
|
982
982
|
}
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
padding-left: 0;
|
|
1546
1546
|
padding-right: 0;
|
|
1547
1547
|
}
|
|
1548
|
-
.autocomplete-l3__product-container .
|
|
1548
|
+
.autocomplete-l3__product-container .product-card{
|
|
1549
1549
|
width: 100%;
|
|
1550
1550
|
position: relative;
|
|
1551
1551
|
}
|
|
@@ -2299,13 +2299,13 @@ Responsive
|
|
|
2299
2299
|
.athena-autocomplete, #visual_similarity_search, #audio_search {
|
|
2300
2300
|
max-width: 900px;
|
|
2301
2301
|
}
|
|
2302
|
-
.autocomplete-l3__product-container .
|
|
2302
|
+
.autocomplete-l3__product-container .product-card{
|
|
2303
2303
|
width: 100%;
|
|
2304
2304
|
}
|
|
2305
2305
|
.autocomplete-l3__content .autocomplete-l3__product-container {
|
|
2306
2306
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2307
2307
|
}
|
|
2308
|
-
.
|
|
2308
|
+
.product-card{
|
|
2309
2309
|
width: calc(50% - 7.5px);
|
|
2310
2310
|
}
|
|
2311
2311
|
}
|
|
@@ -2370,15 +2370,15 @@ Responsive
|
|
|
2370
2370
|
padding-left: 0 !important;
|
|
2371
2371
|
padding-right: 0 !important;
|
|
2372
2372
|
}
|
|
2373
|
-
.autocomplete-l3__product-container .
|
|
2373
|
+
.autocomplete-l3__product-container .product-card {
|
|
2374
2374
|
width: 100%;
|
|
2375
2375
|
}
|
|
2376
2376
|
.autocomplete-l3__product-container .athena-autocomplete__name,
|
|
2377
|
-
.
|
|
2377
|
+
.product-card .athena-price-container .athena-price,
|
|
2378
2378
|
.athena-autocomplete__name-product{
|
|
2379
2379
|
font-size: 16px;
|
|
2380
2380
|
}
|
|
2381
|
-
.
|
|
2381
|
+
.product-card{
|
|
2382
2382
|
width: calc(50% - 7.5px);
|
|
2383
2383
|
}
|
|
2384
2384
|
.header-menu{
|
|
@@ -3528,7 +3528,8 @@ Category Banner
|
|
|
3528
3528
|
object-fit: contain;
|
|
3529
3529
|
width: 100%;
|
|
3530
3530
|
}
|
|
3531
|
-
.athena-autocomplete__image-section_a
|
|
3531
|
+
.athena-autocomplete__image-section_a,
|
|
3532
|
+
.athena-autocomplete__image-brand_manufacturers {
|
|
3532
3533
|
max-height: 65px;
|
|
3533
3534
|
object-fit: contain;
|
|
3534
3535
|
}
|
|
@@ -4232,11 +4233,11 @@ span.cropper-line.line-s{
|
|
|
4232
4233
|
color: var(--classic-theme-white);
|
|
4233
4234
|
}
|
|
4234
4235
|
|
|
4235
|
-
.classic-theme .
|
|
4236
|
+
.classic-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
|
|
4236
4237
|
border: none;
|
|
4237
4238
|
}
|
|
4238
4239
|
|
|
4239
|
-
.classic-theme .
|
|
4240
|
+
.classic-theme .product-card {
|
|
4240
4241
|
width: calc(33.33% - 14px);
|
|
4241
4242
|
margin: 0;
|
|
4242
4243
|
}
|
|
@@ -4385,7 +4386,7 @@ span.cropper-line.line-s{
|
|
|
4385
4386
|
|
|
4386
4387
|
/* grid */
|
|
4387
4388
|
|
|
4388
|
-
.classic-theme .athena-grid .
|
|
4389
|
+
.classic-theme .athena-grid .product-card {
|
|
4389
4390
|
width: calc(33.33% - 18px);
|
|
4390
4391
|
}
|
|
4391
4392
|
|
|
@@ -4416,7 +4417,7 @@ span.cropper-line.line-s{
|
|
|
4416
4417
|
}
|
|
4417
4418
|
|
|
4418
4419
|
@media(max-width: 1240px) {
|
|
4419
|
-
.classic-theme .
|
|
4420
|
+
.classic-theme .product-card {
|
|
4420
4421
|
width: calc(50% - 20px);
|
|
4421
4422
|
}
|
|
4422
4423
|
|
|
@@ -4430,7 +4431,7 @@ span.cropper-line.line-s{
|
|
|
4430
4431
|
}
|
|
4431
4432
|
|
|
4432
4433
|
@media(max-width: 992px) {
|
|
4433
|
-
.classic-theme .
|
|
4434
|
+
.classic-theme .product-card {
|
|
4434
4435
|
width: calc(100% - 20px);
|
|
4435
4436
|
}
|
|
4436
4437
|
|
|
@@ -4455,14 +4456,14 @@ span.cropper-line.line-s{
|
|
|
4455
4456
|
border-radius: 6px;
|
|
4456
4457
|
}
|
|
4457
4458
|
|
|
4458
|
-
.classic-theme .
|
|
4459
|
+
.classic-theme .product-card {
|
|
4459
4460
|
width: calc(100% - 20px) !important;
|
|
4460
4461
|
}
|
|
4461
4462
|
}
|
|
4462
4463
|
|
|
4463
4464
|
|
|
4464
4465
|
@media (max-width: 600px) {
|
|
4465
|
-
.classic-theme .
|
|
4466
|
+
.classic-theme .product-card {
|
|
4466
4467
|
width: calc(100% - 13.5px);
|
|
4467
4468
|
}
|
|
4468
4469
|
}
|
|
@@ -4521,11 +4522,11 @@ span.cropper-line.line-s{
|
|
|
4521
4522
|
border-left: none;
|
|
4522
4523
|
}
|
|
4523
4524
|
|
|
4524
|
-
.modern-theme .
|
|
4525
|
+
.modern-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
|
|
4525
4526
|
border: none;
|
|
4526
4527
|
}
|
|
4527
4528
|
|
|
4528
|
-
.modern-theme .
|
|
4529
|
+
.modern-theme .product-card {
|
|
4529
4530
|
width: calc(34.33% - 19px);
|
|
4530
4531
|
margin: 0;
|
|
4531
4532
|
}
|
|
@@ -4774,7 +4775,7 @@ span.cropper-line.line-s{
|
|
|
4774
4775
|
}
|
|
4775
4776
|
|
|
4776
4777
|
@media(max-width: 1240px) {
|
|
4777
|
-
.modern-theme .
|
|
4778
|
+
.modern-theme .product-card {
|
|
4778
4779
|
width: calc(50% - 20px);
|
|
4779
4780
|
}
|
|
4780
4781
|
|
|
@@ -4788,7 +4789,7 @@ span.cropper-line.line-s{
|
|
|
4788
4789
|
}
|
|
4789
4790
|
|
|
4790
4791
|
@media(max-width: 992px) {
|
|
4791
|
-
.modern-theme .
|
|
4792
|
+
.modern-theme .product-card {
|
|
4792
4793
|
width: calc(100% - 20px);
|
|
4793
4794
|
}
|
|
4794
4795
|
|
|
@@ -4877,7 +4878,7 @@ span.cropper-line.line-s{
|
|
|
4877
4878
|
padding: 0 10px 0 0;
|
|
4878
4879
|
}
|
|
4879
4880
|
|
|
4880
|
-
.rounded-theme .
|
|
4881
|
+
.rounded-theme .product-card .athena-autocomplete__image-product,
|
|
4881
4882
|
.rounded-theme .product-image-photo {
|
|
4882
4883
|
border: 1px solid var(--rounded-theme-border-color);
|
|
4883
4884
|
border-radius: 21px;
|
|
@@ -4993,7 +4994,7 @@ span.cropper-line.line-s{
|
|
|
4993
4994
|
margin: 5px 5px 0;
|
|
4994
4995
|
}
|
|
4995
4996
|
|
|
4996
|
-
.rounded-theme .
|
|
4997
|
+
.rounded-theme .product-card {
|
|
4997
4998
|
width: calc(34.33% - 18px);
|
|
4998
4999
|
margin: 0;
|
|
4999
5000
|
}
|
|
@@ -5052,7 +5053,7 @@ span.cropper-line.line-s{
|
|
|
5052
5053
|
|
|
5053
5054
|
/* grid */
|
|
5054
5055
|
|
|
5055
|
-
.rounded-theme .athena-grid .
|
|
5056
|
+
.rounded-theme .athena-grid .product-card {
|
|
5056
5057
|
width: calc(33.33% - 18px);
|
|
5057
5058
|
}
|
|
5058
5059
|
|
|
@@ -5140,7 +5141,7 @@ span.cropper-line.line-s{
|
|
|
5140
5141
|
}
|
|
5141
5142
|
|
|
5142
5143
|
@media(max-width: 1240px) {
|
|
5143
|
-
.rounded-theme .
|
|
5144
|
+
.rounded-theme .product-card {
|
|
5144
5145
|
width: calc(50% - 20px);
|
|
5145
5146
|
}
|
|
5146
5147
|
|
|
@@ -5154,7 +5155,7 @@ span.cropper-line.line-s{
|
|
|
5154
5155
|
}
|
|
5155
5156
|
|
|
5156
5157
|
@media(max-width: 992px) {
|
|
5157
|
-
.rounded-theme .
|
|
5158
|
+
.rounded-theme .product-card {
|
|
5158
5159
|
width: calc(100% - 20px);
|
|
5159
5160
|
}
|
|
5160
5161
|
|