@trafilea/afrodita-components 6.8.11 → 6.8.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/build/index.js CHANGED
@@ -3418,6 +3418,8 @@ var Share = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, prop
3418
3418
 
3419
3419
  var SignOut = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/signout" }), void 0); };
3420
3420
 
3421
+ var SignOutLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/signout_light" }), void 0)); };
3422
+
3421
3423
  var Trash = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/trash" }), void 0); };
3422
3424
 
3423
3425
  var Warning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/warning" }), void 0); };
@@ -3461,6 +3463,7 @@ var Actions = /*#__PURE__*/Object.freeze({
3461
3463
  SettingsSolid: SettingsSolid,
3462
3464
  Share: Share,
3463
3465
  SignOut: SignOut,
3466
+ SignOutLight: SignOutLight,
3464
3467
  Trash: Trash,
3465
3468
  Warning: Warning
3466
3469
  });
@@ -3630,81 +3633,87 @@ var Download = /*#__PURE__*/Object.freeze({
3630
3633
  GooglePlay: GooglePlay
3631
3634
  });
3632
3635
 
3633
- var Thinking = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/thinking" }), void 0); };
3636
+ var BlowingKiss = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/blowing_kiss" }), void 0); };
3634
3637
 
3635
- var SmilingV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/smiling_v2" }), void 0); };
3638
+ var Frowning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/frowning" }), void 0); };
3636
3639
 
3637
3640
  var Grinning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/grinning" }), void 0); };
3638
3641
 
3639
3642
  var GrinningWithSweat = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/grinning_with_sweat" }), void 0)); };
3640
3643
 
3641
- var BlowingKiss = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/blowing_kiss" }), void 0); };
3644
+ var Relieved = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/relieved" }), void 0); };
3642
3645
 
3643
- var Frowning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/frowning" }), void 0); };
3646
+ var SmilingV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/smiling_v2" }), void 0); };
3644
3647
 
3645
- var Relieved = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/relieved" }), void 0); };
3648
+ var SmilingV3 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/smiling_v3" }), void 0); };
3649
+
3650
+ var Thinking = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/thinking" }), void 0); };
3646
3651
 
3647
3652
  var Emoji = /*#__PURE__*/Object.freeze({
3648
3653
  __proto__: null,
3649
- Thinking: Thinking,
3650
- SmilingV2: SmilingV2,
3651
- Grinning: Grinning,
3652
- GrinningWithSweat: GrinningWithSweat,
3653
3654
  BlowingKiss: BlowingKiss,
3654
3655
  Frowning: Frowning,
3655
- Relieved: Relieved
3656
+ Grinning: Grinning,
3657
+ GrinningWithSweat: GrinningWithSweat,
3658
+ Relieved: Relieved,
3659
+ SmilingV2: SmilingV2,
3660
+ SmilingV3: SmilingV3,
3661
+ Thinking: Thinking
3656
3662
  });
3657
3663
 
3658
3664
  var AdaChat = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/ada_chat" }), void 0); };
3659
3665
 
3660
- var QuestionCircle = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/question_circle" }), void 0)); };
3666
+ var Comment$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment" }), void 0); };
3661
3667
 
3662
- var Messenger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/messenger" }), void 0); };
3668
+ var CommentDots = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_dots" }), void 0)); };
3663
3669
 
3664
- var Comment$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment" }), void 0); };
3670
+ var CommentLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_light" }), void 0)); };
3665
3671
 
3666
- var Mail = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/mail" }), void 0); };
3672
+ var CommentMoney = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_money" }), void 0)); };
3667
3673
 
3668
3674
  var Community$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/community" }), void 0); };
3669
3675
 
3670
- var QuoteLeft = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_left" }), void 0); };
3676
+ var Light = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light" }), void 0); };
3671
3677
 
3672
- var QuoteRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_right" }), void 0)); };
3678
+ var LightBulb$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb" }), void 0); };
3673
3679
 
3674
- var QuoteSolidLeft = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_left" }), void 0)); };
3680
+ var LightBulbSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb_solid" }), void 0)); };
3675
3681
 
3676
- var QuoteSolidRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_right" }), void 0)); };
3682
+ var Mail = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/mail" }), void 0); };
3677
3683
 
3678
- var Light = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light" }), void 0); };
3684
+ var Messenger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/messenger" }), void 0); };
3679
3685
 
3680
- var LightBulb$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb" }), void 0); };
3686
+ var QuestionCircle = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/question_circle" }), void 0)); };
3681
3687
 
3682
- var LightBulbSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb_solid" }), void 0)); };
3688
+ var QuestionCircleLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/question_circle_light" }), void 0)); };
3683
3689
 
3684
- var CommentDots = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_dots" }), void 0)); };
3690
+ var QuoteLeft = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_left" }), void 0); };
3685
3691
 
3686
- var CommentLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_light" }), void 0)); };
3692
+ var QuoteRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_right" }), void 0)); };
3687
3693
 
3688
- var CommentMoney = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_money" }), void 0)); };
3694
+ var QuoteSolidLeft = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_left" }), void 0)); };
3695
+
3696
+ var QuoteSolidRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_right" }), void 0)); };
3689
3697
 
3690
3698
  var Messaging = /*#__PURE__*/Object.freeze({
3691
3699
  __proto__: null,
3692
3700
  AdaChat: AdaChat,
3693
- QuestionCircle: QuestionCircle,
3694
- Messenger: Messenger,
3695
3701
  Comment: Comment$1,
3696
- Mail: Mail,
3702
+ CommentDots: CommentDots,
3703
+ CommentLight: CommentLight,
3704
+ CommentMoney: CommentMoney,
3697
3705
  Community: Community$1,
3698
- QuoteLeft: QuoteLeft,
3699
- QuoteRight: QuoteRight,
3700
- QuoteSolidLeft: QuoteSolidLeft,
3701
- QuoteSolidRight: QuoteSolidRight,
3702
3706
  Light: Light,
3703
3707
  LightBulb: LightBulb$1,
3704
3708
  LightBulbSolid: LightBulbSolid,
3705
- CommentDots: CommentDots,
3706
- CommentLight: CommentLight,
3707
- CommentMoney: CommentMoney
3709
+ Mail: Mail,
3710
+ Messenger: Messenger,
3711
+ QuestionCircle: QuestionCircle,
3712
+ QuestionCircleLight: QuestionCircleLight,
3713
+ QuoteLeft: QuoteLeft,
3714
+ QuoteRight: QuoteRight,
3715
+ QuoteSolidLeft: QuoteSolidLeft,
3716
+ QuoteSolidRight: QuoteSolidRight
3708
3717
  });
3709
3718
 
3710
3719
  var BirthdayGifts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "myaccount/birthday_gifts" }), void 0)); };
@@ -3759,89 +3768,89 @@ var MyAccount = /*#__PURE__*/Object.freeze({
3759
3768
  VIP: VIP
3760
3769
  });
3761
3770
 
3762
- var Search = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/search" }), void 0); };
3763
-
3764
- var User = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user" }), void 0); };
3765
-
3766
- var ShoppingBag = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag" }), void 0)); };
3771
+ var AddressInformation = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/address_information" }), void 0)); };
3767
3772
 
3768
- var ShoppingCart = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_cart" }), void 0)); };
3773
+ var Benefits = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/benefits" }), void 0); };
3769
3774
 
3770
- var MapMarker = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_marker" }), void 0); };
3775
+ var ClubMembership = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/club_membership" }), void 0)); };
3771
3776
 
3772
- var Hamburger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/hamburger" }), void 0); };
3777
+ var Ellipsis = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis" }), void 0); };
3773
3778
 
3774
- var AddressInformation = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/address_information" }), void 0)); };
3779
+ var EllipsisHorizontal = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis_horizontal" }), void 0)); };
3775
3780
 
3776
- var ClubMembership = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/club_membership" }), void 0)); };
3781
+ var Filters$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/filters" }), void 0); };
3777
3782
 
3778
- var Benefits = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/benefits" }), void 0); };
3783
+ var Hamburger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/hamburger" }), void 0); };
3779
3784
 
3780
3785
  var Home = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/home" }), void 0); };
3781
3786
 
3782
3787
  var HomeSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/home_solid" }), void 0); };
3783
3788
 
3784
- var ShoppingBagV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v2" }), void 0)); };
3785
-
3786
- var UserSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_solid" }), void 0); };
3789
+ var Loading$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/loading" }), void 0); };
3787
3790
 
3788
- var SlideDot$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot" }), void 0); };
3791
+ var Lock = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock" }), void 0); };
3789
3792
 
3790
- var SlideDotSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot_solid" }), void 0)); };
3793
+ var LockSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock_solid" }), void 0); };
3791
3794
 
3792
- var Ellipsis = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis" }), void 0); };
3795
+ var MapMarker = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_marker" }), void 0); };
3793
3796
 
3794
- var EllipsisHorizontal = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis_horizontal" }), void 0)); };
3797
+ var MapSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_solid" }), void 0); };
3795
3798
 
3796
- var Filters$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/filters" }), void 0); };
3799
+ var MenuLines = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/menu_lines" }), void 0); };
3797
3800
 
3798
- var Lock = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock" }), void 0); };
3801
+ var Search = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/search" }), void 0); };
3799
3802
 
3800
- var LockSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock_solid" }), void 0); };
3803
+ var Shaperbox = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shaperbox" }), void 0); };
3801
3804
 
3802
- var Loading$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/loading" }), void 0); };
3805
+ var ShoppingBag = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag" }), void 0)); };
3803
3806
 
3804
- var MapSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_solid" }), void 0); };
3807
+ var ShoppingBagV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v2" }), void 0)); };
3805
3808
 
3806
- var MenuLines = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/menu_lines" }), void 0); };
3809
+ var ShoppingBagV3 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v3" }), void 0)); };
3807
3810
 
3808
- var UserV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_v2" }), void 0); };
3811
+ var ShoppingCart = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_cart" }), void 0)); };
3809
3812
 
3810
3813
  var ShoppingCartV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_cart_v2" }), void 0)); };
3811
3814
 
3812
- var ShoppingBagV3 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v3" }), void 0)); };
3815
+ var SlideDot$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot" }), void 0); };
3813
3816
 
3814
- var Shaperbox = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shaperbox" }), void 0); };
3817
+ var SlideDotSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot_solid" }), void 0)); };
3818
+
3819
+ var User = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user" }), void 0); };
3820
+
3821
+ var UserSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_solid" }), void 0); };
3822
+
3823
+ var UserV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_v2" }), void 0); };
3815
3824
 
3816
3825
  var Navigation = /*#__PURE__*/Object.freeze({
3817
3826
  __proto__: null,
3818
- Search: Search,
3819
- User: User,
3820
- ShoppingBag: ShoppingBag,
3821
- ShoppingCart: ShoppingCart,
3822
- MapMarker: MapMarker,
3823
- Hamburger: Hamburger,
3824
3827
  AddressInformation: AddressInformation,
3825
- ClubMembership: ClubMembership,
3826
3828
  Benefits: Benefits,
3827
- Home: Home,
3828
- HomeSolid: HomeSolid,
3829
- ShoppingBagV2: ShoppingBagV2,
3830
- UserSolid: UserSolid,
3831
- SlideDot: SlideDot$1,
3832
- SlideDotSolid: SlideDotSolid,
3829
+ ClubMembership: ClubMembership,
3833
3830
  Ellipsis: Ellipsis,
3834
3831
  EllipsisHorizontal: EllipsisHorizontal,
3835
3832
  Filters: Filters$1,
3833
+ Hamburger: Hamburger,
3834
+ Home: Home,
3835
+ HomeSolid: HomeSolid,
3836
+ Loading: Loading$1,
3836
3837
  Lock: Lock,
3837
3838
  LockSolid: LockSolid,
3838
- Loading: Loading$1,
3839
+ MapMarker: MapMarker,
3839
3840
  MapSolid: MapSolid,
3840
3841
  MenuLines: MenuLines,
3841
- UserV2: UserV2,
3842
- ShoppingCartV2: ShoppingCartV2,
3842
+ Search: Search,
3843
+ Shaperbox: Shaperbox,
3844
+ ShoppingBag: ShoppingBag,
3845
+ ShoppingBagV2: ShoppingBagV2,
3843
3846
  ShoppingBagV3: ShoppingBagV3,
3844
- Shaperbox: Shaperbox
3847
+ ShoppingCart: ShoppingCart,
3848
+ ShoppingCartV2: ShoppingCartV2,
3849
+ SlideDot: SlideDot$1,
3850
+ SlideDotSolid: SlideDotSolid,
3851
+ User: User,
3852
+ UserSolid: UserSolid,
3853
+ UserV2: UserV2
3845
3854
  });
3846
3855
 
3847
3856
  var BodConLabel = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/bod_con_label" }), void 0); };
@@ -3947,6 +3956,10 @@ var ErrorCross = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
3947
3956
 
3948
3957
  var FlagUSA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/flag_usa" }), void 0); };
3949
3958
 
3959
+ var FreeReturnsV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_returns_v2" }), void 0)); };
3960
+
3961
+ var FreeShippingV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_shipping_v2" }), void 0)); };
3962
+
3950
3963
  var Hours = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/hours" }), void 0); };
3951
3964
 
3952
3965
  var KlarnaLogo = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/klarna_logo" }), void 0); };
@@ -3995,6 +4008,8 @@ var PDP = /*#__PURE__*/Object.freeze({
3995
4008
  DropEmpty: DropEmpty,
3996
4009
  ErrorCross: ErrorCross,
3997
4010
  FlagUSA: FlagUSA,
4011
+ FreeReturnsV2: FreeReturnsV2,
4012
+ FreeShippingV2: FreeShippingV2,
3998
4013
  Hours: Hours,
3999
4014
  KlarnaLogo: KlarnaLogo,
4000
4015
  LightBulb: LightBulb,
@@ -4116,7 +4131,7 @@ var TAGS = {
4116
4131
  hero2: newStyled.h2(templateObject_2$1f || (templateObject_2$1f = __makeTemplateObject([""], [""]))),
4117
4132
  hero3: newStyled.h3(templateObject_3$Y || (templateObject_3$Y = __makeTemplateObject([""], [""]))),
4118
4133
  display1: newStyled.h1(templateObject_4$I || (templateObject_4$I = __makeTemplateObject([""], [""]))),
4119
- display2: newStyled.h2(templateObject_5$s || (templateObject_5$s = __makeTemplateObject([""], [""]))),
4134
+ display2: newStyled.h2(templateObject_5$t || (templateObject_5$t = __makeTemplateObject([""], [""]))),
4120
4135
  display3: newStyled.h3(templateObject_6$o || (templateObject_6$o = __makeTemplateObject([""], [""]))),
4121
4136
  heading1: newStyled.h1(templateObject_7$g || (templateObject_7$g = __makeTemplateObject([""], [""]))),
4122
4137
  heading2: newStyled.h2(templateObject_8$d || (templateObject_8$d = __makeTemplateObject([""], [""]))),
@@ -4248,13 +4263,13 @@ var DEFAULTS = {
4248
4263
  size: 'regular',
4249
4264
  },
4250
4265
  };
4251
- var templateObject_1$1U, templateObject_2$1f, templateObject_3$Y, templateObject_4$I, templateObject_5$s, templateObject_6$o, templateObject_7$g, templateObject_8$d, templateObject_9$6, templateObject_10$5, templateObject_11$4, templateObject_12$3, templateObject_13$3, templateObject_14$2, templateObject_15$2, templateObject_16$2, templateObject_17$2, templateObject_18$2, templateObject_19$2, templateObject_20$1;
4266
+ var templateObject_1$1U, templateObject_2$1f, templateObject_3$Y, templateObject_4$I, templateObject_5$t, templateObject_6$o, templateObject_7$g, templateObject_8$d, templateObject_9$6, templateObject_10$5, templateObject_11$4, templateObject_12$3, templateObject_13$3, templateObject_14$2, templateObject_15$2, templateObject_16$2, templateObject_17$2, templateObject_18$2, templateObject_19$2, templateObject_20$1;
4252
4267
 
4253
4268
  var Container$19 = newStyled.div(templateObject_1$1T || (templateObject_1$1T = __makeTemplateObject(["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"], ["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"])));
4254
4269
  var Card$3 = newStyled.div(templateObject_2$1e || (templateObject_2$1e = __makeTemplateObject(["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 16px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n p {\n color: var(--color);\n }\n }\n }\n"], ["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 16px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n p {\n color: var(--color);\n }\n }\n }\n"])));
4255
4270
  var Tag$2 = newStyled.div(templateObject_3$X || (templateObject_3$X = __makeTemplateObject(["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"], ["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"])));
4256
4271
  var Label$4 = newStyled.div(templateObject_4$H || (templateObject_4$H = __makeTemplateObject(["\n position: relative;\n width: fit-content;\n margin: 0 auto;\n"], ["\n position: relative;\n width: fit-content;\n margin: 0 auto;\n"])));
4257
- var Check$1 = newStyled.div(templateObject_5$r || (templateObject_5$r = __makeTemplateObject(["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"], ["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"])));
4272
+ var Check$1 = newStyled.div(templateObject_5$s || (templateObject_5$s = __makeTemplateObject(["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"], ["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"])));
4258
4273
  var DiscountContainer$1 = newStyled.div(templateObject_6$n || (templateObject_6$n = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n"], ["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n"])));
4259
4274
  var PackSelectorV2 = function (_a) {
4260
4275
  var packs = _a.packs, selectedValue = _a.selectedValue, onChange = _a.onChange, currencyCode = _a.currencyCode;
@@ -4280,7 +4295,7 @@ var PackCard$1 = function (_a) {
4280
4295
  currency: currencyCode || 'USD',
4281
4296
  }), ' ', "each", ')'] }), void 0)) : null] }, void 0)] }), void 0));
4282
4297
  };
4283
- var templateObject_1$1T, templateObject_2$1e, templateObject_3$X, templateObject_4$H, templateObject_5$r, templateObject_6$n;
4298
+ var templateObject_1$1T, templateObject_2$1e, templateObject_3$X, templateObject_4$H, templateObject_5$s, templateObject_6$n;
4284
4299
 
4285
4300
  var Container$18 = newStyled.div(templateObject_1$1S || (templateObject_1$1S = __makeTemplateObject(["\n height: 32px;\n display: flex;\n align-items: center;\n"], ["\n height: 32px;\n display: flex;\n align-items: center;\n"])));
4286
4301
  var DropContainer = newStyled.div(templateObject_2$1d || (templateObject_2$1d = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
@@ -5148,14 +5163,14 @@ var TooltipText = newStyled.div(templateObject_4$G || (templateObject_4$G = __ma
5148
5163
  var color = _a.color;
5149
5164
  return color;
5150
5165
  });
5151
- var TopSection = newStyled.div(templateObject_5$q || (templateObject_5$q = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0.688rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0.688rem;\n"])));
5166
+ var TopSection = newStyled.div(templateObject_5$r || (templateObject_5$r = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0.688rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0.688rem;\n"])));
5152
5167
  var Title$7 = newStyled.h1(templateObject_6$m || (templateObject_6$m = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n"])), function (_a) {
5153
5168
  var color = _a.color;
5154
5169
  return color;
5155
5170
  });
5156
5171
  var IconContainer$5 = newStyled.div(templateObject_7$f || (templateObject_7$f = __makeTemplateObject(["\n width: 1.375rem;\n height: 1.125rem;\n margin-right: 0.563rem;\n"], ["\n width: 1.375rem;\n height: 1.125rem;\n margin-right: 0.563rem;\n"])));
5157
5172
  var CloseToolTip = newStyled.button(templateObject_8$c || (templateObject_8$c = __makeTemplateObject(["\n position: absolute;\n background: none;\n border: none;\n cursor: pointer;\n right: 0.3rem;\n top: 0.25rem;\n padding: 0px;\n z-index: 2;\n"], ["\n position: absolute;\n background: none;\n border: none;\n cursor: pointer;\n right: 0.3rem;\n top: 0.25rem;\n padding: 0px;\n z-index: 2;\n"])));
5158
- var templateObject_1$1I, templateObject_2$17, templateObject_3$U, templateObject_4$G, templateObject_5$q, templateObject_6$m, templateObject_7$f, templateObject_8$c;
5173
+ var templateObject_1$1I, templateObject_2$17, templateObject_3$U, templateObject_4$G, templateObject_5$r, templateObject_6$m, templateObject_7$f, templateObject_8$c;
5159
5174
 
5160
5175
  var useOnClickOutside = function (ref, handler) {
5161
5176
  React$2.useEffect(function () {
@@ -5676,7 +5691,7 @@ var SinglePurchaseContainer = newStyled(ContainerBase)(templateObject_3$R || (te
5676
5691
  return (onClick ? 'cursor: pointer;' : '');
5677
5692
  });
5678
5693
  var SubscriptionContainer = newStyled(ContainerBase)(templateObject_4$F || (templateObject_4$F = __makeTemplateObject(["\n padding: 16px;\n"], ["\n padding: 16px;\n"])));
5679
- var SubscriptionHeader = newStyled.div(templateObject_5$p || (templateObject_5$p = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n border-bottom: 1px solid ", ";\n padding-bottom: 10px;\n margin-bottom: 8px;\n cursor: pointer;\n\n & input:checked + div {\n border-color: ", ";\n }\n"], ["\n display: flex;\n justify-content: space-between;\n border-bottom: 1px solid ", ";\n padding-bottom: 10px;\n margin-bottom: 8px;\n cursor: pointer;\n\n & input:checked + div {\n border-color: ", ";\n }\n"])), function (_a) {
5694
+ var SubscriptionHeader = newStyled.div(templateObject_5$q || (templateObject_5$q = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n border-bottom: 1px solid ", ";\n padding-bottom: 10px;\n margin-bottom: 8px;\n cursor: pointer;\n\n & input:checked + div {\n border-color: ", ";\n }\n"], ["\n display: flex;\n justify-content: space-between;\n border-bottom: 1px solid ", ";\n padding-bottom: 10px;\n margin-bottom: 8px;\n cursor: pointer;\n\n & input:checked + div {\n border-color: ", ";\n }\n"])), function (_a) {
5680
5695
  var theme = _a.theme;
5681
5696
  return theme.colors.shades[200].color;
5682
5697
  }, function (_a) {
@@ -5694,7 +5709,7 @@ var StyledPrice = newStyled(PriceLabelV2)(templateObject_12$2 || (templateObject
5694
5709
  return selected ? theme.colors.shades[700].color : theme.colors.shades[200].color;
5695
5710
  });
5696
5711
  var Container$$ = newStyled.div(templateObject_13$2 || (templateObject_13$2 = __makeTemplateObject([""], [""])));
5697
- var templateObject_1$1C, templateObject_2$12, templateObject_3$R, templateObject_4$F, templateObject_5$p, templateObject_6$l, templateObject_7$e, templateObject_8$b, templateObject_9$5, templateObject_10$4, templateObject_11$3, templateObject_12$2, templateObject_13$2;
5712
+ var templateObject_1$1C, templateObject_2$12, templateObject_3$R, templateObject_4$F, templateObject_5$q, templateObject_6$l, templateObject_7$e, templateObject_8$b, templateObject_9$5, templateObject_10$4, templateObject_11$3, templateObject_12$2, templateObject_13$2;
5698
5713
 
5699
5714
  var radioIds = {
5700
5715
  oneTime: {
@@ -5773,9 +5788,9 @@ var CustomerDetails = newStyled.div(templateObject_1$1A || (templateObject_1$1A
5773
5788
  var CustomerInfo = newStyled.div(templateObject_2$11 || (templateObject_2$11 = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], ["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"])));
5774
5789
  var Name = newStyled.h4(templateObject_3$Q || (templateObject_3$Q = __makeTemplateObject(["\n font-size: 22px;\n line-height: 20px;\n font-weight: 400;\n margin: 0;\n"], ["\n font-size: 22px;\n line-height: 20px;\n font-weight: 400;\n margin: 0;\n"])));
5775
5790
  var StarIconContainer = newStyled.div(templateObject_4$E || (templateObject_4$E = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 5px;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 5px;\n"])));
5776
- var Description$2 = newStyled.p(templateObject_5$o || (templateObject_5$o = __makeTemplateObject(["\n font-size: 16px;\n font-weight: 300;\n line-height: normal;\n"], ["\n font-size: 16px;\n font-weight: 300;\n line-height: normal;\n"])));
5791
+ var Description$2 = newStyled.p(templateObject_5$p || (templateObject_5$p = __makeTemplateObject(["\n font-size: 16px;\n font-weight: 300;\n line-height: normal;\n"], ["\n font-size: 16px;\n font-weight: 300;\n line-height: normal;\n"])));
5777
5792
  var ReviewDays = newStyled.span(templateObject_6$k || (templateObject_6$k = __makeTemplateObject(["\n display: block;\n font-size: 14px;\n font-style: italic;\n font-weight: 300;\n"], ["\n display: block;\n font-size: 14px;\n font-style: italic;\n font-weight: 300;\n"])));
5778
- var templateObject_1$1A, templateObject_2$11, templateObject_3$Q, templateObject_4$E, templateObject_5$o, templateObject_6$k;
5793
+ var templateObject_1$1A, templateObject_2$11, templateObject_3$Q, templateObject_4$E, templateObject_5$p, templateObject_6$k;
5779
5794
 
5780
5795
  var NameWithStars = function (_a) {
5781
5796
  var name = _a.name, size = _a.size;
@@ -6039,7 +6054,7 @@ var Container$V = newStyled.div(templateObject_1$1n || (templateObject_1$1n = __
6039
6054
  var MobileContainer = newStyled(Container$V)(templateObject_2$Y || (templateObject_2$Y = __makeTemplateObject(["\n padding: 2px 2px;\n gap: 3px;\n"], ["\n padding: 2px 2px;\n gap: 3px;\n"])));
6040
6055
  var DollarPart = newStyled.span(templateObject_3$L || (templateObject_3$L = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"])));
6041
6056
  var ClubMembersText = newStyled.span(templateObject_4$A || (templateObject_4$A = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"])));
6042
- var MobileDollarPart = newStyled(DollarPart)(templateObject_5$n || (templateObject_5$n = __makeTemplateObject(["\n font-size: 10px;\n"], ["\n font-size: 10px;\n"])));
6057
+ var MobileDollarPart = newStyled(DollarPart)(templateObject_5$o || (templateObject_5$o = __makeTemplateObject(["\n font-size: 10px;\n"], ["\n font-size: 10px;\n"])));
6043
6058
  var MobileClubMembersText = newStyled(ClubMembersText)(templateObject_6$j || (templateObject_6$j = __makeTemplateObject(["\n font-size: 10px;\n"], ["\n font-size: 10px;\n"])));
6044
6059
  var DesktopDollarPart = newStyled(DollarPart)(templateObject_7$d || (templateObject_7$d = __makeTemplateObject(["\n font-size: 13px;\n"], ["\n font-size: 13px;\n"])));
6045
6060
  var DesktopClubMembersText = newStyled(ClubMembersText)(templateObject_8$a || (templateObject_8$a = __makeTemplateObject(["\n font-size: 13px;\n"], ["\n font-size: 13px;\n"])));
@@ -6048,7 +6063,7 @@ var ClubPriceLabel = function (_a) {
6048
6063
  var isMobile = useWindowDimensions().isMobile;
6049
6064
  return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: isMobile ? (jsxRuntime.jsxs(MobileContainer, { children: [jsxRuntime.jsx(MobileDollarPart, { children: clubPrice }, void 0), jsxRuntime.jsx(MobileClubMembersText, { children: "FOR CLUB MEMBERS" }, void 0)] }, void 0)) : (jsxRuntime.jsxs(Container$V, { children: [jsxRuntime.jsx(DesktopDollarPart, { children: clubPrice }, void 0), jsxRuntime.jsx(DesktopClubMembersText, { children: "FOR CLUB MEMBERS" }, void 0)] }, void 0)) }, void 0));
6050
6065
  };
6051
- var templateObject_1$1n, templateObject_2$Y, templateObject_3$L, templateObject_4$A, templateObject_5$n, templateObject_6$j, templateObject_7$d, templateObject_8$a;
6066
+ var templateObject_1$1n, templateObject_2$Y, templateObject_3$L, templateObject_4$A, templateObject_5$o, templateObject_6$j, templateObject_7$d, templateObject_8$a;
6052
6067
 
6053
6068
  var Spacing = function (_a) {
6054
6069
  var size = _a.size, _b = _a.type, type = _b === void 0 ? 'block' : _b, children = _a.children, styleProp = _a.style;
@@ -6181,7 +6196,8 @@ var templateObject_1$1i;
6181
6196
  var RegularPriceTagSpan = newStyled.span(templateObject_1$1h || (templateObject_1$1h = __makeTemplateObject(["\n background-color: #e5e5e5;\n padding: 3px 4px;\n border-radius: 4px;\n gap: 10px;\n align-items: center;\n justify-content: center;\n color: #5a5a5a;\n font-weight: 600;\n font-size: 0.6rem;\n line-height: 1rem;\n text-align: center;\n margin-bottom: 0.5rem;\n"], ["\n background-color: #e5e5e5;\n padding: 3px 4px;\n border-radius: 4px;\n gap: 10px;\n align-items: center;\n justify-content: center;\n color: #5a5a5a;\n font-weight: 600;\n font-size: 0.6rem;\n line-height: 1rem;\n text-align: center;\n margin-bottom: 0.5rem;\n"])));
6182
6197
  var ClubPriceTagSpan = newStyled.span(templateObject_2$W || (templateObject_2$W = __makeTemplateObject(["\n background-color: #c64844;\n padding: 3px 4px;\n border-radius: 4px;\n gap: 10px;\n align-items: center;\n justify-content: center;\n color: white;\n font-weight: 600;\n font-size: 0.6rem;\n line-height: 1rem;\n text-align: center;\n margin-bottom: 0.5rem;\n"], ["\n background-color: #c64844;\n padding: 3px 4px;\n border-radius: 4px;\n gap: 10px;\n align-items: center;\n justify-content: center;\n color: white;\n font-weight: 600;\n font-size: 0.6rem;\n line-height: 1rem;\n text-align: center;\n margin-bottom: 0.5rem;\n"])));
6183
6198
  var PriceContainer$1 = newStyled.span(templateObject_3$J || (templateObject_3$J = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
6184
- var PriceWithTagContainer = newStyled.span(templateObject_4$y || (templateObject_4$y = __makeTemplateObject(["\n display: flex;\n gap: 5px;\n"], ["\n display: flex;\n gap: 5px;\n"])));
6199
+ var PriceContainerV2 = newStyled.span(templateObject_4$y || (templateObject_4$y = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
6200
+ var PriceWithTagContainer = newStyled.span(templateObject_5$n || (templateObject_5$n = __makeTemplateObject(["\n display: flex;\n gap: 8px;\n"], ["\n display: flex;\n gap: 8px;\n"])));
6185
6201
  var RegularPriceTag = function () {
6186
6202
  return jsxRuntime.jsx(RegularPriceTagSpan, { children: "REGULAR PRICE" }, void 0);
6187
6203
  };
@@ -6230,11 +6246,11 @@ var PriceLabelV4 = function (_a) {
6230
6246
  : exports.ComponentSize.XSmall;
6231
6247
  return (jsxRuntime.jsx(Price, __assign$1({ size: sizeProp, color: theme.component.pricing.priceLabel.price.originalPriceColor, underlined: originalPriceUnderlined, "data-testid": getTestId(testId, 'original-product-price'), theme: theme }, { children: originalPrice }), void 0));
6232
6248
  };
6233
- return (jsxRuntime.jsxs(Container$10, __assign$1({}, rest, { children: [clubStyle && !styledPrice ? (jsxRuntime.jsxs(PriceContainer$1, { children: [jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsx(RegularPriceTag, {}, void 0)] }, void 0), jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, "data-testid": getTestId(testId, 'final-product-price') }, priceCommonProps, { style: finalPriceStyle, size: size }, { children: clubPrice }), void 0), jsxRuntime.jsx(ClubPriceTag, {}, void 0)] }, void 0)] }, void 0)) : (jsxRuntime.jsxs(PriceContainer$1, { children: [jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsx(RegularPriceTag, {}, void 0)] }, void 0), jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, finalPriceStyledSmall: true, style: { marginTop: '-5px', color: '#c64844' } }, priceCommonProps, { size: size, "data-testid": getTestId(testId, 'final-product-price') }, { children: currencySymbol }), void 0), jsxRuntime.jsxs(Price, __assign$1({ finalPriceStyled: true }, priceCommonProps, { size: size, style: { color: '#c64844' } }, { children: [finalPriceArray[0]
6234
- ? finalPriceArray[0]
6235
- : (_b = "".concat(productFinalPrice)) === null || _b === void 0 ? void 0 : _b.split(currencySymbol)[1], "."] }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyledSmall: true, style: { marginTop: '-6px', color: '#c64844' } }, priceCommonProps, { size: size }, { children: finalPriceArray[1] ? finalPriceArray[1] : '00' }), void 0), jsxRuntime.jsx(ClubPriceTag, {}, void 0)] }, void 0)] }, void 0)), discount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: size }, { children: jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: size }), void 0) }), void 0))] }), void 0));
6249
+ return (jsxRuntime.jsxs(Container$10, __assign$1({}, rest, { children: [clubStyle && !styledPrice ? (jsxRuntime.jsxs(PriceContainer$1, { children: [jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsx(RegularPriceTag, {}, void 0)] }, void 0), jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, "data-testid": getTestId(testId, 'final-product-price') }, priceCommonProps, { style: finalPriceStyle, size: size }, { children: clubPrice }), void 0), jsxRuntime.jsx(ClubPriceTag, {}, void 0)] }, void 0)] }, void 0)) : (jsxRuntime.jsxs(PriceContainer$1, { children: [jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsx(RegularPriceTag, {}, void 0)] }, void 0), jsxRuntime.jsxs(PriceWithTagContainer, { children: [jsxRuntime.jsxs(PriceContainerV2, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, finalPriceStyledSmall: true, style: { marginTop: '-5px', color: '#c64844' } }, priceCommonProps, { size: size, "data-testid": getTestId(testId, 'final-product-price') }, { children: currencySymbol }), void 0), jsxRuntime.jsxs(Price, __assign$1({ finalPriceStyled: true }, priceCommonProps, { size: size, style: { color: '#c64844' } }, { children: [finalPriceArray[0]
6250
+ ? finalPriceArray[0]
6251
+ : (_b = "".concat(productFinalPrice)) === null || _b === void 0 ? void 0 : _b.split(currencySymbol)[1], "."] }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyledSmall: true, style: { marginTop: '-6px', color: '#c64844' } }, priceCommonProps, { size: size }, { children: finalPriceArray[1] ? finalPriceArray[1] : '00' }), void 0)] }, void 0), jsxRuntime.jsx(ClubPriceTag, {}, void 0)] }, void 0)] }, void 0)), discount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: size }, { children: jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: size }), void 0) }), void 0))] }), void 0));
6236
6252
  };
6237
- var templateObject_1$1h, templateObject_2$W, templateObject_3$J, templateObject_4$y;
6253
+ var templateObject_1$1h, templateObject_2$W, templateObject_3$J, templateObject_4$y, templateObject_5$n;
6238
6254
 
6239
6255
  var ImageContainer$4 = newStyled.div(function (_a) {
6240
6256
  var width = _a.width, height = _a.height;