athena-x-ai-headless 2.2.41 → 2.2.43

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.
@@ -834,7 +834,7 @@ Autocomplete Container
834
834
  column-gap: 15px;
835
835
  row-gap: 25px;
836
836
  }
837
- .athena-product-item{
837
+ .product-card__autocomplete{
838
838
  width: calc(25% - 11.5px);
839
839
  position: relative;
840
840
  }
@@ -1453,7 +1453,7 @@ Autocomplete Layout 3
1453
1453
  padding-left: 0;
1454
1454
  padding-right: 0;
1455
1455
  }
1456
- .autocomplete-l3__product-container .athena-product-item{
1456
+ .autocomplete-l3__product-container .product-card__autocomplete {
1457
1457
  width: calc(25% - 11.5px);
1458
1458
  position: relative;
1459
1459
  }
@@ -2274,10 +2274,7 @@ Responsive
2274
2274
  }
2275
2275
  }
2276
2276
  @media only screen and (max-width: 1260px){
2277
- .autocomplete-l3__product-container .athena-product-item{
2278
- width: calc(50% - 7.5px);
2279
- }
2280
- .athena-product-item{
2277
+ .autocomplete-l3__product-container .product-card__autocomplete {
2281
2278
  width: calc(50% - 7.5px);
2282
2279
  }
2283
2280
  }
@@ -2339,7 +2336,7 @@ Responsive
2339
2336
  padding-left: 0 !important;
2340
2337
  padding-right: 0 !important;
2341
2338
  }
2342
- .autocomplete-l3__product-container .athena-product-item{
2339
+ .autocomplete-l3__product-container .product-card__autocomplete {
2343
2340
  width: calc(25% - 11.5px);
2344
2341
  }
2345
2342
  .autocomplete-l3__product-container .athena-autocomplete__name,
@@ -2347,7 +2344,7 @@ Responsive
2347
2344
  .athena-autocomplete__name-product{
2348
2345
  font-size: 16px;
2349
2346
  }
2350
- .athena-product-item{
2347
+ .product-card__autocomplete{
2351
2348
  width: calc(50% - 7.5px);
2352
2349
  }
2353
2350
  .header-menu{
@@ -2513,7 +2510,7 @@ Responsive
2513
2510
  padding-left: 10px;
2514
2511
  padding-right: 10px;
2515
2512
  }
2516
- .autocomplete-l3__product-container .athena-product-item {
2513
+ .autocomplete-l3__product-container .product-card__autocomplete {
2517
2514
  width: calc(50% - 7.5px);
2518
2515
  }
2519
2516
  .show-search-tabs > div{
@@ -4179,7 +4176,7 @@ span.cropper-line.line-s{
4179
4176
  border: none;
4180
4177
  }
4181
4178
 
4182
- .classic-theme .athena-product-item {
4179
+ .classic-theme .product-card__autocomplete {
4183
4180
  width: calc(33.33% - 14px);
4184
4181
  margin: 0;
4185
4182
  }
@@ -4328,7 +4325,7 @@ span.cropper-line.line-s{
4328
4325
 
4329
4326
  /* grid */
4330
4327
 
4331
- .classic-theme .athena-grid .athena-product-item {
4328
+ .classic-theme .athena-grid .product-card__autocomplete {
4332
4329
  width: calc(33.33% - 18px);
4333
4330
  }
4334
4331
 
@@ -4359,7 +4356,7 @@ span.cropper-line.line-s{
4359
4356
  }
4360
4357
 
4361
4358
  @media(max-width: 1240px) {
4362
- .classic-theme .athena-product-item {
4359
+ .classic-theme .product-card__autocomplete {
4363
4360
  width: calc(50% - 20px);
4364
4361
  }
4365
4362
 
@@ -4373,7 +4370,7 @@ span.cropper-line.line-s{
4373
4370
  }
4374
4371
 
4375
4372
  @media(max-width: 992px) {
4376
- .classic-theme .athena-product-item {
4373
+ .classic-theme .product-card__autocomplete {
4377
4374
  width: calc(100% - 20px);
4378
4375
  }
4379
4376
 
@@ -4398,14 +4395,14 @@ span.cropper-line.line-s{
4398
4395
  border-radius: 6px;
4399
4396
  }
4400
4397
 
4401
- .classic-theme .athena-product-item {
4398
+ .classic-theme .product-card__autocomplete {
4402
4399
  width: calc(100% - 20px) !important;
4403
4400
  }
4404
4401
  }
4405
4402
 
4406
4403
 
4407
4404
  @media (max-width: 600px) {
4408
- .classic-theme .athena-product-item {
4405
+ .classic-theme .product-card__autocomplete {
4409
4406
  width: calc(100% - 13.5px);
4410
4407
  }
4411
4408
  }
@@ -4468,7 +4465,7 @@ span.cropper-line.line-s{
4468
4465
  border: none;
4469
4466
  }
4470
4467
 
4471
- .modern-theme .athena-product-item {
4468
+ .modern-theme .product-card__autocomplete {
4472
4469
  width: calc(34.33% - 19px);
4473
4470
  margin: 0;
4474
4471
  }
@@ -4717,7 +4714,7 @@ span.cropper-line.line-s{
4717
4714
  }
4718
4715
 
4719
4716
  @media(max-width: 1240px) {
4720
- .modern-theme .athena-product-item {
4717
+ .modern-theme .product-card__autocomplete {
4721
4718
  width: calc(50% - 20px);
4722
4719
  }
4723
4720
 
@@ -4731,7 +4728,7 @@ span.cropper-line.line-s{
4731
4728
  }
4732
4729
 
4733
4730
  @media(max-width: 992px) {
4734
- .modern-theme .athena-product-item {
4731
+ .modern-theme .product-card__autocomplete {
4735
4732
  width: calc(100% - 20px);
4736
4733
  }
4737
4734
 
@@ -4936,7 +4933,7 @@ span.cropper-line.line-s{
4936
4933
  margin: 5px 5px 0;
4937
4934
  }
4938
4935
 
4939
- .rounded-theme .athena-product-item {
4936
+ .rounded-theme .product-card__autocomplete {
4940
4937
  width: calc(34.33% - 18px);
4941
4938
  margin: 0;
4942
4939
  }
@@ -4995,7 +4992,7 @@ span.cropper-line.line-s{
4995
4992
 
4996
4993
  /* grid */
4997
4994
 
4998
- .rounded-theme .athena-grid .athena-product-item {
4995
+ .rounded-theme .athena-grid .product-card__autocomplete {
4999
4996
  width: calc(33.33% - 18px);
5000
4997
  }
5001
4998
 
@@ -5083,7 +5080,7 @@ span.cropper-line.line-s{
5083
5080
  }
5084
5081
 
5085
5082
  @media(max-width: 1240px) {
5086
- .rounded-theme .athena-product-item {
5083
+ .rounded-theme .product-card__autocomplete {
5087
5084
  width: calc(50% - 20px);
5088
5085
  }
5089
5086
 
@@ -5097,7 +5094,7 @@ span.cropper-line.line-s{
5097
5094
  }
5098
5095
 
5099
5096
  @media(max-width: 992px) {
5100
- .rounded-theme .athena-product-item {
5097
+ .rounded-theme .product-card__autocomplete {
5101
5098
  width: calc(100% - 20px);
5102
5099
  }
5103
5100