@billgangcom/theme-lib 1.68.0 → 1.69.1
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/dist/App.d.ts +2 -3
- package/dist/abstractions/IBlock.d.ts +1 -1
- package/dist/abstractions/PageContext.d.ts +73 -69
- package/dist/{builder/constants/api.d.ts → api/constants.d.ts} +2 -0
- package/dist/api/index.d.ts +1 -6
- package/dist/api/request.d.ts +8 -4
- package/dist/assets/storefront-icons/index.d.ts +73 -0
- package/dist/builder/api/index.d.ts +4 -0
- package/dist/builder/components/BlockColors/index.d.ts +1 -1
- package/dist/builder/components/BlockSettings/settings.d.ts +1 -1
- package/dist/builder/components/HeaderSaveButton/api/index.d.ts +1 -4
- package/dist/builder/components/HeaderSaveButton/utils/index.d.ts +1 -1
- package/dist/builder/components/HeaderSettingsPages/api/index.d.ts +1 -4
- package/dist/builder/components/ThemeSettingsColors/utils/getDuplicateColors.d.ts +1 -1
- package/dist/builder/constants/index.d.ts +0 -2
- package/dist/builder/constants/notification.d.ts +1 -0
- package/dist/builder/store/useGeneralStore.d.ts +3 -3
- package/dist/builder/store/useNotificationStore.d.ts +2 -2
- package/dist/builder/ui/ChooseImage/api/index.d.ts +2 -8
- package/dist/builder/ui/Notification/index.d.ts +11 -0
- package/dist/builder/ui/index.d.ts +0 -1
- package/dist/builder.cjs.js +123 -49
- package/dist/builder.es.js +18334 -2840
- package/dist/index-C1GpRLwI.js +15866 -0
- package/dist/index-CtyrP2GR.cjs +80 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +8 -8
- package/dist/lib/createTicket.d.ts +1 -4
- package/dist/lib/generateDynamicStyles.d.ts +1 -1
- package/dist/lib/setupDynamicFonts.d.ts +1 -1
- package/dist/pages/balance/balance-modal.d.ts +7 -0
- package/dist/pages/balance/index.d.ts +1 -0
- package/dist/pages/balance/model.d.ts +6 -0
- package/dist/pages/charge/index.d.ts +1 -0
- package/dist/pages/checkout/index.d.ts +1 -0
- package/dist/pages/checkout/model.d.ts +1 -0
- package/dist/pages/dynamic-page/api/index.d.ts +1 -4
- package/dist/pages/error-page/api/index.d.ts +1 -4
- package/dist/pages/home/index.d.ts +1 -0
- package/dist/pages/home/model.d.ts +26 -0
- package/dist/pages/order/index.d.ts +1 -0
- package/dist/pages/order/model.d.ts +91 -0
- package/dist/pages/orders/index.d.ts +1 -0
- package/dist/pages/orders/model.d.ts +4 -0
- package/dist/pages/rewards/index.d.ts +1 -0
- package/dist/pages/rewards/model.d.ts +71 -0
- package/dist/pages/subscription/index.d.ts +1 -0
- package/dist/pages/subscription/model.d.ts +1 -0
- package/dist/pages/subscriptions/index.d.ts +1 -0
- package/dist/pages/subscriptions/model.d.ts +6 -0
- package/dist/pages/ticket/index.d.ts +1 -0
- package/dist/pages/ticket/model.d.ts +24 -0
- package/dist/pages/tickets/index.d.ts +1 -0
- package/dist/pages/tickets/model.d.ts +21 -0
- package/dist/pages/top-up-balance/index.d.ts +1 -0
- package/dist/storefront/api/auth.d.ts +20 -0
- package/dist/storefront/api/charge.d.ts +1 -0
- package/dist/storefront/api/coupon.d.ts +2 -0
- package/dist/storefront/api/customer.d.ts +6 -0
- package/dist/storefront/api/discord.d.ts +7 -0
- package/dist/storefront/api/fetchGatewaysDetail.d.ts +1 -0
- package/dist/storefront/api/fetchThemeAndSettings.d.ts +1 -0
- package/dist/storefront/api/fetchWithPages.d.ts +11 -0
- package/dist/storefront/api/index.d.ts +18 -0
- package/dist/storefront/api/order.d.ts +14 -0
- package/dist/storefront/api/postBalanceTopUp.d.ts +2 -0
- package/dist/storefront/api/postCashappLink.d.ts +3 -0
- package/dist/storefront/api/referral.d.ts +3 -0
- package/dist/storefront/api/reviews.d.ts +2 -0
- package/dist/storefront/api/signUpReferral.d.ts +2 -0
- package/dist/storefront/api/store.d.ts +6 -0
- package/dist/storefront/api/subscription.d.ts +22 -0
- package/dist/storefront/api/ticket.d.ts +7 -0
- package/dist/storefront/api/transactions.d.ts +5 -0
- package/dist/storefront/components/ActivePaymentMethod/index.d.ts +2 -0
- package/dist/storefront/components/ActiveSubscriptionProduct/index.d.ts +9 -0
- package/dist/storefront/components/Auth/index.d.ts +11 -0
- package/dist/storefront/components/Auth/otp-input.d.ts +7 -0
- package/dist/storefront/components/AuthModal/index.d.ts +6 -0
- package/dist/storefront/components/CancelSubscription/index.d.ts +8 -0
- package/dist/storefront/components/CashAppVerify/index.d.ts +7 -0
- package/dist/storefront/components/ChangePaymentMethod/index.d.ts +7 -0
- package/dist/storefront/components/ChangeSubscriptionPlan/index.d.ts +10 -0
- package/dist/storefront/components/ChargeBlocksRenderer/index.d.ts +6 -0
- package/dist/storefront/components/ChargeItems/index.d.ts +7 -0
- package/dist/storefront/components/ChargeStatusBlock/index.d.ts +10 -0
- package/dist/storefront/components/CheckoutFooter/index.d.ts +6 -0
- package/dist/storefront/components/CheckoutHeader/index.d.ts +7 -0
- package/dist/storefront/components/CheckoutItems/index.d.ts +18 -0
- package/dist/storefront/components/CheckoutOperational/index.d.ts +24 -0
- package/dist/storefront/components/CheckoutOrderMainData/index.d.ts +9 -0
- package/dist/storefront/components/CheckoutPrices/index.d.ts +12 -0
- package/dist/storefront/components/CheckoutProduct/index.d.ts +8 -0
- package/dist/storefront/components/CheckoutProduct/model.d.ts +1 -0
- package/dist/storefront/components/ChoosePlanUpgradeMethod/index.d.ts +9 -0
- package/dist/storefront/components/ConnectDiscord/index.d.ts +6 -0
- package/dist/storefront/components/ConnectDiscord/model.d.ts +22 -0
- package/dist/storefront/components/Coupon/index.d.ts +12 -0
- package/dist/storefront/components/CustomFields/index.d.ts +13 -0
- package/dist/storefront/components/CustomerDashboard/index.d.ts +2 -0
- package/dist/storefront/components/DeliveryItem/index.d.ts +7 -0
- package/dist/storefront/components/InsufficientBalance/index.d.ts +8 -0
- package/dist/storefront/components/LeaveAReview/index.d.ts +9 -0
- package/dist/storefront/components/NoItemsBlock/index.d.ts +7 -0
- package/dist/storefront/components/OpenDelivery/index.d.ts +8 -0
- package/dist/storefront/components/OrderStatusBlock/index.d.ts +9 -0
- package/dist/storefront/components/OrdersTable/index.d.ts +15 -0
- package/dist/storefront/components/PageLoading/index.d.ts +7 -0
- package/dist/storefront/components/PageTitle/index.d.ts +6 -0
- package/dist/storefront/components/Pagination/index.d.ts +15 -0
- package/dist/storefront/components/PayPalF&FNote/index.d.ts +8 -0
- package/dist/storefront/components/PaymentMethod/checkout-balance-payment-method.d.ts +13 -0
- package/dist/storefront/components/PaymentMethod/index.d.ts +15 -0
- package/dist/storefront/components/PaymentMethod/model.d.ts +16 -0
- package/dist/storefront/components/PaymentMethods/index.d.ts +18 -0
- package/dist/storefront/components/ProcessingPayment/index.d.ts +1 -0
- package/dist/storefront/components/ReferralBlock/index.d.ts +13 -0
- package/dist/storefront/components/ReferralBlock/mask.d.ts +1 -0
- package/dist/storefront/components/ReferralBlock/referral-modal.d.ts +7 -0
- package/dist/storefront/components/ReferralBlock/step-item.d.ts +8 -0
- package/dist/storefront/components/SecuredBySsl/index.d.ts +1 -0
- package/dist/storefront/components/Sidebar/card.d.ts +6 -0
- package/dist/storefront/components/Sidebar/index.d.ts +1 -0
- package/dist/storefront/components/Sidebar/nav-list.d.ts +2 -0
- package/dist/storefront/components/StatItem/index.d.ts +14 -0
- package/dist/storefront/components/StatusIndicator/index.d.ts +7 -0
- package/dist/storefront/components/SubmitReview/index.d.ts +7 -0
- package/dist/storefront/components/SubscriptionCoupon/index.d.ts +7 -0
- package/dist/storefront/components/SubscriptionExpiration/index.d.ts +6 -0
- package/dist/storefront/components/SubscriptionExpirationDate/index.d.ts +2 -0
- package/dist/storefront/components/SubscriptionProduct/index.d.ts +7 -0
- package/dist/storefront/components/SubscriptionProduct/model.d.ts +9 -0
- package/dist/storefront/components/SubscriptionStatusBadge/index.d.ts +5 -0
- package/dist/storefront/components/SubscriptionsTable/index.d.ts +11 -0
- package/dist/storefront/components/Table/index.d.ts +17 -0
- package/dist/storefront/components/TermsOfService/index.d.ts +1 -0
- package/dist/storefront/components/TicketRow/index.d.ts +5 -0
- package/dist/storefront/components/TrackPayment/index.d.ts +8 -0
- package/dist/storefront/components/index.d.ts +53 -0
- package/dist/storefront/constants/api.d.ts +3 -0
- package/dist/storefront/constants/index.d.ts +3 -0
- package/dist/storefront/constants/referralSteps.d.ts +6 -0
- package/dist/storefront/constants/routes.d.ts +8 -0
- package/dist/storefront/hooks/index.d.ts +2 -0
- package/dist/storefront/hooks/useCart.d.ts +186 -0
- package/dist/storefront/hooks/useCopy.d.ts +1 -0
- package/dist/storefront/index.d.ts +9 -0
- package/dist/storefront/models/balance.d.ts +46 -0
- package/dist/storefront/models/charge.d.ts +73 -0
- package/dist/storefront/models/checkout.d.ts +16 -0
- package/dist/storefront/models/coupon.d.ts +5 -0
- package/dist/storefront/models/discord.d.ts +22 -0
- package/dist/storefront/models/gateway.d.ts +8 -0
- package/dist/storefront/models/index.d.ts +15 -0
- package/dist/storefront/models/order.d.ts +125 -0
- package/dist/storefront/models/payment.d.ts +15 -0
- package/dist/storefront/models/post.d.ts +5 -0
- package/dist/storefront/models/price.d.ts +5 -0
- package/dist/storefront/models/referral.d.ts +12 -0
- package/dist/storefront/models/referralCode.d.ts +3 -0
- package/dist/{builder/constants/general.d.ts → storefront/models/shop.d.ts} +19 -6
- package/dist/storefront/models/subscription.d.ts +129 -0
- package/dist/storefront/models/transaction.d.ts +12 -0
- package/dist/storefront/store/index.d.ts +6 -0
- package/dist/storefront/store/useCartStore.d.ts +24 -0
- package/dist/storefront/store/useCustomerDashboardStore.d.ts +34 -0
- package/dist/storefront/store/useDiscordStore.d.ts +7 -0
- package/dist/storefront/store/usePaginationPagesStore.d.ts +6 -0
- package/dist/storefront/store/useStorefrontStore.d.ts +21 -0
- package/dist/storefront/store/useSubscriptionStore.d.ts +7 -0
- package/dist/storefront/ui/ActiveBadge/index.d.ts +5 -0
- package/dist/storefront/ui/InputRange/index.d.ts +9 -0
- package/dist/storefront/ui/ProgressBar/index.d.ts +8 -0
- package/dist/storefront/ui/Rating/index.d.ts +8 -0
- package/dist/storefront/ui/Timer/index.d.ts +6 -0
- package/dist/storefront/ui/index.d.ts +5 -0
- package/dist/storefront/utils/index.d.ts +16 -0
- package/dist/storefront/utils/recapcha.d.ts +12 -0
- package/dist/ui/Button/index.d.ts +1 -1
- package/dist/ui/CategorySettings/index.d.ts +1 -1
- package/dist/ui/Input/index.d.ts +2 -0
- package/dist/ui/ItemsSettings/index.d.ts +1 -1
- package/dist/ui/ListingSelector/index.d.ts +1 -1
- package/dist/ui/Loader/index.d.ts +4 -0
- package/dist/ui/Radio/index.d.ts +14 -0
- package/dist/ui/Select/index.d.ts +20 -0
- package/dist/ui/Select/utils/index.d.ts +2 -0
- package/dist/ui/index.d.ts +3 -0
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +1105 -1208
- package/package.json +7 -3
- package/dist/api/fetchThemeAndSettings.d.ts +0 -4
- package/dist/index-BaU8m6yb.cjs +0 -194
- package/dist/index-zSoKRTpK.js +0 -34420
- /package/dist/{api → builder/api}/fetchAll.d.ts +0 -0
- /package/dist/{api → builder/api}/fetchData.d.ts +0 -0
- /package/dist/{api → builder/api}/fetchFontsData.d.ts +0 -0
- /package/dist/{api → builder/api}/fetchPagesData.d.ts +0 -0
- /package/dist/{api → storefront/api}/fetchGeneral.d.ts +0 -0
package/dist/builder.cjs.js
CHANGED
|
@@ -1,50 +1,59 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";._icon_bsuj2_1 path{fill:var(--icon-fill)}._hoverable_bsuj2_5{cursor:pointer}._rotated_bsuj2_9{transform:rotate(180deg)}._modal_1som0_1{display:flex;flex-direction:row;gap:0px;position:fixed;top:0;left:0;right:0;bottom:0;background:#2525253d;z-index:10000000000000!important;justify-content:center;align-items:center;overflow:hidden}._padding_1som0_17{padding:5px}._content_1som0_21{display:flex;flex-direction:row;gap:0px;animation:_fadeIn_1som0_1 .3s ease-out forwards;width:100%;height:100%;align-items:center;justify-content:center}@keyframes _fadeIn_1som0_1{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}._close_1som0_42{animation:_fadeOut_1som0_1 .3s ease-out forwards}@keyframes _fadeOut_1som0_1{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.95) translateY(10px);opacity:0}}._wrapper_mmfra_1{display:flex;flex-direction:row;gap:8px;width:fit-content;align-items:center;border-radius:12px;line-height:20px;color:var(--main-color);font-size:14px;font-weight:400}._switch_mmfra_14{display:flex;flex-direction:row;gap:0px;width:40px;height:20px;background-color:#ccc;border-radius:16px;align-items:center;padding:2px;cursor:pointer;transition:background-color .2s}._switch_mmfra_14._active_mmfra_27{background:#ff3f19}._switch_mmfra_14 ._toggle_mmfra_30{width:16px;height:16px;background-color:#fff;border-radius:16px;transition:transform .2s;transform:translate(1px)}._switch_mmfra_14._active_mmfra_27 ._toggle_mmfra_30{transform:translate(19px)}._background_mmfra_42{background-color:var(--background-color)}._padding_mmfra_46{padding:8px}._loader_jr7a4_1{border:2px solid rgba(0,0,0,.6);border-left-color:var(--background-color);border-radius:50%;width:20px;height:20px;animation:_spin_jr7a4_1 1s linear infinite}@keyframes _spin_jr7a4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_187gl_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_187gl_9{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._input_187gl_17{width:100%;background-color:var(--background-color);border-radius:12px;padding:7px 11px;font-size:16px;line-height:24px;border:1px solid var(--background-color);transition:border .3s ease}._input_187gl_17:hover{border:1px solid #f0f0f0}._input_187gl_17::placeholder{color:#c2c2c2}._input_187gl_17:disabled{background-color:var(--background-color);opacity:.7}._input_187gl_17:focus{border:1px solid #ff3f19}._input_187gl_17:focus:hover{border:1px solid #ff3f19}._required_187gl_47,._required_187gl_47:hover{border:1px solid #ff3f19}._paddingless_187gl_54{padding:0}._content_187gl_58{display:flex;flex-direction:row;gap:8px;position:relative;align-items:center}._input_187gl_17._borderless_187gl_66{border-radius:0;border:none}._input_187gl_17._borderless_187gl_66:hover{border:none}._input_187gl_17._borderless_187gl_66:focus{border:none}._rightIcon_187gl_77{position:absolute;top:10px;right:12px}._inputPostfix_187gl_83{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#757575}._wrapper_1gk74_2{display:flex;flex-direction:column;gap:6px;width:100%}._label_1gk74_9{color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400;flex:1 1 auto}._top_1gk74_17{display:flex;flex-direction:row;gap:8px}._select_1gk74_23{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:var(--background-color);transition:border .3s ease;border-radius:12px;padding:10px 12px;font-size:14px;line-height:20px;cursor:pointer;outline:none;border:1px solid #f0f0f0}._select_1gk74_23:hover{border:1px solid #e0e0e0}._borderFocused_1gk74_42{border:1px solid #c9c9c9}._borderFocused_1gk74_42:hover{border:1px solid #b3b3b3}._input_1gk74_49{width:100px;border:none;outline:none;font-size:16px;background-color:transparent;color:var(--text-color);flex:1 1 auto}._icon_1gk74_59{transition:transform .2s;display:flex}._rotate_1gk74_64{transform:rotate(180deg)}._content_1gk74_68{position:relative}._options_1gk74_72{display:flex;flex-direction:column;gap:10px;position:absolute;top:50px;width:100%;background-color:#fff;border-radius:12px;font-size:16px;line-height:20px;z-index:10;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,max-height .2s linear;max-height:0;padding:5px 6px;border:1px solid #f0f0f0}._filteredOptions_1gk74_93{overflow-y:auto}._open_1gk74_97{opacity:1;visibility:visible;max-height:200px}._option_1gk74_72{padding:5px 6px;border-radius:12px;display:flex;flex-direction:row;gap:8px;align-items:center}._option_1gk74_72:hover,._focused_1gk74_115{background-color:#f8f8f8}._addon_1gk74_119{margin-right:8px;display:flex;align-items:center;justify-content:center}._clear_1gk74_126{margin:0 4px}._value_1gk74_130{flex:1 1 auto}._postfix_1gk74_134{color:#757575}._leftAddon_1gk74_138{display:flex;align-items:center;justify-content:center}._wrapper_10ysr_2{display:flex;flex-direction:column;gap:6px;width:100%}._label_10ysr_9{color:var(--accent-color);font-weight:400;font-size:14px;line-height:20px}._icon_10ysr_16{display:flex;flex-direction:row;gap:0px;padding:4px;background-color:transparent;border:var(--default-border);justify-content:center;align-items:center;border-radius:6px}._text_10ysr_28{font-weight:400;font-size:16px;line-height:24px;color:#ff3f19;text-overflow:ellipsis}._content_10ysr_36{display:flex;flex-direction:row;gap:6px;align-items:center;cursor:pointer;background-color:var(--background-color);border-radius:12px;padding:6px 8px}._modal_10ysr_47{background-color:var(--background-color);border:var(--default-border);border-radius:16px;width:100%;max-width:640px}._top_10ysr_55{display:flex;flex-direction:row;gap:0px;padding:16px 24px;align-items:center;justify-content:space-between}._title_10ysr_64{color:var(--main-color);font-weight:400;font-size:18px;line-height:24px}._modalContent_10ysr_71{padding:16px 24px;border-top-left-radius:16px;border-top-right-radius:16px;border-top:var(--default-border);border-bottom:var(--default-border);background-color:#fff}._images_10ysr_80{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;overflow-y:scroll;max-height:390px;align-items:center;justify-content:center}._add_10ysr_90{display:flex;flex-direction:column;gap:8px;padding:43px 16px;border:1px dashed #e6e6e6;justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1;cursor:pointer;transition:background-color .3s ease}._add_10ysr_90:hover{background-color:#f8f8f8}._add_10ysr_90:active{background-color:#f0f0f0}._dragging_10ysr_110{border:1px dashed #ff3f19}._description_10ysr_114{text-align:center;color:var(--main-color);font-size:14px;line-height:20px}._description_10ysr_114 span:last-child{padding-top:4px}._bottom_10ysr_124{display:flex;flex-direction:row;gap:0px;justify-content:end;align-items:center;width:100%;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:16px 24px 12px;gap:6px}._cancel_10ysr_138{background-color:var(--background-color);color:var(--accent-color)}._highlight_10ysr_143{color:#ff3f19;cursor:pointer}._accent_10ysr_148{color:var(--accent-color)}._image_10ysr_80{position:relative;padding:43px 16px;border:1px solid #e6e6e6;justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1;cursor:pointer;transition:border .3s ease;transition:background-color .3s ease}._image_10ysr_80:hover{background-color:#f8f8f8}._selected_10ysr_168{border:1px solid #ff3f19;background-color:#ffeae5}._selected_10ysr_168:hover{background-color:#ffeae5}._checkbox_10ysr_176{position:absolute;top:12px;left:12px}._loading_10ysr_182{display:flex;flex-direction:row;gap:0px;position:relative;padding:43px 16px;border:1px solid #e6e6e6;background-color:var(--background-color);justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1}._spinner_10ysr_196{width:24px;height:24px;border:2px solid #ff3f19;border-top-color:var(--background-color);border-radius:50%;animation:_spin_10ysr_196 1s linear infinite}@keyframes _spin_10ysr_196{to{transform:rotate(360deg)}}._tip_10ysr_210{padding:16px 24px}._customCheckbox_w9x8g_1{display:inline-block;cursor:pointer;position:relative}._checkboxBox_w9x8g_7{display:inline-block;width:20px;height:20px;border:1px solid #e6e6e6;border-radius:6px;position:relative;transition:background-color .3s ease}._checkboxBox_w9x8g_7:hover{background-color:#f8f8f8}._checkboxBox_w9x8g_7:active{background-color:#f0f0f0}._checkboxBox_w9x8g_7._checked_w9x8g_23{background:#ffeae5;border:1px solid #ff3f19}._checkboxBox_w9x8g_7._checked_w9x8g_23:hover{background-color:#ffeae5}._icon_w9x8g_31{position:absolute;top:3px;left:3px}._button_1gxoe_1{padding:10px 16px;border-radius:12px;cursor:pointer;font-size:16px;transition:background-color .3s ease}._button_1gxoe_1:disabled{opacity:.7;cursor:auto}._primary_1gxoe_14{color:#fff;background-color:#ff3f19}._primary_1gxoe_14:hover{background-color:#ff2a00}._secondary_1gxoe_22{color:#757575;background-color:#f0f0f0}._secondary_1gxoe_22:hover{background-color:#e6e6e6}._tertiary_1gxoe_30{color:#757575;background-color:#f0f0f0}._tertiary_1gxoe_30:hover{background-color:#e6e6e6}._content_1gxoe_38{display:flex;flex-direction:row;gap:4px;align-items:center}._withoutHover_1gxoe_45:hover{background-color:transparent}._tip_q9ixw_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding:8px;border-radius:12px;width:100%;height:100%}._text_q9ixw_12{flex:1 1 auto;line-height:20px;font-size:14px}._warning_q9ixw_18{background:#faf8e6;color:#c1972a}._error_q9ixw_23{background:#ffc3b7;color:#ff3f19}._success_q9ixw_28{background:#e5fadd;color:#338b13}._hide_q9ixw_33{display:none}._title_1jkiw_1{font-weight:500}._subtitle_1jkiw_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_1jkiw_12,._text_1jkiw_13{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px}._top_1jkiw_20{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_1jkiw_29{display:flex;flex-direction:column;gap:6px}._typeTexts_167ez_1{display:flex;flex-direction:row;gap:8px;align-items:center}._block_167ez_8{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer;transition:.3s background-color ease}._block_167ez_8:hover{background-color:#f0f0f0}._active_167ez_25{border:1px solid #ff3f19}._wrapper_34cvp_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%;position:relative}._label_34cvp_10{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._textarea_34cvp_18{width:100%;background-color:var(--background-color);border-radius:12px;padding:8px 12px;font-size:16px;line-height:24px;resize:vertical;min-height:200px;max-height:400px;border:1px solid transparent;transition:border .3s ease}._textarea_34cvp_18:hover{border:1px solid #f0f0f0}._textarea_34cvp_18:focus{border:1px solid #ff3f19}._textarea_34cvp_18:focus:hover{border:1px solid #ff3f19}._textarea_34cvp_18::placeholder{color:#c2c2c2}._length_34cvp_46{position:absolute;bottom:12px;right:12px;color:#c2c2c2;line-height:20px}._full_34cvp_54{color:#ff3f19}._title_1c11t_1{font-weight:500}._subtitle_1c11t_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_1c11t_12,._text_1c11t_13,._productsBlock_1c11t_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_1c11t_14{position:relative}._top_1c11t_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_1c11t_35{display:flex;flex-direction:column;gap:6px}._typeTexts_1c11t_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_1c11t_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_1c11t_61{border:1px solid #ff3f19}._products_1c11t_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_1c11t_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_1c11t_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_1c11t_91{color:var(--accent-color)}._image_1c11t_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_1c11t_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_1c11t_114{flex:1 1 100%}._buttons_1c11t_118{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_1c11t_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:300px;width:100%;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_1c11t_125 ._top_1c11t_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between;padding:16px 16px 0}._link_1c11t_146{display:flex;flex-direction:column;gap:8px}._modalOptions_1c11t_152{display:flex;flex-direction:column;gap:10px;max-height:500px;padding:0 16px 16px}._modalOptions_1c11t_152>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_1c11t_165{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_1c11t_165:hover{background-color:#f0f0f0}._deleteButton_1c11t_180{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_1c11t_180:hover{background-color:#f0f0f0}._closeIcon_1c11t_192{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_1c11t_192:hover{background-color:#f0f0f0}._other_1a1tk_1{display:flex;flex-direction:column;gap:6px}._subtitle_1a1tk_7{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._items_1a1tk_14{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}._title_cx65i_1{font-weight:500}._subtitle_cx65i_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_cx65i_12,._text_cx65i_13,._productsBlock_cx65i_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_cx65i_14{position:relative}._top_cx65i_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_cx65i_35{display:flex;flex-direction:column;gap:6px}._typeTexts_cx65i_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_cx65i_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_cx65i_61{border:1px solid #ff3f19}._products_cx65i_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_cx65i_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_cx65i_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_cx65i_91{color:var(--accent-color)}._image_cx65i_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_cx65i_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_cx65i_114{flex:1 1 100%}._buttons_cx65i_118{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_cx65i_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_cx65i_125 ._top_cx65i_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_cx65i_146{display:flex;flex-direction:column;gap:8px}._modalOptions_cx65i_152{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:500px}._modalOptions_cx65i_152>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_cx65i_165{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_cx65i_165:hover{background-color:#f0f0f0}._deleteButton_cx65i_180{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_cx65i_180:hover{background-color:#f0f0f0}._closeIcon_cx65i_192{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_cx65i_192:hover{background-color:#f0f0f0}._title_hvj8m_1{font-weight:500}._subtitle_hvj8m_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_hvj8m_12,._text_hvj8m_13,._productsBlock_hvj8m_14,._buttonsBlock_hvj8m_15{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px}._buttonsBlock_hvj8m_15{position:relative}._top_hvj8m_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_hvj8m_35{display:flex;flex-direction:column;gap:6px}._typeTexts_hvj8m_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_hvj8m_48{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_hvj8m_60{border:1px solid #ff3f19}._products_hvj8m_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_hvj8m_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_hvj8m_15{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_hvj8m_90{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_hvj8m_97{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_hvj8m_109{flex:1 1 100%}._buttons_hvj8m_15{display:flex;flex-direction:row;gap:8px;align-items:center}._modal_hvj8m_120{position:fixed;background-color:#fff;right:-300px;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;border:var(--default-border);box-shadow:0 2.1px 4.36px #00000004}._modal_hvj8m_120 ._top_hvj8m_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._other_hvj8m_140{display:flex;flex-direction:column;gap:6px}._options_hvj8m_146{display:flex;flex-direction:column;gap:15px;overflow-y:auto;max-height:500px}._closeIcon_hvj8m_154{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_hvj8m_154:hover{background-color:#f0f0f0}._wrapper_m18qi_1{display:flex;flex-direction:column;gap:6px}._subtitle_m18qi_7{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._content_m18qi_14{display:flex;flex-direction:row;gap:10px;align-items:center;width:100%}._range_m18qi_22{position:relative;flex:1}._track_m18qi_27{position:absolute;width:95%;height:6px;background-color:#f0f0f0;border-radius:9999px;z-index:1}._progress_m18qi_36{position:absolute;height:6px;width:100%;background-color:#ff3f19;transition:width .2s;border-radius:9999px;z-index:1}._dots_m18qi_46{display:flex;flex-direction:row;gap:0px;position:absolute;justify-content:space-between;width:100%}._dot_m18qi_46{width:14px;height:14px;border-radius:50%;transition:transform .2s;position:relative;top:-4px;left:0;z-index:1}._dot_m18qi_46._active_m18qi_65{background-color:#ff3f19;transform:scale(1)}._dot_m18qi_46:not(._active_m18qi_65){background-color:#e5e7eb;transform:scale(.9)}._dot_m18qi_46:hover{transform:scale(1.1)}._input_m18qi_77{position:absolute;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}._input_m18qi_77::-webkit-slider-thumb,._input_m18qi_77::-moz-range-thumb{-webkit-appearance:none!important;-moz-appearance:none;appearance:none;width:0;height:0}._countBlock_m18qi_91{display:flex;flex-direction:row;gap:10px;align-items:center;padding:8px 12px;background:var(--background-color);border-radius:12px}._count_m18qi_91{font-size:16px;font-weight:400;line-height:24px}._controls_m18qi_107{display:flex;flex-direction:column;gap:0px}._button_m18qi_113{transition:background-color .2s}._button_m18qi_113:hover{background-color:#f3f4f6}._button_m18qi_113:disabled{opacity:.5}._title_11jyy_1{font-weight:500}._subtitle_11jyy_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_11jyy_12,._text_11jyy_13,._productsBlock_11jyy_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_11jyy_14{position:relative}._top_11jyy_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_11jyy_35{display:flex;flex-direction:column;gap:6px}._typeTexts_11jyy_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_11jyy_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_11jyy_61{border:1px solid #ff3f19}._products_11jyy_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_11jyy_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_11jyy_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_11jyy_91{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_11jyy_98{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_11jyy_110{flex:1 1 100%}._buttons_11jyy_114{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_11jyy_121{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_11jyy_121 ._top_11jyy_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_11jyy_142{display:flex;flex-direction:column;gap:8px}._modalOptions_11jyy_148{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:500px}._modalOptions_11jyy_148>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_11jyy_161{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_11jyy_161:hover{background-color:#f0f0f0}._deleteButton_11jyy_176{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_11jyy_176:hover{background-color:#f0f0f0}._closeIcon_11jyy_188{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_11jyy_188:hover{background-color:#f0f0f0}._wrapper_1tg54_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_1tg54_9{width:100%;color:var(--input-label-color);line-height:var(--input-label-height);font-size:var(--input-label-size);text-align:var(--input-label-alignment);font-weight:400}._input_1tg54_18{width:100%;color:var(--input-color)!important}._input_1tg54_18::placeholder{color:var(--text-tertiary)}._disabled_1tg54_27{background-color:var(--surface-secondary);opacity:.7}._paddingless_1tg54_32{padding:0}._content_1tg54_36{display:flex;flex-direction:row;gap:8px;position:relative;align-items:center;width:100%;font-size:var(--input-size);height:var(--input-height);color:var(--input-color)!important}._contentBorder_1tg54_48{border:var(--input-border-thickness) var(--input-border-style) var(--input-border-color);border-radius:var(--input-border-radius)}._contentField_1tg54_53{background:var(--input-field-color)}._borderless_1tg54_57{border-radius:0;border:none}._rightIcon_1tg54_62{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:flex}._button_85085_1{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;padding:10px 16px;border-radius:var(--button-radius);cursor:pointer;font-size:var(--button-size);height:var(--button-height);transition:background .3s ease}._button_85085_1:disabled{opacity:.7;cursor:auto}._primary_85085_20{color:var(--text-inverted);box-shadow:var(--button-primary-box-shadow);background:var(--button-primary-background);height:var(--button-primary-height);font-size:var(--button-primary-size);border-radius:var(--button-primary-radius);font-family:var(--button-primary-font),sans-serif!important}._primaryHovered_85085_30:hover{background:var(--surface-action1Hover)}._secondary_85085_34{color:var(--text-secondary);box-shadow:var(--button-secondary-box-shadow);background:var(--button-secondary-background);height:var(--button-secondary-height);font-size:var(--button-secondary-size);border-radius:var(--button-secondary-radius);font-family:var(--button-secondary-font),sans-serif}._secondaryHovered_85085_44:hover{background:var(--surface-action2Hover)}._tertiary_85085_48{color:var(--text-secondary);box-shadow:var(--button-tertiary-box-shadow);background:var(--button-tertiary-background);height:var(--button-tertiary-height);font-size:var(--button-tertiary-size);border-radius:var(--button-tertiary-radius);font-family:var(--button-tertiary-font),sans-serif!important}._tertiaryHovered_85085_58:hover{background:var(--surface-action2Hover)}._content_85085_62{display:flex;flex-direction:row;gap:4px;align-items:center;font-family:var(--button-primary-font),sans-serif!important}*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{width:100%;line-height:1;font-size:16px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{background-color:transparent;cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6,a{font-size:inherit}a{color:inherit}*{-webkit-tap-highlight-color:transparent}input{border:none;background:none;outline:none;padding:0}input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border:none;background:transparent}*{-ms-overflow-style:none;scrollbar-width:none}* ::-webkit-scrollbar{display:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}input:focus{outline:none;border:none}textarea:focus{outline:none;border:none}html,body{touch-action:none}:root{--default-border: 1px solid #f0f0f0;--accent-color: #757575;--main-color: #252525;--background-color: #f8f8f8}#root{width:100%;height:100%}body,html{background-color:#fff;font-family:Geist Variable;max-height:100dvh;overflow:hidden}*{font-family:Geist Variable,sans-serif}#h1{font-size:var(--font-heading-h1-size);font-family:var(--font-heading-h1-family),sans-serif!important;font-weight:var(--font-heading-h1-weight);white-space:pre-line}#h1-bold{font-size:var(--font-heading-h1-size);font-family:var(--font-heading-h1-family),sans-serif!important;font-weight:var(--font-heading-h1-boldWeight);white-space:pre-line}#h2-bold{font-size:var(--font-heading-h2-size);font-family:var(--font-heading-h2-family),sans-serif!important;font-weight:var(--font-heading-h2-boldWeight);white-space:pre-line}#h2{font-weight:var(--font-heading-h2-weight);font-size:var(--font-heading-h2-size);font-family:var(--font-heading-h2-family),sans-serif!important;white-space:pre-line}#h3{font-size:var(--font-heading-h3-size);font-family:var(--font-heading-h3-family),sans-serif!important;font-weight:var(--font-heading-h3-weight);white-space:pre-line}#h3-bold{font-size:var(--font-heading-h3-size);font-family:var(--font-heading-h3-family),sans-serif!important;font-weight:var(--font-heading-h3-boldWeight);white-space:pre-line}#h4-bold{font-size:var(--font-heading-h4-size);font-family:var(--font-heading-h4-family),sans-serif!important;font-weight:var(--font-heading-h4-boldWeight);white-space:pre-line}#h4{font-size:var(--font-heading-h4-size);font-family:var(--font-heading-h4-family),sans-serif!important;font-weight:var(--font-heading-h4-weight);white-space:pre-line}#h5{font-size:var(--font-heading-h5-size);font-family:var(--font-heading-h5-family),sans-serif!important;font-weight:var(--font-heading-h5-weight);white-space:pre-line}#h5-bold{font-size:var(--font-heading-h5-size);font-family:var(--font-heading-h5-family),sans-serif!important;font-weight:var(--font-heading-h5-boldWeight);white-space:pre-line}#h6{font-size:var(--font-heading-h6-size);font-family:var(--font-heading-h6-family),sans-serif!important;font-weight:var(--font-heading-h6-weight);white-space:pre-line}#h6-bold{font-size:var(--font-heading-h6-size);font-family:var(--font-heading-h6-family),sans-serif!important;font-weight:var(--font-heading-h6-boldWeight);white-space:pre-line}#lg-bold{font-size:var(--font-body-lg-size);font-family:var(--font-body-lg-family),sans-serif!important;font-weight:var(--font-body-lg-boldWeight);white-space:pre-line}#lg{font-weight:var(--font-body-lg-weight);font-size:var(--font-body-lg-size);font-family:var(--font-body-lg-family),sans-serif!important;white-space:pre-line}#md-bold{font-size:var(--font-body-md-size);font-family:var(--font-body-md-family),sans-serif!important;font-weight:var(--font-body-md-boldWeight);white-space:pre-line}#md{font-weight:var(--font-body-md-weight);font-size:var(--font-body-md-size);font-family:var(--font-body-md-family),sans-serif!important;white-space:pre-line}#sm-bold{font-size:var(--font-body-sm-size);font-family:var(--font-body-sm-family),sans-serif!important;font-weight:var(--font-body-sm-boldWeight);white-space:pre-line}#sm{font-weight:var(--font-body-sm-weight);font-size:var(--font-body-sm-size);font-family:var(--font-body-sm-family),sans-serif!important;white-space:pre-line}._header_2d8xd_1{display:flex;flex-direction:row;gap:24px;width:100%;padding:11px 22px;line-height:20px;border-bottom:var(--default-border);align-items:center;justify-content:space-between}._left_2d8xd_13,._right_2d8xd_14{display:flex;flex-direction:row;gap:24px;align-items:center}._buttons_12rs0_1{display:flex;flex-direction:row;gap:5px;align-items:center}._button_12rs0_1{cursor:pointer;padding:10px;border-radius:12px;position:relative;display:flex;transition:background-color .3s ease}._button_12rs0_1:hover{background-color:#f0f0f0}._disabled_12rs0_20{cursor:default}._disabled_12rs0_20:hover{background-color:inherit}._wrapper_ecwq2_1{display:flex;flex-direction:column;gap:0px;height:100%;overflow-y:scroll;overflow-x:hidden}._main_ecwq2_10{flex:1 1 auto;width:100vw}._loading_ecwq2_15{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;justify-content:center;align-items:center}._notification_ecwq2_25{z-index:100000000;position:fixed;bottom:5px;right:5px;min-height:50px;min-width:200px}._wrapper_5w9s8_1{width:100%;padding:20px;text-align:center}._tooltip_4hruj_1{font-size:12px;line-height:16px;background-color:#252525;color:#fff;padding:4px 8px;text-align:center;border-radius:8px;position:absolute;bottom:-30px;right:50%;transform:translate(50%);z-index:1000000;width:fit-content;text-wrap:nowrap;animation:_fadeIn_4hruj_1 .2s ease forwards;-webkit-user-select:none;user-select:none}@keyframes _fadeIn_4hruj_1{0%{opacity:0}to{opacity:1}}._devices_ls6k9_1{display:flex;flex-direction:row;gap:4px;background:var(--background-color);padding:4px;border-radius:16px}._device_ls6k9_1{display:flex;flex-direction:row;gap:0px;padding:6px 8px;align-items:center;justify-content:center;cursor:pointer;border-radius:12px;border:1px solid var(--background-color);transition:background-color .3s ease;position:relative}._device_ls6k9_1:hover{background-color:#f0f0f0}._active_ls6k9_27,._active_ls6k9_27:hover{background-color:#fff}._preview_1x3m8_2{display:flex;flex-direction:row;gap:4px;position:relative;align-items:center;color:var(--accent-color);line-height:20px;padding:10px 16px;cursor:pointer;border-radius:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._active_1x3m8_19{background-color:var(--background-color);transition:background-color .3s ease}._active_1x3m8_19:hover{background-color:#f0f0f0;box-shadow:none}._settings_u4cv4_1{display:flex;flex-direction:row;gap:20px;align-items:center;color:var(--accent-color)}._pages_167qp_1{position:relative}._default_167qp_5{display:flex;flex-direction:row;gap:4px;align-items:center;padding:10px 12px;background-color:var(--background-color);border-radius:12px;cursor:pointer;position:relative;transition:background-color .3s ease}._default_167qp_5:hover{background-color:#f0f0f0}._text_167qp_21{padding-right:4px;color:var(--main-color);flex:1 1 auto}._modal_167qp_27{display:flex;flex-direction:row;gap:0px;position:absolute;top:45px;width:320px;left:0;z-index:5000;background-color:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:8px 12px;flex-direction:column;opacity:0;visibility:hidden;transition:visibility .3s ease,opacity .3s ease}._open_167qp_46{opacity:1;visibility:visible}._page_167qp_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding:12px 8px;border-radius:12px;cursor:pointer}._hoverable_167qp_61{background-color:var(--background-color)}._separator_167qp_65{border-bottom:var(--default-border);margin:5px 0}._button_167qp_70{display:flex;flex-direction:row;gap:8px;background:inherit;color:#ff3f19;align-items:center;justify-content:start;padding:16px 8px 12px;transition:.2s}._button_167qp_70:hover{background-color:var(--background-color)}._items_167qp_85{max-height:400px;overflow-y:scroll;height:100%}._zoom_fu0hj_1{display:flex;flex-direction:row;gap:4px;align-items:center;background-color:var(--background-color);padding:9px 11px;border-radius:12px;position:relative;cursor:pointer;border:1px solid transparent;transition:border .3s ease}._zoom_fu0hj_1:focus-within{border:1px solid #ff3f19}._theme_1e5wq_1{display:flex;flex-direction:row;gap:4px;align-items:center;padding:2px 9px;background:#e5fadd;color:#338b13;border-radius:100px;text-transform:uppercase}._text_1e5wq_13{font-size:12px;line-height:16px}._exit_ovvox_1{display:flex;flex-direction:row;gap:8px;border-bottom:var(--default-border);align-items:center;padding:16px;cursor:pointer}._text_ovvox_11{color:var(--main-color);line-height:20px}._exitLink_ovvox_16{display:flex;flex-direction:row;gap:8px;cursor:pointer;padding:6px;border-radius:8px;transition:background-color .3s ease}._exitLink_ovvox_16:hover{background-color:var(--background-color)}._navbar_1podc_1{width:100px;border-right:var(--default-border)}._main_1podc_6{display:flex;flex-direction:column;gap:8px;padding:16px 12px}._block_1podc_13{display:flex;flex-direction:column;gap:4px;align-items:center;color:var(--accent-color);line-height:20px;padding:12px 24px;cursor:pointer;border-radius:16px;transition:background-color .3s ease}._block_1podc_13:hover{background-color:var(--background-color)}._active_1podc_29{background-color:var(--background-color);color:var(--main-color)}._active_1podc_29:hover{background-color:var(--background-color)}._preview_gb2ye_1{display:flex;flex-direction:row;gap:0px;max-width:100%;width:100%;background-color:var(--background-color);padding:16px 32px 0;position:relative;align-items:center;justify-content:center;z-index:500}._main_gb2ye_15{display:flex;flex-direction:column;gap:0px;width:100%;position:relative;z-index:1;align-items:center}._content_gb2ye_25{background-color:#fff;border:var(--default-border);border-bottom:none;border-top:none;height:100%;overflow-x:hidden}._loading_gb2ye_34{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;justify-content:center;align-items:center;background-color:#fff;border:var(--default-border);border-bottom:none;border-top:none}._loader_gb2ye_48{border:4px solid rgba(0,0,0,.1);border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:_spin_gb2ye_1 1s linear infinite}@keyframes _spin_gb2ye_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._previewLoading_gb2ye_65{display:flex;flex-direction:row;gap:0px;width:550px;height:320px;justify-content:center;align-items:center;background-color:#fff;border:var(--default-border);border-radius:10px;transform:translate(20px)}._header_11zku_2{display:flex;flex-direction:row;gap:10px;align-items:center;width:100%;padding:18px;border:var(--default-border);background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;z-index:5}._circles_11zku_16{display:flex;flex-direction:row;gap:8px;left:28px;top:28px;align-items:center}._circle_11zku_16{width:12px;height:12px;border-radius:50%;border:.5px solid #e6e6e6}._red_11zku_32{background:#ff5f57}._green_11zku_36{background:#28c840}._yellow_11zku_40{background:#febc2e}._input_11zku_44{display:flex;flex-direction:row;gap:0px;background-color:var(--background-color);padding:8px;width:100%;border-radius:6px;flex:1 1 auto}._main_11zku_55{display:flex;flex-direction:row;gap:4px;flex:1 1 auto;align-items:center}._text_11zku_63{font-weight:400;font-size:12px;line-height:16px;margin:0 0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}._copy_11zku_75{display:flex;align-items:center}._content_l6a1a_1{display:flex;flex-direction:column;gap:0px;position:relative;overflow-y:auto;overflow-x:hidden}._main_l6a1a_10{flex:1 0 auto}._block_l6a1a_14{position:relative;cursor:pointer;scroll-margin-top:30px}._active_l6a1a_20{border:2px solid #ff3f19;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}._name_l6a1a_30{z-index:10;position:absolute;top:-28px;left:0;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;background:#ff3f19;padding:4px 12px;line-height:20px;font-size:14px;font-weight:400;text-align:center}._empty_l6a1a_46{display:flex;flex-direction:column;gap:4px;height:100%;width:100%;align-items:center;justify-content:center;text-align:center}._icon_l6a1a_57{display:flex;flex-direction:row;gap:0px;width:64px;height:64px;background-color:var(--background-color);border-radius:50%;justify-content:center;align-items:center;margin:0 0 8px}._title_l6a1a_70{font-weight:700;font-size:24px;line-height:32px}._text_l6a1a_76{font-size:16px;line-height:24px;color:var(--accent-color)}._sections_l6a1a_82{display:flex;flex-direction:row;gap:24px;padding:0 20px;margin:20px 0 0;flex-wrap:wrap;justify-content:center}._section_l6a1a_82{display:flex;flex-direction:row;gap:10px;cursor:pointer;max-width:288px;width:100%;align-items:center;justify-content:space-between;padding:24px;background-color:var(--background-color);border-radius:24px;color:var(--accent-color)}._addSection_l6a1a_107{position:absolute;left:50%;transform:translate(-50%);bottom:-20px;z-index:10}._addSectionTop_l6a1a_115{top:-20px;bottom:auto}._sidebar_xhqpt_1{display:flex;flex-direction:row;gap:0px;position:absolute;height:fit-content();flex-direction:column;right:10px;z-index:20;padding:10px;cursor:auto}._content_xhqpt_14{height:100%;border:1px solid #e6e6e6;border-radius:12px;background-color:#fff;padding:8px;max-width:60px;width:100%}._button_xhqpt_24{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.2s background-color}._button_xhqpt_24:disabled{opacity:.7}._button_xhqpt_24:disabled:hover{background-color:transparent}._moveButton_xhqpt_40:hover{background-color:var(--background-color)}._border_xhqpt_44{border-bottom:var(--default-border);margin:2px 0}._deleteButton_xhqpt_49:hover{background-color:#f0f0f0}._results_1pahy_1{overflow-y:auto;height:calc(100vh - 180px)}._product_yggw5_1{display:flex;flex-direction:row;gap:8px;align-items:center;cursor:pointer;transition:.3s background-color ease;padding:16px 10px;border-radius:12px}._product_yggw5_1:hover{background-color:#f8f8f8}._name_yggw5_15{color:var(--main-color);font-size:16px;line-height:24px;flex:1 1 auto}._wrapper_1k1cr_1{display:flex;flex-direction:row;gap:0px;width:fit-content;height:fit-content;left:-5px;top:10px;position:absolute;z-index:1000;overflow:hidden}._submodal_1k1cr_14{display:flex;flex-direction:column;gap:5px;left:5px;top:15px;width:fit-content;height:100%;max-height:800px;background-color:#fff;padding:10px;border-radius:10px}._title_1a9kh_14{color:#252525;font-weight:500;font-size:16px;line-height:24px}._label_1a9kh_21{display:flex;flex-direction:row;gap:8px;padding:8px 12px;border-radius:8px;align-items:center;position:relative;width:100%;background-color:var(--background-color);cursor:pointer;border:1px solid transparent;transition:border .3s ease}._label_1a9kh_21:focus-within{border:1px solid #ff3f19}._colorValue_1a9kh_40{width:20px;height:20px;padding:2.5px;border-radius:2px;flex:1 0 auto}._colorMap_1a9kh_48{position:relative;width:100%;height:300px;cursor:pointer;border-radius:4px;flex:1 1 auto}._hueSlider_1a9kh_66{width:80%;left:30px;height:8px;position:absolute;bottom:100px;background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red,red);border-radius:5px}._input_1a9kh_122{line-height:20px;font-size:14px;font-weight:400}._applyButton_1a9kh_2{flex:0 1 50%;font-weight:400}._content_1a9kh_7{display:flex;flex-direction:column;gap:0px;width:100%}._label_1a9kh_21{display:flex;flex-direction:row;gap:8px;padding:8px 12px;border-radius:8px;align-items:center;position:relative;width:100%;background-color:var(--background-color);cursor:pointer}._colorValue_1a9kh_40{width:20px;height:20px;padding:2.5px;border-radius:2px}._modal_1a9kh_160{display:flex;flex-direction:column;gap:10px;left:15px;width:288px;overflow-y:auto;z-index:100000000;position:fixed;background-color:#fff;border-radius:12px;padding:10px;border:1px solid #e6e6e6;height:fit-content;font-size:16px;line-height:24px;font-weight:700}._colorMap_1a9kh_48{position:relative;width:100%;height:300px;cursor:pointer;border-radius:4px}._indicator_1a9kh_57{position:absolute;width:20px;height:20px;border:4px solid white;border-radius:50%;pointer-events:none}input[type=range]{display:flex;flex-direction:row;gap:0px;-webkit-appearance:none;height:8px;outline:none;border-radius:5px;position:relative;justify-content:center}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border:5px solid #fff;border-radius:50%;cursor:pointer}._slider_1a9kh_97{width:100%;cursor:pointer}._buttons_1a9kh_102{display:flex;flex-direction:row;gap:5px;width:100%}._name_1a9kh_109{line-height:20px;padding:0 4px 4px}._secondary_1a9kh_114{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._input_1a9kh_122{line-height:20px;font-size:14px;font-weight:400;width:100%}._alphaSlider_1a9kh_249{width:80%;left:30px;height:8px;position:absolute;bottom:75px;border-radius:5px}._alphaSlider_1a9kh_249 ._alphaBackground_1a9kh_257{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;overflow:hidden;background:repeating-linear-gradient(45deg,#ccc 0,#ccc 10px,#fff 10px,#fff 20px);z-index:0}._alphaSlider_1a9kh_249 ._alphaGradient_1a9kh_268{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;pointer-events:none;z-index:1}._alphaSlider_1a9kh_249 input[type=range]{position:relative;z-index:2;-webkit-appearance:none;background:none;width:100%;height:8px;border-radius:5px;cursor:pointer}._alphaSlider_1a9kh_249 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border:5px solid #fff;border-radius:50%;cursor:pointer}._chargeTypes_1a9kh_297{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color);flex:1 1 auto}._charge_1a9kh_297{display:flex;flex-direction:row;gap:4px;flex:0 1 50%;justify-content:center;align-items:center;color:var(--accent-color);padding:4px;border-radius:12px;font-size:14px;font-weight:400;cursor:pointer;transition:.3s background-color ease}._charge_1a9kh_297:hover{background-color:#f0f0f0}._chargeActive_1a9kh_326{background-color:#fff;color:var(--main-color)}._chargeActive_1a9kh_326:hover{background-color:#fff}._gradient_1a9kh_334{display:flex;flex-direction:row;gap:5px;align-items:center}._color_1a9kh_40{border:1px solid transparent;cursor:pointer;border-radius:8px;width:20px;height:20px;padding:4px;position:relative;z-index:10;border:3px solid #fff;box-shadow:0 0 0 1px #f0f0f0;transition:box-shadow .3s,border-color .3s}._colorActive_1a9kh_355{border:1px solid #ff3f19;border:3px solid #fff;box-shadow:0 0 0 1px #ff3f19;transition:box-shadow .3s,border-color .3s}._gradientWrapper_1a9kh_362{display:flex;flex-direction:column;gap:5px}._subtitle_1a9kh_368{font-size:14px;font-weight:400;color:var(--accent-color);line-height:20px}._colorTypes_1a9kh_375{display:flex;flex-direction:row;gap:8px;line-height:20px;width:100%;padding:4px}._colorType_1a9kh_375{display:flex;flex-direction:row;gap:4px;border-bottom:2px solid transparent;padding:8px 0;cursor:pointer;color:#757575;font-size:14px;font-weight:400;align-items:center;justify-content:center;flex:1 1 50%}._colorTypeActive_1a9kh_399{border-bottom:2px solid #757575;color:#252525}._colorsWrapper_1a9kh_404{padding:10px 0;position:relative;display:flex;flex-direction:row;gap:4px;justify-content:space-between;align-items:center}._colors_1a9kh_404{height:15px;position:absolute;left:5px;right:5px}._sidebar_1xtkj_1{max-width:320px;width:100%;padding:16px;border-right:var(--default-border);height:calc(100vh - 60px);position:relative;min-width:300px}._title_1xtkj_11{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;padding-bottom:8px}._active_1xtkj_19{display:flex;flex-direction:row;gap:8px;align-items:center}._layers_1jhzw_1{display:flex;flex-direction:column;gap:0px;position:relative;height:100%}._wrapper_1jhzw_9{display:flex;flex-direction:row;gap:5px;align-items:center;width:100%}._draggingWrapper_1jhzw_17{cursor:grabbing}._block_1jhzw_21{display:flex;flex-direction:row;gap:4px;flex:1 1 auto;position:relative;align-items:center;font-size:16px;line-height:24px;padding:8px 12px;border-radius:8px;cursor:pointer}._block_1jhzw_21:hover{background-color:var(--background-color)}._dragging_1jhzw_17{box-shadow:0 2.1px 4.36px #00000004;box-shadow:0 5.3px 10.22px #00000005;border:var(--default-border);box-shadow:0 10.81px 19.93px #00000006;cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}._draggingWrapper_1jhzw_17{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}._active_1jhzw_56,._active_1jhzw_56:hover{background:#ffeae5}._add_1jhzw_63{display:flex;flex-direction:row;gap:0px;z-index:2;position:absolute;justify-content:center;align-items:center;bottom:0;left:0;border-bottom:2px solid #ff3f19;width:100%;opacity:0;height:10px}._addTop_1jhzw_79{display:flex;flex-direction:row;gap:0px;z-index:2;position:absolute;justify-content:center;align-items:center;top:-8px;left:0;border-bottom:2px solid #ff3f19;width:100%;opacity:0;height:10px}._visible_1jhzw_95{opacity:1}._button_1jhzw_99{display:flex;flex-direction:row;gap:0px;position:relative;justify-content:center;align-items:center;top:6px;background-color:#ff3f19;width:24px;height:24px;border-radius:50%;padding:4px}._empty_1jhzw_114{display:flex;flex-direction:column;gap:4px;justify-content:center;height:100%;width:100%;align-items:center;text-align:center;color:var(--accent-color)}._title_1jhzw_126{font-size:16px;line-height:24px;font-weight:700;color:var(--accent-color)}._icon_1jhzw_133{margin:0 0 12px}._blockIcon_1jhzw_137{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;width:20px;height:20px}._text_1jhzw_147{font-size:16px;font-weight:400;line-height:24px}._highlight_1jhzw_153{color:#ff3f19;cursor:pointer}._nameBlock_1jhzw_158{flex:1 1 auto}._loader_1jhzw_162{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._actions_1jhzw_171{display:flex;flex-direction:row;gap:5px;gap:10px;align-items:center}._deleteButton_1jhzw_179{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_1jhzw_179:hover{background-color:#f0f0f0}._block_sj4cc_1{display:flex;flex-direction:row;gap:4px;position:relative;align-items:center;font-size:16px;line-height:24px;padding:8px 12px;cursor:pointer;border-radius:8px}._block_sj4cc_1:hover{background-color:var(--background-color)}._title_sj4cc_17{flex:1 1 auto}._actions_sj4cc_21{display:flex;flex-direction:row;gap:8px;align-items:center}._deleteButton_sj4cc_28{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_sj4cc_28:hover{background-color:#f0f0f0}._loader_eyvkk_1{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._theme_a1one_1{display:flex;flex-direction:column;gap:0px;height:100%}._block_a1one_8{display:flex;flex-direction:row;gap:8px;justify-content:start;align-items:center;width:100%;padding:16px 8px;cursor:pointer;border-radius:8px}._block_a1one_8:hover{background-color:var(--background-color)}._name_a1one_23{flex:1 1 auto}._loader_a1one_27{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._back_7e826_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding-bottom:8px}._render_7e826_9{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:50}._open_7e826_24{animation:.2s _open_7e826_24 forwards}@keyframes _open_7e826_24{0%{transform:translate(320px);z-index:1}99%{z-index:1}to{z-index:5000;transform:translate(0)}}@keyframes _close_7e826_51{0%{z-index:1;transform:translate(0)}to{z-index:1;transform:translate(320px)}}._close_7e826_51{animation:.2s _close_7e826_51 forwards}._clicked_7e826_55{opacity:0}._title_7e826_59{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;flex:1 1 auto}._button_7e826_67{align-self:center;flex:1}._loading_7e826_72{flex:1 1 auto}._settings_7e826_76{flex:1 1 100%;overflow-y:scroll;overflow-x:hidden}._deleteButton_7e826_82{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_7e826_82:hover{background-color:#f0f0f0}._backIcon_7e826_95{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_7e826_95:hover{background-color:#f0f0f0}._wrapper_15ju8_1{display:flex;flex-direction:column;gap:10px;padding-top:15px}._header_15ju8_8{display:flex;flex-direction:row;gap:0px;justify-content:space-between}._title_15ju8_15{font-weight:500;font-size:16px;line-height:24px}._colorWrapper_15ju8_21{display:flex;flex-direction:row;gap:5px;padding:12px 6px;align-items:center;border-radius:12px;cursor:pointer;transition:background-color ease .3s}._colorWrapper_15ju8_21:hover{background-color:#f0f0f0}._name_15ju8_35{color:#252525;flex:1 1 auto}._color_15ju8_21{width:20px;height:20px;border-radius:50%;border:1px solid #e6e6e6}._value_15ju8_47{color:#757575}._length_15ju8_51{cursor:pointer;width:fit-content}._length_15ju8_51:hover{border-bottom:1px solid #757575}._back_1sznl_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding-bottom:8px}._title_1sznl_9{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;flex:1 1 auto}._deleteButton_1sznl_17{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_1sznl_17:hover{background-color:#f0f0f0}._backIcon_1sznl_30{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_1sznl_30:hover{background-color:#f0f0f0}._header_9rrfr_1{display:flex;flex-direction:row;gap:8px;align-items:center;margin:0 0 10px}._title_9rrfr_9{font-weight:500;font-size:20px;line-height:24px}._backIcon_9rrfr_15{transition:.3s background-color;padding:8px;border-radius:12px;display:flex;cursor:pointer}._backIcon_9rrfr_15:hover{background-color:#f0f0f0}._options_ymds7_1{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}._wrapper_kzokw_1{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:5}._open_kzokw_16{transform:translate(0)}._close_kzokw_20{transform:translate(320px)}._options_jo38w_1{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;overflow-y:auto}._alignments_jo38w_9{display:flex;flex-direction:column;gap:10px}._blocks_jo38w_15{display:flex;flex-direction:row;gap:8px;align-items:center}._alignment_jo38w_9{padding:8px;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer;transition:.3s background-color ease}._alignment_jo38w_9:hover{background-color:#f0f0f0}._active_jo38w_34{border:1px solid #ff3f19}._active_jo38w_34:hover{background-color:transparent}._chargeTypes_jo38w_41{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_jo38w_41{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;font-size:14px;font-weight:400;flex:1 1 auto;cursor:pointer;transition:.3s background-color ease}._charge_jo38w_41:hover{background-color:#f0f0f0}._chargeActive_jo38w_69{background-color:#fff;color:var(--main-color)}._chargeActive_jo38w_69:hover{background-color:#fff}._shadowsHeader_jo38w_77{display:flex;flex-direction:column;gap:10px}._sliderContainer_jo38w_83{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._shadowInputs_jo38w_91{display:flex;flex-direction:column;gap:10px;padding:0 0 0 10px;max-height:0;transition:max-height .3s ease,visibility .3s ease,opacity .3s ease;visibility:hidden;opacity:0}._label_jo38w_102{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400;white-space:nowrap}._shadowInputsRow_jo38w_111{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:center}._shadowInputsOpen_jo38w_119{max-height:200px;visibility:visible;opacity:1}._category_hxy9u_1{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:space-between;padding:16px 8px;border-radius:8px;cursor:pointer;transition:background .3s ease}._category_hxy9u_1:not(:last-child){border-bottom:1px solid #f8f8f8}._category_hxy9u_1:hover{background:#f8f8f8}._categoryTitle_hxy9u_19{font-size:16px;font-weight:400;line-height:24px;text-align:left}._wrapper_ikvjo_1{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:5}._open_ikvjo_16{transform:translate(0)}._close_ikvjo_20{transform:translate(320px)}._header_ikvjo_24{display:flex;flex-direction:row;gap:8px;align-items:center;margin:0 0 10px}._title_ikvjo_32{font-weight:500;font-size:20px;line-height:24px}._options_ikvjo_38{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}._clicked_ikvjo_45{opacity:0}._backIcon_ikvjo_49{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_ikvjo_49:hover{background-color:#f0f0f0}._charge_ikvjo_59{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;font-size:14px;font-weight:400;flex:1 1 auto;cursor:pointer;transition:.3s background-color ease}._charge_ikvjo_59:hover{background-color:#f0f0f0}._chargeActive_ikvjo_78{background-color:#fff;color:var(--main-color)}._chargeActive_ikvjo_78:hover{background-color:#fff}._wrapper_mkmxa_1{overflow-y:scroll}._category_mkmxa_5{display:flex;flex-direction:column;gap:0px}._categoryTitle_mkmxa_11{font-weight:600;font-size:16px;line-height:24px}._font_mkmxa_17{display:flex;flex-direction:row;gap:8px;padding:12px 0;align-items:center;position:relative;flex:1 1 auto;cursor:pointer}._font_mkmxa_17:hover{background-color:var(--background-color);border-radius:8px}._content_mkmxa_32{display:flex;flex-direction:column;gap:0px;width:100%}._icon_mkmxa_39{display:flex;flex-direction:row;gap:0px;padding:8px;border-radius:8px;background-color:var(--background-color);align-items:center;justify-content:center}._paragraph_mkmxa_50{padding:12px}._deleteIcon_mkmxa_54{position:absolute;right:10px;width:20px;height:20px}._iconButton_mkmxa_61{width:32px;height:32px}._wrapper_16ym0_2{overflow-y:scroll}._category_16ym0_6{display:flex;flex-direction:column;gap:0px}._categoryTitle_16ym0_12{font-weight:500;font-size:16px;line-height:24px}._color_16ym0_18{display:flex;flex-direction:column;gap:8px}._name_16ym0_24{line-height:20px;padding:0 4px 4px}._content_16ym0_29{display:flex;flex-direction:column;gap:0px;width:100%}._label_16ym0_36{display:flex;flex-direction:row;gap:5px;padding:8px 12px;border-radius:12px;align-items:center;width:100%;background-color:var(--background-color);cursor:pointer}._input_16ym0_48[type=color]{width:20px;height:20px;padding:1px}._input_16ym0_48{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;border:none;padding:0;cursor:pointer;border-radius:50%}._input_16ym0_48::-webkit-color-swatch{border-radius:50%;border:none}._input_16ym0_48::-webkit-color-swatch-wrapper{padding:0;border-radius:50%}._title_16ym0_74{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._field_16ym0_82{display:flex;flex-direction:column;gap:10px;padding:16px 0}._field_16ym0_82:not(:last-child){border-bottom:var(--default-border)}._alignments_16ym0_92{display:flex;flex-direction:column;gap:10px}._lineField_16ym0_98{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center}._style_16ym0_106{display:flex;flex-direction:column;gap:8px;flex:1 0 50%}._header_16ym0_113{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._blocks_emecf_1{display:flex;flex-direction:row;gap:8px;align-items:center}._block_emecf_1{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_emecf_21{border:1px solid #ff3f19}._wrapper_1yw63_2{overflow-y:auto;overflow-x:hidden}._category_1yw63_7{display:flex;flex-direction:column;gap:0px}._categoryTitle_1yw63_13{font-weight:600;font-size:16px;line-height:24px;position:sticky;top:0;z-index:10;background:#fff;padding:8px 0}._color_1yw63_24{display:flex;flex-direction:column;gap:0px}._color_1yw63_24:not(:last-child){border-bottom:var(--default-border)}._content_1yw63_33{display:flex;flex-direction:row;gap:8px;padding:12px 0;align-items:center;flex:1 1 auto}._preview_1yw63_42{width:39px;height:39px;flex:0 0 39px;padding:5px;border-radius:50%;border:1px solid #e6e6e6}._container_1yw63_52{position:relative;width:100%;height:144px;border:1px solid #f0f0f0;background-color:#f8f8f8;border-radius:12px}._buttonWrapper_1yw63_62{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:144px}._button_1yw63_62{display:flex;align-items:center;padding:10px 16px;background-color:#fff;border:1px solid #e6e6e6;border-radius:12px;gap:4px}._button_1yw63_62._buttonBorder_1yw63_80{border:1px solid #ff3f19}._button_1yw63_62._buttonBackground_1yw63_83{background-color:#ffeae5}._button_1yw63_62 ._text_1yw63_87{font-size:14px;color:#757575;line-height:20px;border:1px solid transparent}._button_1yw63_62 ._text_1yw63_87._textText_1yw63_93{border:1px solid #ff3f19}._icon_1yw63_97{border:1px solid transparent}._icon_1yw63_97._iconIcon_1yw63_100{border:1px solid #ff3f19}._annotation_1yw63_104{position:absolute;display:flex;align-items:center}._annotationText_1yw63_111{top:18px;left:45px}._annotation_1yw63_104 ._label_1yw63_116{padding:2px 4px;font-size:12px;color:#fff;background-color:#ff3f19;border-radius:4px;position:absolute;font-weight:400;line-height:16px}._circle_1yw63_127{width:5px;height:5px;background-color:#ff3f19;border-radius:50%;position:absolute}._annotationText_1yw63_111 ._label_1yw63_116{top:2px;width:65px}._line_1yw63_140{width:28px;height:26.5px;background-color:transparent;position:absolute}._annotationText_1yw63_111 ._line_1yw63_140{top:12px;left:80px;border-right:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationText_1yw63_111 ._circle1_1yw63_154{top:41px;left:105px}._annotationText_1yw63_111 ._circle2_1yw63_159{top:10px;left:73px}._annotationIcon_1yw63_164{top:19px;left:75px}._annotationIcon_1yw63_164 ._label_1yw63_116{top:80px;width:65px;left:52px}._annotationIcon_1yw63_164 ._line_1yw63_140{top:65px;left:12px;border-left:1px dashed #ff3f19;border-bottom:1px dashed #ff3f19}._annotationIcon_1yw63_164 ._circle1_1yw63_154{top:61px;left:10px}._annotationIcon_1yw63_164 ._circle2_1yw63_159{top:88.5px;left:40px}._annotationBorder_1yw63_192{top:15px;left:85px}._annotationBorder_1yw63_192 ._label_1yw63_116{top:0;width:79px;left:19px}._annotationBorder_1yw63_192 ._line1_1yw63_203{top:9px;left:-13px;border-left:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationBorder_1yw63_192 ._line2_1yw63_210{top:9px;right:-129px;border-right:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationBorder_1yw63_192 ._circle1_1yw63_154{top:33px;left:-15px}._annotationBorder_1yw63_192 ._circle2_1yw63_159{top:7px;left:12px}._annotationBorder_1yw63_192 ._circle3_1yw63_227{top:7px;left:100px}._annotationBorder_1yw63_192 ._circle4_1yw63_232{top:33px;left:126px}._annotationSurface_1yw63_237{top:19px;left:75px}._annotationSurface_1yw63_237 ._label_1yw63_116{top:2px;width:85px;left:55px}._annotationSurface_1yw63_237 ._line_1yw63_140{top:12px;left:12px;border-left:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationSurface_1yw63_237 ._circle1_1yw63_154{top:37px;left:10px}._annotationSurface_1yw63_237 ._circle2_1yw63_159{top:10px;left:43px}._loader_1p5lr_1{display:flex;flex-direction:column;gap:0px;align-items:center;justify-content:center;height:100%}._wrapper_no6if_1{display:flex;flex-direction:column;gap:20px;background:#fff;max-width:640px;width:100%;padding:16px 24px;border-radius:16px}._header_no6if_12{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;font-size:24px;font-weight:700;line-height:32px}._content_no6if_23{display:flex;flex-direction:column;gap:10px;overflow-y:scroll;max-height:500px;padding:0 5px;scrollbar-width:auto}._content_no6if_23::-webkit-scrollbar{width:5px;display:block}._content_no6if_23::-webkit-scrollbar-track{background:transparent}._content_no6if_23::-webkit-scrollbar-thumb{background:#ff3f19;border-radius:4px}._buttons_no6if_44{display:flex;flex-direction:row;gap:12px;justify-content:end}._label_no6if_51,._description_no6if_52{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._preview_no6if_60{display:flex;flex-direction:column;gap:10px}._block_no6if_66{display:flex;flex-direction:column;gap:0px;padding:24px;border:1px solid var(--background-color);border-radius:8px}._slug_no6if_75{line-height:20px;color:#ff3f19;margin-bottom:4px}._title_no6if_81{font-weight:600;font-size:16px;line-height:24px}._closeIcon_no6if_87{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_no6if_87:hover{background-color:#f0f0f0}._wrapper_ba9vp_2{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_ba9vp_10{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._options_ba9vp_18{display:flex;flex-direction:row;gap:20px}._radioLabel_ba9vp_24{display:flex;flex-direction:row;gap:0px;align-items:center;cursor:pointer;position:relative}._radio_ba9vp_24{position:absolute;opacity:0;cursor:pointer}._custom_ba9vp_39{height:20px;width:20px;border-radius:50%;border:1px solid #e6e6e6;display:inline-block;margin-right:8px;position:relative}._radio_ba9vp_24:checked+._custom_ba9vp_39{border-color:#ff3f19;background:#ffeae5}._custom_ba9vp_39:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#e53e3e;opacity:0}._radio_ba9vp_24:checked+._custom_ba9vp_39:after{opacity:1}._option_ba9vp_18{font-size:16px;line-height:24px;font-weight:400}._layout_3kge3_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;position:relative}._main_3kge3_10{display:flex;flex-direction:column;gap:0px;width:100%;position:relative}._content_3kge3_18{display:flex;flex-direction:row;gap:0px;position:relative;height:100%}._notification_3kge3_26{z-index:100000000;position:fixed;bottom:5px;right:5px;min-height:50px;min-width:200px}._modal_1h74q_1{display:flex;flex-direction:column;gap:16px;max-width:500px;min-width:300px;width:100%;background-color:#fff;border-radius:16px;padding:24px;border:var(--default-border)}._title_1h74q_14{font-size:24px;line-height:32px;font-weight:700}._buttons_1h74q_20{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}._wrapper_1yd2j_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;align-items:center;justify-content:center}._error_1yd2j_11{display:flex;flex-direction:column;gap:10px;background-color:var(--background-color);border:var(--default-border);padding:24px;border-radius:12px}._title_1yd2j_21{font-weight:700;color:#252525;font-size:20px;line-height:24px;padding-bottom:10px}._buttons_1yd2j_29{display:flex;flex-direction:row;gap:5px;align-items:center}._lock_1mxa7_1{padding:24px;background-color:var(--surface-secondary);border-radius:var(--border-radius);display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center}._wrapper_1mxa7_12{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100vh;width:100%}._content_1mxa7_22{display:flex;flex-direction:column;gap:24px;align-items:center;max-width:456px;width:100%}._info_1mxa7_31{display:flex;flex-direction:column;gap:8px;text-align:center}._buttons_1mxa7_38{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center;width:100%}._buttons_1mxa7_38 ._button_1mxa7_38{width:100%}._input_1mxa7_50{display:flex;flex-direction:column;gap:4px;width:100%}._error_1mxa7_57{color:var(--text-error)}html,body,#_root_7svdl_1{height:100%}._snackbar_7svdl_7{padding:.75rem;width:100%;gap:.5rem;display:flex;align-items:center;justify-content:space-between;border-radius:var(--border-radius-custom);box-shadow:var(--shadow-shadow0);transform:translateY(50%);opacity:0;transition:all .3s ease-in-out;z-index:-50}._snackbar_7svdl_7._visible_7svdl_21{transform:translateY(0);opacity:1;z-index:10}._snackbar_7svdl_7._success_7svdl_26{background-color:var(--success-background)}._snackbar_7svdl_7._error_7svdl_29{background-color:var(--signal-danger-background)}._content_7svdl_33{display:flex;align-items:start;gap:.75rem}._title_7svdl_39{font-size:.75rem;font-weight:700;color:var(--success-text)}._title_7svdl_39._error_7svdl_29{color:var(--signal-danger)}._text_7svdl_48{font-size:.75rem;margin-top:.125rem;color:var(--success-text)}._text_7svdl_48._error_7svdl_29{color:var(--signal-danger)}._close_7svdl_57{margin-top:.0625rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer}html,body,#_root_c0y0k_1{height:100%}._snackbarWrapper_c0y0k_7{width:100%;height:auto;padding:0 8px;display:flex;flex-direction:column-reverse;gap:10px;align-items:flex-end;position:fixed;z-index:1000;bottom:40px;right:0;left:0}@media (min-width: 768px){._snackbarWrapper_c0y0k_7{width:320px}}@media (min-width: 1024px){._snackbarWrapper_c0y0k_7{bottom:40px;right:0;left:auto}}html,body,#_root_1f6gn_1{height:100%}._bottomSheet_1f6gn_10{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50}._bottomSheetBackdrop_1f6gn_18{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#2525253d;opacity:0;transition:opacity .3s}._bottomSheetBackdrop_1f6gn_18._visible_1f6gn_28{opacity:1}._bottomSheetContent_1f6gn_31{position:absolute;bottom:0;width:100%;height:80%;background-color:var(--surface-secondary);border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .3s,opacity .3s}@media (min-width: 768px){._bottomSheetContent_1f6gn_31{width:640px;height:auto;left:50%;top:50%;bottom:auto;border-radius:24px;transform:translate(-50%,-50%) scale(.5);opacity:0}}._bottomSheetContent_1f6gn_31._visible_1f6gn_28{transform:translateY(0)}@media (min-width: 768px){._bottomSheetContent_1f6gn_31._visible_1f6gn_28{transform:translate(-50%,-50%) scale(1);opacity:1}}._bottomSheetContent_1f6gn_31._full_1f6gn_62{width:100%;height:100%}@media (min-width: 768px){._bottomSheetContent_1f6gn_31._full_1f6gn_62{border-radius:0}}._bottomSheetHeader_1f6gn_71{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-primary)}._bottomSheetHeader_1f6gn_71 h1{font-size:24px;font-weight:700}._bottomSheetClose_1f6gn_82{position:absolute;top:1.5rem;right:1.5rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary)}._bottomSheetClose_1f6gn_82:hover{color:var(--text-primary)}._bottomSheetBody_1f6gn_97{padding:1.5rem;height:92%}html,body,#_root_1xa1g_1{height:100%}._button_1xa1g_10{display:flex;align-items:center;justify-content:center;padding:10px 16px;height:var(--button-height);font-size:var(--button-primary-size);transition:ease-in-out .3s;border-radius:var(--button-primary-radius);cursor:pointer}._button_1xa1g_10._disabled_1xa1g_21{opacity:.7;cursor:not-allowed}._primary_1xa1g_26{color:var(--text-inverted);box-shadow:var(--button-primary-box-shadow);background:var(--button-primary-background);height:var(--button-primary-height);font-size:var(--button-primary-size);border-radius:var(--button-primary-radius);font-family:var(--button-primary-font),sans-serif!important}._primary_1xa1g_26:hover{background:var(--surface-action1Hover)}._secondary_1xa1g_40{color:var(--text-secondary);box-shadow:var(--button-secondary-box-shadow);background:var(--button-secondary-background);height:var(--button-secondary-height);font-size:var(--button-secondary-size);border-radius:var(--button-secondary-radius);font-family:var(--button-secondary-font),sans-serif}._secondary_1xa1g_40:hover{background:var(--surface-action2Hover)}html,body,#_root_1kjw7_1{height:100%}._bottomSheet_1kjw7_7{height:100%;display:flex;flex-direction:column}._content_1kjw7_13{flex:1}._content_1kjw7_13 ._section_1kjw7_16{display:flex;align-items:center;justify-content:space-between}._content_1kjw7_13 ._section_1kjw7_16 ._copyButton_1kjw7_21{color:var(--text-secondary);display:flex;gap:.25rem}._content_1kjw7_13 ._scrollableBox_1kjw7_26{padding:.75rem;margin-top:.5rem;width:100%;height:276px;background-color:var(--surface0);border-radius:var(--border-radius-custom);overflow:auto;scrollbar-width:thin}._content_1kjw7_13 ._discordMessage_1kjw7_36{padding:.75rem;margin-top:.5rem;width:100%;background-color:var(--surface0);border-radius:var(--border-radius-custom);overflow:auto;scrollbar-width:thin}._buttonGroup_1kjw7_46{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1kjw7_46{width:50%;margin-left:auto}}._buttonGroup_1kjw7_46 ._buttonWrapper_1kjw7_58{width:fit-content}html,body,#_root_15bm3_1{height:100%}._deliveryItem_15bm3_8{padding:.5rem 1rem;min-width:120px;display:flex;gap:.25rem;justify-content:center;background-color:var(--surface-primary);border-radius:var(--border-radius);cursor:pointer}._deliveryItemText_15bm3_19{color:var(--text-secondary);font-size:14px}html,body,#_root_fmliu_1{height:100%}._checkoutProduct_fmliu_8._isOrder_fmliu_8{padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}._checkoutProduct_fmliu_8._isOrder_fmliu_8:last-of-type{border-bottom:none;padding-bottom:0}._productDetails_fmliu_17{display:flex;align-items:center;gap:.75rem}._productImage_fmliu_23{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);overflow:hidden}._productImage_fmliu_23._isOrderImage_fmliu_33{background-color:var(--surface-primary)}._image_fmliu_37{width:100%;height:100%;object-fit:contain}._productInfo_fmliu_43{font-size:14px;width:100%;max-width:65%}._productHeader_fmliu_49{display:flex;align-items:center;gap:.5rem}._quantityBadge_fmliu_55{font-size:14px;color:var(--text-secondary);padding:.25rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center}._productDescription_fmliu_66{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._productPrice_fmliu_74{font-weight:600;font-size:16px;max-width:40%;width:100%;text-align:right}._deliveryCategories_fmliu_82{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem;width:100%}._customerNote_fmliu_90{padding:.75rem 1rem;margin-top:1rem;background-color:var(--surface-primary);border-radius:var(--border-radius)}._noteHeader_fmliu_97{display:flex;align-items:center;gap:.5rem}._logoContainer_fmliu_103{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-primary);border-radius:50%;background-color:var(--surface-secondary);overflow:hidden}._shopName_fmliu_115{font-weight:500}._noteContent_fmliu_119{margin-top:.25rem;font-size:14px;color:var(--text-secondary)}html,body,#_root_1lbwz_1{height:100%}._inputWrapper_1lbwz_10{position:relative;display:flex;align-items:center;width:100%}._inputIcon_1lbwz_18{position:absolute;inset-y:0;display:flex;align-items:center}._inputIcon_1lbwz_18._left_1lbwz_24{left:1rem}._inputIcon_1lbwz_18._right_1lbwz_27{right:1rem}._input_1lbwz_10{display:block;width:100%;border-radius:var(--input-border-radius);border:var(--input-border-thickness) solid var(--input-border-color);height:var(--input-height);padding:.75rem;background-color:var(--input-field-color);color:var(--input-color);outline:none}._input_1lbwz_10._iconLeft_1lbwz_44{padding-left:2.25rem}._input_1lbwz_10._iconRight_1lbwz_47{padding-right:2.5rem}html,body,#_root_1b1uy_1{height:100%}._tooltip_1b1uy_10{width:160px;padding:.25rem .5rem;border-radius:4px;background-color:var(--text-primary);color:var(--surface-primary)}._tooltipText_1b1uy_19{font-size:12px}html,body,#_root_4ee1r_1{height:100%}._coupon_4ee1r_8{display:flex;flex-direction:column;width:100%}._couponApplied_4ee1r_14{display:flex;align-items:center;gap:1rem;padding:0 1rem;height:3rem;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._discount_4ee1r_24{margin-left:.25rem;font-size:16px;color:var(--text-secondary)}._removeButton_4ee1r_30{margin-left:auto}._removeButtonText_4ee1r_34{color:var(--text-secondary)}._couponInput_4ee1r_38{display:flex;align-items:center;gap:.75rem}._applyButton_4ee1r_44{cursor:pointer}._applyButtonText_4ee1r_48{color:var(--text-inverted)}html,body,#_root_4p9sj_1{height:100%}._checkoutFooter_4p9sj_10{display:flex;align-items:center;justify-content:space-between;height:3.5rem;margin-top:1.5rem}._footerBranding_4p9sj_19{display:flex;align-items:center;gap:.5rem}._footerBranding_4p9sj_19 ._poweredText_4p9sj_24{color:var(--text-secondary);font-size:14px}._footerNav_4p9sj_30{list-style:none;display:flex;gap:1.5rem;font-size:12px;color:var(--text-secondary)}._footerNav_4p9sj_30 li:hover{text-decoration:underline}html,body,#_root_xi9no_1{height:100%}._timerContainer_xi9no_10{display:flex;gap:.25rem;align-items:center;padding:.325rem .625rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);color:var(--text-secondary)}._timerText_xi9no_21{font-size:16px}html,body,#_root_1bg1c_1{height:100%}._checkoutHeader_1bg1c_10{padding:0 1.25rem;width:100%;display:flex;align-items:center;justify-content:space-between;height:3.5rem;border-bottom:1px solid var(--border-primary);background-color:var(--surface-secondary)}@media (min-width: 768px){._checkoutHeader_1bg1c_10{height:auto;background-color:transparent;border:none;padding:0}}._leftContainer_1bg1c_30{display:flex;align-items:center;gap:1.25rem}._backArrow_1bg1c_37{width:1.25rem;height:1.25rem;transform:rotate(-90deg);cursor:pointer;color:var(--text-secondary);transition:color .3s ease}._backArrow_1bg1c_37:hover{color:var(--text-primary)}._logoContainer_1bg1c_50{height:1.25rem;padding-left:1rem;border-left:1px solid var(--border-primary)}._logoContainer_1bg1c_50 ._logo_1bg1c_50{width:100%;height:100%;object-fit:contain}html,body,#_root_1n4we_1{height:100%}._checkoutPrices_1n4we_10{margin-top:1.5rem;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:.75rem;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._priceRow_1n4we_22{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:16px}._label_1n4we_32{color:var(--text-secondary)}._totalRow_1n4we_37{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:16px;font-weight:600}._totalLabel_1n4we_48,._totalValue_1n4we_53{font-weight:700}html,body,#_root_1gzhf_1{height:100%}@media (min-width: 768px){._checkoutItemsContainer_1gzhf_11{padding:2.5rem;height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 2.5rem 1.5rem 1rem}}@media (min-width: 768px){._innerContainer_1gzhf_26{max-width:520px;width:100%;height:100%}}._headerSection_1gzhf_34{padding:1rem}@media (min-width: 768px){._headerSection_1gzhf_34{width:100%;height:100%;display:flex;flex-direction:column;padding:1rem;padding-left:0}}._headerSection_1gzhf_34 ._header_1gzhf_34{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}._headerSection_1gzhf_34 ._header_1gzhf_34 h1{font-weight:700;font-size:20px;color:var(--text-primary)}._productsContainer_1gzhf_60{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._couponContainer_1gzhf_68{margin-top:1.5rem}._checkoutFooter_1gzhf_73{display:none}@media (min-width: 768px){._checkoutFooter_1gzhf_73{display:flex}}html,body,#_root_pw7xq_1{height:100%}._checkbox_pw7xq_10{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-primary);border-radius:6px;transition:all .3s;cursor:pointer}._checkbox_pw7xq_10._checked_pw7xq_21{border-color:var(--surface-action1)!important;background-color:var(--surface-secondary)}._checkboxInput_pw7xq_27{-webkit-appearance:none;-moz-appearance:none;appearance:none}html,body,#_root_zd1pk_1{height:100%}._textareaContainer_zd1pk_10{position:relative}._textarea_zd1pk_10{outline:var(--brand-default);display:block;min-height:96px;width:100%;border:none;border-radius:var(--border-radius-custom);padding:.75rem;background-color:var(--surface-primary);text-align:start}._textarea_zd1pk_10 placeholder{color:var(--surface-secondary)}._textareaPrimary_zd1pk_29{background-color:var(--surface-primary)}._textareaSecondary_zd1pk_32{background-color:var(--surface-secondary)}._textareaWithMaxLength_zd1pk_35{padding-bottom:2.25rem}._textareaMaxLength_zd1pk_40{position:absolute;right:.75rem;bottom:.75rem;font-size:14px;color:var(--surface-secondary)}html,body,#_root_f3544_1{height:100%}._customFields_f3544_8{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}._checkboxWrapper_f3544_15{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkboxLabel_f3544_22{font-size:14px}._textareaWrapper_f3544_26,._inputWrapper_f3544_27{display:flex;flex-direction:column;gap:.25rem}._label_f3544_33{font-size:14px;color:var(--text-secondary)}html,body,#_root_u58v5_1{height:100%}._activeBadge_u58v5_10{display:flex;align-items:center;background-color:var(--surface-success);color:var(--text-success);border-radius:var(--border-radius);gap:.25rem;padding:.25rem .375rem .25rem 6px;width:fit-content}._activeBadgeText_u58v5_22{font-size:14px}html,body,#_root_bjkpw_1{height:100%}._connectedContainer_bjkpw_8{padding:.75rem 1rem;background-color:var(--surface-primary);border-radius:var(--border-radius);display:flex;justify-content:space-between;align-items:center}._userInfo_bjkpw_17{display:flex;align-items:center;gap:.5rem}._avatar_bjkpw_23{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}._avatarImage_bjkpw_33{width:100%;height:100%;object-fit:cover}._connectButton_bjkpw_39{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}._connectText_bjkpw_47{color:var(--text-secondary)}html,body,#_root_14hfj_1{height:100%}._container_14hfj_7{padding:.75rem;margin-top:1rem;display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius-custom);background-color:var(--surface-0)}._icon_14hfj_17{min-width:1rem}._text_14hfj_21{font-size:var(--font-size-xs);color:var(--text-secondary)}html,body,#_root_yc33x_1{height:100%}._securedBySsl_yc33x_8{padding:1rem;margin-top:1rem;display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius-custom);background-color:var(--surface-0)}._iconWrapper_yc33x_18{min-width:1rem}._text_yc33x_22{font-size:var(--font-size-xs);color:var(--text-secondary)}html,body,#_root_1dej8_1{height:100%}._paymentMethod_1dej8_8{height:3.5rem;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;border:var(--border-thickness) solid var(--border-primary);border-radius:var(--border-radius);cursor:pointer;transition:border-color .3s ease;background-color:var(--surface-primary);gap:.5rem}._paymentMethod_1dej8_8._selected_1dej8_21{border-color:var(--surface-action1)}._paymentMethod_1dej8_8._alignColumn_1dej8_24{flex-direction:column-reverse;height:5.75rem;padding:1rem;align-items:flex-start}._paymentText_1dej8_31{font-size:16px;flex:1 1 100%}._balanceText_1dej8_36{color:var(--text-secondary)}._signInLink_1dej8_40{color:var(--surface-action1);text-decoration:underline;cursor:pointer}._signInLink_1dej8_40:hover{text-decoration:none}._iconContainer_1dej8_49{display:flex;gap:1rem;align-items:center;width:100%;justify-content:flex-end}._gatewayLogo_1dej8_57,._poweredByLogo_1dej8_58{width:auto;height:1.5rem}._logo_1dej8_63{width:100%;height:100%;object-fit:contain}html,body,#_root_1yw3u_1{height:100%}._loadingSpinnerWrapper_1yw3u_10{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._loadingSpinner_1yw3u_10{border-style:solid;border-radius:50%;animation:_spin_1yw3u_26 1s linear infinite}._spinnerSizeDefault_1yw3u_26{width:3rem;height:3rem;border-width:4px}._spinnerSizeSmall_1yw3u_32{width:1.25rem;height:1.25rem;border-width:2px}@keyframes _spin_1yw3u_26{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._primary_1yw3u_47{border-top-color:var(--text-primary);border-right-color:var(--text-primary);border-bottom-color:transparent;border-left-color:var(--text-primary)}._secondary_1yw3u_54{border-top-color:var(--text-secondary);border-right-color:var(--text-secondary);border-bottom-color:transparent;border-left-color:var(--text-secondary)}html,body,#_root_1bd5b_1{height:100%}._bottomSheet_1bd5b_7{height:100%;display:flex;flex-direction:column}._content_1bd5b_13{flex:1}._content_1bd5b_13 ._description_1bd5b_16{color:var(--text-secondary)}._buttonGroup_1bd5b_20{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1bd5b_20{width:40%;margin-left:auto}}._buttonGroup_1bd5b_20 ._buttonWrapper_1bd5b_31{width:fit-content}._buttonGroup_1bd5b_20 ._fullWidthButton_1bd5b_34{width:100%}html,body,#_root_kkjng_1{height:100%}._paymentMethodsContainer_kkjng_8{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-default)}@media (min-width: 768px){._paymentMethodsContainer_kkjng_8{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}html,body,#_root_1fx5m_1{height:100%}._authContainer_1fx5m_8{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._authWrapper_1fx5m_17{max-width:var(--billgang-maxWidthStore);width:100%;margin:0 auto;padding:0 1rem;max-width:480px}._authWrapper_1fx5m_17._inModal_1fx5m_24{max-width:100%;margin:0;padding:0}._formHeaderTitle_1fx5m_31{font-weight:700;font-size:32px;margin-bottom:.25rem}._formHeaderSubtitle_1fx5m_37{color:var(--text-secondary);margin-bottom:1.5rem}._formLabel_1fx5m_43{font-size:14px;color:var(--text-secondary);margin-bottom:.25rem}._formInput_1fx5m_50{margin-top:.25rem}._formError_1fx5m_55{color:var(--surface-action1);margin-bottom:1.25rem}._submitButton_1fx5m_61{width:100%;height:var(--input-height);flex:1 1 auto}._backButton_1fx5m_68{height:var(--input-height)}._backButton_1fx5m_68 ._text_1fx5m_71{color:var(--text-secondary)}._otpInput_1fx5m_76{margin-bottom:1.25rem}._otpContainer_1fx5m_82{display:flex;align-items:center;margin-top:.5rem}._otpSlots_1fx5m_89{display:flex;width:100%;justify-content:space-between;gap:.375rem}._otpSlot_1fx5m_89{position:relative;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;border:var(--border-thickness) solid var(--border-primary);border-radius:var(--border-radius)}._otpSlot_1fx5m_89:hover,._otpSlot_1fx5m_89:focus-within{border-color:var(--surface-action1);opacity:.8}._otpSlot_1fx5m_89._active_1fx5m_112{outline:2px solid var(--surface-action1)}._otpSlotEmpty_1fx5m_117{color:var(--text-secondary)}._actionRow_1fx5m_121{display:flex;align-items:center;justify-content:space-between;gap:1rem}html,body,#_root_1yk88_1{height:100%}._checkoutOperational_1yk88_10{padding:1.5rem 1rem;background-color:var(--surface-secondary);margin-top:2.5rem}@media (min-width: 768px){._checkoutOperational_1yk88_10{margin-top:0;width:100%;padding:2.5rem 1rem 2.5rem 2.5rem;max-height:100vh;overflow:auto}}@media (min-width: 768px){._checkoutOperational_1yk88_10 ._innerContainer_1yk88_26{max-width:520px}}._paymentMethodsSection_1yk88_32{margin-top:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}._socialConnectSection_1yk88_39{margin-top:1.25rem}._socialConnectSection_1yk88_39 ._socialConnectLabel_1yk88_42{color:var(--text-secondary);font-size:14px}._socialConnectSection_1yk88_39 ._socialConnectContent_1yk88_46{margin-top:.25rem}._continueButton_1yk88_51{margin-top:2.5rem;width:100%}._continueButton_1yk88_51 ._buttonText_1yk88_55{color:var(--text-inverted)}._continueButton_1yk88_51 ._button_1yk88_55{width:100%}._checkoutFooter_1yk88_63{margin-top:2.5rem;display:flex}@media (min-width: 768px){._checkoutFooter_1yk88_63{display:none}}._emailLabel_1yk88_73{color:var(--text-secondary);font-size:14px}._emailInput_1yk88_78{margin-top:.25rem}._emailCheckbox_1yk88_82{display:flex;align-items:center;gap:.5rem;font-size:14px;margin-top:.75rem}html,body,#_root_1t8tk_1{height:100%}._checkoutContainer_1t8tk_7{background-color:var(--surface-primary);overflow-y:scroll;height:100vh}@media (min-width: 768px){._checkoutContainer_1t8tk_7{display:flex}}._checkoutItems_1t8tk_18,._checkoutOperational_1t8tk_22{flex-grow:1}html,body,#_root_sqqlu_1{height:100%}._card_sqqlu_8{margin-bottom:1rem;display:none;flex-direction:column;align-items:center;width:100%;padding:1rem}@media (min-width: 1280px){._card_sqqlu_8{display:flex}}._email_sqqlu_22{margin-bottom:.25rem;font-weight:700}._balance_sqqlu_27{padding:.25rem .5rem;font-size:16px;color:var(--surface-action1)}._sidebar_sqqlu_34{width:100%;padding:1rem}@media (min-width: 1280px){._sidebar_sqqlu_34{border-right:1px solid var(--border-secondary);padding:1.5rem 1rem 1.5rem 1.5rem;max-width:320px}}._navList_sqqlu_48{display:flex;gap:.25rem;overflow-x:auto}@media (min-width: 1280px){._navList_sqqlu_48{flex-direction:column}}._navItem_sqqlu_59{display:flex;align-items:center;padding:.75rem .5rem;width:100%;border-bottom:1px solid transparent;cursor:pointer;border-radius:var(--border-radius)}._navItem_sqqlu_59:hover{background-color:var(--surface-secondary)}._activeNavItem_sqqlu_72{background-color:var(--surface-secondary);color:var(--text-primary)}._inactiveNavItem_sqqlu_77{background-color:var(--surface-primary);color:var(--text-secondary)}._inactiveNavItem_sqqlu_77:hover{background-color:var(--surface-secondary)}._logoutNavItem_sqqlu_85{color:var(--icon-action);white-space:nowrap}._iconWrapper_sqqlu_90{margin-right:.5rem}html,body,#_root_9awrg_1{height:100%}._iconSizeSm_9awrg_10,._iconSizeS_9awrg_10{width:1rem;height:1rem}._iconSizeM_9awrg_20{width:21px;height:21px}._iconSizeL_9awrg_25{width:28px;height:28px}._iconColorPrimary_9awrg_31{color:var(--icon-primary)}._iconColorSecondary_9awrg_35{color:var(--icon-secondary)}._iconColorAction_9awrg_39{color:var(--icon-action)}._iconColorTextPrimary_9awrg_43{color:var(--text-primary)}._iconColorTextSecondary_9awrg_47{color:var(--text-secondary)}._iconColorSurface100_9awrg_51{color:var(--surface-primary)}._iconColorSignalDanger_9awrg_55{color:var(--surface-action1)}._iconContainerSm_9awrg_64{width:2.5rem;height:2.5rem}._iconContainerM_9awrg_69{width:2.75rem;height:2.75rem}._iconContainerL_9awrg_74{width:3rem;height:3rem}._flexCenter_9awrg_80{display:flex;align-items:center;justify-content:center}html,body,#_root_cd8tm_1{height:100%}._noItemsBlock_cd8tm_10{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}._noItemsBlockIcon_cd8tm_19{width:1.75rem;height:1.75rem;color:var(--icon-secondary)}._noItemsBlockTitle_cd8tm_26{font-weight:700;font-size:var(--font-heading-h2-size);color:var(--text-secondary);margin-top:.75rem;margin-bottom:.25rem}._noItemsBlockDescription_cd8tm_35{font-size:var(--font-paragraph-text-size);color:var(--text-secondary)}html,body,#_root_m2qdm_1{height:100%}._pageTitle_m2qdm_10{margin-top:.5rem;margin-bottom:1rem;margin-left:1rem}._pageTitleHeading_m2qdm_17{font-weight:700;font-size:20px}._pageTitleDescription_m2qdm_23{color:var(--text-secondary)}html,body,#_root_1qlvn_1{height:100%}._paginationContainer_1qlvn_10{display:flex;gap:.5rem;flex-wrap:wrap}._paginationWithRange_1qlvn_22{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:1rem;margin-top:auto}@media (min-width: 1024px){._paginationWithRange_1qlvn_22{height:72px;justify-content:space-between;align-items:center;flex-direction:row}}._paginationWithRangeText_1qlvn_38{color:var(--text-secondary);display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}@media (min-width: 1024px){._paginationWithRangeText_1qlvn_38{margin-bottom:0}}._paginationWithRangePagination_1qlvn_50{display:flex;justify-content:center;align-items:center}html,body,#_root_8prat_1{height:100%}._dialog_8prat_10{position:fixed;top:1rem;right:1rem;bottom:1rem;left:1rem;margin:auto;z-index:50000;height:fit-content;overflow-x:auto;border-radius:24px;background-color:var(--surface-primary)}._dialogLimits_8prat_22{max-height:calc(100vh - 24px);max-width:650px}html,body,#_root_15t6k_1{height:100%}._modalBackdrop_15t6k_10{background-color:#2525253d;z-index:50000}._modalHeader_15t6k_16{padding:1rem 1.5rem;border-bottom:1px solid var(--border-primary);display:flex;align-items:center}._modalHeader_15t6k_16 ._modalTitle_15t6k_22{font-size:24px;font-weight:700}._modalHeader_15t6k_16 ._modalDismiss_15t6k_26{margin-left:auto;cursor:pointer}._modalContent_15t6k_32{padding:1rem 1.5rem}html,body,#_root_1heoq_1{height:100%}._balanceContainer_1heoq_7{padding:1.5rem;border:1px solid var(--border-secondary);border-radius:var(--border-primary);margin-bottom:1rem}._balanceHeader_1heoq_14{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}._balanceAmount_1heoq_21{display:flex;flex-direction:column;gap:.5rem;flex:1 0 100%}@media (min-width: 768px){._balanceAmount_1heoq_21{margin-bottom:0;flex:auto}}._balanceAmountTitle_1heoq_34{font-size:16px;color:var(--text-secondary)}._balanceAmountValue_1heoq_39{font-size:32px;font-weight:700;color:var(--text-primary)}._balanceActions_1heoq_45{display:flex;gap:.5rem;flex:1 0 100%}._balanceActions_1heoq_45 ._actionButton_1heoq_50{width:100%}@media (min-width: 768px){._balanceActions_1heoq_45{justify-content:flex-end;flex:inherit}}._actionButton_1heoq_50{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}._transactionDate_1heoq_67{padding:.75rem 1rem;font-size:14px;color:var(--text-secondary);border-bottom:1px solid var(--border-primary)}._transactionItem_1heoq_74{display:flex;align-items:center;padding:.75rem 1rem;justify-content:space-between}._transactionDetails_1heoq_81{display:flex;align-items:center;gap:1rem}._transactionDetails_1heoq_81 ._iconWrapper_1heoq_86{color:var(--text-primary)}._transactionDetails_1heoq_81 ._transactionInfo_1heoq_89{display:flex;flex-direction:column}._transactionDetails_1heoq_81 ._transactionInfo_1heoq_89 ._transactionTitle_1heoq_93{font-size:16px;font-weight:700}._transactionDetails_1heoq_81 ._transactionInfo_1heoq_89 ._transactionId_1heoq_97{font-size:14px;color:var(--text-secondary)}._transactionAmount_1heoq_102{font-size:var(--font-size-base);font-weight:700}._transactionAmount_1heoq_102._added_1heoq_106{color:var(--text-success)}._transactionAmount_1heoq_102._removed_1heoq_109{color:var(--text-primary)}._noItemsBlock_1heoq_113{margin-top:1rem}._pagination_1heoq_117{margin-top:1rem;display:flex;justify-content:center}._modalContainer_1heoq_123{padding:1.5rem;background-color:var(--surface-primary);border-radius:var(--border-primary)}._modalContainer_1heoq_123 ._formLabel_1heoq_128{font-size:14px;color:var(--text-secondary);margin-bottom:5px;display:block}._modalContainer_1heoq_123 ._formInput_1heoq_134{margin-bottom:1rem}._modalContainer_1heoq_123 ._formInput_1heoq_134 input{padding-left:2rem}._modalContainer_1heoq_123 ._formInput_1heoq_134 ._icon_1heoq_86{position:absolute;left:1rem;color:var(--text-secondary)}._modalContainer_1heoq_123 ._bonusBlock_1heoq_145{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--surface-primary);color:var(--surface-action1);border-radius:var(--border-radius);margin:.75rem 0 1rem}._modalContainer_1heoq_123 ._bonusBlock_1heoq_145 ._icon_1heoq_86{flex-shrink:0}._modalContainer_1heoq_123 ._gatewayList_1heoq_158{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-primary)}._modalContainer_1heoq_123 ._gatewayList_1heoq_158 ._gatewayButton_1heoq_166{padding:1rem;border-radius:var(--border-radius);border:1px solid var(--border-primary);display:flex;flex-direction:column}._modalContainer_1heoq_123 ._gatewayList_1heoq_158 ._gatewayButton_1heoq_166._selected_1heoq_173{border-color:var(--surface-action1)}._modalContainer_1heoq_123 ._gatewayList_1heoq_158 ._gatewayButton_1heoq_166._colSpan2_1heoq_176{grid-column:span 2}._modalContainer_1heoq_123 ._gatewayList_1heoq_158 ._gatewayButton_1heoq_166 img{height:1.5rem;margin-bottom:1rem}._modalContainer_1heoq_123 ._gatewayList_1heoq_158 ._gatewayButton_1heoq_166 ._gatewayName_1heoq_183{font-size:14px}._modalContainer_1heoq_123 ._error_1heoq_186{color:var(--surface-action1);margin:.5rem 0 1rem;font-size:14px}._modalContainer_1heoq_123 ._submitButton_1heoq_191{width:100%;padding:.75rem;text-align:center}._modalContainer_1heoq_123 ._infoBlock_1heoq_196{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--surface-primary);border-radius:var(--border-primary);font-size:12px;color:var(--text-secondary)}._modalContainer_1heoq_123 ._infoBlock_1heoq_196:first-child{flex:1 1 100%}._addBalanceButton_1heoq_210{display:flex;gap:5px;align-items:center}@media (max-width: 768px){._addBalanceButton_1heoq_210{flex:1 0 auto}}._iconBlock_1heoq_221{display:flex;align-items:center;justify-content:center;height:100%;flex:1 0 auto}html,body,#_root_17a2h_1{height:100%}._referralBlock_17a2h_8{grid-column:span 2;grid-row:span 2}@media (min-width: 1024px){._referralBlock_17a2h_8{grid-column:span 4}}._referralContainer_17a2h_18{height:100%;border:1px solid var(--border-default);border-radius:var(--border-radius-xl);padding:1.5rem;display:flex;flex-direction:column}._title_17a2h_27{font-size:var(--font-size-xxl);font-weight:700}._description_17a2h_32{margin-bottom:1rem;color:var(--text-secondary)}._label_17a2h_37{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:.25rem}._code_17a2h_43{background-color:var(--surface-0);color:var(--text-primary);border:1px solid var(--text-primary);border-radius:var(--border-radius-xl);padding:.75rem;margin-bottom:1rem}._linkContainer_17a2h_52{background-color:var(--surface-0);color:var(--text-primary);border:1px solid var(--text-primary);border-radius:var(--border-radius-xl);padding:.75rem;display:flex;justify-content:space-between}._link_17a2h_52{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._copyButton_17a2h_68{background:none;border:none;cursor:pointer;display:flex;align-items:center;color:var(--text-secondary)}._modalContainer_17a2h_77{margin-bottom:1.5rem}._stepItem_17a2h_82{display:flex;font-size:var(--font-size-sm);color:var(--text-secondary)}._iconContainer_17a2h_88{display:flex;flex-direction:column;align-items:center;margin-right:.5rem;margin-bottom:.25rem}._index_17a2h_96{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:var(--border-default);border-radius:50%;font-weight:700;margin-bottom:.25rem}._bar_17a2h_108{width:.25rem;height:2.375rem;background-color:var(--border-default);border-radius:var(--border-radius-2xl)}._content_17a2h_115{display:flex;flex-direction:column}._caption_17a2h_120{margin-bottom:.25rem;font-weight:700;text-transform:uppercase}._descriptionStep_17a2h_126{line-height:1.5}._label_17a2h_37{font-size:var(--font-size-sm);color:var(--text-secondary)}._error_17a2h_136{color:var(--signal-danger)}._infoBlock_17a2h_140{padding:1rem;background-color:var(--surface-0);display:flex;border-radius:var(--border-radius-xl);align-items:center;margin-bottom:2rem;margin-top:1rem}._infoIcon_17a2h_150{height:20px;width:20px;margin-right:10px;display:flex;justify-content:center;align-items:center}._infoText_17a2h_159{font-size:var(--font-size-sm);color:var(--text-secondary)}._actions_17a2h_164{display:flex;justify-content:flex-end}._cancelButton_17a2h_169{margin-right:.75rem}html,body,#_root_c6vgj_1{height:100%}._statItem_c6vgj_7{display:flex;flex-direction:column;justify-content:space-between;width:100%;flex:1;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._imageFallback_c6vgj_17{display:flex;flex-direction:column;min-height:300px;background-color:var(--surface-primary);padding:1rem;border-radius:var(--border-radius)}._imageFallback_c6vgj_17 ._icon_c6vgj_25{display:flex;justify-content:center;flex:1}._imageFallback_c6vgj_17 ._imageName_c6vgj_30{margin-top:auto;font-weight:600}._imageBackground_c6vgj_35{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-repeat:no-repeat;border-radius:var(--border-radius);padding:1rem;color:#fff}._imageBackground_c6vgj_35 ._imageName_c6vgj_30{font-weight:600}._content_c6vgj_50{padding:1rem}@media (min-width: 1024px){._content_c6vgj_50._withChildren_c6vgj_54{padding:.75rem}}._info_c6vgj_59{display:flex}._info_c6vgj_59._infoNoImage_c6vgj_62{flex-direction:column}@media (min-width: 1024px){._info_c6vgj_59._infoNoImage_c6vgj_62{flex-direction:row}}._info_c6vgj_59 ._iconWrapper_c6vgj_70{margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){._info_c6vgj_59 ._iconWrapper_c6vgj_70{margin-bottom:0}}._info_c6vgj_59 ._text_c6vgj_81{margin-left:0;display:flex;flex-direction:column;justify-content:center;gap:.25rem}@media (min-width: 1024px){._info_c6vgj_59 ._text_c6vgj_81{margin-left:.75rem}}._info_c6vgj_59 ._text_c6vgj_81._textWithImage_c6vgj_93{margin-left:.75rem}._info_c6vgj_59 ._text_c6vgj_81 ._title_c6vgj_96{font-size:14px;color:var(--text-secondary)}._info_c6vgj_59 ._text_c6vgj_81 ._value_c6vgj_100{font-size:20px;color:var(--text-primary);font-weight:700}html,body,#_root_1vlo1_1{height:100%}._homeContainer_1vlo1_7{display:flex;width:100%;gap:1rem}@media (min-width: 1024px){._homeContainer_1vlo1_7{padding-bottom:1.5rem}}._statContainer_1vlo1_18{display:grid;grid-template-columns:1fr;gap:.5rem;width:100%}@media (min-width: 1024px){._statContainer_1vlo1_18{gap:1rem}}._textSecondary_1vlo1_30{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;margin-top:.5rem}._textSecondary_1vlo1_30 ._iconWrapper_1vlo1_37{margin:0 .25rem}._colSpan2_1vlo1_41{grid-column:span 2}@media (min-width: 1024px){._colSpan2_1vlo1_41{grid-column:span 1}}html,body,#_root_8hrcj_1{height:100%}._statusIndicator_8hrcj_10{display:flex;align-items:center;justify-content:start;border-radius:9999px;padding:4px 8px}._statusIndicatorSuccess_8hrcj_17{background-color:var(--surface-success);color:var(--text-success)}._statusIndicatorWarning_8hrcj_21{background-color:var(--surface-warning);color:var(--text-warning)}._statusIndicatorError_8hrcj_25{background-color:var(--surface-danger);color:var(--surface-danger)}._statusIndicatorText_8hrcj_29{margin-left:.25rem}html,body,#_root_1ihd2_1{height:100%}._table_1ihd2_10{overflow-x:auto;display:grid;grid-template-columns:minmax(120px,auto) repeat(5,minmax(min-content,auto))}._tableItem_1ihd2_17{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.5rem;border-bottom:1px solid var(--border-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableItemTitle_1ihd2_29{font-size:14px;text-transform:uppercase;color:var(--text-secondary)}html,body,#_root_1wib9_1{height:100%}._ordersTable_1wib9_8{border:1px solid var(--border-default);border-radius:var(--border-radius-xl);display:flex;flex-direction:column;justify-content:space-between;flex:1}._gatewayItem_1wib9_17{display:flex;align-items:center}._gatewayIcon_1wib9_22{height:1.5rem;margin-right:.25rem}._orderTime_1wib9_27{font-size:var(--font-size-xs);color:var(--text-secondary)}._reviewContainer_1wib9_32{display:flex;align-items:center;justify-content:center}._reviewIcon_1wib9_38{color:var(--brand-default)}._reviewRating_1wib9_42{margin-left:.25rem}html,body,#_root_sn4a5_1{height:100%}._rewardsContainer_sn4a5_7{display:grid;gap:1rem}@media (min-width: 1024px){._rewardsContainer_sn4a5_7{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){._rewardsContainer_sn4a5_7{grid-template-columns:repeat(3,1fr)}}._achievement_sn4a5_22{display:flex;flex-direction:column;border:1px solid var(--border-default);border-radius:1rem;padding:1.5rem;align-items:center}._achievement__progress_sn4a5_30{margin-top:1rem}._achievement__status_sn4a5_33{margin-top:.75rem;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;background-color:var(--surface0);color:var(--text-secondary)}._achievement__status--completed_sn4a5_42{color:var(--brand-default);background-color:var(--brand-light)}._achievement__title_sn4a5_46{margin:1rem 0;font-weight:600;display:flex;align-items:center}._achievement__title_sn4a5_46 ._iconWrapper_sn4a5_52{width:1.5rem;height:1.5rem;margin-right:.5rem}._achievement__description_sn4a5_57{background-color:var(--surface100);text-align:center;margin-bottom:1rem;font-size:.875rem}._achievement__button_sn4a5_63{margin-top:auto;width:100%}._circularProgress_sn4a5_68{position:relative;display:flex;align-items:center;justify-content:center}._circularProgress_sn4a5_68 svg{transform:rotate(-90deg)}._circularProgress_sn4a5_68 ._progressText_sn4a5_77{position:absolute;font-size:1rem;font-weight:700;color:var(--brand-default)}html,body,#_root_1tked_1{height:100%}._badge_1tked_7{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;padding:.25rem .5rem;border-radius:var(--border-radius-full);font-size:var(--font-size-sm);width:fit-content}._active_1tked_18{color:var(--success-text);background-color:var(--success-background)}._awaitingPayment_1tked_23{color:var(--warning-text);background-color:var(--warning-background)}._cancelled_1tked_28,._changedGateway_1tked_33,._expired_1tked_38{color:var(--signal-danger);background-color:var(--signal-danger-background)}._rial_1tked_43{color:var(--text-secondary);background-color:var(--surface-primary)}._pastDue_1tked_48{color:var(--signal-danger);background-color:var(--signal-danger-background)}._replaced_1tked_53{color:var(--text-secondary);background-color:var(--surface-primary)}html,body,#_root_1agw0_1{height:100%}._tableContainer_1agw0_7{border:1px solid var(--border-default);border-radius:var(--border-radius-lg);display:flex;flex-direction:column;justify-content:space-between;flex:1}._table_1agw0_7{overflow-x:auto;display:grid;grid-template-columns:minmax(120px,auto) minmax(0,20%) repeat(4,minmax(min-content,auto))}._itemTitle_1agw0_22{text-align:left}._productInfo_1agw0_26{display:flex;gap:.5rem;align-items:center;width:100%}._productImage_1agw0_33{min-width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;background-color:var(--surface-0);border-radius:var(--border-radius-custom)}._productName_1agw0_43{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--text-primary)}._productName_1agw0_43:hover{text-decoration:underline}._expirationDate_1agw0_54{font-size:var(--font-size-xs);color:var(--text-secondary)}._overflowItem_1agw0_59{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._gatewayContainer_1agw0_65{display:flex;align-items:center}._gatewayImage_1agw0_70{height:1.5rem;margin-right:.25rem}._dateTime_1agw0_75{font-size:var(--font-size-xs);color:var(--text-secondary)}html,body,#_root_ksglo_1{height:100%}._appContainer_ksglo_7{display:flex;flex-direction:column;width:100%;height:100%;max-width:var(--billgang-maxWidthStore);margin:0 auto}@media (min-width: 1280px){._appContainer_ksglo_7{flex-direction:row}}._contentContainer_ksglo_21{padding:1.5rem 1rem;display:flex;flex-direction:column;width:100%}@media (min-width: 1280px){._contentContainer_ksglo_21{padding:1.5rem 2.5rem 1.5rem 1.5rem}}html,body,#_root_1paja_1{height:100%}._wrapper_1paja_8{display:flex;flex-direction:column;gap:20px}._tableContainer_1paja_14{border:1px solid var(--border-primary);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;flex:1;width:100%}._title_1paja_24{font-size:24px;font-weight:600}._table_1paja_14{overflow-x:auto;display:grid;grid-template-columns:1fr 2.5fr 1fr 1fr}._tableBody_1paja_35{overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%;max-height:600px;min-width:750px}._scrollContainer_1paja_46{overflow-x:auto;-webkit-overflow-scrolling:touch}._scrollContainer_1paja_46 ._table_1paja_14{min-width:750px}html,body,#_root_xz1nq_1{height:100%}._wrapper_xz1nq_7{display:grid;grid-template-columns:1fr 2.5fr 1fr 1fr;cursor:pointer}._dateTime_xz1nq_13{font-size:var(--font-size-xs);color:var(--text-secondary)}._date_xz1nq_13{display:flex;flex-direction:column;gap:.5rem}._tableItem_xz1nq_24{overflow:visible}._status_xz1nq_28{display:flex;align-items:center;gap:.5rem;padding:8px 7px;border-radius:var(--border-radius);background-color:var(--surface-success)}._statusInProgress_xz1nq_37{background-color:var(--surface-secondary)}._statusText_xz1nq_41,._statusIcon_xz1nq_45{color:var(--text-success)}._statusInProgressText_xz1nq_49,._statusInProgressIcon_xz1nq_53{color:var(--text-secondary)}html,body,#_root_1qia3_1{height:100%}._checkoutOrderMainData_1qia3_10{display:flex;flex-direction:column}._orderDetailRow_1qia3_16{padding:.75rem 0;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;border-bottom:1px solid var(--border-primary)}._chargeIdRow_1qia3_27{padding:.75rem 0;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px}._detailLabel_1qia3_37{color:var(--text-secondary)}._chargeIdContainer_1qia3_43{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;max-width:80%;width:100%}._chargeId_1qia3_27{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}._copyIcon_1qia3_61{color:var(--text-secondary);cursor:pointer}._copyIcon_1qia3_61:hover{color:var(--text-primary)}html,body,#_root_13481_1{height:100%}._trackPaymentContainer_13481_7{position:relative}._trackPaymentBox_13481_11{padding:1rem 1.5rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);position:absolute;width:100%;bottom:60px;z-index:50;transition:all .3s ease-in-out;opacity:0;visibility:hidden}._trackPaymentBoxActive_13481_24{opacity:1;visibility:visible}._trackPaymentHeader_13481_29{padding-bottom:1rem}._trackPaymentTitle_13481_33{font-weight:700;font-size:var(--font-size-lg)}._trackPaymentTimeline_13481_38{display:flex;flex-direction:column;gap:1rem;max-height:230px;overflow:auto;scrollbar-width:thin}._trackPaymentItem_13481_47{display:flex;flex-direction:column;gap:.5rem}._itemHeader_13481_53{display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-secondary)}._itemDate_13481_60{font-weight:700}._itemMessage_13481_64{margin-top:.5rem}._trackPaymentToggle_13481_68{padding:0 1.5rem;height:3rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);cursor:pointer}._trackPaymentToggleContent_13481_79{display:flex;align-items:center;gap:.5rem}._trackPaymentToggleText_13481_85{font-size:var(--font-size-sm)}html,body,#_root_ulsqt_1{height:100%}@media (min-width: 768px){._chargeItemsContainer_ulsqt_11{height:calc(100vh - var(--header-height));display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 2.5rem 1.5rem 1rem}}@media (min-width: 768px){._chargeItemsInner_ulsqt_23{max-width:520px;width:100%;height:100%}}._productsContainer_ulsqt_31{padding:0 1rem}@media (min-width: 768px){._productsContainer_ulsqt_31{display:flex;flex-direction:column;width:100%;height:100%;padding:0}}._chargeHeader_ulsqt_45{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1.5rem}._chargeTitle_ulsqt_52{font-weight:700;color:var(--text-primary);font-size:20px}._chargeDescription_ulsqt_58{color:var(--text-secondary);font-size:14px}._copyButton_ulsqt_64{display:flex;align-items:center;gap:.25rem;min-width:115px}._copyButton_ulsqt_64 ._buttonText_ulsqt_70{color:var(--text-secondary)}._productsList_ulsqt_75{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._trackingContainer_ulsqt_83{margin:1.5rem 0}@media (min-width: 768px){._trackingContainer_ulsqt_83{margin:1.5rem 0 0}}._footerContainer_ulsqt_93{display:none}@media (min-width: 768px){._footerContainer_ulsqt_93{display:flex}}html,body,#_root_80qqs_1{height:100%}._mt1_80qqs_10{margin-top:.25rem}._pb6_80qqs_14{padding-bottom:1.5rem}._borderB_80qqs_19{border-bottom:1px solid var(--border-primary)}._notifyBlock_80qqs_24{padding:.75rem;border-radius:var(--border-radius-custom);background-color:var(--surface-primary);font-size:12px}._notifyBlock_80qqs_24 ._notifyHeader_80qqs_30{display:flex;align-items:center;gap:.5rem;min-width:1rem;width:1rem}._notifyBlock_80qqs_24 ._notifyContent_80qqs_37{color:var(--text-secondary);margin-top:.5rem}._buttonBlock_80qqs_43{width:100%}._buttonBlock_80qqs_43 ._buttonText_80qqs_46{color:var(--text-inverted)}._imageBlock_80qqs_51{width:100%;display:flex;justify-content:center;padding:1rem 0;background-color:var(--surface-primary);border-radius:var(--border-radius-custom)}._imageBlock_80qqs_51 ._imageContainer_80qqs_59{width:10rem;height:10rem;border-radius:var(--border-radius-lg);background-color:var(--surface-secondary)}._imageBlock_80qqs_51 ._imageContainer_80qqs_59 img{width:100%;height:100%;object-fit:contain}._sectionBlock_80qqs_72{padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}._sectionBlock_80qqs_72 ._sectionTitle_80qqs_76{color:var(--text-primary)}._sectionBlock_80qqs_72 ._sectionSubtitle_80qqs_79{color:var(--text-secondary);font-size:14px}html,body,#_root_8e4f2_1{height:100%}._bottomSheet_8e4f2_7{height:100%;display:flex;flex-direction:column}._content_8e4f2_13{flex:1}._content_8e4f2_13 ._agreementList_8e4f2_16{display:flex;flex-direction:column;gap:.75rem}._content_8e4f2_13 ._agreementList_8e4f2_16 ._agreementItem_8e4f2_21{display:flex;align-items:center;gap:.5rem;cursor:pointer}._content_8e4f2_13 ._warning_8e4f2_27{padding:.75rem 1rem;color:var(--text-secondary);border-radius:.5rem;background-color:var(--surface0);margin-top:1rem}._buttonGroup_8e4f2_35{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_8e4f2_35{width:50%;margin-left:auto}}._buttonGroup_8e4f2_35 ._buttonWrapper_8e4f2_46{width:fit-content}._buttonGroup_8e4f2_35 ._fullWidthButton_8e4f2_49{width:100%}html,body,#_root_1q4v9_1{height:100%}._bottomSheet_1q4v9_7{height:100%;display:flex;flex-direction:column}._formContainer_1q4v9_13{flex:1}._formContainer_1q4v9_13 ._formGroup_1q4v9_16{margin-top:1rem}._formContainer_1q4v9_13 ._formGroup_1q4v9_16 ._error_1q4v9_19{color:var(--signal-danger)}._buttonGroup_1q4v9_23{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1q4v9_23{width:50%;margin-left:auto}}._buttonGroup_1q4v9_23 ._buttonWrapper_1q4v9_34{width:fit-content}._buttonGroup_1q4v9_23 ._fullWidthButton_1q4v9_37{width:100%}._buttonGroup_1q4v9_23 ._cancelButton_1q4v9_40{color:var(--text-secondary)}._buttonGroup_1q4v9_23 ._verifyButton_1q4v9_43{color:var(--text-inverted)}html,body,#_root_1gewh_1{height:100%}._chargeStatusBlock_1gewh_10{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}._chargeStatusIcon_1gewh_20{padding:.75rem;border-radius:var(--border-radius);background-color:var(--surface-primary);display:flex;align-items:center;justify-content:center}._chargeStatusIcon_1gewh_20._success_1gewh_28{color:var(--text-success)}._chargeStatusTitle_1gewh_33{font-weight:700}._chargeStatusDescription_1gewh_38{font-size:14px;color:var(--text-secondary)}._pickUpButton_1gewh_44{margin-top:.75rem;width:16rem;display:flex;align-items:center;gap:.25rem}._pickUpButton_1gewh_44 ._buttonText_1gewh_51{color:var(--text-inverted)}._actionButtons_1gewh_56{display:flex;gap:.5rem;margin-top:.75rem;width:100%}._actionButtons_1gewh_56 ._actionButton_1gewh_56{width:100%;display:flex;align-items:center;gap:.25rem}._actionButtons_1gewh_56 ._actionButton_1gewh_56 ._buttonText_1gewh_51{color:var(--text-secondary);margin-left:5px}html,body,#_root_1uhyv_1{height:100%}._chargePageContainer_1uhyv_7{height:100vh;display:flex;background-color:var(--surface-primary);flex-direction:column;overflow-y:scroll}@media (min-width: 768px){._chargePageContainer_1uhyv_7{flex-direction:row}}._chargeItems_1uhyv_20{flex:1}._mainContent_1uhyv_24{padding:1rem;background-color:var(--surface-secondary)}@media (min-width: 768px){._mainContent_1uhyv_24{width:100%}}._contentWrapper_1uhyv_34{max-width:520px;margin:0 auto}._statusBlock_1uhyv_39{margin-top:1.25rem}._notPaidSection_1uhyv_43{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--borderDefault)}._footer_1uhyv_52{margin-top:2.5rem;display:flex}@media (min-width: 768px){._footer_1uhyv_52{display:none}}html,body,#_root_1wrrj_1{height:100%}@media (min-width: 768px){._topUpContainer_1wrrj_8{display:flex;justify-content:center}}._formWrapper_1wrrj_14{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 768px){._formWrapper_1wrrj_14{max-width:520px;margin-top:1.25rem}}@media (min-width: 768px){._header_1wrrj_27{display:none}}._form_1wrrj_14{flex:1;padding:1rem}._form_1wrrj_14 ._title_1wrrj_36{margin-top:1.5rem;font-size:1.125rem;font-weight:700}._form_1wrrj_14 ._inputBlock_1wrrj_41{margin-top:.625rem}._form_1wrrj_14 ._inputBlock_1wrrj_41 ._label_1wrrj_44{font-size:.875rem;color:var(--text-secondary)}._form_1wrrj_14 ._inputBlock_1wrrj_41 ._input_1wrrj_41{margin-top:.25rem}._form_1wrrj_14 ._inputBlock_1wrrj_41 ._error_1wrrj_51{color:var(--surface-action1);margin-top:.25rem}._form_1wrrj_14 ._bonusBlock_1wrrj_55{margin-top:1.5rem}._form_1wrrj_14 ._paymentMethods_1wrrj_58{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1.5rem;margin-top:1.5rem;border-top:var(--border-thickness) solid var(--border-primary)}._form_1wrrj_14 ._gatewayError_1wrrj_66{margin-bottom:1rem;color:var(--surface-action1)}._form_1wrrj_14 ._submitBlock_1wrrj_70{margin-top:2.5rem}._form_1wrrj_14 ._submitBlock_1wrrj_70 ._submitButton_1wrrj_73{width:100%}._form_1wrrj_14 ._submitBlock_1wrrj_70 ._termsBlock_1wrrj_76{margin-top:1rem}._footer_1wrrj_80{padding:1rem;padding-top:0}@media (min-width: 768px){._footer_1wrrj_80{display:none}}._bonusBlock_1wrrj_55{font-size:.875rem;color:var(--surface-action1);padding:.5rem .75rem;display:inline-flex;background-color:var(--surface-primary);border-radius:.75rem;margin-top:.75rem}._bonusBlock_1wrrj_55 ._icon_1wrrj_99{margin-right:.5rem}html,body,#_root_1jc49_1{height:100%}._orderStatusBlock_1jc49_8{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}._iconWrapper_1jc49_17{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._orderStatusTitle_1jc49_27{font-weight:700}._orderStatusDescription_1jc49_31{font-size:14px;color:var(--text-secondary)}._actionButtons_1jc49_36{display:flex;width:100%;gap:.5rem;margin-top:.75rem}._actionButton_1jc49_36{width:100%}._button_1jc49_47{display:flex;align-items:center;gap:5px;text-align:center;color:var(--text-secondary);width:100%}html,body,#_root_uytxy_1{height:100%}._rating_uytxy_10{display:flex;gap:.375rem;cursor:pointer}._rating_uytxy_10._disabled_uytxy_15{cursor:not-allowed}._ratingStar_uytxy_20{width:1.25rem;display:flex;justify-content:center;align-items:center;transition:color .3s ease-in-out}._ratingStar_uytxy_20._inactive_uytxy_27{color:var(--text-secondary)}html,body,#_root_1hois_1{height:100%}._bottomSheet_1hois_7{height:100%;display:flex;flex-direction:column}._content_1hois_13{flex:1}._content_1hois_13 ._description_1hois_16{color:var(--text-secondary);font-size:.875rem}._content_1hois_13 ._textarea_1hois_20{margin-top:.5rem}._buttonGroup_1hois_24{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1hois_24{width:40%;margin-left:auto}}._buttonGroup_1hois_24 ._buttonWrapper_1hois_35{width:100%}html,body,#_root_1qa34_1{height:100%}._reviewMessage_1qa34_8{padding:1rem;display:flex;justify-content:space-between;border-radius:var(--border-radius);background-color:var(--surface-secondary);font-weight:700}._leaveReviewContainer_1qa34_17{padding:1rem;display:flex;justify-content:space-between;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._leaveReviewTitle_1qa34_25{font-size:16px;font-weight:700}html,body,#_root_ugssx_1{height:100%}._orderPage_ugssx_7{min-height:100vh;background-color:var(--surface0)}@media (min-width: 768px){._leftSection_ugssx_13{height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 1rem 1.5rem}}@media (min-width: 768px){._content_ugssx_24{max-width:520px;width:100%;height:100%}}._main_ugssx_31{padding:2rem 1rem}@media (min-width: 768px){._main_ugssx_31{padding:0;display:flex;flex-direction:column}}._statusBlock_ugssx_42{margin-top:1rem}._reviewBlock_ugssx_46,._timelineBlock_ugssx_50{margin-top:1.5rem}._footer_ugssx_54{display:none}@media (min-width: 768px){._footer_ugssx_54{display:flex}}._rightSection_ugssx_63{padding:1.5rem;background-color:var(--surface100);margin-top:2.5rem}@media (min-width: 768px){._rightSection_ugssx_63{margin-top:0;width:100%;padding:2.5rem 1rem}}._header_ugssx_76{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1.5rem}._productList_ugssx_83{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._prices_ugssx_90{background-color:var(--surface0)}._mobileFooter_ugssx_94{display:flex}@media (min-width: 768px){._mobileFooter_ugssx_94{display:none}}html,body,#_root_h3afc_1{height:100%}._container_h3afc_7{padding:1.5rem;margin-top:1rem;background-color:var(--surface-100);border-radius:var(--border-radius-lg)}._productDetails_h3afc_14{display:flex;gap:.75rem;width:100%}._imageContainer_h3afc_20{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-0);border-radius:var(--border-radius-custom);overflow:hidden}._image_h3afc_20{width:100%;height:100%;object-fit:contain}._textContainer_h3afc_37{font-size:var(--font-size-base);width:100%}._header_h3afc_42{display:flex;align-items:center;gap:.5rem}._title_h3afc_48{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._price_h3afc_56{color:var(--text-secondary)}._badgeContainer_h3afc_60{min-width:fit-content}._description_h3afc_64{margin-top:1rem;color:var(--text-secondary)}html,body,#_root_zn98x_1{height:100%}._radio_zn98x_10{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-primary);border-radius:50%;transition:all .3s;cursor:pointer}._radio_zn98x_10._checked_zn98x_21{border-color:var(--surface-action1);background-color:var(--surface-secondary)}._radioInput_zn98x_27{-webkit-appearance:none;-moz-appearance:none;appearance:none}._radioCheckmark_zn98x_32{width:.5rem;height:.5rem;background-color:var(--surface-action1);border-radius:50%}html,body,#_root_1phu0_1{height:100%}._bottomSheet_1phu0_7{height:100%;display:flex;flex-direction:column;margin-top:-.5rem}._content_1phu0_14{flex:1;color:var(--text-secondary)}._content_1phu0_14 ._radioGroup_1phu0_18{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}._content_1phu0_14 ._radioGroup_1phu0_18 ._radioOption_1phu0_24{display:flex;align-items:center;gap:.5rem;cursor:pointer}._content_1phu0_14 ._radioGroup_1phu0_18 ._textarea_1phu0_30{margin-top:1rem}._content_1phu0_14 ._error_1phu0_33{color:var(--surface-action1);margin-top:.5rem}._content_1phu0_14 ._confirmation_1phu0_37{text-align:center;margin-top:1.5rem}._content_1phu0_14 ._confirmation_1phu0_37 ._iconWrapper_1phu0_41{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-primary)}._content_1phu0_14 ._confirmation_1phu0_37 ._title_1phu0_50{font-weight:700;margin-top:1rem}._content_1phu0_14 ._confirmation_1phu0_37 ._message_1phu0_54{margin-top:.5rem;max-width:368px}._buttonGroup_1phu0_59{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1phu0_59{width:fit-content;margin-left:auto}}._buttonGroup_1phu0_59 ._buttonWrapper_1phu0_70{width:fit-content}._buttonGroup_1phu0_59 ._buttonWrapper_1phu0_70 ._cancelButton_1phu0_73{color:var(--text-secondary)}._buttonGroup_1phu0_59 ._buttonWrapper_1phu0_70 ._primaryButton_1phu0_76{color:var(--text-inverted)}html,body,#_root_1w99p_1{height:100%}._subscriptionProductContainer_1w99p_10{padding:1.5rem;width:100%;display:flex;align-items:center;gap:.75rem;border:1px solid var(--border-primary);border-radius:var(--border-radius-lg)}._subscriptionProductImage_1w99p_21{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-primary);border-radius:var(--border-radius-custom);overflow:hidden}._subscriptionProductImage_1w99p_21 img{width:100%;height:100%;object-fit:contain}._subscriptionProductInfo_1w99p_38{font-size:16px;width:100%;max-width:85%}._subscriptionProductInfo_1w99p_38 ._name_1w99p_43{font-weight:700}._subscriptionProductInfo_1w99p_38 ._price_1w99p_46{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}._subscriptionProductCancelButton_1w99p_55{color:var(--text-secondary)}html,body,#_root_47b85_1{height:100%}._progressBar_47b85_10{display:flex;gap:.25rem;align-items:center;font-size:14px}._progressBarLabel_47b85_18{font-size:inherit}._progressBarTrack_47b85_23{height:4px;width:100%;display:flex;align-items:center;flex:1;background-color:var(--surface-primary);border-radius:100px}._progressBarFill_47b85_34{height:100%;background-color:var(--text-primary);border-radius:100px;transition:width .3s ease-in-out}html,body,#_root_yq2u7_1{height:100%}._couponContainer_yq2u7_7{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid var(--border-color-default);border-radius:var(--border-radius-lg)}._iconWrapper_yq2u7_16{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-custom);background-color:var(--success-background);color:var(--success-text)}._details_yq2u7_27{width:100%}._title_yq2u7_31{font-weight:700}._progress_yq2u7_35{margin-top:.5rem;width:100%}._foreverText_yq2u7_40{margin-top:.25rem;font-size:var(--font-size-sm);color:var(--text-secondary)}html,body,#_root_wc6rq_1{height:100%}._inputRange_wc6rq_10{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem;height:calc(fit-content + 50px)}._inputRangeLabel_wc6rq_20{color:var(--text-secondary);margin-bottom:.5rem;text-align:left;width:100%}._progressBar_wc6rq_28{position:relative;width:100%;height:.25rem;background-color:#e5e7eb;border-radius:16px}._progressBarFill_wc6rq_35{position:absolute;top:0;left:0;height:100%;background-color:var(--surface-danger);border-radius:16px;transition:all .3s ease-in-out}._stepsContainer_wc6rq_46{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}._step_wc6rq_46{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}._stepDot_wc6rq_63{border-radius:50%;transition:background-color .3s}._stepDot_wc6rq_63._current_wc6rq_67{width:1rem;height:1rem}._stepDot_wc6rq_63._default_wc6rq_71{width:.75rem;height:.75rem}._stepDot_wc6rq_63._active_wc6rq_75{background-color:var(--surface-danger)}._stepDot_wc6rq_63._inactive_wc6rq_78{background-color:#d1d5db}._tooltip_wc6rq_83{position:absolute;top:2rem;transform:translate(-50%);font-size:14px;color:var(--surface-primary);background-color:var(--text-primary);padding:.25rem .75rem;border-radius:16px;display:flex;align-items:center;gap:.25rem}html,body,#_root_8b544_1{height:100%}._paymentMethods_8b544_7{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}@media (min-width: 768px){._paymentMethods_8b544_7{width:50%;margin-left:auto}}._paymentMethods_8b544_7 ._buttonWrapper_8b544_19{width:fit-content}._paymentMethods_8b544_7 ._buttonWrapper_8b544_19 ._cancelButton_8b544_22{color:var(--text-secondary)}._paymentMethods_8b544_7 ._buttonWrapper_8b544_19 ._continueButton_8b544_25{color:var(--text-inverted)}html,body,#_root_zqps4_1{height:100%}._paymentMethodContainer_zqps4_10{padding:1.5rem;margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border-primary);border-radius:var(--border-radius-lg)}._paymentMethodTitle_zqps4_21{font-weight:700}._activeMethod_zqps4_26{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}._noMethod_zqps4_34{color:var(--text-secondary)}._buttonText_zqps4_39{color:var(--text-inverted)}html,body,#_root_x72q2_1{height:100%}._pageLoading_x72q2_8{height:100%;background-color:var(--surface-100);display:flex;flex-direction:column;justify-content:center;align-items:center}._title_x72q2_17{margin-top:1rem;font-size:var(--font-size-xl);font-weight:700}._description_x72q2_23{margin-top:.5rem;font-size:var(--font-size-base);color:var(--text-secondary);max-width:456px;text-align:center}html,body,#_root_75m9a_1{height:100%}._container_75m9a_7{padding:.75rem}._buttonGroup_75m9a_11{display:flex;gap:.75rem;align-items:center;justify-content:flex-end}._buttonGroup_75m9a_11 ._buttonWrapper_75m9a_17{width:fit-content}html,body,#_root_imyzn_1{height:100%}._container_imyzn_7{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border:1px solid var(--border-color-default);border-radius:var(--border-radius-lg)}._title_imyzn_17{font-weight:700}._subtitle_imyzn_21,._buttonText_imyzn_25{color:var(--text-secondary)}html,body,#_root_5rqnq_1{height:100%}._bottomSheet_5rqnq_7{height:100%;display:flex;flex-direction:column;margin-top:-.5rem}@media (min-width: 768px){._bottomSheet_5rqnq_7{width:720px}}._content_5rqnq_19{flex:1}._content_5rqnq_19 ._upgradeOptions_5rqnq_22{width:100%;display:flex;margin-top:1.5rem;padding:.25rem;border:1px solid var(--border-default);border-radius:var(--border-radius-custom);background-color:var(--surface0)}._content_5rqnq_19 ._upgradeOptions_5rqnq_22 ._option_5rqnq_31{width:100%;text-align:center;cursor:pointer;padding:6px;color:var(--text-secondary);font-size:.875rem;border:1px solid var(--border-default);transition:all .3s}._content_5rqnq_19 ._upgradeOptions_5rqnq_22 ._option_5rqnq_31:hover{background-color:var(--surface100);color:var(--text-primary)}._content_5rqnq_19 ._upgradeOptions_5rqnq_22 ._activeOption_5rqnq_45{border-radius:.25rem}._content_5rqnq_19 ._selectedPlan_5rqnq_48{margin-top:1rem;padding:1rem;border:1px solid var(--border-default);border-radius:.5rem;background-color:var(--surface100)}._content_5rqnq_19 ._selectedPlan_5rqnq_48 ._planName_5rqnq_55{font-size:1.25rem;font-weight:700}._content_5rqnq_19 ._selectedPlan_5rqnq_48 ._description_5rqnq_59{color:var(--text-secondary)}._content_5rqnq_19 ._selectedPlan_5rqnq_48 ._price_5rqnq_62{margin-top:.5rem;font-weight:600}._content_5rqnq_19 ._summary_5rqnq_66{margin-top:1.5rem;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;background-color:var(--surface0)}._content_5rqnq_19 ._summary_5rqnq_66 ._lineItem_5rqnq_76{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:1rem}._content_5rqnq_19 ._summary_5rqnq_66 ._lineItem_5rqnq_76 ._subtotal_5rqnq_83{color:var(--text-secondary)}._content_5rqnq_19 ._summary_5rqnq_66 ._lineItem_5rqnq_76 ._total_5rqnq_86{font-weight:600}._buttonGroup_5rqnq_90{display:flex;gap:.75rem;margin-top:1rem}@media (min-width: 768px){._buttonGroup_5rqnq_90{margin-left:auto;width:fit-content}}._buttonGroup_5rqnq_90 ._buttonWrapper_5rqnq_101{width:fit-content}html,body,#_root_65g09_1{height:100%}._card_65g09_7{width:100%;padding:1rem;cursor:pointer;border-radius:.5rem;display:flex;flex-direction:column;align-items:flex-start}._card_65g09_7 ._price_65g09_16{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}._card_65g09_7 ._price_65g09_16 ._interval_65g09_23{font-size:1rem;font-weight:400;color:var(--text-secondary)}._card_65g09_7 ._name_65g09_28{font-size:1.25rem;font-weight:500;margin-top:1rem;flex:auto}._card_65g09_7 ._description_65g09_34{margin-top:.25rem;color:var(--text-secondary)}._card_65g09_7 ._currentPlan_65g09_38{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;font-size:.875rem;color:var(--brand-default);border:1px solid var(--border-default);border-radius:var(--border-radius-custom)}._card_65g09_7 ._selectButton_65g09_51{width:100%;margin-top:1.5rem;padding:.75rem}._card_65g09_7 ._progressSection_65g09_56{width:100%;margin-top:.75rem}._card_65g09_7 ._progressSection_65g09_56 ._progressLabel_65g09_60{color:var(--text-secondary);font-size:.875rem;margin-top:.5rem}._bottomSheet_65g09_66{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._title_65g09_74{font-weight:700;font-size:1.5rem}._description_65g09_34{max-width:800px;color:var(--text-secondary);margin-top:.75rem;text-align:center}._typeSelector_65g09_86{max-width:376px;width:100%;display:flex;margin-top:1.5rem;padding:.25rem;border:1px solid var(--border-default);border-radius:var(--border-radius-custom);background-color:var(--surface0)}._typeSelector_65g09_86 ._typeOption_65g09_96{width:100%;text-align:center;cursor:pointer;padding:6px;font-size:.875rem;border-radius:.25rem;transition:all .3s}._typeSelector_65g09_86 ._typeOption_65g09_96._active_65g09_105{background-color:var(--surface100);color:var(--text-primary)}._typeSelector_65g09_86 ._typeOption_65g09_96:not(._active_65g09_105):hover{background-color:var(--surface100);color:var(--text-primary)}._typeSelector_65g09_86 ._typeOption_65g09_96 ._saveTag_65g09_113{border:1px solid var(--brand-default);color:var(--brand-default);padding:2px 8px;border-radius:.25rem;font-size:.75rem;margin-left:.25rem}._planSelector_65g09_122{padding:.5rem 1.5rem;margin-top:1.5rem;width:100%;display:flex;gap:1rem;border:1px solid var(--border-default);border-radius:2rem}html,body,#_root_1csf3_1{height:100%}._subscriptionContainer_1csf3_7{min-height:100vh;background-color:var(--surface0);display:flex;flex-direction:column}@media (min-width: 768px){._subscriptionContainer_1csf3_7{flex-direction:row}}@media (min-width: 768px){._leftSection_1csf3_20{height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 1rem 1.5rem}}@media (min-width: 768px){._content_1csf3_31{max-width:520px;width:100%;height:100%}}._mainContent_1csf3_38{padding:2rem 1rem}@media (min-width: 768px){._mainContent_1csf3_38{padding:0;display:flex;flex-direction:column}}._detailsSection_1csf3_49{padding:1.5rem;background-color:var(--surface100);margin-top:2.5rem}@media (min-width: 768px){._detailsSection_1csf3_49{margin-top:0;width:100%;padding:2.5rem 1rem}}._buttonGroup_1csf3_62{display:flex;margin-top:1rem;gap:1rem}._detailsContent_1csf3_68{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}html,body,#_root_hsghj_1{height:100%}._wrapper_hsghj_7{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;width:100%;height:100%;max-width:var(--billgang-maxWidthStore);padding:50px;margin:0 auto}._title_hsghj_20{font-size:var(--font-heading-h4-size);font-weight:700;line-height:1.5}._container_hsghj_26{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;height:100%;max-width:900px}._content_hsghj_36{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._messages_hsghj_46{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;border-bottom:1px solid var(--border-secondary);padding:26px 32px;width:100%;overflow-y:scroll;min-height:500px}._input_hsghj_58{width:100%;padding:24px;position:relative}._textarea_hsghj_64{width:100%;border-radius:var(--input-border-radius);border:var(--input-border-thickness) solid var(--input-border-color);background-color:var(--input-field-color);color:var(--input-color);padding:10px 100px 10px 10px;overflow-y:auto;resize:none;max-height:150px}._message_hsghj_46{max-width:500px;padding:12px 16px;border-radius:var(--border-radius);background-color:var(--surface-information);color:var(--text-primary);font-size:var(--font-paragraph-text-size);display:flex;flex-direction:column;gap:10px;text-align:left}._message_hsghj_46 ._messageDate_hsghj_88{font-size:var(--font-paragraph-text-size);color:var(--text-secondary);width:100%}._myMessage_hsghj_94{align-self:flex-end}._myMessage_hsghj_94 ._messageDate_hsghj_88{text-align:right}._otherMessage_hsghj_101{align-self:flex-start}._otherMessage_hsghj_101 ._messageDate_hsghj_88{text-align:left}._button_hsghj_108{cursor:pointer;color:var(--surface-action1);position:absolute;right:40px;top:50%;transform:translateY(-50%)}._loadingMessage_hsghj_117{position:relative}@font-face{font-family:Geist Variable;src:url(data:font/woff2;base64,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) format("woff2");font-weight:100 900;font-display:swap;font-synthesis:none}._wrapper_rccv2_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;align-items:center;justify-content:center}._content_rccv2_11{display:flex;flex-direction:column;gap:10px;background-color:var(--background-color);border:var(--default-border);padding:24px;border-radius:12px}._title_rccv2_21{font-weight:700;color:#252525;font-size:20px;line-height:24px;padding-bottom:10px}._wrapper_kh9z8_2{display:flex;flex-direction:column;gap:10px}._block_kh9z8_8{display:flex;flex-direction:column;gap:6px;height:100%;width:100%}._title_kh9z8_16{font-weight:500;line-height:24px;font-size:16px;color:var(--main-color)}._subtitle_kh9z8_23{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._alignmentContent_kh9z8_30{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:stretch;padding:10px 0 16px}._alignments_kh9z8_39{border-radius:12px;background:var(--background-color);display:grid;gap:4px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,29.5px);flex:0 0 45%;height:100%;width:100%}._alignment_kh9z8_30{display:flex;flex-direction:row;gap:0px;cursor:pointer;height:100%;width:100%;align-items:center;justify-content:center;transition:background-color .3s ease;border-radius:8px}._circle_kh9z8_64{width:6px;height:6px;border-radius:50%;background-color:#c2c2c2}._paddings_kh9z8_71{border-radius:12px;display:grid;gap:4px;grid-template-columns:repeat(2,80px);grid-template-rows:repeat(2,1fr);width:165px;height:100%}._padding_kh9z8_71{display:flex;flex-direction:row;gap:4px;width:75px;align-items:center;background:var(--background-color);border-radius:12px;padding:10px 8px;border:1px solid transparent;transition:border .3s ease}._padding_kh9z8_71:hover{border:1px solid #f0f0f0}._active_kh9z8_97,._active_kh9z8_97:hover{border:1px solid #ff3f19}._input_kh9z8_104{width:100%}._title_82zux_1{font-weight:500}._subtitle_82zux_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_82zux_12,._text_82zux_13,._productsBlock_82zux_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_82zux_14{position:relative}._top_82zux_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_82zux_35{display:flex;flex-direction:column;gap:6px}._typeTexts_82zux_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_82zux_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_82zux_61{border:1px solid #ff3f19}._products_82zux_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_82zux_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_82zux_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_82zux_91{color:var(--accent-color)}._image_82zux_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_82zux_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_82zux_114{flex:1 1 100%}._buttons_82zux_118{display:flex;flex-direction:row;gap:8px;align-items:center}._modal_82zux_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px}._modal_82zux_125 ._top_82zux_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_82zux_145{display:flex;flex-direction:column;gap:8px}._modalOptions_82zux_151{display:flex;flex-direction:column;gap:10px}._addButton_82zux_157{display:flex;flex-direction:row;gap:0px;justify-content:center;width:100%}._addButton_82zux_157{display:flex;flex-direction:row;gap:0px;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_82zux_157:hover{background-color:#f0f0f0}._deleteButton_82zux_179{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_82zux_179:hover{background-color:#f0f0f0}._title_roi3a_1{font-weight:500}._subtitle_roi3a_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_roi3a_12,._text_roi3a_13,._productsBlock_roi3a_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_roi3a_14{position:relative}._top_roi3a_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_roi3a_35{display:flex;flex-direction:column;gap:6px}._typeTexts_roi3a_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_roi3a_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_roi3a_61{border:1px solid #ff3f19}._products_roi3a_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_roi3a_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_roi3a_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_roi3a_91{color:var(--accent-color)}._image_roi3a_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_roi3a_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_roi3a_114{flex:1 1 100%}._buttons_roi3a_118{display:flex;flex-direction:row;gap:4px;align-items:center}._modal_roi3a_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;border-radius:12px}._modal_roi3a_125 ._top_roi3a_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between;padding:16px 16px 0}._link_roi3a_145{display:flex;flex-direction:column;gap:8px}._modalOptions_roi3a_151{display:flex;flex-direction:column;gap:10px;max-height:500px;padding:0 16px 16px}._modalOptions_roi3a_151>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_roi3a_164{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_roi3a_164:hover{background-color:#f0f0f0}._deleteButton_roi3a_179{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_roi3a_179:hover{background-color:#f0f0f0}._closeIcon_roi3a_191{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_roi3a_191:hover{background-color:#f0f0f0}._subtitle_jql1y_1{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_jql1y_8,._text_jql1y_9,._productsBlock_jql1y_10,._buttonsBlock_jql1y_11{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px;border-bottom:var(--default-border)}._buttonsBlock_jql1y_11{position:relative}._top_jql1y_23{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_jql1y_32{display:flex;flex-direction:column;gap:6px}._typeTexts_jql1y_38{display:flex;flex-direction:row;gap:8px;align-items:center}._block_jql1y_45{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_jql1y_58{border:1px solid #ff3f19}._products_jql1y_10{display:flex;flex-direction:column;gap:8px;width:100%}._product_jql1y_10{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_jql1y_11{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_jql1y_88{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_jql1y_95{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_jql1y_107{flex:1 1 100%}._buttons_jql1y_11{display:flex;flex-direction:row;gap:4px;align-items:center}._modal_jql1y_118{position:fixed;background-color:#fff;right:-300px;z-index:10000;max-width:276px;width:100%;bottom:20px;padding:16px;border-radius:12px;border:var(--default-border)}._modal_jql1y_118 ._top_jql1y_23{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._other_jql1y_138{display:flex;flex-direction:column;gap:6px}._options_jql1y_144{display:flex;flex-direction:column;gap:15px}._addButton_jql1y_150{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;transition:.3s background-color ease;padding:4px;border-radius:8px}._addButton_jql1y_150:hover{background-color:#f0f0f0}._deleteButton_jql1y_165{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_jql1y_165:hover{background-color:#f0f0f0}._options_1aiq8_1{display:flex;flex-direction:column;gap:20px;border-radius:16px;border:var(--default-border);width:100%;height:fit-content;padding:24px;min-width:450px}@media (max-width: 768px){._options_1aiq8_1{min-width:auto}}._price_1aiq8_18{display:flex;flex-direction:row;gap:4px;align-items:flex-start}._oldPrice_1aiq8_25{font-size:14px;font-weight:400;line-height:20px;text-decoration:line-through;color:var(--accent-color)}._newPrice_1aiq8_33{font-size:20px;font-weight:700;line-height:24px;color:var(--main-color)}._animate_1aiq8_40{animation:_appearAndBounce_1aiq8_1 .5s ease-out}@keyframes _appearAndBounce_1aiq8_1{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}._meta_1aiq8_58{display:flex;flex-direction:column;gap:10px}._info_1aiq8_64{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._infoRight_1aiq8_72{display:flex;flex-direction:row;gap:5px;align-items:center}._buttons_1aiq8_79{display:flex;flex-direction:column;gap:8px;width:100%}._variants_1aiq8_86{display:flex;flex-direction:column;gap:20px}._variant_1aiq8_86{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;border-radius:12px;padding:12px 16px;border:2px solid #e6e6e6;cursor:pointer}._stock_1aiq8_104{font-size:14px;font-weight:400;line-height:20px;color:var(--accent-color)}._variantInfo_1aiq8_111{display:flex;flex-direction:column;gap:4px}._quantity_1aiq8_117{display:flex;flex-direction:row;gap:10px;align-items:center}._count_1aiq8_124{display:flex;flex-direction:row;gap:0px;text-align:center;padding:0 10px;width:100%;flex:1 1 auto;justify-content:center;align-items:center;border:1px solid #e6e6e6;transition:border .3s ease}._count_1aiq8_124:hover{border:1px solid #c9c9c9}._focused_1aiq8_141,._focused_1aiq8_141:hover{border:1px solid #ff3f19}._button_1aiq8_79{display:flex;flex-direction:row;gap:0px;background:var(--background-color);border-radius:50%;padding:8px;justify-content:center;align-items:center;transition:background-color .3s ease}._button_1aiq8_79:hover{background-color:#e6e6e6}._button_1aiq8_79:disabled{opacity:.7}._activeVariant_1aiq8_167{border:2px solid #ff3f19}._chargeTypes_1aiq8_171{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_1aiq8_171{display:flex;flex-direction:row;gap:0px;flex:1 1 auto;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;transition:.3s background-color ease}._charge_1aiq8_171:hover{background-color:#f0f0f0}._chargeActive_1aiq8_196{background-color:#fff;color:var(--main-color)}._chargeActive_1aiq8_196:hover{background-color:#fff}._title_1aiq8_204{font-size:16px;font-weight:700;line-height:24px}._button_14q75_1{display:flex;flex-direction:row;gap:0px;align-items:center;padding:10px;background-color:var(--surface-secondary);border-radius:12px;color:var(--text-secondary);cursor:pointer;position:relative}._login_14q75_14{padding:12px 16px}._signUp_14q75_18{background-color:var(--surface-action1);color:var(--text-inverted)}._buttons_14q75_23{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:16px}._modal_14q75_32{background-color:var(--surface-primary);height:100vh;position:absolute;right:0;top:0;bottom:0;align-self:flex-end;justify-self:flex-end;border-top-left-radius:24px;border-bottom-left-radius:24px;width:100%;min-width:300px;max-width:450px;animation:_slide-in-fade_14q75_1 .3s ease forwards}@media (max-width: 700px){._modal_14q75_32{right:0;left:0;bottom:0;top:auto;height:80vh;width:100%;max-width:100vw;min-width:0;border-radius:24px;animation:_mobile-slide-in-fade_14q75_1 .3s ease forwards}._modal_14q75_32._closing_14q75_64{animation:_mobile-slide-out-fade_14q75_1 .3s ease forwards}}._closing_14q75_64{animation:_slide-out-fade_14q75_1 .3s ease forwards}@keyframes _mobile-slide-in-fade_14q75_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slide-in-fade_14q75_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _mobile-slide-out-fade_14q75_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes _slide-out-fade_14q75_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}._info_14q75_113{display:flex;flex-direction:row;gap:8px;align-items:center}._top_14q75_120{display:flex;flex-direction:row;padding:26px 24px;border-bottom:var(--border-thickness) solid var(--border-color);align-items:center;justify-content:space-between;gap:8px}._title_14q75_131{font-size:20px;font-weight:700;line-height:24px;color:var(--text-primary)}._clear_14q75_138{font-size:14px;font-weight:400;line-height:20px;color:var(--text-secondary)}._activeClear_14q75_145{color:var(--surface-action1)}._count_14q75_149{display:flex;flex-direction:row;gap:0px;background:var(--surface-action1);color:var(--text-inverted);width:100%;height:100%;border-radius:50%;min-width:20px;min-height:20px;align-items:center;justify-content:center}._cart_14q75_164{display:flex;flex-direction:column;gap:0px;height:calc(100% - 76px);width:100%}._empty_14q75_172{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;height:100%;flex:1 1 auto;color:var(--accent-color)}._empty_14q75_172 div{padding-bottom:16px}._empty_14q75_172 span:first-child{font-size:16px;font-weight:700;line-height:24px;text-align:center}._empty_14q75_172 span:last-child{font-size:16px;font-weight:400;line-height:24px;text-align:center}._product_14q75_198{display:flex;flex-direction:row;gap:0px;padding:26px 24px;align-items:center;justify-content:space-between}._products_14q75_207{display:flex;flex-direction:column;gap:0px;flex:1 1 auto;overflow-y:scroll}._image_14q75_215{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary)}._image_14q75_215 img{width:100%;height:100%;object-fit:cover}._productInfo_14q75_230{display:flex;flex-direction:row;gap:12px;align-items:center}._content_14q75_237{display:flex;flex-direction:column;gap:4px}._name_14q75_243{font-size:16px;font-weight:600;line-height:24px}._price_14q75_249{font-size:16px;font-weight:400;line-height:24px}._productButtons_14q75_255{display:flex;flex-direction:row;gap:5px;align-items:center}._productButton_14q75_255{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;border-radius:12px;padding:8px}._productCount_14q75_272{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;border-radius:12px;padding:8px;font-size:16px;font-weight:400;line-height:24px;text-align:center;background-color:var(--surface-action1);color:var(--text-inverted);min-width:36px}._bottom_14q75_289{display:flex;flex-direction:column;gap:10px;width:100%;padding:26px 24px}._subtotal_14q75_297{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._block_14q75_305{display:flex;flex-direction:row;gap:10px;align-items:center}._shoppingCount_14q75_312{display:flex;flex-direction:row;gap:0px;width:12px;height:12px;border-radius:50%;align-items:center;justify-content:center;background-color:var(--surface-action1);color:var(--text-inverted);font-size:10px;font-weight:500;line-height:12px;text-align:center;position:absolute;top:8px;right:8px}._total_14q75_332{font-size:20px;font-weight:700;line-height:24px}._link_14q75_338{font-size:16px;font-weight:400;line-height:24px;color:var(--text-link)}._userInfo_14q75_345{display:flex;flex-direction:row;gap:8px;background-color:var(--surface-secondary);cursor:pointer;align-items:center;border-radius:16px;padding:10px}._pagesMobileModal_14q75_356{background-color:var(--surface-primary);height:100%;position:absolute;right:0;top:0;bottom:0;left:0;width:100%;display:flex;flex-direction:column;gap:20px}._pagesMobileModalContent_14q75_370{flex:1 1 100%;overflow-y:auto;padding:16px}._pagesMobileModalHeader_14q75_376{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;padding:24px;border-bottom:var(--border-thickness) solid var(--border-color)}._pagesMobileModalFooter_14q75_386{padding:16px;display:flex;flex-direction:column;gap:5px}._share_10urc_1{padding:10px;border-radius:12px;background:#f8f8f8;cursor:pointer;display:flex}._modal_10urc_9{border-radius:12px;background:#fff;width:fit-content;position:relative}@media (max-width: 768px){._modal_10urc_9{width:90vw}}._header_10urc_21{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:var(--default-border)}._socials_10urc_31{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;padding:24px 24px 16px}._social_10urc_31,._copy_10urc_41{padding:12px;border-radius:12px;background:#f8f8f8;cursor:pointer}._title_10urc_48{font-size:24px;font-weight:700;line-height:32px}._copyWrapper_10urc_54{display:flex;flex-direction:row;gap:16px;width:100%;align-items:center;padding:24px}._copyText_10urc_63{flex:1 1 auto;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}@media (max-width: 768px){._copyText_10urc_63{display:none}}._copyTextMobile_10urc_76{display:none}@media (max-width: 768px){._copyTextMobile_10urc_76{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex:1 1 auto}}@media (max-width: 485px){._copyTextMobile_10urc_76{display:none}}._copyTextMiniMobile_10urc_95{display:none}@media (max-width: 485px){._copyTextMiniMobile_10urc_95{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex:1 1 auto}}._accordion_1s1lq_1{border-radius:var(--border-radius);overflow:hidden;transition:all .3s ease;background-color:var(--background-color);padding:24px}._header_1s1lq_9{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700}._header_1s1lq_9 ._icon_1s1lq_18{transition:transform .3s ease}._header_1s1lq_9 ._icon_1s1lq_18._open_1s1lq_21{transform:rotate(180deg)}._content_1s1lq_25{overflow:hidden;transition:height .3s ease}._buttonsBlock_1b2rb_1{gap:8px;position:absolute;bottom:16px;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;padding:0 10px;width:100%;animation:_slideUp_1b2rb_1 .3s ease}@keyframes _slideUp_1b2rb_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._wrapper_27wzz_1{display:flex;align-items:center;gap:12px;margin:0 0 14px}._logo_27wzz_8 img{border-radius:var(--border-radius)}._info_27wzz_12{display:flex;flex-direction:column;gap:4px}._options_puxd1_1{display:flex;flex-direction:column;gap:20px;border-radius:16px;border:var(--default-border);width:100%;height:fit-content;padding:24px}._price_puxd1_12{display:flex;flex-direction:row;gap:4px;align-items:flex-start}._oldPrice_puxd1_19{font-size:14px;font-weight:400;line-height:20px;text-decoration:line-through;color:var(--accent-color)}._newPrice_puxd1_27{font-size:20px;font-weight:700;line-height:24px;color:var(--main-color)}._animate_puxd1_34{animation:_appearAndBounce_puxd1_1 .5s ease-out}@keyframes _appearAndBounce_puxd1_1{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}._meta_puxd1_52{display:flex;flex-direction:column;gap:10px}._info_puxd1_58{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._infoRight_puxd1_66{display:flex;flex-direction:row;gap:5px;align-items:center}._buttons_puxd1_73{display:flex;flex-direction:column;gap:8px;width:100%}._variants_puxd1_80{display:flex;flex-direction:column;gap:20px}._variant_puxd1_80{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;border-radius:12px;padding:12px 16px;border:2px solid #e6e6e6;cursor:pointer}._stock_puxd1_98{font-size:14px;font-weight:400;line-height:20px;color:var(--accent-color)}._variantInfo_puxd1_105{display:flex;flex-direction:column;gap:4px}._quantity_puxd1_111{display:flex;flex-direction:row;gap:10px;align-items:center}._count_puxd1_118{display:flex;flex-direction:row;gap:0px;text-align:center;padding:0 10px;width:100%;flex:1 1 auto;justify-content:center;align-items:center;border:1px solid #e6e6e6;transition:border .3s ease}._count_puxd1_118:hover{border:1px solid #c9c9c9}._focused_puxd1_135,._focused_puxd1_135:hover{border:1px solid #ff3f19}._button_puxd1_73{display:flex;flex-direction:row;gap:0px;background:var(--background-color);border-radius:50%;padding:8px;justify-content:center;align-items:center;transition:background-color .3s ease}._button_puxd1_73:hover{background-color:#e6e6e6}._button_puxd1_73:disabled{opacity:.7}._activeVariant_puxd1_161{border:2px solid #ff3f19}._chargeTypes_puxd1_165{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_puxd1_165{display:flex;flex-direction:row;gap:0px;flex:1 1 auto;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;transition:.3s background-color ease}._charge_puxd1_165:hover{background-color:#f0f0f0}._chargeActive_puxd1_190{background-color:#fff;color:var(--main-color)}._chargeActive_puxd1_190:hover{background-color:#fff}._title_puxd1_198{font-size:16px;font-weight:700;line-height:24px}._modal_puxd1_204{display:flex;flex-direction:column;gap:32px;background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;max-height:600px;height:fit-content;width:100%;overflow:hidden;padding:16px}@media (max-width: 768px){._modal_puxd1_204{max-width:100%;max-height:100%}}._header_puxd1_224{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center}._productOptions_puxd1_232{overflow-y:auto}._loading_puxd1_236{height:100%;width:100%;display:flex;align-items:center;justify-content:center;min-height:300px}._wrapper_1efqk_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%;position:relative}._label_1efqk_10{width:100%;color:var(--input-label-color);line-height:var(--input-label-height);font-size:var(--input-label-size);text-align:var(--input-label-alignment);font-weight:400}._contentBorder_1efqk_19{border:var(--input-border-thickness) var(--input-border-style) var(--input-border-color)}._contentField_1efqk_23{background-color:var(--input-field-color)}._textarea_1efqk_27{width:100%;border-radius:12px;padding:8px 12px;font-size:16px;line-height:24px;resize:none;min-height:80px;color:var(--input-color)}._textarea_1efqk_27::placeholder{color:var(--text-tertiary)}._length_1efqk_42{position:absolute;bottom:12px;right:12px;color:var(--text-tertiary);line-height:20px}')),document.head.appendChild(e)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
|
|
2
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BaU8m6yb.cjs"),g=require("react"),Lt=[{icon:"Desktop",value:"desktop"},{icon:"DeviceTabletCamera",value:"tablet"},{icon:"DeviceMobileCamera",value:"mobile"}];var vt=(t=>(t.ICON_LINK="--icon-link",t.ICON_ERROR="--icon-error",t.ICON_ACTION="--icon-action",t.ICON_PRIMARY="--icon-primary",t.ICON_SUCCESS="--icon-success",t.ICON_WARNING="--icon-warning",t.ICON_DISABLED="--icon-disabled",t.ICON_INVERTED="--icon-inverted",t.ICON_TERTIARY="--icon-tertiary",t.ICON_SECONDARY="--icon-secondary",t.ICON_ACTION_HOVER="--icon-actionHover",t.ICON_INFORMATION="--icon-information",t.TEXT_LINK="--text-link",t.TEXT_ERROR="--text-error",t.TEXT_ACTION="--text-action",t.TEXT_PRIMARY="--text-primary",t.TEXT_SUCCESS="--text-success",t.TEXT_WARNING="--text-warning",t.TEXT_DISABLED="--text-disabled",t.TEXT_INVERTED="--text-inverted",t.TEXT_TERTIARY="--text-tertiary",t.TEXT_SECONDARY="--text-secondary",t.TEXT_ACTION_HOVER="--text-actionHover",t.TEXT_INFORMATION="--text-information",t.BORDER_ERROR="--border-error",t.BORDER_FOCUS="--border-focus",t.BORDER_ACTION="--border-action",t.BORDER_PRIMARY="--border-primary",t.BORDER_SUCCESS="--border-success",t.BORDER_WARNING="--border-warning",t.BORDER_DISABLED="--border-disabled",t.BORDER_SECONDARY="--border-secondary",t.BORDER_ACTION_HOVER="--border-actionHover",t.BORDER_INFORMATION="--border-information",t.SURFACE_ERROR="--surface-error",t.SURFACE_MODAL="--surface-modal",t.SURFACE_ACTION1="--surface-action1",t.SURFACE_ACTION2="--surface-action2",t.SURFACE_PRIMARY="--surface-primary",t.SURFACE_SUCCESS="--surface-success",t.SURFACE_WARNING="--surface-warning",t.SURFACE_DISABLED="--surface-disabled",t.SURFACE_SECONDARY="--surface-secondary",t.SURFACE_INFORMATION="--surface-information",t.SURFACE_ACTION1_HOVER="--surface-action1Hover",t.SURFACE_ACTION2_HOVER="--surface-action2Hover",t))(vt||{});const re=[{icon:"PaintBrushBroad",name:"Colors"},{icon:"TextAa",name:"Fonts"},{icon:"CornersOut",name:"Borders"},{icon:"ArrowSquareIn",name:"Buttons"},{icon:"Textbox",name:"Inputs"}],Oe=[12,14,16,18,20,24,28,32,40,48].map(t=>String(t)),Bt=["Acorn","Activity","AddressBook","AddressBookTabs","AirTrafficControl","Airplane","AirplaneInFlight","AirplaneLanding","AirplaneTakeoff","AirplaneTaxiing","AirplaneTilt","Airplay","Alarm","Alien","AlignBottom","AlignBottomSimple","AlignCenterHorizontal","AlignCenterHorizontalSimple","AlignCenterVertical","AlignCenterVerticalSimple","AlignLeft","AlignLeftSimple","AlignRight","AlignRightSimple","AlignTop","AlignTopSimple","AmazonLogo","Ambulance","Anchor","AnchorSimple","AndroidLogo","Angle","AngularLogo","Aperture","AppStoreLogo","AppWindow","AppleLogo","ApplePodcastsLogo","ApproximateEquals","Archive","ArchiveBox","ArchiveTray","Armchair","ArrowArcLeft","ArrowArcRight","ArrowBendDoubleUpLeft","ArrowBendDoubleUpRight","ArrowBendDownLeft","ArrowBendDownRight","ArrowBendLeftDown","ArrowBendLeftUp","ArrowBendRightDown","ArrowBendRightUp","ArrowBendUpLeft","ArrowBendUpRight","ArrowCircleDown","ArrowCircleDownLeft","ArrowCircleDownRight","ArrowCircleLeft","ArrowCircleRight","ArrowCircleUp","ArrowCircleUpLeft","ArrowCircleUpRight","ArrowClockwise","ArrowCounterClockwise","ArrowDown","ArrowDownLeft","ArrowDownRight","ArrowElbowDownLeft","ArrowElbowDownRight","ArrowElbowLeft","ArrowElbowLeftDown","ArrowElbowLeftUp","ArrowElbowRight","ArrowElbowRightDown","ArrowElbowRightUp","ArrowElbowUpLeft","ArrowElbowUpRight","ArrowFatDown","ArrowFatLeft","ArrowFatLineDown","ArrowFatLineLeft","ArrowFatLineRight","ArrowFatLineUp","ArrowFatLinesDown","ArrowFatLinesLeft","ArrowFatLinesRight","ArrowFatLinesUp","ArrowFatRight","ArrowFatUp","ArrowLeft","ArrowLineDown","ArrowLineDownLeft","ArrowLineDownRight","ArrowLineLeft","ArrowLineRight","ArrowLineUp","ArrowLineUpLeft","ArrowLineUpRight","ArrowRight","ArrowSquareDown","ArrowSquareDownLeft","ArrowSquareDownRight","ArrowSquareIn","ArrowSquareLeft","ArrowSquareOut","ArrowSquareRight","ArrowSquareUp","ArrowSquareUpLeft","ArrowSquareUpRight","ArrowUDownLeft","ArrowUDownRight","ArrowULeftDown","ArrowULeftUp","ArrowURightDown","ArrowURightUp","ArrowUUpLeft","ArrowUUpRight","ArrowUp","ArrowUpLeft","ArrowUpRight","ArrowsClockwise","ArrowsCounterClockwise","ArrowsDownUp","ArrowsHorizontal","ArrowsIn","ArrowsInCardinal","ArrowsInLineHorizontal","ArrowsInLineVertical","ArrowsInSimple","ArrowsLeftRight","ArrowsMerge","ArrowsOut","ArrowsOutCardinal","ArrowsOutLineHorizontal","ArrowsOutLineVertical","ArrowsOutSimple","ArrowsSplit","ArrowsVertical","Article","ArticleMedium","ArticleNyTimes","Asclepius","Asterisk","AsteriskSimple","At","Atom","Avocado","Axe","Baby","BabyCarriage","Backpack","Backspace","Bag","BagSimple","Balloon","Bandaids","Bank","Barbell","Barcode","Barn","Barricade","Baseball","BaseballCap","BaseballHelmet","Basket","Basketball","Bathtub","BatteryCharging","BatteryChargingVertical","BatteryEmpty","BatteryFull","BatteryHigh","BatteryLow","BatteryMedium","BatteryPlus","BatteryPlusVertical","BatteryVerticalEmpty","BatteryVerticalFull","BatteryVerticalHigh","BatteryVerticalLow","BatteryVerticalMedium","BatteryWarning","BatteryWarningVertical","BeachBall","Beanie","Bed","BeerBottle","BeerStein","BehanceLogo","Bell","BellRinging","BellSimple","BellSimpleRinging","BellSimpleSlash","BellSimpleZ","BellSlash","BellZ","Belt","BezierCurve","Bicycle","Binary","Binoculars","Biohazard","Bird","Blueprint","Bluetooth","BluetoothConnected","BluetoothSlash","BluetoothX","Boat","Bomb","Bone","Book","BookBookmark","BookOpen","BookOpenText","BookOpenUser","Bookmark","BookmarkSimple","Bookmarks","BookmarksSimple","Books","Boot","Boules","BoundingBox","BowlFood","BowlSteam","BowlingBall","BoxArrowDown","BoxArrowUp","BoxingGlove","BracketsAngle","BracketsCurly","BracketsRound","BracketsSquare","Brain","Brandy","Bread","Bridge","Briefcase","BriefcaseMetal","Broadcast","Broom","Browser","Browsers","Bug","BugBeetle","BugDroid","Building","BuildingApartment","BuildingOffice","Buildings","Bulldozer","Bus","Butterfly","CableCar","Cactus","Caduceus","Cake","Calculator","Calendar","CalendarBlank","CalendarCheck","CalendarDot","CalendarDots","CalendarHeart","CalendarMinus","CalendarPlus","CalendarSlash","CalendarStar","CalendarX","CallBell","Camera","CameraPlus","CameraRotate","CameraSlash","Campfire","Car","CarBattery","CarProfile","CarSimple","Cardholder","Cards","CardsThree","CaretCircleDoubleDown","CaretCircleDoubleLeft","CaretCircleDoubleRight","CaretCircleDoubleUp","CaretCircleDown","CaretCircleLeft","CaretCircleRight","CaretCircleUp","CaretCircleUpDown","CaretDoubleDown","CaretDoubleLeft","CaretDoubleRight","CaretDoubleUp","CaretDown","CaretLeft","CaretLineDown","CaretLineLeft","CaretLineRight","CaretLineUp","CaretRight","CaretUp","CaretUpDown","Carrot","CashRegister","CassetteTape","CastleTurret","Cat","CellSignalFull","CellSignalHigh","CellSignalLow","CellSignalMedium","CellSignalNone","CellSignalSlash","CellSignalX","CellTower","Certificate","Chair","Chalkboard","ChalkboardSimple","ChalkboardTeacher","Champagne","ChargingStation","ChartBar","ChartBarHorizontal","ChartDonut","ChartLine","ChartLineDown","ChartLineUp","ChartPie","ChartPieSlice","ChartPolar","ChartScatter","Chat","ChatCentered","ChatCenteredDots","ChatCenteredSlash","ChatCenteredText","ChatCircle","ChatCircleDots","ChatCircleSlash","ChatCircleText","ChatDots","ChatSlash","ChatTeardrop","ChatTeardropDots","ChatTeardropSlash","ChatTeardropText","ChatText","Chats","ChatsCircle","ChatsTeardrop","Check","CheckCircle","CheckFat","CheckSquare","CheckSquareOffset","Checkerboard","Checks","Cheers","Cheese","ChefHat","Cherries","Church","Cigarette","CigaretteSlash","Circle","CircleDashed","CircleHalf","CircleHalfTilt","CircleNotch","CircleWavy","CircleWavyCheck","CircleWavyQuestion","CircleWavyWarning","CirclesFour","CirclesThree","CirclesThreePlus","Circuitry","City","Clipboard","ClipboardText","Clock","ClockAfternoon","ClockClockwise","ClockCountdown","ClockCounterClockwise","ClockUser","ClosedCaptioning","Cloud","CloudArrowDown","CloudArrowUp","CloudCheck","CloudFog","CloudLightning","CloudMoon","CloudRain","CloudSlash","CloudSnow","CloudSun","CloudWarning","CloudX","Clover","Club","CoatHanger","CodaLogo","Code","CodeBlock","CodeSimple","CodepenLogo","CodesandboxLogo","Coffee","CoffeeBean","Coin","CoinVertical","Coins","Columns","ColumnsPlusLeft","ColumnsPlusRight","Command","Compass","CompassRose","CompassTool","ComputerTower","Confetti","ContactlessPayment","Control","Cookie","CookingPot","Copy","CopySimple","Copyleft","Copyright","CornersIn","CornersOut","Couch","CourtBasketball","Cow","CowboyHat","Cpu","Crane","CraneTower","CreditCard","Cricket","Crop","Cross","Crosshair","CrosshairSimple","Crown","CrownCross","CrownSimple","Cube","CubeFocus","CubeTransparent","CurrencyBtc","CurrencyCircleDollar","CurrencyCny","CurrencyDollar","CurrencyDollarSimple","CurrencyEth","CurrencyEur","CurrencyGbp","CurrencyInr","CurrencyJpy","CurrencyKrw","CurrencyKzt","CurrencyNgn","CurrencyRub","Cursor","CursorClick","CursorText","Cylinder","Database","Desk","Desktop","DesktopTower","Detective","DevToLogo","DeviceMobile","DeviceMobileCamera","DeviceMobileSlash","DeviceMobileSpeaker","DeviceRotate","DeviceTablet","DeviceTabletCamera","DeviceTabletSpeaker","Devices","Diamond","DiamondsFour","DiceFive","DiceFour","DiceOne","DiceSix","DiceThree","DiceTwo","Disc","DiscoBall","DiscordLogo","Divide","Dna","Dog","Door","DoorOpen","Dot","DotOutline","DotsNine","DotsSix","DotsSixVertical","DotsThree","DotsThreeCircle","DotsThreeCircleVertical","DotsThreeOutline","DotsThreeOutlineVertical","DotsThreeVertical","Download","DownloadSimple","Dress","Dresser","DribbbleLogo","Drone","Drop","DropHalf","DropHalfBottom","DropSimple","DropSlash","DropboxLogo","Ear","EarSlash","Egg","EggCrack","Eject","EjectSimple","Elevator","Empty","Engine","Envelope","EnvelopeOpen","EnvelopeSimple","EnvelopeSimpleOpen","Equalizer","Equals","Eraser","EscalatorDown","EscalatorUp","Exam","ExclamationMark","Exclude","ExcludeSquare","Export","Eye","EyeClosed","EyeSlash","Eyedropper","EyedropperSample","Eyeglasses","Eyes","FaceMask","FacebookLogo","Factory","Faders","FadersHorizontal","FalloutShelter","Fan","Farm","FastForward","FastForwardCircle","Feather","FediverseLogo","FigmaLogo","File","FileArchive","FileArrowDown","FileArrowUp","FileAudio","FileC","FileCSharp","FileCloud","FileCode","FileCpp","FileCss","FileCsv","FileDashed","FileDoc","FileDotted","FileHtml","FileImage","FileIni","FileJpg","FileJs","FileJsx","FileLock","FileMagnifyingGlass","FileMd","FileMinus","FilePdf","FilePlus","FilePng","FilePpt","FilePy","FileRs","FileSearch","FileSql","FileSvg","FileText","FileTs","FileTsx","FileTxt","FileVideo","FileVue","FileX","FileXls","FileZip","Files","FilmReel","FilmScript","FilmSlate","FilmStrip","Fingerprint","FingerprintSimple","FinnTheHuman","Fire","FireExtinguisher","FireSimple","FireTruck","FirstAid","FirstAidKit","Fish","FishSimple","Flag","FlagBanner","FlagBannerFold","FlagCheckered","FlagPennant","Flame","Flashlight","Flask","FlipHorizontal","FlipVertical","FloppyDisk","FloppyDiskBack","FlowArrow","Flower","FlowerLotus","FlowerTulip","FlyingSaucer","Folder","FolderDashed","FolderDotted","FolderLock","FolderMinus","FolderNotch","FolderNotchMinus","FolderNotchOpen","FolderNotchPlus","FolderOpen","FolderPlus","FolderSimple","FolderSimpleDashed","FolderSimpleDotted","FolderSimpleLock","FolderSimpleMinus","FolderSimplePlus","FolderSimpleStar","FolderSimpleUser","FolderStar","FolderUser","Folders","Football","FootballHelmet","Footprints","ForkKnife","FourK","FrameCorners","FramerLogo","Function","Funnel","FunnelSimple","FunnelSimpleX","FunnelX","GameController","Garage","GasCan","GasPump","Gauge","Gavel","Gear","GearFine","GearSix","GenderFemale","GenderIntersex","GenderMale","GenderNeuter","GenderNonbinary","GenderTransgender","Ghost","Gif","Gift","GitBranch","GitCommit","GitDiff","GitFork","GitMerge","GitPullRequest","GithubLogo","GitlabLogo","GitlabLogoSimple","Globe","GlobeHemisphereEast","GlobeHemisphereWest","GlobeSimple","GlobeSimpleX","GlobeStand","GlobeX","Goggles","Golf","GoodreadsLogo","GoogleCardboardLogo","GoogleChromeLogo","GoogleDriveLogo","GoogleLogo","GooglePhotosLogo","GooglePlayLogo","GooglePodcastsLogo","Gps","GpsFix","GpsSlash","Gradient","GraduationCap","Grains","GrainsSlash","Graph","GraphicsCard","GreaterThan","GreaterThanOrEqual","GridFour","GridNine","Guitar","HairDryer","Hamburger","Hammer","Hand","HandArrowDown","HandArrowUp","HandCoins","HandDeposit","HandEye","HandFist","HandGrabbing","HandHeart","HandPalm","HandPeace","HandPointing","HandSoap","HandSwipeLeft","HandSwipeRight","HandTap","HandWaving","HandWithdraw","Handbag","HandbagSimple","HandsClapping","HandsPraying","Handshake","HardDrive","HardDrives","HardHat","Hash","HashStraight","HeadCircuit","Headlights","Headphones","Headset","Heart","HeartBreak","HeartHalf","HeartStraight","HeartStraightBreak","Heartbeat","Hexagon","HighDefinition","HighHeel","Highlighter","HighlighterCircle","Hockey","Hoodie","Horse","Hospital","Hourglass","HourglassHigh","HourglassLow","HourglassMedium","HourglassSimple","HourglassSimpleHigh","HourglassSimpleLow","HourglassSimpleMedium","House","HouseLine","HouseSimple","Hurricane","IceCream","IconBase","IconContext","IdentificationBadge","IdentificationCard","Image","ImageBroken","ImageSquare","Images","ImagesSquare","Infinity","Info","InstagramLogo","Intersect","IntersectSquare","IntersectThree","Intersection","Invoice","Island","Jar","JarLabel","Jeep","Joystick","Kanban","Key","KeyReturn","Keyboard","Keyhole","Knife","Ladder","LadderSimple","Lamp","LampPendant","Laptop","Lasso","LastfmLogo","Layout","Leaf","Lectern","Lego","LegoSmiley","Lemniscate","LessThan","LessThanOrEqual","LetterCircleH","LetterCircleP","LetterCircleV","Lifebuoy","Lightbulb","LightbulbFilament","Lighthouse","Lightning","LightningA","LightningSlash","LineSegment","LineSegments","LineVertical","Link","LinkBreak","LinkSimple","LinkSimpleBreak","LinkSimpleHorizontal","LinkSimpleHorizontalBreak","LinkedinLogo","LinktreeLogo","LinuxLogo","List","ListBullets","ListChecks","ListDashes","ListHeart","ListMagnifyingGlass","ListNumbers","ListPlus","ListStar","Lock","LockKey","LockKeyOpen","LockLaminated","LockLaminatedOpen","LockOpen","LockSimple","LockSimpleOpen","Lockers","Log","MagicWand","Magnet","MagnetStraight","MagnifyingGlass","MagnifyingGlassMinus","MagnifyingGlassPlus","Mailbox","MapPin","MapPinArea","MapPinLine","MapPinPlus","MapPinSimple","MapPinSimpleArea","MapPinSimpleLine","MapTrifold","MarkdownLogo","MarkerCircle","Martini","MaskHappy","MaskSad","MastodonLogo","MathOperations","MatrixLogo","Medal","MedalMilitary","MediumLogo","Megaphone","MegaphoneSimple","MemberOf","Memory","MessengerLogo","MetaLogo","Meteor","Metronome","Microphone","MicrophoneSlash","MicrophoneStage","Microscope","MicrosoftExcelLogo","MicrosoftOutlookLogo","MicrosoftPowerpointLogo","MicrosoftTeamsLogo","MicrosoftWordLogo","Minus","MinusCircle","MinusSquare","Money","MoneyWavy","Monitor","MonitorArrowUp","MonitorPlay","Moon","MoonStars","Moped","MopedFront","Mosque","Motorcycle","Mountains","Mouse","MouseLeftClick","MouseMiddleClick","MouseRightClick","MouseScroll","MouseSimple","MusicNote","MusicNoteSimple","MusicNotes","MusicNotesMinus","MusicNotesPlus","MusicNotesSimple","NavigationArrow","Needle","Network","NetworkSlash","NetworkX","Newspaper","NewspaperClipping","NotEquals","NotMemberOf","NotSubsetOf","NotSupersetOf","Notches","Note","NoteBlank","NotePencil","Notebook","Notepad","Notification","NotionLogo","NuclearPlant","NumberCircleEight","NumberCircleFive","NumberCircleFour","NumberCircleNine","NumberCircleOne","NumberCircleSeven","NumberCircleSix","NumberCircleThree","NumberCircleTwo","NumberCircleZero","NumberEight","NumberFive","NumberFour","NumberNine","NumberOne","NumberSeven","NumberSix","NumberSquareEight","NumberSquareFive","NumberSquareFour","NumberSquareNine","NumberSquareOne","NumberSquareSeven","NumberSquareSix","NumberSquareThree","NumberSquareTwo","NumberSquareZero","NumberThree","NumberTwo","NumberZero","Numpad","Nut","NyTimesLogo","Octagon","OfficeChair","Onigiri","OpenAiLogo","Option","Orange","OrangeSlice","Oven","Package","PaintBrush","PaintBrushBroad","PaintBrushHousehold","PaintBucket","PaintRoller","Palette","Panorama","Pants","PaperPlane","PaperPlaneRight","PaperPlaneTilt","Paperclip","PaperclipHorizontal","Parachute","Paragraph","Parallelogram","Park","Password","Path","PatreonLogo","Pause","PauseCircle","PawPrint","PaypalLogo","Peace","Pen","PenNib","PenNibStraight","Pencil","PencilCircle","PencilLine","PencilRuler","PencilSimple","PencilSimpleLine","PencilSimpleSlash","PencilSlash","Pentagon","Pentagram","Pepper","Percent","Person","PersonArmsSpread","PersonSimple","PersonSimpleBike","PersonSimpleCircle","PersonSimpleHike","PersonSimpleRun","PersonSimpleSki","PersonSimpleSnowboard","PersonSimpleSwim","PersonSimpleTaiChi","PersonSimpleThrow","PersonSimpleWalk","Perspective","Phone","PhoneCall","PhoneDisconnect","PhoneIncoming","PhoneList","PhoneOutgoing","PhonePause","PhonePlus","PhoneSlash","PhoneTransfer","PhoneX","PhosphorLogo","Pi","PianoKeys","PicnicTable","PictureInPicture","PiggyBank","Pill","PingPong","PintGlass","PinterestLogo","Pinwheel","Pipe","PipeWrench","PixLogo","Pizza","Placeholder","Planet","Plant","Play","PlayCircle","PlayPause","Playlist","Plug","PlugCharging","Plugs","PlugsConnected","Plus","PlusCircle","PlusMinus","PlusSquare","PokerChip","PoliceCar","Polygon","Popcorn","Popsicle","PottedPlant","Power","Prescription","Presentation","PresentationChart","Printer","Prohibit","ProhibitInset","ProjectorScreen","ProjectorScreenChart","Pulse","PushPin","PushPinSimple","PushPinSimpleSlash","PushPinSlash","PuzzlePiece","QrCode","Question","QuestionMark","Queue","Quotes","Rabbit","Racquet","Radical","Radio","RadioButton","Radioactive","Rainbow","RainbowCloud","Ranking","ReadCvLogo","Receipt","ReceiptX","Record","Rectangle","RectangleDashed","Recycle","RedditLogo","Repeat","RepeatOnce","ReplitLogo","Resize","Rewind","RewindCircle","RoadHorizon","Robot","Rocket","RocketLaunch","Rows","RowsPlusBottom","RowsPlusTop","Rss","RssSimple","Rug","Ruler","Sailboat","Scales","Scan","ScanSmiley","Scissors","Scooter","Screencast","Screwdriver","Scribble","ScribbleLoop","Scroll","Seal","SealCheck","SealPercent","SealQuestion","SealWarning","Seat","Seatbelt","SecurityCamera","Selection","SelectionAll","SelectionBackground","SelectionForeground","SelectionInverse","SelectionPlus","SelectionSlash","Shapes","Share","ShareFat","ShareNetwork","Shield","ShieldCheck","ShieldCheckered","ShieldChevron","ShieldPlus","ShieldSlash","ShieldStar","ShieldWarning","ShippingContainer","ShirtFolded","ShootingStar","ShoppingBag","ShoppingBagOpen","ShoppingCart","ShoppingCartSimple","Shovel","Shower","Shrimp","Shuffle","ShuffleAngular","ShuffleSimple","Sidebar","SidebarSimple","Sigma","SignIn","SignOut","Signature","Signpost","SimCard","Siren","SketchLogo","SkipBack","SkipBackCircle","SkipForward","SkipForwardCircle","Skull","SkypeLogo","SlackLogo","Sliders","SlidersHorizontal","Slideshow","Smiley","SmileyAngry","SmileyBlank","SmileyMeh","SmileyMelting","SmileyNervous","SmileySad","SmileySticker","SmileyWink","SmileyXEyes","SnapchatLogo","Sneaker","SneakerMove","Snowflake","SoccerBall","Sock","SolarPanel","SolarRoof","SortAscending","SortDescending","SoundcloudLogo","Spade","Sparkle","SpeakerHifi","SpeakerHigh","SpeakerLow","SpeakerNone","SpeakerSimpleHigh","SpeakerSimpleLow","SpeakerSimpleNone","SpeakerSimpleSlash","SpeakerSimpleX","SpeakerSlash","SpeakerX","Speedometer","Sphere","Spinner","SpinnerBall","SpinnerGap","Spiral","SplitHorizontal","SplitVertical","SpotifyLogo","SprayBottle","Square","SquareHalf","SquareHalfBottom","SquareLogo","SquareSplitHorizontal","SquareSplitVertical","SquaresFour","Stack","StackMinus","StackOverflowLogo","StackPlus","StackSimple","Stairs","Stamp","StandardDefinition","Star","StarAndCrescent","StarFour","StarHalf","StarOfDavid","SteamLogo","SteeringWheel","Steps","Stethoscope","Sticker","Stool","Stop","StopCircle","Storefront","Strategy","StripeLogo","Student","SubsetOf","SubsetProperOf","Subtitles","SubtitlesSlash","Subtract","SubtractSquare","Subway","Suitcase","SuitcaseRolling","SuitcaseSimple","Sun","SunDim","SunHorizon","Sunglasses","SupersetOf","SupersetProperOf","Swap","Swatches","SwimmingPool","Sword","Synagogue","Syringe","TShirt","Table","Tabs","Tag","TagChevron","TagSimple","Target","Taxi","TeaBag","TelegramLogo","Television","TelevisionSimple","TennisBall","Tent","Terminal","TerminalWindow","TestTube","TextAUnderline","TextAa","TextAlignCenter","TextAlignJustify","TextAlignLeft","TextAlignRight","TextB","TextBolder","TextColumns","TextH","TextHFive","TextHFour","TextHOne","TextHSix","TextHThree","TextHTwo","TextIndent","TextItalic","TextOutdent","TextStrikethrough","TextSubscript","TextSuperscript","TextT","TextTSlash","TextUnderline","Textbox","Thermometer","ThermometerCold","ThermometerHot","ThermometerSimple","ThreadsLogo","ThreeD","ThumbsDown","ThumbsUp","Ticket","TidalLogo","TiktokLogo","Tilde","Timer","TipJar","Tipi","Tire","ToggleLeft","ToggleRight","Toilet","ToiletPaper","Toolbox","Tooth","Tornado","Tote","ToteSimple","Towel","Tractor","Trademark","TrademarkRegistered","TrafficCone","TrafficSign","TrafficSignal","Train","TrainRegional","TrainSimple","Tram","Translate","Trash","TrashSimple","Tray","TrayArrowDown","TrayArrowUp","TreasureChest","Tree","TreeEvergreen","TreePalm","TreeStructure","TreeView","TrendDown","TrendUp","Triangle","TriangleDashed","Trolley","TrolleySuitcase","Trophy","Truck","TruckTrailer","TumblrLogo","TwitchLogo","TwitterLogo","Umbrella","UmbrellaSimple","Union","Unite","UniteSquare","Upload","UploadSimple","Usb","User","UserCheck","UserCircle","UserCircleCheck","UserCircleDashed","UserCircleGear","UserCircleMinus","UserCirclePlus","UserFocus","UserGear","UserList","UserMinus","UserPlus","UserRectangle","UserSound","UserSquare","UserSwitch","Users","UsersFour","UsersThree","Van","Vault","VectorThree","VectorTwo","Vibrate","Video","VideoCamera","VideoCameraSlash","VideoConference","Vignette","VinylRecord","VirtualReality","Virus","Visor","Voicemail","Volleyball","Wall","Wallet","Warehouse","Warning","WarningCircle","WarningDiamond","WarningOctagon","WashingMachine","Watch","WaveSawtooth","WaveSine","WaveSquare","WaveTriangle","Waveform","WaveformSlash","Waves","Webcam","WebcamSlash","WebhooksLogo","WechatLogo","WhatsappLogo","Wheelchair","WheelchairMotion","WifiHigh","WifiLow","WifiMedium","WifiNone","WifiSlash","WifiX","Wind","Windmill","WindowsLogo","Wine","Wrench","X","XCircle","XLogo","XSquare","Yarn","YinYang","YoutubeLogo"],Nt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.25%2015.45V8.55C20.25%206.86984%2020.25%206.02976%2019.923%205.38803C19.6354%204.82354%2019.1765%204.3646%2018.612%204.07698C17.9702%203.75%2017.1302%203.75%2015.45%203.75H8.55C6.86984%203.75%206.02976%203.75%205.38803%204.07698C4.82354%204.3646%204.3646%204.82354%204.07698%205.38803C3.75%206.02976%203.75%206.86984%203.75%208.55V15.45C3.75%2017.1302%203.75%2017.9702%204.07698%2018.612C4.3646%2019.1765%204.82354%2019.6354%205.38803%2019.923C6.02976%2020.25%206.86984%2020.25%208.55%2020.25H15.45C17.1302%2020.25%2017.9702%2020.25%2018.612%2019.923C19.1765%2019.6354%2019.6354%2019.1765%2019.923%2018.612C20.25%2017.9702%2020.25%2017.1302%2020.25%2015.45Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Pt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.0002%2012V20.5M12.0002%2012L4.5%207.78125M12.0002%2012L19.2627%207.91474M20.25%209.11392V14.8861C20.25%2015.9699%2019.6654%2016.9695%2018.7208%2017.5008L13.4708%2020.4539C12.5575%2020.9676%2011.4425%2020.9676%2010.5292%2020.4539L5.27922%2017.5008C4.33459%2016.9695%203.75%2015.9699%203.75%2014.8861V9.11392C3.75%208.0301%204.33459%207.03055%205.27922%206.49919L10.5292%203.54607C11.4425%203.03237%2012.5575%203.03237%2013.4708%203.54607L18.7208%206.4992C19.6654%207.03055%2020.25%208.0301%2020.25%209.11392Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",At="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.25%2020.25H6.75C5.09315%2020.25%203.75%2018.9069%203.75%2017.25V15.75M15.75%2020.25H17.25C18.9069%2020.25%2020.25%2018.9069%2020.25%2017.25V15.75M3.75%208.25V6.75C3.75%205.09315%205.09315%203.75%206.75%203.75H8.25M15.75%203.75H17.25C18.9069%203.75%2020.25%205.09315%2020.25%206.75V8.25M15.25%2010.3571L12%2011.9999M12%2011.9999L8.75%2010.3571M12%2011.9999V15.2856M11.0077%208.28125L9.25772%209.28125C8.63457%209.63733%208.25%2010.3%208.25%2011.0177V12.9822C8.25%2013.6999%208.63457%2014.3626%209.25772%2014.7186L11.0077%2015.7186C11.6226%2016.07%2012.3774%2016.07%2012.9923%2015.7186L14.7423%2014.7186C15.3654%2014.3626%2015.75%2013.6999%2015.75%2012.9822V11.0177C15.75%2010.3%2015.3654%209.63733%2014.7423%209.28125L12.9923%208.28125C12.3774%207.9299%2011.6226%207.9299%2011.0077%208.28125Z'%20stroke='%23252525'%20stroke-width='1.40625'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",It="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.125%203.125H16.875'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.9167%205.625C12.1113%205.625%2011.4583%206.27792%2011.4583%207.08333V12.0833C11.4583%2012.8887%2012.1113%2013.5417%2012.9167%2013.5417C13.7221%2013.5417%2014.375%2012.8887%2014.375%2012.0833V7.08333C14.375%206.27792%2013.7221%205.625%2012.9167%205.625Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.08333%205.625C6.27792%205.625%205.625%206.27792%205.625%207.08333V15.4167C5.625%2016.2221%206.27792%2016.875%207.08333%2016.875C7.88875%2016.875%208.54167%2016.2221%208.54167%2015.4167V7.08333C8.54167%206.27792%207.88875%205.625%207.08333%205.625Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",$t="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.1073%2017.1577C17.1073%2018.8655%2015.7213%2020.25%2014.0116%2020.25C12.3019%2020.25%2010.9159%2018.8655%2010.9159%2017.1577C10.9159%2015.4499%2012.3019%2014.0654%2014.0116%2014.0654C15.7213%2014.0654%2017.1073%2015.4499%2017.1073%2017.1577Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.99145%206.98598L10.4681%2011.5764L3.75%2014.0189L4.99145%206.98598Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.0106%204.46532C14.1536%203.9321%2014.7017%203.61567%2015.235%203.75841L19.2835%204.842C19.8172%204.98485%2020.1339%205.53345%2019.9908%206.06708L18.9065%2010.1093C18.7635%2010.6425%2018.2154%2010.9589%2017.6821%2010.8162L13.6336%209.73258C13.0999%209.58973%2012.7832%209.04113%2012.9263%208.50749L14.0106%204.46532Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",Mt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.25%2014.75H10C10%2014.3358%209.66421%2014%209.25%2014V14.75ZM3.75%2020.25H3V21H3.75V20.25ZM14.75%209.25H15.5C15.5%208.83579%2015.1642%208.5%2014.75%208.5V9.25ZM20.25%2020.25V21H21V20.25H20.25ZM1.75%2019.5C1.33579%2019.5%201%2019.8358%201%2020.25C1%2020.6642%201.33579%2021%201.75%2021V19.5ZM22.25%2021C22.6642%2021%2023%2020.6642%2023%2020.25C23%2019.8358%2022.6642%2019.5%2022.25%2019.5V21ZM5.25%2015.5H9.25V14H5.25V15.5ZM8.5%2014.75V20.25H10V14.75H8.5ZM9.25%2019.5H3.75V21H9.25V19.5ZM4.5%2020.25V16.25H3V20.25H4.5ZM5.25%2014C4.00736%2014%203%2015.0074%203%2016.25H4.5C4.5%2015.8358%204.83579%2015.5%205.25%2015.5V14ZM10.75%2010H14.75V8.5H10.75V10ZM14%209.25V20.25H15.5V9.25H14ZM14.75%2019.5H9.25V21H14.75V19.5ZM10%2020.25V10.75H8.5V20.25H10ZM10.75%208.5C9.50736%208.5%208.5%209.50736%208.5%2010.75H10C10%2010.3358%2010.3358%2010%2010.75%2010V8.5ZM16.25%204.5H18.75V3H16.25V4.5ZM19.5%205.25V20.25H21V5.25H19.5ZM20.25%2019.5H14.75V21H20.25V19.5ZM15.5%2020.25V5.25H14V20.25H15.5ZM18.75%204.5C19.1642%204.5%2019.5%204.83579%2019.5%205.25H21C21%204.00736%2019.9926%203%2018.75%203V4.5ZM16.25%203C15.0074%203%2014%204.00736%2014%205.25H15.5C15.5%204.83579%2015.8358%204.5%2016.25%204.5V3ZM1.75%2021H22.25V19.5H1.75V21Z'%20fill='%23252525'/%3e%3c/svg%3e",Ft="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2014.2105L6.84488%2012.0821C7.66137%2011.5378%208.75215%2011.6663%209.41987%2012.3853C10.9123%2013.9926%2012.6426%2015.4538%2015%2015.4538C17.1727%2015.4538%2018.6125%2014.6485%2020%2013.261M6.75%2020.25H17.25C18.9069%2020.25%2020.25%2018.9069%2020.25%2017.25V6.75C20.25%205.09315%2018.9069%203.75%2017.25%203.75H6.75C5.09315%203.75%203.75%205.09315%203.75%206.75V17.25C3.75%2018.9069%205.09315%2020.25%206.75%2020.25ZM17.25%208.75C17.25%209.85457%2016.3546%2010.75%2015.25%2010.75C14.1454%2010.75%2013.25%209.85457%2013.25%208.75C13.25%207.64543%2014.1454%206.75%2015.25%206.75C16.3546%206.75%2017.25%207.64543%2017.25%208.75Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",Ht="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.252%2019.25H6.74803C5.26465%2019.25%204.29985%2017.6884%204.96324%2016.3611L10.2152%205.85345C10.9506%204.38218%2013.0494%204.38218%2013.7848%205.85345L19.0368%2016.3611C19.7001%2017.6884%2018.7354%2019.25%2017.252%2019.25Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",Dt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%202.75V4.5M16.9069%205.09326L15.5962%206.40392M6.40381%2015.5962L5.09315%2016.9069M4.5%2011H2.75M6.40381%206.40381L5.09315%205.09315M14.1323%2020.999L10.5777%2011.3226C10.3542%2010.7143%2010.9552%2010.1281%2011.5577%2010.3666L21.0397%2014.1199C21.4283%2014.2737%2021.4679%2014.8081%2021.1062%2015.0175L17.4231%2017.1498C17.3097%2017.2155%2017.2155%2017.3097%2017.1498%2017.4231L15.0343%2021.0771C14.822%2021.4438%2014.2784%2021.3967%2014.1323%2020.999Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Ot="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.38803%2019.923L5.72852%2019.2548H5.72852L5.38803%2019.923ZM4.07698%2018.612L3.40873%2018.9525H3.40873L4.07698%2018.612ZM19.923%2018.612L19.2548%2018.2715V18.2715L19.923%2018.612ZM18.612%2019.923L18.2715%2019.2548H18.2715L18.612%2019.923ZM19.923%205.38803L19.2548%205.72852V5.72852L19.923%205.38803ZM18.612%204.07698L18.9525%203.40873V3.40873L18.612%204.07698ZM4.07698%205.38803L4.74524%205.72852L4.07698%205.38803ZM5.38803%204.07698L5.72852%204.74524L5.38803%204.07698ZM19.5%208.55V15.45H21V8.55H19.5ZM15.45%2019.5H8.55V21H15.45V19.5ZM4.5%2015.45V8.55H3V15.45H4.5ZM8.55%204.5H15.45V3H8.55V4.5ZM8.55%2019.5C7.69755%2019.5%207.10331%2019.4994%206.64068%2019.4616C6.1868%2019.4245%205.92604%2019.3554%205.72852%2019.2548L5.04754%2020.5913C5.49175%2020.8176%205.97189%2020.912%206.51853%2020.9566C7.05641%2021.0006%207.7223%2021%208.55%2021V19.5ZM3%2015.45C3%2016.2777%202.99942%2016.9436%203.04336%2017.4815C3.08803%2018.0281%203.18238%2018.5082%203.40873%2018.9525L4.74524%2018.2715C4.6446%2018.074%204.57546%2017.8132%204.53838%2017.3593C4.50058%2016.8967%204.5%2016.3025%204.5%2015.45H3ZM5.72852%2019.2548C5.30516%2019.039%204.96095%2018.6948%204.74524%2018.2715L3.40873%2018.9525C3.76825%2019.6581%204.34193%2020.2317%205.04754%2020.5913L5.72852%2019.2548ZM19.5%2015.45C19.5%2016.3025%2019.4994%2016.8967%2019.4616%2017.3593C19.4245%2017.8132%2019.3554%2018.074%2019.2548%2018.2715L20.5913%2018.9525C20.8176%2018.5082%2020.912%2018.0281%2020.9566%2017.4815C21.0006%2016.9436%2021%2016.2777%2021%2015.45H19.5ZM15.45%2021C16.2777%2021%2016.9436%2021.0006%2017.4815%2020.9566C18.0281%2020.912%2018.5082%2020.8176%2018.9525%2020.5913L18.2715%2019.2548C18.074%2019.3554%2017.8132%2019.4245%2017.3593%2019.4616C16.8967%2019.4994%2016.3025%2019.5%2015.45%2019.5V21ZM19.2548%2018.2715C19.0391%2018.6948%2018.6948%2019.039%2018.2715%2019.2548L18.9525%2020.5913C19.6581%2020.2317%2020.2318%2019.6581%2020.5913%2018.9525L19.2548%2018.2715ZM21%208.55C21%207.7223%2021.0006%207.05641%2020.9566%206.51853C20.912%205.97189%2020.8176%205.49175%2020.5913%205.04754L19.2548%205.72852C19.3554%205.92604%2019.4245%206.1868%2019.4616%206.64068C19.4994%207.10331%2019.5%207.69755%2019.5%208.55H21ZM15.45%204.5C16.3025%204.5%2016.8967%204.50058%2017.3593%204.53838C17.8132%204.57546%2018.074%204.6446%2018.2715%204.74524L18.9525%203.40873C18.5082%203.18238%2018.0281%203.08803%2017.4815%203.04336C16.9436%202.99942%2016.2777%203%2015.45%203V4.5ZM20.5913%205.04754C20.2318%204.34193%2019.6581%203.76825%2018.9525%203.40873L18.2715%204.74524C18.6948%204.96095%2019.0391%205.30516%2019.2548%205.72852L20.5913%205.04754ZM4.5%208.55C4.5%207.69755%204.50058%207.10331%204.53838%206.64068C4.57546%206.1868%204.6446%205.92604%204.74524%205.72852L3.40873%205.04754C3.18238%205.49175%203.08803%205.97189%203.04336%206.51853C2.99942%207.05641%203%207.7223%203%208.55H4.5ZM8.55%203C7.7223%203%207.05641%202.99942%206.51853%203.04336C5.97189%203.08803%205.49175%203.18238%205.04754%203.40873L5.72852%204.74524C5.92604%204.6446%206.1868%204.57546%206.64068%204.53838C7.10331%204.50058%207.69755%204.5%208.55%204.5V3ZM4.74524%205.72852C4.96095%205.30516%205.30516%204.96095%205.72852%204.74524L5.04754%203.40873C4.34193%203.76825%203.76825%204.34193%203.40873%205.04754L4.74524%205.72852Z'%20fill='%23252525'/%3e%3cpath%20d='M20.25%2015H21V13.5H20.25V15ZM3.75%2013.5H3V15H3.75V13.5ZM3.75%2015H20.25V13.5H3.75V15Z'%20fill='%23252525'/%3e%3c/svg%3e",Ut="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0858%202.32272C11.4533%201.55909%2012.5467%201.55909%2012.9142%202.32272L15.0872%206.83907C15.2351%207.14651%2015.5293%207.35876%2015.8692%207.40319L20.8676%208.05664C21.7134%208.16721%2022.0517%209.20388%2021.4322%209.78704L17.779%2013.2263C17.5295%2013.4612%2017.4167%2013.8058%2017.4795%2014.1417L18.3971%2019.0563C18.5526%2019.8892%2017.6676%2020.5294%2016.9183%2020.1261L12.4825%2017.7385C12.1815%2017.5764%2011.8185%2017.5764%2011.5175%2017.7385L7.08174%2020.1261C6.33244%2020.5294%205.44743%2019.8892%205.60294%2019.0563L6.52054%2014.1417C6.58325%2013.8058%206.47048%2013.4612%206.22097%2013.2263L2.56776%209.78704C1.94833%209.20388%202.28661%208.16721%203.13241%208.05664L8.13078%207.40319C8.47066%207.35876%208.7649%207.14651%208.91282%206.83907L11.0858%202.32272Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Vt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.25%204.75H5.75C4.09315%204.75%202.75%206.09315%202.75%207.75V8.25M17.75%204.75H18.25C19.9069%204.75%2021.25%206.09315%2021.25%207.75V8.25M21.25%2015.75V16.25C21.25%2017.9069%2019.9069%2019.25%2018.25%2019.25H17.75M6.25%2019.25H5.75C4.09315%2019.25%202.75%2017.9069%202.75%2016.25V15.75'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.75%209.75H16.25'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.75%2014.25H14.25'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",zt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.25%2010.75V6.75C20.25%205.09315%2018.9069%203.75%2017.25%203.75H6.75C5.09315%203.75%203.75%205.09315%203.75%206.75V17.25C3.75%2018.9069%205.09315%2020.25%206.75%2020.25H10.75M14.1879%2020.8366L12.0869%2013.0056C11.9372%2012.4478%2012.4478%2011.9372%2013.0056%2012.0869L20.8366%2014.1879C21.2665%2014.3032%2021.3428%2014.8805%2020.9576%2015.1035L17.4231%2017.1498C17.3097%2017.2155%2017.2155%2017.3097%2017.1498%2017.4231L15.1035%2020.9576C14.8805%2021.3428%2014.3032%2021.2665%2014.1879%2020.8366Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Wt="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.125%2016.875H16.875'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.9167%206.45833C12.1113%206.45833%2011.4583%207.11125%2011.4583%207.91667V12.9167C11.4583%2013.7221%2012.1113%2014.375%2012.9167%2014.375C13.7221%2014.375%2014.375%2013.7221%2014.375%2012.9167V7.91667C14.375%207.11125%2013.7221%206.45833%2012.9167%206.45833Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.08333%203.125C6.27792%203.125%205.625%203.77792%205.625%204.58333V12.9167C5.625%2013.7221%206.27792%2014.375%207.08333%2014.375C7.88875%2014.375%208.54167%2013.7221%208.54167%2012.9167V4.58333C8.54167%203.77792%207.88875%203.125%207.08333%203.125Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",qt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.75%2018.25H7.25M3.75%2012H9.25M3.75%205.75H20.25M17%2010.5L18.5%2013.5L21.5%2015L18.5%2016.5L17%2019.5L15.5%2016.5L12.5%2015L15.5%2013.5L17%2010.5Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Gt="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.9016%209.48786L10.3899%203.2788C8.39443%201.97623%205.75%203.40798%205.75%205.79094V18.2091C5.75%2020.592%208.39442%2022.0238%2010.3899%2020.7212L19.9016%2014.5121C21.7151%2013.3283%2021.7151%2010.6717%2019.9016%209.48786Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",Te={Header:It,Announcement:qt,PrimaryHero:zt,ProductHero:Nt,Items:Pt,FeaturedItems:At,Content:$t,Stats:Mt,ImageGallery:Ft,Logos:Ht,CTA:Dt,FAQ:Ot,Reviews:Ut,ContactUs:Vt,Footer:Wt,Video:Gt},qe={None:"var(--radius-none)",4:"var(--radius-xs)",8:"var(--radius-sm)",12:"var(--radius-md)",16:"var(--radius-lg)",20:"var(--radius-xl)",24:"var(--radius-2xl)"},Ge={None:"var(--border-none)",1:"var(--border-sm)",2:"var(--border-md)",4:"var(--border-lg)"},Zt="_header_2d8xd_1",Xt="_left_2d8xd_13",Yt="_right_2d8xd_14",Pe={header:Zt,left:Xt,right:Yt};async function fe(t,n){const s=localStorage.getItem("shopId")||void 0,o=`${e.API_URL}/${t}/builder/shops/${s}/${n}`;return(await e.request({url:o,withToken:!0,method:"get"})).data}async function Kt(){try{const[t,n,s,o,a,r,i,l]=await Promise.allSettled([fe("v1","general"),fe("v1","faqs"),fe("v1","listings"),fe("v1","products"),fe("v1","reviews"),fe("v1","categories"),{data:null},{data:null}]);return{general:t,faqs:n,listings:s,products:o,reviews:a,categories:r,fullPosts:i,posts:l}}catch(t){throw console.error("Error fetching page data:",t),t}}async function Jt(){try{const{data:t}=await e.axios.get(`${e.GOOGLE_FONTS_API}?key=AIzaSyAEsTbjAPUz_TeuFCq4z4LPK9w_vst0Pfw`);return t.items}catch(t){throw console.error("Error fetching page data:",t),t}}async function Qt(){var o;const t=localStorage.getItem("shopId"),n=localStorage.getItem("draftId"),s=`${e.API_URL}/v2/builder/shops/${t}/drafts/${n}/pages`;try{return(await e.request({url:s,withToken:!0,method:"get"})).data}catch(a){return{data:[],status:(o=a.response)==null?void 0:o.status}}}async function es(){const t=localStorage.getItem("shopId")||void 0,n=localStorage.getItem("draftId")||void 0,s=`${e.API_URL}/v2/builder/shops/${t}/drafts/${n}/all`;return(await e.request({url:s,withToken:!0,method:"get"})).data}async function nt(t){const n=e.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${e.STORE_API_URL}/shops/${n}/general`+(t?`?password=${t}`:"");return(await e.request({method:"get",url:s,withToken:!1})).data}const ts=async()=>{const t=e.IS_LOCAL_HOST?localStorage.getItem("fakeDomain")||"flagship-theme.pages.dev":window.location.hostname,n=`${e.STORE_API_URL}/v2/shops/${t}/settings-theme`;return await e.request({url:n,withToken:!0,method:"get"})},ss="_buttons_12rs0_1",os="_button_12rs0_1",ns="_disabled_12rs0_20",ke={buttons:ss,button:os,disabled:ns},rs="_wrapper_ecwq2_1",is="_main_ecwq2_10",as="_loading_ecwq2_15",ls="_notification_ecwq2_25",Ae={wrapper:rs,main:is,loading:as,notification:ls},at=({render:t,block:n})=>t(n),Ue=({settings:t,pageContext:n})=>{const{footer:s}=e.useLayersStore(),{settings:o}=e.useSettingsStore(),{pageContext:a}=e.usePagesStore(),{footer:r}=e.useBlocksStore();if(!r||!s)return null;const i=new r;return Object.keys(s).map(l=>{i[l]=s[l]}),i.renderBlock(t||o,n||a)},Ve=({settings:t,pageContext:n})=>{const{header:s}=e.useLayersStore(),{settings:o}=e.useSettingsStore(),{pageContext:a}=e.usePagesStore(),{header:r}=e.useBlocksStore();if(!r||!s)return null;const i=new r;return Object.keys(s).map(l=>{i[l]=s[l]}),i.renderBlock(t||o,n||a)},wt=({settings:t,pageContext:n})=>{const{announcement:s}=e.useLayersStore(),{settings:o}=e.useSettingsStore(),{pageContext:a}=e.usePagesStore(),{announcement:r}=e.useBlocksStore();if(!r||!s)return null;const i=new r;return Object.keys(s).map(l=>{i[l]=s[l]}),i.renderBlock(t||o,n||a)},cs="_wrapper_5w9s8_1",us={wrapper:cs},we=t=>{const{error:n}=t;return e.jsxRuntimeExports.jsx("div",{className:us.wrapper,children:n})},ds="_wrapper_rccv2_1",ps="_content_rccv2_11",ms="_title_rccv2_21",Ze={wrapper:ds,content:ps,title:ms},xs=()=>{const t=e.useNavigate();return e.jsxRuntimeExports.jsx("div",{className:Ze.wrapper,children:e.jsxRuntimeExports.jsxs("div",{className:Ze.content,children:[e.jsxRuntimeExports.jsx("h1",{className:Ze.title,children:"Page Not Found"}),e.jsxRuntimeExports.jsx(e.Button,{type:"Primary",onClick:()=>t("/"),children:"Go to Home"})]})})},hs=({pagePath:t})=>{const{sourceBlocks:n}=e.useBlocksStore(),[s,o]=g.useState(null),[a,r]=g.useState(!0),[i,l]=g.useState(null),{settings:d}=e.useSettingsStore(),{addProducts:S}=e.di(),{notification:p,setNotification:x}=e.useNotificationStore(),[c,m]=g.useState(null),{pageContext:w}=e.usePagesStore();g.useEffect(()=>{if(p){c&&clearTimeout(c);const _=setTimeout(()=>{x(null)},3e3);m(_)}},[p]),g.useEffect(()=>{r(!0),(async()=>{const f=await e.getDynamicPage(encodeURIComponent(t));if(f){const{data:h}=f;h.seo&&h.seo.pageTitle&&(document.title=h.seo.pageTitle),l(h.layout);const j=h.listings&&h.listings.length>0?h.listings:w.listings;o({...w,products:h.products,reviews:h.reviews,categories:h.categories,faqs:h.faqs,general:h.general,fullPosts:h.fullPosts,posts:h.posts,listings:j}),await S(h.products)}r(!1)})()},[t]);const u=_=>{if(!_||!_.name)return e.jsxRuntimeExports.jsx(we,{error:"Block or block.name is undefined."});if(!n||!n[_.name])return e.jsxRuntimeExports.jsx(we,{error:`Block "${_.name}" does not exist in blocks.`});const f=new n[_.name];return _.value&&Object.assign(f,_.value),console.log("Settings",d),f.renderBlock(d,s)};return!a&&i===null?e.jsxRuntimeExports.jsx(xs,{}):e.jsxRuntimeExports.jsxs("div",{className:Ae.wrapper,children:[!a&&i?e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(wt,{}),e.jsxRuntimeExports.jsx(Ve,{settings:d,pageContext:s}),e.jsxRuntimeExports.jsx("div",{className:Ae.main,children:i.order&&i.order.map(_=>e.jsxRuntimeExports.jsx(at,{block:i.data[_],render:u},_))}),e.jsxRuntimeExports.jsx(Ue,{settings:d,pageContext:s})]}):e.jsxRuntimeExports.jsx("div",{className:Ae.loading,children:e.jsxRuntimeExports.jsx(e.Loader,{})}),p&&e.jsxRuntimeExports.jsx("div",{className:Ae.notification,children:e.jsxRuntimeExports.jsx(e.Tip,{message:p.message,type:p.status})})]})};function gs(){const t=e.useLocation();return e.jsxRuntimeExports.jsx(hs,{pagePath:t.pathname})}const js=(t,n)=>{let s=`:root {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
`,s+=` --button-primary-radius: ${o.primary.radius}px;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
`,s+=` --
|
|
16
|
-
`,s+=` --
|
|
17
|
-
`,s+=` --
|
|
18
|
-
`,s+=` --button-
|
|
19
|
-
`,s+=` --button-
|
|
20
|
-
`,s+=` --button-
|
|
21
|
-
`,s+=` --button-
|
|
22
|
-
`,s+=` --button-
|
|
23
|
-
`,s+=` --button-
|
|
24
|
-
`,s+=` --button-
|
|
25
|
-
`,s+=` --button-
|
|
26
|
-
`,s+=` --button-
|
|
27
|
-
`,s+=` --button-
|
|
28
|
-
`,s+=` --button-
|
|
29
|
-
`,s+=` --button-
|
|
30
|
-
`,s+=` --button-
|
|
31
|
-
`,s+=` --button-
|
|
32
|
-
`,s+=` --button-
|
|
33
|
-
|
|
34
|
-
`,s+=` --
|
|
35
|
-
|
|
36
|
-
`,s+=` --
|
|
37
|
-
`,s+=` --
|
|
38
|
-
`,s+=` --
|
|
39
|
-
`,s+=` --
|
|
40
|
-
`,s+=` --
|
|
41
|
-
`,s+=` --
|
|
42
|
-
|
|
43
|
-
`,s+=` --
|
|
44
|
-
|
|
45
|
-
`,s+=` --input-
|
|
46
|
-
`,s+=` --input-
|
|
47
|
-
`,s+=` --input-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";._icon_bsuj2_1 path{fill:var(--icon-fill)}._hoverable_bsuj2_5{cursor:pointer}._rotated_bsuj2_9{transform:rotate(180deg)}._modal_270ti_1{display:flex;flex-direction:row;gap:0px;position:fixed;top:0;left:0;right:0;bottom:0;background:#2525253d;z-index:100000!important;justify-content:center;align-items:center;overflow:hidden}._padding_270ti_17{padding:5px}._content_270ti_21{display:flex;flex-direction:row;gap:0px;animation:_fadeIn_270ti_1 .3s ease-out forwards;width:100%;height:100%;align-items:center;justify-content:center}@keyframes _fadeIn_270ti_1{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}._close_270ti_42{animation:_fadeOut_270ti_1 .3s ease-out forwards}@keyframes _fadeOut_270ti_1{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.95) translateY(10px);opacity:0}}._wrapper_mmfra_1{display:flex;flex-direction:row;gap:8px;width:fit-content;align-items:center;border-radius:12px;line-height:20px;color:var(--main-color);font-size:14px;font-weight:400}._switch_mmfra_14{display:flex;flex-direction:row;gap:0px;width:40px;height:20px;background-color:#ccc;border-radius:16px;align-items:center;padding:2px;cursor:pointer;transition:background-color .2s}._switch_mmfra_14._active_mmfra_27{background:#ff3f19}._switch_mmfra_14 ._toggle_mmfra_30{width:16px;height:16px;background-color:#fff;border-radius:16px;transition:transform .2s;transform:translate(1px)}._switch_mmfra_14._active_mmfra_27 ._toggle_mmfra_30{transform:translate(19px)}._background_mmfra_42{background-color:var(--background-color)}._padding_mmfra_46{padding:8px}._wrapper_187gl_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_187gl_9{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._input_187gl_17{width:100%;background-color:var(--background-color);border-radius:12px;padding:7px 11px;font-size:16px;line-height:24px;border:1px solid var(--background-color);transition:border .3s ease}._input_187gl_17:hover{border:1px solid #f0f0f0}._input_187gl_17::placeholder{color:#c2c2c2}._input_187gl_17:disabled{background-color:var(--background-color);opacity:.7}._input_187gl_17:focus{border:1px solid #ff3f19}._input_187gl_17:focus:hover{border:1px solid #ff3f19}._required_187gl_47,._required_187gl_47:hover{border:1px solid #ff3f19}._paddingless_187gl_54{padding:0}._content_187gl_58{display:flex;flex-direction:row;gap:8px;position:relative;align-items:center}._input_187gl_17._borderless_187gl_66{border-radius:0;border:none}._input_187gl_17._borderless_187gl_66:hover{border:none}._input_187gl_17._borderless_187gl_66:focus{border:none}._rightIcon_187gl_77{position:absolute;top:10px;right:12px}._inputPostfix_187gl_83{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#757575}._wrapper_1gk74_2{display:flex;flex-direction:column;gap:6px;width:100%}._label_1gk74_9{color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400;flex:1 1 auto}._top_1gk74_17{display:flex;flex-direction:row;gap:8px}._select_1gk74_23{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:var(--background-color);transition:border .3s ease;border-radius:12px;padding:10px 12px;font-size:14px;line-height:20px;cursor:pointer;outline:none;border:1px solid #f0f0f0}._select_1gk74_23:hover{border:1px solid #e0e0e0}._borderFocused_1gk74_42{border:1px solid #c9c9c9}._borderFocused_1gk74_42:hover{border:1px solid #b3b3b3}._input_1gk74_49{width:100px;border:none;outline:none;font-size:16px;background-color:transparent;color:var(--text-color);flex:1 1 auto}._icon_1gk74_59{transition:transform .2s;display:flex}._rotate_1gk74_64{transform:rotate(180deg)}._content_1gk74_68{position:relative}._options_1gk74_72{display:flex;flex-direction:column;gap:10px;position:absolute;top:50px;width:100%;background-color:#fff;border-radius:12px;font-size:16px;line-height:20px;z-index:10;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,max-height .2s linear;max-height:0;padding:5px 6px;border:1px solid #f0f0f0}._filteredOptions_1gk74_93{overflow-y:auto}._open_1gk74_97{opacity:1;visibility:visible;max-height:200px}._option_1gk74_72{padding:5px 6px;border-radius:12px;display:flex;flex-direction:row;gap:8px;align-items:center}._option_1gk74_72:hover,._focused_1gk74_115{background-color:#f8f8f8}._addon_1gk74_119{margin-right:8px;display:flex;align-items:center;justify-content:center}._clear_1gk74_126{margin:0 4px}._value_1gk74_130{flex:1 1 auto}._postfix_1gk74_134{color:#757575}._leftAddon_1gk74_138{display:flex;align-items:center;justify-content:center}._wrapper_10ysr_2{display:flex;flex-direction:column;gap:6px;width:100%}._label_10ysr_9{color:var(--accent-color);font-weight:400;font-size:14px;line-height:20px}._icon_10ysr_16{display:flex;flex-direction:row;gap:0px;padding:4px;background-color:transparent;border:var(--default-border);justify-content:center;align-items:center;border-radius:6px}._text_10ysr_28{font-weight:400;font-size:16px;line-height:24px;color:#ff3f19;text-overflow:ellipsis}._content_10ysr_36{display:flex;flex-direction:row;gap:6px;align-items:center;cursor:pointer;background-color:var(--background-color);border-radius:12px;padding:6px 8px}._modal_10ysr_47{background-color:var(--background-color);border:var(--default-border);border-radius:16px;width:100%;max-width:640px}._top_10ysr_55{display:flex;flex-direction:row;gap:0px;padding:16px 24px;align-items:center;justify-content:space-between}._title_10ysr_64{color:var(--main-color);font-weight:400;font-size:18px;line-height:24px}._modalContent_10ysr_71{padding:16px 24px;border-top-left-radius:16px;border-top-right-radius:16px;border-top:var(--default-border);border-bottom:var(--default-border);background-color:#fff}._images_10ysr_80{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;overflow-y:scroll;max-height:390px;align-items:center;justify-content:center}._add_10ysr_90{display:flex;flex-direction:column;gap:8px;padding:43px 16px;border:1px dashed #e6e6e6;justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1;cursor:pointer;transition:background-color .3s ease}._add_10ysr_90:hover{background-color:#f8f8f8}._add_10ysr_90:active{background-color:#f0f0f0}._dragging_10ysr_110{border:1px dashed #ff3f19}._description_10ysr_114{text-align:center;color:var(--main-color);font-size:14px;line-height:20px}._description_10ysr_114 span:last-child{padding-top:4px}._bottom_10ysr_124{display:flex;flex-direction:row;gap:0px;justify-content:end;align-items:center;width:100%;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:16px 24px 12px;gap:6px}._cancel_10ysr_138{background-color:var(--background-color);color:var(--accent-color)}._highlight_10ysr_143{color:#ff3f19;cursor:pointer}._accent_10ysr_148{color:var(--accent-color)}._image_10ysr_80{position:relative;padding:43px 16px;border:1px solid #e6e6e6;justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1;cursor:pointer;transition:border .3s ease;transition:background-color .3s ease}._image_10ysr_80:hover{background-color:#f8f8f8}._selected_10ysr_168{border:1px solid #ff3f19;background-color:#ffeae5}._selected_10ysr_168:hover{background-color:#ffeae5}._checkbox_10ysr_176{position:absolute;top:12px;left:12px}._loading_10ysr_182{display:flex;flex-direction:row;gap:0px;position:relative;padding:43px 16px;border:1px solid #e6e6e6;background-color:var(--background-color);justify-content:center;align-items:center;border-radius:16px;aspect-ratio:1/1}._spinner_10ysr_196{width:24px;height:24px;border:2px solid #ff3f19;border-top-color:var(--background-color);border-radius:50%;animation:_spin_10ysr_196 1s linear infinite}@keyframes _spin_10ysr_196{to{transform:rotate(360deg)}}._tip_10ysr_210{padding:16px 24px}._customCheckbox_w9x8g_1{display:inline-block;cursor:pointer;position:relative}._checkboxBox_w9x8g_7{display:inline-block;width:20px;height:20px;border:1px solid #e6e6e6;border-radius:6px;position:relative;transition:background-color .3s ease}._checkboxBox_w9x8g_7:hover{background-color:#f8f8f8}._checkboxBox_w9x8g_7:active{background-color:#f0f0f0}._checkboxBox_w9x8g_7._checked_w9x8g_23{background:#ffeae5;border:1px solid #ff3f19}._checkboxBox_w9x8g_7._checked_w9x8g_23:hover{background-color:#ffeae5}._icon_w9x8g_31{position:absolute;top:3px;left:3px}._button_1gxoe_1{padding:10px 16px;border-radius:12px;cursor:pointer;font-size:16px;transition:background-color .3s ease}._button_1gxoe_1:disabled{opacity:.7;cursor:auto}._primary_1gxoe_14{color:#fff;background-color:#ff3f19}._primary_1gxoe_14:hover{background-color:#ff2a00}._secondary_1gxoe_22{color:#757575;background-color:#f0f0f0}._secondary_1gxoe_22:hover{background-color:#e6e6e6}._tertiary_1gxoe_30{color:#757575;background-color:#f0f0f0}._tertiary_1gxoe_30:hover{background-color:#e6e6e6}._content_1gxoe_38{display:flex;flex-direction:row;gap:4px;align-items:center}._withoutHover_1gxoe_45:hover{background-color:transparent}._tip_q9ixw_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding:8px;border-radius:12px;width:100%;height:100%}._text_q9ixw_12{flex:1 1 auto;line-height:20px;font-size:14px}._warning_q9ixw_18{background:#faf8e6;color:#c1972a}._error_q9ixw_23{background:#ffc3b7;color:#ff3f19}._success_q9ixw_28{background:#e5fadd;color:#338b13}._hide_q9ixw_33{display:none}._title_1jkiw_1{font-weight:500}._subtitle_1jkiw_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_1jkiw_12,._text_1jkiw_13{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px}._top_1jkiw_20{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_1jkiw_29{display:flex;flex-direction:column;gap:6px}._typeTexts_167ez_1{display:flex;flex-direction:row;gap:8px;align-items:center}._block_167ez_8{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer;transition:.3s background-color ease}._block_167ez_8:hover{background-color:#f0f0f0}._active_167ez_25{border:1px solid #ff3f19}._wrapper_34cvp_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%;position:relative}._label_34cvp_10{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._textarea_34cvp_18{width:100%;background-color:var(--background-color);border-radius:12px;padding:8px 12px;font-size:16px;line-height:24px;resize:vertical;min-height:200px;max-height:400px;border:1px solid transparent;transition:border .3s ease}._textarea_34cvp_18:hover{border:1px solid #f0f0f0}._textarea_34cvp_18:focus{border:1px solid #ff3f19}._textarea_34cvp_18:focus:hover{border:1px solid #ff3f19}._textarea_34cvp_18::placeholder{color:#c2c2c2}._length_34cvp_46{position:absolute;bottom:12px;right:12px;color:#c2c2c2;line-height:20px}._full_34cvp_54{color:#ff3f19}._title_1c11t_1{font-weight:500}._subtitle_1c11t_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_1c11t_12,._text_1c11t_13,._productsBlock_1c11t_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_1c11t_14{position:relative}._top_1c11t_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_1c11t_35{display:flex;flex-direction:column;gap:6px}._typeTexts_1c11t_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_1c11t_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_1c11t_61{border:1px solid #ff3f19}._products_1c11t_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_1c11t_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_1c11t_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_1c11t_91{color:var(--accent-color)}._image_1c11t_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_1c11t_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_1c11t_114{flex:1 1 100%}._buttons_1c11t_118{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_1c11t_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:300px;width:100%;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_1c11t_125 ._top_1c11t_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between;padding:16px 16px 0}._link_1c11t_146{display:flex;flex-direction:column;gap:8px}._modalOptions_1c11t_152{display:flex;flex-direction:column;gap:10px;max-height:500px;padding:0 16px 16px}._modalOptions_1c11t_152>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_1c11t_165{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_1c11t_165:hover{background-color:#f0f0f0}._deleteButton_1c11t_180{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_1c11t_180:hover{background-color:#f0f0f0}._closeIcon_1c11t_192{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_1c11t_192:hover{background-color:#f0f0f0}._other_1a1tk_1{display:flex;flex-direction:column;gap:6px}._subtitle_1a1tk_7{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._items_1a1tk_14{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}._title_cx65i_1{font-weight:500}._subtitle_cx65i_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_cx65i_12,._text_cx65i_13,._productsBlock_cx65i_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_cx65i_14{position:relative}._top_cx65i_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_cx65i_35{display:flex;flex-direction:column;gap:6px}._typeTexts_cx65i_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_cx65i_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_cx65i_61{border:1px solid #ff3f19}._products_cx65i_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_cx65i_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_cx65i_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_cx65i_91{color:var(--accent-color)}._image_cx65i_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_cx65i_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_cx65i_114{flex:1 1 100%}._buttons_cx65i_118{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_cx65i_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_cx65i_125 ._top_cx65i_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_cx65i_146{display:flex;flex-direction:column;gap:8px}._modalOptions_cx65i_152{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:500px}._modalOptions_cx65i_152>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_cx65i_165{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_cx65i_165:hover{background-color:#f0f0f0}._deleteButton_cx65i_180{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_cx65i_180:hover{background-color:#f0f0f0}._closeIcon_cx65i_192{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_cx65i_192:hover{background-color:#f0f0f0}._title_hvj8m_1{font-weight:500}._subtitle_hvj8m_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_hvj8m_12,._text_hvj8m_13,._productsBlock_hvj8m_14,._buttonsBlock_hvj8m_15{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px}._buttonsBlock_hvj8m_15{position:relative}._top_hvj8m_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_hvj8m_35{display:flex;flex-direction:column;gap:6px}._typeTexts_hvj8m_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_hvj8m_48{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_hvj8m_60{border:1px solid #ff3f19}._products_hvj8m_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_hvj8m_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_hvj8m_15{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_hvj8m_90{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_hvj8m_97{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_hvj8m_109{flex:1 1 100%}._buttons_hvj8m_15{display:flex;flex-direction:row;gap:8px;align-items:center}._modal_hvj8m_120{position:fixed;background-color:#fff;right:-300px;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;border:var(--default-border);box-shadow:0 2.1px 4.36px #00000004}._modal_hvj8m_120 ._top_hvj8m_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._other_hvj8m_140{display:flex;flex-direction:column;gap:6px}._options_hvj8m_146{display:flex;flex-direction:column;gap:15px;overflow-y:auto;max-height:500px}._closeIcon_hvj8m_154{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_hvj8m_154:hover{background-color:#f0f0f0}._wrapper_m18qi_1{display:flex;flex-direction:column;gap:6px}._subtitle_m18qi_7{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._content_m18qi_14{display:flex;flex-direction:row;gap:10px;align-items:center;width:100%}._range_m18qi_22{position:relative;flex:1}._track_m18qi_27{position:absolute;width:95%;height:6px;background-color:#f0f0f0;border-radius:9999px;z-index:1}._progress_m18qi_36{position:absolute;height:6px;width:100%;background-color:#ff3f19;transition:width .2s;border-radius:9999px;z-index:1}._dots_m18qi_46{display:flex;flex-direction:row;gap:0px;position:absolute;justify-content:space-between;width:100%}._dot_m18qi_46{width:14px;height:14px;border-radius:50%;transition:transform .2s;position:relative;top:-4px;left:0;z-index:1}._dot_m18qi_46._active_m18qi_65{background-color:#ff3f19;transform:scale(1)}._dot_m18qi_46:not(._active_m18qi_65){background-color:#e5e7eb;transform:scale(.9)}._dot_m18qi_46:hover{transform:scale(1.1)}._input_m18qi_77{position:absolute;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}._input_m18qi_77::-webkit-slider-thumb,._input_m18qi_77::-moz-range-thumb{-webkit-appearance:none!important;-moz-appearance:none;appearance:none;width:0;height:0}._countBlock_m18qi_91{display:flex;flex-direction:row;gap:10px;align-items:center;padding:8px 12px;background:var(--background-color);border-radius:12px}._count_m18qi_91{font-size:16px;font-weight:400;line-height:24px}._controls_m18qi_107{display:flex;flex-direction:column;gap:0px}._button_m18qi_113{transition:background-color .2s}._button_m18qi_113:hover{background-color:#f3f4f6}._button_m18qi_113:disabled{opacity:.5}._title_11jyy_1{font-weight:500}._subtitle_11jyy_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_11jyy_12,._text_11jyy_13,._productsBlock_11jyy_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_11jyy_14{position:relative}._top_11jyy_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_11jyy_35{display:flex;flex-direction:column;gap:6px}._typeTexts_11jyy_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_11jyy_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_11jyy_61{border:1px solid #ff3f19}._products_11jyy_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_11jyy_14{display:flex;flex-direction:row;gap:6px;align-items:center;width:100%}._button_11jyy_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_11jyy_91{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_11jyy_98{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_11jyy_110{flex:1 1 100%}._buttons_11jyy_114{display:flex;flex-direction:row;gap:0px;align-items:center}._modal_11jyy_121{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px;box-shadow:0 2.1px 4.36px #00000004}._modal_11jyy_121 ._top_11jyy_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_11jyy_142{display:flex;flex-direction:column;gap:8px}._modalOptions_11jyy_148{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:500px}._modalOptions_11jyy_148>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_11jyy_161{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_11jyy_161:hover{background-color:#f0f0f0}._deleteButton_11jyy_176{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_11jyy_176:hover{background-color:#f0f0f0}._closeIcon_11jyy_188{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_11jyy_188:hover{background-color:#f0f0f0}._wrapper_1qr87_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_1qr87_9{width:100%;color:var(--input-label-color);line-height:var(--input-label-height);font-size:var(--input-label-size);text-align:var(--input-label-alignment);font-weight:400}._input_1qr87_18{width:100%;color:var(--input-color)!important}._input_1qr87_18::placeholder{color:var(--text-tertiary)}._disabled_1qr87_27{background-color:var(--surface-secondary);opacity:.7}._paddingless_1qr87_32{padding:0}._content_1qr87_36{display:flex;flex-direction:row;gap:8px;position:relative;align-items:center;width:100%;font-size:var(--input-size);height:var(--input-height);color:var(--input-color)!important}._contentBorder_1qr87_48{border:var(--input-border-thickness) var(--input-border-style) var(--input-border-color);border-radius:var(--input-border-radius)}._contentField_1qr87_53{background:var(--input-field-color)}._borderless_1qr87_57{border-radius:0;border:none}._rightIcon_1qr87_62{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:flex}._leftIcon_1qr87_70{position:absolute;top:50%;left:10px;transform:translateY(-50%)}._button_10ufs_1{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;padding:10px 16px;border-radius:var(--button-radius);cursor:pointer;font-size:var(--button-size);height:var(--button-height);transition:background .3s ease}._button_10ufs_1:disabled{opacity:.7;cursor:auto}._primary_10ufs_20{color:var(--text-inverted);box-shadow:var(--button-primary-box-shadow);background:var(--button-primary-background);height:var(--button-primary-height);font-size:var(--button-primary-size);border-radius:var(--button-primary-radius);font-family:var(--button-primary-font),sans-serif!important}._primaryHovered_10ufs_30:hover{background:var(--surface-action1Hover)}._secondary_10ufs_34{color:var(--text-secondary);box-shadow:var(--button-secondary-box-shadow);background:var(--button-secondary-background);height:var(--button-secondary-height);font-size:var(--button-secondary-size);border-radius:var(--button-secondary-radius);font-family:var(--button-secondary-font),sans-serif}._secondaryHovered_10ufs_44:hover{background:var(--surface-action2Hover)}._tertiary_10ufs_48{color:var(--text-secondary);box-shadow:var(--button-tertiary-box-shadow);background:var(--button-tertiary-background);height:var(--button-tertiary-height);font-size:var(--button-tertiary-size);border-radius:var(--button-tertiary-radius);font-family:var(--button-tertiary-font),sans-serif!important}._special_10ufs_58{color:var(--text-action)}._tertiaryHovered_10ufs_62:hover{background:var(--surface-action2Hover)}._content_10ufs_66{display:flex;flex-direction:row;gap:4px;align-items:center;font-family:var(--button-primary-font),sans-serif!important}._loader_1xd8w_1{border:2px solid var(--surface-modal);border-left-color:var(--surface-primary);border-radius:50%;width:20px;height:20px;animation:_spin_1xd8w_1 1s linear infinite}@keyframes _spin_1xd8w_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_1efqk_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%;position:relative}._label_1efqk_10{width:100%;color:var(--input-label-color);line-height:var(--input-label-height);font-size:var(--input-label-size);text-align:var(--input-label-alignment);font-weight:400}._contentBorder_1efqk_19{border:var(--input-border-thickness) var(--input-border-style) var(--input-border-color)}._contentField_1efqk_23{background-color:var(--input-field-color)}._textarea_1efqk_27{width:100%;border-radius:12px;padding:8px 12px;font-size:16px;line-height:24px;resize:none;min-height:80px;color:var(--input-color)}._textarea_1efqk_27::placeholder{color:var(--text-tertiary)}._length_1efqk_42{position:absolute;bottom:12px;right:12px;color:var(--text-tertiary);line-height:20px}._wrapper_15a5a_2{display:flex;flex-direction:column;gap:6px;width:100%}._label_15a5a_9{color:var(--text-secondary);line-height:20px;font-size:14px;font-weight:400;flex:1 1 auto}._top_15a5a_17{display:flex;flex-direction:row;gap:8px}._select_15a5a_23{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:var(--surface-secondary);transition:border .3s ease;border-radius:var(--border-radius);padding:10px 12px;font-size:14px;line-height:20px;cursor:pointer;outline:none;border:var(--border-thickness) solid var(--border-primary)}._select_15a5a_23:hover{border:var(--border-thickness) solid var(--border-secondary)}._borderFocused_15a5a_42,._borderFocused_15a5a_42:hover{border:var(--border-thickness) solid var(--border-primary)}._input_15a5a_49{width:100px;border:none;outline:none;font-size:16px;background-color:transparent;color:var(--text-primary);flex:1 1 auto}._icon_15a5a_59{transition:transform .2s;display:flex}._rotate_15a5a_64{transform:rotate(180deg)}._content_15a5a_68{position:relative}._options_15a5a_72{display:flex;flex-direction:column;gap:10px;position:absolute;top:50px;width:100%;background-color:var(--surface-primary);border-radius:var(--border-radius);font-size:16px;line-height:20px;z-index:10;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,max-height .2s linear;max-height:0;padding:5px 6px;border:var(--border-thickness) solid var(--border-secondary)}._filteredOptions_15a5a_93{overflow-y:auto}._open_15a5a_97{opacity:1;visibility:visible;max-height:200px}._option_15a5a_72{padding:5px 6px;border-radius:12px;display:flex;flex-direction:row;gap:8px;align-items:center}._option_15a5a_72:hover,._focused_15a5a_115{background-color:var(--surface-secondary)}._addon_15a5a_119{margin-right:8px;display:flex;align-items:center;justify-content:center}._clear_15a5a_126{margin:0 4px}._value_15a5a_130{flex:1 1 auto}._postfix_15a5a_134{color:var(--text-secondary)}._leftAddon_15a5a_138{display:flex;align-items:center;justify-content:center}._wrapper_2vleg_1{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_2vleg_9{width:100%;color:var(--text-secondary);line-height:20px;font-size:14px;font-weight:400}._options_2vleg_17{display:flex;flex-direction:row;gap:20px}._radioLabel_2vleg_23{display:flex;flex-direction:row;gap:0px;align-items:center;cursor:pointer;position:relative}._radio_2vleg_23{position:absolute;opacity:0;cursor:pointer}._custom_2vleg_38{height:20px;width:20px;border-radius:50%;border:1px solid #e6e6e6;display:inline-block;margin-right:8px;position:relative}._radio_2vleg_23:checked+._custom_2vleg_38{border-color:var(--border-action);background:var(--surface-primary)}._custom_2vleg_38:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--surface-action1);opacity:0}._radio_2vleg_23:checked+._custom_2vleg_38:after{opacity:1}._option_2vleg_17{font-size:16px;line-height:24px;font-weight:400}*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{width:100%;line-height:1;font-size:16px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{background-color:transparent;cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6,a{font-size:inherit}a{color:inherit}*{-webkit-tap-highlight-color:transparent}input{border:none;background:none;outline:none;padding:0}input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border:none;background:transparent}*{-ms-overflow-style:none;scrollbar-width:none}* ::-webkit-scrollbar{display:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}input:focus{outline:none;border:none}textarea:focus{outline:none;border:none}html,body{touch-action:none}:root{--default-border: 1px solid #f0f0f0;--accent-color: #757575;--main-color: #252525;--background-color: #f8f8f8}#root{width:100%;height:100%}body,html{background-color:#fff;font-family:Geist Variable;max-height:100dvh;overflow:hidden}*{font-family:Geist Variable,sans-serif}#h1{font-size:var(--font-heading-h1-size);font-family:var(--font-heading-h1-family),sans-serif!important;font-weight:var(--font-heading-h1-weight);white-space:pre-line}#h1-bold{font-size:var(--font-heading-h1-size);font-family:var(--font-heading-h1-family),sans-serif!important;font-weight:var(--font-heading-h1-boldWeight);white-space:pre-line}#h2-bold{font-size:var(--font-heading-h2-size);font-family:var(--font-heading-h2-family),sans-serif!important;font-weight:var(--font-heading-h2-boldWeight);white-space:pre-line}#h2{font-weight:var(--font-heading-h2-weight);font-size:var(--font-heading-h2-size);font-family:var(--font-heading-h2-family),sans-serif!important;white-space:pre-line}#h3{font-size:var(--font-heading-h3-size);font-family:var(--font-heading-h3-family),sans-serif!important;font-weight:var(--font-heading-h3-weight);white-space:pre-line}#h3-bold{font-size:var(--font-heading-h3-size);font-family:var(--font-heading-h3-family),sans-serif!important;font-weight:var(--font-heading-h3-boldWeight);white-space:pre-line}#h4-bold{font-size:var(--font-heading-h4-size);font-family:var(--font-heading-h4-family),sans-serif!important;font-weight:var(--font-heading-h4-boldWeight);white-space:pre-line}#h4{font-size:var(--font-heading-h4-size);font-family:var(--font-heading-h4-family),sans-serif!important;font-weight:var(--font-heading-h4-weight);white-space:pre-line}#h5{font-size:var(--font-heading-h5-size);font-family:var(--font-heading-h5-family),sans-serif!important;font-weight:var(--font-heading-h5-weight);white-space:pre-line}#h5-bold{font-size:var(--font-heading-h5-size);font-family:var(--font-heading-h5-family),sans-serif!important;font-weight:var(--font-heading-h5-boldWeight);white-space:pre-line}#h6{font-size:var(--font-heading-h6-size);font-family:var(--font-heading-h6-family),sans-serif!important;font-weight:var(--font-heading-h6-weight);white-space:pre-line}#h6-bold{font-size:var(--font-heading-h6-size);font-family:var(--font-heading-h6-family),sans-serif!important;font-weight:var(--font-heading-h6-boldWeight);white-space:pre-line}#lg-bold{font-size:var(--font-body-lg-size);font-family:var(--font-body-lg-family),sans-serif!important;font-weight:var(--font-body-lg-boldWeight);white-space:pre-line}#lg{font-weight:var(--font-body-lg-weight);font-size:var(--font-body-lg-size);font-family:var(--font-body-lg-family),sans-serif!important;white-space:pre-line}#md-bold{font-size:var(--font-body-md-size);font-family:var(--font-body-md-family),sans-serif!important;font-weight:var(--font-body-md-boldWeight);white-space:pre-line}#md{font-weight:var(--font-body-md-weight);font-size:var(--font-body-md-size);font-family:var(--font-body-md-family),sans-serif!important;white-space:pre-line}#sm-bold{font-size:var(--font-body-sm-size);font-family:var(--font-body-sm-family),sans-serif!important;font-weight:var(--font-body-sm-boldWeight);white-space:pre-line}#sm{font-weight:var(--font-body-sm-weight);font-size:var(--font-body-sm-size);font-family:var(--font-body-sm-family),sans-serif!important;white-space:pre-line}._header_2d8xd_1{display:flex;flex-direction:row;gap:24px;width:100%;padding:11px 22px;line-height:20px;border-bottom:var(--default-border);align-items:center;justify-content:space-between}._left_2d8xd_13,._right_2d8xd_14{display:flex;flex-direction:row;gap:24px;align-items:center}._loader_jr7a4_1{border:2px solid rgba(0,0,0,.6);border-left-color:var(--background-color);border-radius:50%;width:20px;height:20px;animation:_spin_jr7a4_1 1s linear infinite}@keyframes _spin_jr7a4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._buttons_12rs0_1{display:flex;flex-direction:row;gap:5px;align-items:center}._button_12rs0_1{cursor:pointer;padding:10px;border-radius:12px;position:relative;display:flex;transition:background-color .3s ease}._button_12rs0_1:hover{background-color:#f0f0f0}._disabled_12rs0_20{cursor:default}._disabled_12rs0_20:hover{background-color:inherit}._wrapper_1abmd_1{display:flex;flex-direction:column;gap:0px;height:100vh;overflow-y:scroll;overflow-x:hidden}._main_1abmd_10{flex:1 1 auto;width:100vw}._loading_1abmd_15{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;justify-content:center;align-items:center}._wrapper_5w9s8_1{width:100%;padding:20px;text-align:center}._tooltip_4hruj_1{font-size:12px;line-height:16px;background-color:#252525;color:#fff;padding:4px 8px;text-align:center;border-radius:8px;position:absolute;bottom:-30px;right:50%;transform:translate(50%);z-index:1000000;width:fit-content;text-wrap:nowrap;animation:_fadeIn_4hruj_1 .2s ease forwards;-webkit-user-select:none;user-select:none}@keyframes _fadeIn_4hruj_1{0%{opacity:0}to{opacity:1}}._devices_ls6k9_1{display:flex;flex-direction:row;gap:4px;background:var(--background-color);padding:4px;border-radius:16px}._device_ls6k9_1{display:flex;flex-direction:row;gap:0px;padding:6px 8px;align-items:center;justify-content:center;cursor:pointer;border-radius:12px;border:1px solid var(--background-color);transition:background-color .3s ease;position:relative}._device_ls6k9_1:hover{background-color:#f0f0f0}._active_ls6k9_27,._active_ls6k9_27:hover{background-color:#fff}._preview_1x3m8_2{display:flex;flex-direction:row;gap:4px;position:relative;align-items:center;color:var(--accent-color);line-height:20px;padding:10px 16px;cursor:pointer;border-radius:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._active_1x3m8_19{background-color:var(--background-color);transition:background-color .3s ease}._active_1x3m8_19:hover{background-color:#f0f0f0;box-shadow:none}._settings_u4cv4_1{display:flex;flex-direction:row;gap:20px;align-items:center;color:var(--accent-color)}._pages_167qp_1{position:relative}._default_167qp_5{display:flex;flex-direction:row;gap:4px;align-items:center;padding:10px 12px;background-color:var(--background-color);border-radius:12px;cursor:pointer;position:relative;transition:background-color .3s ease}._default_167qp_5:hover{background-color:#f0f0f0}._text_167qp_21{padding-right:4px;color:var(--main-color);flex:1 1 auto}._modal_167qp_27{display:flex;flex-direction:row;gap:0px;position:absolute;top:45px;width:320px;left:0;z-index:5000;background-color:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:8px 12px;flex-direction:column;opacity:0;visibility:hidden;transition:visibility .3s ease,opacity .3s ease}._open_167qp_46{opacity:1;visibility:visible}._page_167qp_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding:12px 8px;border-radius:12px;cursor:pointer}._hoverable_167qp_61{background-color:var(--background-color)}._separator_167qp_65{border-bottom:var(--default-border);margin:5px 0}._button_167qp_70{display:flex;flex-direction:row;gap:8px;background:inherit;color:#ff3f19;align-items:center;justify-content:start;padding:16px 8px 12px;transition:.2s}._button_167qp_70:hover{background-color:var(--background-color)}._items_167qp_85{max-height:400px;overflow-y:scroll;height:100%}._zoom_fu0hj_1{display:flex;flex-direction:row;gap:4px;align-items:center;background-color:var(--background-color);padding:9px 11px;border-radius:12px;position:relative;cursor:pointer;border:1px solid transparent;transition:border .3s ease}._zoom_fu0hj_1:focus-within{border:1px solid #ff3f19}._theme_1e5wq_1{display:flex;flex-direction:row;gap:4px;align-items:center;padding:2px 9px;background:#e5fadd;color:#338b13;border-radius:100px;text-transform:uppercase}._text_1e5wq_13{font-size:12px;line-height:16px}._exit_ovvox_1{display:flex;flex-direction:row;gap:8px;border-bottom:var(--default-border);align-items:center;padding:16px;cursor:pointer}._text_ovvox_11{color:var(--main-color);line-height:20px}._exitLink_ovvox_16{display:flex;flex-direction:row;gap:8px;cursor:pointer;padding:6px;border-radius:8px;transition:background-color .3s ease}._exitLink_ovvox_16:hover{background-color:var(--background-color)}._navbar_1podc_1{width:100px;border-right:var(--default-border)}._main_1podc_6{display:flex;flex-direction:column;gap:8px;padding:16px 12px}._block_1podc_13{display:flex;flex-direction:column;gap:4px;align-items:center;color:var(--accent-color);line-height:20px;padding:12px 24px;cursor:pointer;border-radius:16px;transition:background-color .3s ease}._block_1podc_13:hover{background-color:var(--background-color)}._active_1podc_29{background-color:var(--background-color);color:var(--main-color)}._active_1podc_29:hover{background-color:var(--background-color)}._preview_gb2ye_1{display:flex;flex-direction:row;gap:0px;max-width:100%;width:100%;background-color:var(--background-color);padding:16px 32px 0;position:relative;align-items:center;justify-content:center;z-index:500}._main_gb2ye_15{display:flex;flex-direction:column;gap:0px;width:100%;position:relative;z-index:1;align-items:center}._content_gb2ye_25{background-color:#fff;border:var(--default-border);border-bottom:none;border-top:none;height:100%;overflow-x:hidden}._loading_gb2ye_34{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;justify-content:center;align-items:center;background-color:#fff;border:var(--default-border);border-bottom:none;border-top:none}._loader_gb2ye_48{border:4px solid rgba(0,0,0,.1);border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:_spin_gb2ye_1 1s linear infinite}@keyframes _spin_gb2ye_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._previewLoading_gb2ye_65{display:flex;flex-direction:row;gap:0px;width:550px;height:320px;justify-content:center;align-items:center;background-color:#fff;border:var(--default-border);border-radius:10px;transform:translate(20px)}._header_11zku_2{display:flex;flex-direction:row;gap:10px;align-items:center;width:100%;padding:18px;border:var(--default-border);background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;z-index:5}._circles_11zku_16{display:flex;flex-direction:row;gap:8px;left:28px;top:28px;align-items:center}._circle_11zku_16{width:12px;height:12px;border-radius:50%;border:.5px solid #e6e6e6}._red_11zku_32{background:#ff5f57}._green_11zku_36{background:#28c840}._yellow_11zku_40{background:#febc2e}._input_11zku_44{display:flex;flex-direction:row;gap:0px;background-color:var(--background-color);padding:8px;width:100%;border-radius:6px;flex:1 1 auto}._main_11zku_55{display:flex;flex-direction:row;gap:4px;flex:1 1 auto;align-items:center}._text_11zku_63{font-weight:400;font-size:12px;line-height:16px;margin:0 0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}._copy_11zku_75{display:flex;align-items:center}._content_l6a1a_1{display:flex;flex-direction:column;gap:0px;position:relative;overflow-y:auto;overflow-x:hidden}._main_l6a1a_10{flex:1 0 auto}._block_l6a1a_14{position:relative;cursor:pointer;scroll-margin-top:30px}._active_l6a1a_20{border:2px solid #ff3f19;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}._name_l6a1a_30{z-index:10;position:absolute;top:-28px;left:0;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;background:#ff3f19;padding:4px 12px;line-height:20px;font-size:14px;font-weight:400;text-align:center}._empty_l6a1a_46{display:flex;flex-direction:column;gap:4px;height:100%;width:100%;align-items:center;justify-content:center;text-align:center}._icon_l6a1a_57{display:flex;flex-direction:row;gap:0px;width:64px;height:64px;background-color:var(--background-color);border-radius:50%;justify-content:center;align-items:center;margin:0 0 8px}._title_l6a1a_70{font-weight:700;font-size:24px;line-height:32px}._text_l6a1a_76{font-size:16px;line-height:24px;color:var(--accent-color)}._sections_l6a1a_82{display:flex;flex-direction:row;gap:24px;padding:0 20px;margin:20px 0 0;flex-wrap:wrap;justify-content:center}._section_l6a1a_82{display:flex;flex-direction:row;gap:10px;cursor:pointer;max-width:288px;width:100%;align-items:center;justify-content:space-between;padding:24px;background-color:var(--background-color);border-radius:24px;color:var(--accent-color)}._addSection_l6a1a_107{position:absolute;left:50%;transform:translate(-50%);bottom:-20px;z-index:10}._addSectionTop_l6a1a_115{top:-20px;bottom:auto}._sidebar_xhqpt_1{display:flex;flex-direction:row;gap:0px;position:absolute;height:fit-content();flex-direction:column;right:10px;z-index:20;padding:10px;cursor:auto}._content_xhqpt_14{height:100%;border:1px solid #e6e6e6;border-radius:12px;background-color:#fff;padding:8px;max-width:60px;width:100%}._button_xhqpt_24{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.2s background-color}._button_xhqpt_24:disabled{opacity:.7}._button_xhqpt_24:disabled:hover{background-color:transparent}._moveButton_xhqpt_40:hover{background-color:var(--background-color)}._border_xhqpt_44{border-bottom:var(--default-border);margin:2px 0}._deleteButton_xhqpt_49:hover{background-color:#f0f0f0}._results_1pahy_1{overflow-y:auto;height:calc(100vh - 180px)}._product_yggw5_1{display:flex;flex-direction:row;gap:8px;align-items:center;cursor:pointer;transition:.3s background-color ease;padding:16px 10px;border-radius:12px}._product_yggw5_1:hover{background-color:#f8f8f8}._name_yggw5_15{color:var(--main-color);font-size:16px;line-height:24px;flex:1 1 auto}._wrapper_1k1cr_1{display:flex;flex-direction:row;gap:0px;width:fit-content;height:fit-content;left:-5px;top:10px;position:absolute;z-index:1000;overflow:hidden}._submodal_1k1cr_14{display:flex;flex-direction:column;gap:5px;left:5px;top:15px;width:fit-content;height:100%;max-height:800px;background-color:#fff;padding:10px;border-radius:10px}._title_1a9kh_14{color:#252525;font-weight:500;font-size:16px;line-height:24px}._label_1a9kh_21{display:flex;flex-direction:row;gap:8px;padding:8px 12px;border-radius:8px;align-items:center;position:relative;width:100%;background-color:var(--background-color);cursor:pointer;border:1px solid transparent;transition:border .3s ease}._label_1a9kh_21:focus-within{border:1px solid #ff3f19}._colorValue_1a9kh_40{width:20px;height:20px;padding:2.5px;border-radius:2px;flex:1 0 auto}._colorMap_1a9kh_48{position:relative;width:100%;height:300px;cursor:pointer;border-radius:4px;flex:1 1 auto}._hueSlider_1a9kh_66{width:80%;left:30px;height:8px;position:absolute;bottom:100px;background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red,red);border-radius:5px}._input_1a9kh_122{line-height:20px;font-size:14px;font-weight:400}._applyButton_1a9kh_2{flex:0 1 50%;font-weight:400}._content_1a9kh_7{display:flex;flex-direction:column;gap:0px;width:100%}._label_1a9kh_21{display:flex;flex-direction:row;gap:8px;padding:8px 12px;border-radius:8px;align-items:center;position:relative;width:100%;background-color:var(--background-color);cursor:pointer}._colorValue_1a9kh_40{width:20px;height:20px;padding:2.5px;border-radius:2px}._modal_1a9kh_160{display:flex;flex-direction:column;gap:10px;left:15px;width:288px;overflow-y:auto;z-index:100000000;position:fixed;background-color:#fff;border-radius:12px;padding:10px;border:1px solid #e6e6e6;height:fit-content;font-size:16px;line-height:24px;font-weight:700}._colorMap_1a9kh_48{position:relative;width:100%;height:300px;cursor:pointer;border-radius:4px}._indicator_1a9kh_57{position:absolute;width:20px;height:20px;border:4px solid white;border-radius:50%;pointer-events:none}input[type=range]{display:flex;flex-direction:row;gap:0px;-webkit-appearance:none;height:8px;outline:none;border-radius:5px;position:relative;justify-content:center}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border:5px solid #fff;border-radius:50%;cursor:pointer}._slider_1a9kh_97{width:100%;cursor:pointer}._buttons_1a9kh_102{display:flex;flex-direction:row;gap:5px;width:100%}._name_1a9kh_109{line-height:20px;padding:0 4px 4px}._secondary_1a9kh_114{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._input_1a9kh_122{line-height:20px;font-size:14px;font-weight:400;width:100%}._alphaSlider_1a9kh_249{width:80%;left:30px;height:8px;position:absolute;bottom:75px;border-radius:5px}._alphaSlider_1a9kh_249 ._alphaBackground_1a9kh_257{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;overflow:hidden;background:repeating-linear-gradient(45deg,#ccc 0,#ccc 10px,#fff 10px,#fff 20px);z-index:0}._alphaSlider_1a9kh_249 ._alphaGradient_1a9kh_268{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;pointer-events:none;z-index:1}._alphaSlider_1a9kh_249 input[type=range]{position:relative;z-index:2;-webkit-appearance:none;background:none;width:100%;height:8px;border-radius:5px;cursor:pointer}._alphaSlider_1a9kh_249 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border:5px solid #fff;border-radius:50%;cursor:pointer}._chargeTypes_1a9kh_297{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color);flex:1 1 auto}._charge_1a9kh_297{display:flex;flex-direction:row;gap:4px;flex:0 1 50%;justify-content:center;align-items:center;color:var(--accent-color);padding:4px;border-radius:12px;font-size:14px;font-weight:400;cursor:pointer;transition:.3s background-color ease}._charge_1a9kh_297:hover{background-color:#f0f0f0}._chargeActive_1a9kh_326{background-color:#fff;color:var(--main-color)}._chargeActive_1a9kh_326:hover{background-color:#fff}._gradient_1a9kh_334{display:flex;flex-direction:row;gap:5px;align-items:center}._color_1a9kh_40{border:1px solid transparent;cursor:pointer;border-radius:8px;width:20px;height:20px;padding:4px;position:relative;z-index:10;border:3px solid #fff;box-shadow:0 0 0 1px #f0f0f0;transition:box-shadow .3s,border-color .3s}._colorActive_1a9kh_355{border:1px solid #ff3f19;border:3px solid #fff;box-shadow:0 0 0 1px #ff3f19;transition:box-shadow .3s,border-color .3s}._gradientWrapper_1a9kh_362{display:flex;flex-direction:column;gap:5px}._subtitle_1a9kh_368{font-size:14px;font-weight:400;color:var(--accent-color);line-height:20px}._colorTypes_1a9kh_375{display:flex;flex-direction:row;gap:8px;line-height:20px;width:100%;padding:4px}._colorType_1a9kh_375{display:flex;flex-direction:row;gap:4px;border-bottom:2px solid transparent;padding:8px 0;cursor:pointer;color:#757575;font-size:14px;font-weight:400;align-items:center;justify-content:center;flex:1 1 50%}._colorTypeActive_1a9kh_399{border-bottom:2px solid #757575;color:#252525}._colorsWrapper_1a9kh_404{padding:10px 0;position:relative;display:flex;flex-direction:row;gap:4px;justify-content:space-between;align-items:center}._colors_1a9kh_404{height:15px;position:absolute;left:5px;right:5px}._sidebar_1xtkj_1{max-width:320px;width:100%;padding:16px;border-right:var(--default-border);height:calc(100vh - 60px);position:relative;min-width:300px}._title_1xtkj_11{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;padding-bottom:8px}._active_1xtkj_19{display:flex;flex-direction:row;gap:8px;align-items:center}._layers_1jhzw_1{display:flex;flex-direction:column;gap:0px;position:relative;height:100%}._wrapper_1jhzw_9{display:flex;flex-direction:row;gap:5px;align-items:center;width:100%}._draggingWrapper_1jhzw_17{cursor:grabbing}._block_1jhzw_21{display:flex;flex-direction:row;gap:4px;flex:1 1 auto;position:relative;align-items:center;font-size:16px;line-height:24px;padding:8px 12px;border-radius:8px;cursor:pointer}._block_1jhzw_21:hover{background-color:var(--background-color)}._dragging_1jhzw_17{box-shadow:0 2.1px 4.36px #00000004;box-shadow:0 5.3px 10.22px #00000005;border:var(--default-border);box-shadow:0 10.81px 19.93px #00000006;cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}._draggingWrapper_1jhzw_17{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}._active_1jhzw_56,._active_1jhzw_56:hover{background:#ffeae5}._add_1jhzw_63{display:flex;flex-direction:row;gap:0px;z-index:2;position:absolute;justify-content:center;align-items:center;bottom:0;left:0;border-bottom:2px solid #ff3f19;width:100%;opacity:0;height:10px}._addTop_1jhzw_79{display:flex;flex-direction:row;gap:0px;z-index:2;position:absolute;justify-content:center;align-items:center;top:-8px;left:0;border-bottom:2px solid #ff3f19;width:100%;opacity:0;height:10px}._visible_1jhzw_95{opacity:1}._button_1jhzw_99{display:flex;flex-direction:row;gap:0px;position:relative;justify-content:center;align-items:center;top:6px;background-color:#ff3f19;width:24px;height:24px;border-radius:50%;padding:4px}._empty_1jhzw_114{display:flex;flex-direction:column;gap:4px;justify-content:center;height:100%;width:100%;align-items:center;text-align:center;color:var(--accent-color)}._title_1jhzw_126{font-size:16px;line-height:24px;font-weight:700;color:var(--accent-color)}._icon_1jhzw_133{margin:0 0 12px}._blockIcon_1jhzw_137{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;width:20px;height:20px}._text_1jhzw_147{font-size:16px;font-weight:400;line-height:24px}._highlight_1jhzw_153{color:#ff3f19;cursor:pointer}._nameBlock_1jhzw_158{flex:1 1 auto}._loader_1jhzw_162{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._actions_1jhzw_171{display:flex;flex-direction:row;gap:5px;gap:10px;align-items:center}._deleteButton_1jhzw_179{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_1jhzw_179:hover{background-color:#f0f0f0}._block_sj4cc_1{display:flex;flex-direction:row;gap:4px;position:relative;align-items:center;font-size:16px;line-height:24px;padding:8px 12px;cursor:pointer;border-radius:8px}._block_sj4cc_1:hover{background-color:var(--background-color)}._title_sj4cc_17{flex:1 1 auto}._actions_sj4cc_21{display:flex;flex-direction:row;gap:8px;align-items:center}._deleteButton_sj4cc_28{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_sj4cc_28:hover{background-color:#f0f0f0}._loader_eyvkk_1{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._theme_a1one_1{display:flex;flex-direction:column;gap:0px;height:100%}._block_a1one_8{display:flex;flex-direction:row;gap:8px;justify-content:start;align-items:center;width:100%;padding:16px 8px;cursor:pointer;border-radius:8px}._block_a1one_8:hover{background-color:var(--background-color)}._name_a1one_23{flex:1 1 auto}._loader_a1one_27{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100%}._back_7e826_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding-bottom:8px}._render_7e826_9{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:50}._open_7e826_24{animation:.2s _open_7e826_24 forwards}@keyframes _open_7e826_24{0%{transform:translate(320px);z-index:1}99%{z-index:1}to{z-index:5000;transform:translate(0)}}@keyframes _close_7e826_51{0%{z-index:1;transform:translate(0)}to{z-index:1;transform:translate(320px)}}._close_7e826_51{animation:.2s _close_7e826_51 forwards}._clicked_7e826_55{opacity:0}._title_7e826_59{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;flex:1 1 auto}._button_7e826_67{align-self:center;flex:1}._loading_7e826_72{flex:1 1 auto}._settings_7e826_76{flex:1 1 100%;overflow-y:scroll;overflow-x:hidden}._deleteButton_7e826_82{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_7e826_82:hover{background-color:#f0f0f0}._backIcon_7e826_95{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_7e826_95:hover{background-color:#f0f0f0}._wrapper_15ju8_1{display:flex;flex-direction:column;gap:10px;padding-top:15px}._header_15ju8_8{display:flex;flex-direction:row;gap:0px;justify-content:space-between}._title_15ju8_15{font-weight:500;font-size:16px;line-height:24px}._colorWrapper_15ju8_21{display:flex;flex-direction:row;gap:5px;padding:12px 6px;align-items:center;border-radius:12px;cursor:pointer;transition:background-color ease .3s}._colorWrapper_15ju8_21:hover{background-color:#f0f0f0}._name_15ju8_35{color:#252525;flex:1 1 auto}._color_15ju8_21{width:20px;height:20px;border-radius:50%;border:1px solid #e6e6e6}._value_15ju8_47{color:#757575}._length_15ju8_51{cursor:pointer;width:fit-content}._length_15ju8_51:hover{border-bottom:1px solid #757575}._back_1sznl_1{display:flex;flex-direction:row;gap:8px;align-items:center;padding-bottom:8px}._title_1sznl_9{color:var(--main-color);font-weight:500;font-size:20px;line-height:24px;flex:1 1 auto}._deleteButton_1sznl_17{display:flex;flex-direction:row;gap:0px;align-items:center;border-radius:8px;padding:8px;transition:.3s background-color}._deleteButton_1sznl_17:hover{background-color:#f0f0f0}._backIcon_1sznl_30{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_1sznl_30:hover{background-color:#f0f0f0}._header_9rrfr_1{display:flex;flex-direction:row;gap:8px;align-items:center;margin:0 0 10px}._title_9rrfr_9{font-weight:500;font-size:20px;line-height:24px}._backIcon_9rrfr_15{transition:.3s background-color;padding:8px;border-radius:12px;display:flex;cursor:pointer}._backIcon_9rrfr_15:hover{background-color:#f0f0f0}._options_ymds7_1{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}._wrapper_kzokw_1{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:5}._open_kzokw_16{transform:translate(0)}._close_kzokw_20{transform:translate(320px)}._options_jo38w_1{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;overflow-y:auto}._alignments_jo38w_9{display:flex;flex-direction:column;gap:10px}._blocks_jo38w_15{display:flex;flex-direction:row;gap:8px;align-items:center}._alignment_jo38w_9{padding:8px;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer;transition:.3s background-color ease}._alignment_jo38w_9:hover{background-color:#f0f0f0}._active_jo38w_34{border:1px solid #ff3f19}._active_jo38w_34:hover{background-color:transparent}._chargeTypes_jo38w_41{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_jo38w_41{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;font-size:14px;font-weight:400;flex:1 1 auto;cursor:pointer;transition:.3s background-color ease}._charge_jo38w_41:hover{background-color:#f0f0f0}._chargeActive_jo38w_69{background-color:#fff;color:var(--main-color)}._chargeActive_jo38w_69:hover{background-color:#fff}._shadowsHeader_jo38w_77{display:flex;flex-direction:column;gap:10px}._sliderContainer_jo38w_83{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._shadowInputs_jo38w_91{display:flex;flex-direction:column;gap:10px;padding:0 0 0 10px;max-height:0;transition:max-height .3s ease,visibility .3s ease,opacity .3s ease;visibility:hidden;opacity:0}._label_jo38w_102{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400;white-space:nowrap}._shadowInputsRow_jo38w_111{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:center}._shadowInputsOpen_jo38w_119{max-height:200px;visibility:visible;opacity:1}._category_hxy9u_1{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:space-between;padding:16px 8px;border-radius:8px;cursor:pointer;transition:background .3s ease}._category_hxy9u_1:not(:last-child){border-bottom:1px solid #f8f8f8}._category_hxy9u_1:hover{background:#f8f8f8}._categoryTitle_hxy9u_19{font-size:16px;font-weight:400;line-height:24px;text-align:left}._wrapper_ikvjo_1{display:flex;flex-direction:column;gap:8px;height:100%;transition:.2s transform;position:absolute;top:0;left:0;padding:16px;width:100%;background:#fff;z-index:5}._open_ikvjo_16{transform:translate(0)}._close_ikvjo_20{transform:translate(320px)}._header_ikvjo_24{display:flex;flex-direction:row;gap:8px;align-items:center;margin:0 0 10px}._title_ikvjo_32{font-weight:500;font-size:20px;line-height:24px}._options_ikvjo_38{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}._clicked_ikvjo_45{opacity:0}._backIcon_ikvjo_49{transition:.3s background-color;cursor:pointer;padding:8px;border-radius:12px}._backIcon_ikvjo_49:hover{background-color:#f0f0f0}._charge_ikvjo_59{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;font-size:14px;font-weight:400;flex:1 1 auto;cursor:pointer;transition:.3s background-color ease}._charge_ikvjo_59:hover{background-color:#f0f0f0}._chargeActive_ikvjo_78{background-color:#fff;color:var(--main-color)}._chargeActive_ikvjo_78:hover{background-color:#fff}._wrapper_mkmxa_1{overflow-y:scroll}._category_mkmxa_5{display:flex;flex-direction:column;gap:0px}._categoryTitle_mkmxa_11{font-weight:600;font-size:16px;line-height:24px}._font_mkmxa_17{display:flex;flex-direction:row;gap:8px;padding:12px 0;align-items:center;position:relative;flex:1 1 auto;cursor:pointer}._font_mkmxa_17:hover{background-color:var(--background-color);border-radius:8px}._content_mkmxa_32{display:flex;flex-direction:column;gap:0px;width:100%}._icon_mkmxa_39{display:flex;flex-direction:row;gap:0px;padding:8px;border-radius:8px;background-color:var(--background-color);align-items:center;justify-content:center}._paragraph_mkmxa_50{padding:12px}._deleteIcon_mkmxa_54{position:absolute;right:10px;width:20px;height:20px}._iconButton_mkmxa_61{width:32px;height:32px}._wrapper_16ym0_2{overflow-y:scroll}._category_16ym0_6{display:flex;flex-direction:column;gap:0px}._categoryTitle_16ym0_12{font-weight:500;font-size:16px;line-height:24px}._color_16ym0_18{display:flex;flex-direction:column;gap:8px}._name_16ym0_24{line-height:20px;padding:0 4px 4px}._content_16ym0_29{display:flex;flex-direction:column;gap:0px;width:100%}._label_16ym0_36{display:flex;flex-direction:row;gap:5px;padding:8px 12px;border-radius:12px;align-items:center;width:100%;background-color:var(--background-color);cursor:pointer}._input_16ym0_48[type=color]{width:20px;height:20px;padding:1px}._input_16ym0_48{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;border:none;padding:0;cursor:pointer;border-radius:50%}._input_16ym0_48::-webkit-color-swatch{border-radius:50%;border:none}._input_16ym0_48::-webkit-color-swatch-wrapper{padding:0;border-radius:50%}._title_16ym0_74{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._field_16ym0_82{display:flex;flex-direction:column;gap:10px;padding:16px 0}._field_16ym0_82:not(:last-child){border-bottom:var(--default-border)}._alignments_16ym0_92{display:flex;flex-direction:column;gap:10px}._lineField_16ym0_98{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center}._style_16ym0_106{display:flex;flex-direction:column;gap:8px;flex:1 0 50%}._header_16ym0_113{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._blocks_emecf_1{display:flex;flex-direction:row;gap:8px;align-items:center}._block_emecf_1{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_emecf_21{border:1px solid #ff3f19}._wrapper_1yw63_2{overflow-y:auto;overflow-x:hidden}._category_1yw63_7{display:flex;flex-direction:column;gap:0px}._categoryTitle_1yw63_13{font-weight:600;font-size:16px;line-height:24px;position:sticky;top:0;z-index:10;background:#fff;padding:8px 0}._color_1yw63_24{display:flex;flex-direction:column;gap:0px}._color_1yw63_24:not(:last-child){border-bottom:var(--default-border)}._content_1yw63_33{display:flex;flex-direction:row;gap:8px;padding:12px 0;align-items:center;flex:1 1 auto}._preview_1yw63_42{width:39px;height:39px;flex:0 0 39px;padding:5px;border-radius:50%;border:1px solid #e6e6e6}._container_1yw63_52{position:relative;width:100%;height:144px;border:1px solid #f0f0f0;background-color:#f8f8f8;border-radius:12px}._buttonWrapper_1yw63_62{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:144px}._button_1yw63_62{display:flex;align-items:center;padding:10px 16px;background-color:#fff;border:1px solid #e6e6e6;border-radius:12px;gap:4px}._button_1yw63_62._buttonBorder_1yw63_80{border:1px solid #ff3f19}._button_1yw63_62._buttonBackground_1yw63_83{background-color:#ffeae5}._button_1yw63_62 ._text_1yw63_87{font-size:14px;color:#757575;line-height:20px;border:1px solid transparent}._button_1yw63_62 ._text_1yw63_87._textText_1yw63_93{border:1px solid #ff3f19}._icon_1yw63_97{border:1px solid transparent}._icon_1yw63_97._iconIcon_1yw63_100{border:1px solid #ff3f19}._annotation_1yw63_104{position:absolute;display:flex;align-items:center}._annotationText_1yw63_111{top:18px;left:45px}._annotation_1yw63_104 ._label_1yw63_116{padding:2px 4px;font-size:12px;color:#fff;background-color:#ff3f19;border-radius:4px;position:absolute;font-weight:400;line-height:16px}._circle_1yw63_127{width:5px;height:5px;background-color:#ff3f19;border-radius:50%;position:absolute}._annotationText_1yw63_111 ._label_1yw63_116{top:2px;width:65px}._line_1yw63_140{width:28px;height:26.5px;background-color:transparent;position:absolute}._annotationText_1yw63_111 ._line_1yw63_140{top:12px;left:80px;border-right:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationText_1yw63_111 ._circle1_1yw63_154{top:41px;left:105px}._annotationText_1yw63_111 ._circle2_1yw63_159{top:10px;left:73px}._annotationIcon_1yw63_164{top:19px;left:75px}._annotationIcon_1yw63_164 ._label_1yw63_116{top:80px;width:65px;left:52px}._annotationIcon_1yw63_164 ._line_1yw63_140{top:65px;left:12px;border-left:1px dashed #ff3f19;border-bottom:1px dashed #ff3f19}._annotationIcon_1yw63_164 ._circle1_1yw63_154{top:61px;left:10px}._annotationIcon_1yw63_164 ._circle2_1yw63_159{top:88.5px;left:40px}._annotationBorder_1yw63_192{top:15px;left:85px}._annotationBorder_1yw63_192 ._label_1yw63_116{top:0;width:79px;left:19px}._annotationBorder_1yw63_192 ._line1_1yw63_203{top:9px;left:-13px;border-left:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationBorder_1yw63_192 ._line2_1yw63_210{top:9px;right:-129px;border-right:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationBorder_1yw63_192 ._circle1_1yw63_154{top:33px;left:-15px}._annotationBorder_1yw63_192 ._circle2_1yw63_159{top:7px;left:12px}._annotationBorder_1yw63_192 ._circle3_1yw63_227{top:7px;left:100px}._annotationBorder_1yw63_192 ._circle4_1yw63_232{top:33px;left:126px}._annotationSurface_1yw63_237{top:19px;left:75px}._annotationSurface_1yw63_237 ._label_1yw63_116{top:2px;width:85px;left:55px}._annotationSurface_1yw63_237 ._line_1yw63_140{top:12px;left:12px;border-left:1px dashed #ff3f19;border-top:1px dashed #ff3f19}._annotationSurface_1yw63_237 ._circle1_1yw63_154{top:37px;left:10px}._annotationSurface_1yw63_237 ._circle2_1yw63_159{top:10px;left:43px}._loader_1p5lr_1{display:flex;flex-direction:column;gap:0px;align-items:center;justify-content:center;height:100%}._wrapper_no6if_1{display:flex;flex-direction:column;gap:20px;background:#fff;max-width:640px;width:100%;padding:16px 24px;border-radius:16px}._header_no6if_12{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;font-size:24px;font-weight:700;line-height:32px}._content_no6if_23{display:flex;flex-direction:column;gap:10px;overflow-y:scroll;max-height:500px;padding:0 5px;scrollbar-width:auto}._content_no6if_23::-webkit-scrollbar{width:5px;display:block}._content_no6if_23::-webkit-scrollbar-track{background:transparent}._content_no6if_23::-webkit-scrollbar-thumb{background:#ff3f19;border-radius:4px}._buttons_no6if_44{display:flex;flex-direction:row;gap:12px;justify-content:end}._label_no6if_51,._description_no6if_52{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._preview_no6if_60{display:flex;flex-direction:column;gap:10px}._block_no6if_66{display:flex;flex-direction:column;gap:0px;padding:24px;border:1px solid var(--background-color);border-radius:8px}._slug_no6if_75{line-height:20px;color:#ff3f19;margin-bottom:4px}._title_no6if_81{font-weight:600;font-size:16px;line-height:24px}._closeIcon_no6if_87{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_no6if_87:hover{background-color:#f0f0f0}._wrapper_ba9vp_2{display:flex;flex-direction:column;gap:6px;justify-content:start;width:100%}._label_ba9vp_10{width:100%;color:var(--accent-color);line-height:20px;font-size:14px;font-weight:400}._options_ba9vp_18{display:flex;flex-direction:row;gap:20px}._radioLabel_ba9vp_24{display:flex;flex-direction:row;gap:0px;align-items:center;cursor:pointer;position:relative}._radio_ba9vp_24{position:absolute;opacity:0;cursor:pointer}._custom_ba9vp_39{height:20px;width:20px;border-radius:50%;border:1px solid #e6e6e6;display:inline-block;margin-right:8px;position:relative}._radio_ba9vp_24:checked+._custom_ba9vp_39{border-color:#ff3f19;background:#ffeae5}._custom_ba9vp_39:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#e53e3e;opacity:0}._radio_ba9vp_24:checked+._custom_ba9vp_39:after{opacity:1}._option_ba9vp_18{font-size:16px;line-height:24px;font-weight:400}._layout_1pjho_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;position:relative}._main_1pjho_10{display:flex;flex-direction:column;gap:0px;width:100%;position:relative}._content_1pjho_18{display:flex;flex-direction:row;gap:0px;position:relative;height:100%}._notifications_1pjho_26{z-index:100000000;position:fixed;bottom:5px;right:5px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}._notification_2jmah_1{max-height:60px;min-height:50px;min-width:500px;max-width:700px;display:flex;flex-direction:row;gap:12px;align-items:center;padding:8px;border-radius:12px;width:fit-content;height:100%}@media (max-width: 768px){._notification_2jmah_1{min-width:300px;max-width:400px}}._text_2jmah_22{flex:1 1 auto}._text_2jmah_22,._timer_2jmah_27{line-height:24px;font-size:16px}._warning_2jmah_32{background:#faf8e6;color:#c1972a}._error_2jmah_37{background:#ffc3b7;color:#ff3f19}._success_2jmah_42{background:#e5fadd;color:#338b13}._hide_2jmah_47{display:none}._modal_1h74q_1{display:flex;flex-direction:column;gap:16px;max-width:500px;min-width:300px;width:100%;background-color:#fff;border-radius:16px;padding:24px;border:var(--default-border)}._title_1h74q_14{font-size:24px;line-height:32px;font-weight:700}._buttons_1h74q_20{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}._wrapper_1yd2j_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;align-items:center;justify-content:center}._error_1yd2j_11{display:flex;flex-direction:column;gap:10px;background-color:var(--background-color);border:var(--default-border);padding:24px;border-radius:12px}._title_1yd2j_21{font-weight:700;color:#252525;font-size:20px;line-height:24px;padding-bottom:10px}._buttons_1yd2j_29{display:flex;flex-direction:row;gap:5px;align-items:center}._lock_1mxa7_1{padding:24px;background-color:var(--surface-secondary);border-radius:var(--border-radius);display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center}._wrapper_1mxa7_12{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;height:100vh;width:100%}._content_1mxa7_22{display:flex;flex-direction:column;gap:24px;align-items:center;max-width:456px;width:100%}._info_1mxa7_31{display:flex;flex-direction:column;gap:8px;text-align:center}._buttons_1mxa7_38{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center;width:100%}._buttons_1mxa7_38 ._button_1mxa7_38{width:100%}._input_1mxa7_50{display:flex;flex-direction:column;gap:4px;width:100%}._error_1mxa7_57{color:var(--text-error)}@font-face{font-family:Geist Variable;src:url(data:font/woff2;base64,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) format("woff2");font-weight:100 900;font-display:swap;font-synthesis:none}._notifications_2ywhg_1{z-index:100000000;position:fixed;bottom:5px;right:5px;display:flex;flex-direction:column;gap:10px;align-items:flex-end}._wrapper_rccv2_1{display:flex;flex-direction:row;gap:0px;width:100%;height:100%;align-items:center;justify-content:center}._content_rccv2_11{display:flex;flex-direction:column;gap:10px;background-color:var(--background-color);border:var(--default-border);padding:24px;border-radius:12px}._title_rccv2_21{font-weight:700;color:#252525;font-size:20px;line-height:24px;padding-bottom:10px}._statItem_16xmw_1{display:flex;flex-direction:column;justify-content:space-between;width:100%;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);overflow:hidden}._imageFallback_16xmw_11{display:flex;flex-direction:column;min-height:300px;background-color:var(--surface-primary);padding:1rem;border-radius:var(--border-radius)}._imageFallback_16xmw_11 ._icon_16xmw_19{display:flex;justify-content:center;flex:1}._imageFallback_16xmw_11 ._imageName_16xmw_24{margin-top:auto;font-weight:600}._imageBackground_16xmw_29{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-repeat:no-repeat;border-radius:var(--border-radius);padding:1rem;color:#fff}._imageBackground_16xmw_29 ._imageName_16xmw_24{font-weight:600}._content_16xmw_44{padding:1rem}@media (min-width: 1024px){._content_16xmw_44._withChildren_16xmw_48{padding:.75rem}}._info_16xmw_53{display:flex;gap:12px}._info_16xmw_53._infoNoImage_16xmw_57{flex-direction:column}@media (min-width: 1024px){._info_16xmw_53._infoNoImage_16xmw_57{flex-direction:row}}._info_16xmw_53 ._iconWrapper_16xmw_65{display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-secondary);padding:10px;width:48px;height:48px}._info_16xmw_53 ._text_16xmw_75{display:flex;flex-direction:column;justify-content:center;gap:.25rem}._info_16xmw_53 ._text_16xmw_75 ._title_16xmw_81{font-size:var(--font-size-sm);color:var(--text-secondary)}._info_16xmw_53 ._text_16xmw_75 ._value_16xmw_85{font-size:var(--font-size-lg);color:var(--text-primary);font-weight:700}._emptyImage_16xmw_91{display:flex;align-items:center;justify-content:center;position:relative;min-width:250px;min-height:350px;width:100%;height:100%;object-fit:cover;background-color:var(--surface-secondary)}._image_16xmw_11{opacity:.6}._imageTitle_16xmw_108{font-size:var(--font-size-lg);color:#fff;font-weight:700}._imageDescription_16xmw_114{color:var(--text-secondary)}._emptyImageText_16xmw_118{position:absolute;max-width:216px;bottom:16px;left:16px;right:16px;display:flex;flex-direction:column;gap:4px}._emptyImageText_16xmw_118 ._title_16xmw_81{font-size:var(--font-size-lg);color:var(--text-primary);font-weight:700}._emptyImageText_16xmw_118 ._description_16xmw_133{color:var(--text-secondary)}._emptyImageText_16xmw_118 ._imageTitle_16xmw_108{color:#fff}._emptyImageText_16xmw_118 ._imageDescription_16xmw_114{color:var(--text-secondary)}._card_1q96l_2{margin-bottom:1rem;display:none;flex-direction:column;align-items:center;width:100%;padding:1rem}@media (min-width: 1280px){._card_1q96l_2{display:flex}}._email_1q96l_16{margin-bottom:.25rem;font-weight:700}._balance_1q96l_21{padding:.25rem .5rem;font-size:var(--font-size-base);color:var(--surface-action1)}._sidebar_1q96l_28{width:100%;padding:1rem}@media (min-width: 1280px){._sidebar_1q96l_28{border-right:1px solid var(--border-secondary);padding:1.5rem 1rem 1.5rem 1.5rem;max-width:320px}}._navList_1q96l_42{display:flex;gap:.25rem;overflow-x:auto}@media (min-width: 1280px){._navList_1q96l_42{flex-direction:column}}._navItem_1q96l_53{display:flex;align-items:center;padding:.75rem .5rem;width:100%;border-bottom:1px solid transparent;cursor:pointer;border-radius:var(--border-radius)}._navItem_1q96l_53:hover{background-color:var(--surface-secondary)}._activeNavItem_1q96l_66{background-color:var(--surface-secondary);color:var(--text-primary)}._inactiveNavItem_1q96l_71{background-color:var(--surface-primary);color:var(--text-secondary)}._inactiveNavItem_1q96l_71:hover{background-color:var(--surface-secondary)}._logoutNavItem_1q96l_79{color:var(--text-action);white-space:nowrap}._iconWrapper_1q96l_84{margin-right:.5rem;display:flex}._balanceContainer_1d1h9_1{padding:1.5rem;margin-bottom:1rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._balanceHeader_1d1h9_8{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}._balanceAmount_1d1h9_15{display:flex;flex-direction:column;gap:.5rem;flex:1 0 100%}@media (min-width: 768px){._balanceAmount_1d1h9_15{margin-bottom:0;flex:auto}}._balanceAmountTitle_1d1h9_28{font-size:var(--font-size-base);color:var(--text-secondary)}._balanceAmountValue_1d1h9_33{font-size:var(--font-size-xxl);font-weight:700;color:var(--text-primary)}._balanceActions_1d1h9_39{display:flex;gap:.5rem;flex:1 0 100%}._balanceActions_1d1h9_39 ._actionButton_1d1h9_44{width:100%}@media (min-width: 768px){._balanceActions_1d1h9_39{justify-content:flex-end;flex:inherit}}._actionButton_1d1h9_44{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}._transactionDate_1d1h9_61{padding:.75rem 1rem;font-size:var(--font-size-sm);color:var(--text-secondary);border-bottom:var(--border-thickness) solid var(--border-secondary)}._transactionItem_1d1h9_68{display:flex;align-items:center;padding:.75rem 1rem;justify-content:space-between;gap:10px}._transactionDetails_1d1h9_76{display:flex;align-items:center;gap:1rem}._transactionDetails_1d1h9_76 ._iconWrapper_1d1h9_81{color:var(--text-primary);background-color:var(--surface-secondary);padding:10px;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}._transactionDetails_1d1h9_76 ._transactionInfo_1d1h9_92{display:flex;flex-direction:column;gap:4px}._transactionDetails_1d1h9_76 ._transactionInfo_1d1h9_92 ._transactionTitle_1d1h9_97{font-size:var(--font-size-base);font-weight:700}._transactionDetails_1d1h9_76 ._transactionInfo_1d1h9_92 ._transactionId_1d1h9_101{font-size:var(--font-size-sm);color:var(--text-secondary);word-break:break-all}._transactionAmount_1d1h9_107{font-size:var(--font-size-base);font-weight:700;white-space:nowrap}._transactionAmount_1d1h9_107._added_1d1h9_112{color:var(--text-success)}._transactionAmount_1d1h9_107._removed_1d1h9_115{color:var(--text-primary)}._noItemsBlock_1d1h9_119{margin-top:1rem;border:none;display:flex;align-items:center;justify-content:center;height:50vh}._pagination_1d1h9_128{margin-top:1rem;display:flex;justify-content:center}._modal_1d1h9_134{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px}._modal_1d1h9_134 ._header_1d1h9_139{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:var(--border-thickness) solid var(--border-secondary)}._modal_1d1h9_134 ._form_1d1h9_146{padding:24px;display:flex;flex-direction:column;gap:16px}._modal_1d1h9_134 ._label_1d1h9_152{display:flex;flex-direction:column;gap:4px}._modal_1d1h9_134 ._formInput_1d1h9_157 input{padding-left:2rem}._modal_1d1h9_134 ._formInput_1d1h9_157 ._icon_1d1h9_81{position:absolute;left:1rem;color:var(--text-secondary)}._modal_1d1h9_134 ._bonusBlock_1d1h9_165{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--surface-action1);margin-top:-5px;width:fit-content;background:var(--surface-secondary);border-radius:var(--border-radius)}._modal_1d1h9_134 ._bonusBlock_1d1h9_165 ._icon_1d1h9_81{flex-shrink:0}._modal_1d1h9_134 ._gatewayList_1d1h9_179{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding-top:1.5rem;border-top:var(--border-thickness) solid var(--border-primary)}._modal_1d1h9_134 ._gatewayList_1d1h9_179 ._gatewayButton_1d1h9_186{padding:1rem;border-radius:var(--border-radius);border:var(--border-thickness) solid var(--border-primary);display:flex;flex-direction:column;align-items:center;cursor:pointer}._modal_1d1h9_134 ._gatewayList_1d1h9_179 ._gatewayButton_1d1h9_186._selected_1d1h9_195{border-color:var(--surface-action1)}._modal_1d1h9_134 ._gatewayList_1d1h9_179 ._gatewayButton_1d1h9_186._colSpan2_1d1h9_198{grid-column:span 2}._modal_1d1h9_134 ._gatewayList_1d1h9_179 ._gatewayButton_1d1h9_186 img{height:1.5rem;margin-bottom:1rem}._modal_1d1h9_134 ._gatewayList_1d1h9_179 ._gatewayButton_1d1h9_186 ._gatewayName_1d1h9_205{font-size:var(--font-size-sm)}._modal_1d1h9_134 ._error_1d1h9_208{color:var(--surface-action1);margin:.5rem 0 1rem;font-size:var(--font-size-sm)}._modal_1d1h9_134 ._submitButton_1d1h9_213{width:100%;padding:.75rem;text-align:center}._modal_1d1h9_134 ._infoBlock_1d1h9_218{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--surface-primary);border-radius:var(--border-primary);font-size:var(--font-size-xs);color:var(--text-secondary)}._modal_1d1h9_134 ._infoBlock_1d1h9_218:first-child{flex:1 1 100%}._addBalanceButton_1d1h9_232{display:flex;gap:5px;align-items:center}@media (max-width: 768px){._addBalanceButton_1d1h9_232{flex:1 0 auto}}._iconBlock_1d1h9_243{display:flex;align-items:center;justify-content:center;height:100%;flex:1 0 auto}._gatewayIcon_1d1h9_251{object-fit:contain}._modalPayment_1d1h9_255{display:flex;padding:24px;flex-direction:column;align-items:center;gap:16px}._title_1d1h9_263{color:var(--text-primary);text-align:center}._description_1d1h9_268{color:var(--text-secondary);text-align:center}._loaderContainer_1d1h9_273{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._transactionsContainer_1d1h9_281{border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._transactionsHeader_1d1h9_286{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-left:8px;margin-bottom:16px}._transactionsContent_1d1h9_295{height:55vh;overflow-y:scroll}._home_4lenp_1{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width: 1024px){._home_4lenp_1{padding-bottom:1.5rem}}._content_4lenp_13{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){._content_4lenp_13{grid-template-columns:repeat(2,1fr)}}@media (max-width: 524px){._content_4lenp_13{grid-template-columns:repeat(1,1fr)}}._statContainer_4lenp_29{display:grid;grid-template-columns:1fr;gap:.5rem;width:100%}@media (min-width: 1024px){._statContainer_4lenp_29{gap:1rem}}._text_4lenp_41{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;margin-top:.5rem}._text_4lenp_41 ._iconWrapper_4lenp_48{margin:0 .25rem}._loader_4lenp_52{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._container_d9w9y_1{display:grid;gap:1rem}@media (min-width: 1024px){._container_d9w9y_1{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){._container_d9w9y_1{grid-template-columns:repeat(3,1fr)}}._progress_d9w9y_16{margin-top:1rem}._status_d9w9y_20{margin-top:.75rem;border-radius:var(--border-radius);padding:4px 8px;display:flex;align-items:center;background-color:var(--surface-secondary);color:var(--text-secondary);font-size:14px}._name_d9w9y_31{font-size:16px;font-weight:700;line-height:24px;color:var(--text-primary)}._completed_d9w9y_38{color:var(--text-action);background-color:var(--surface-primary)}._title_d9w9y_43{margin:1rem 0;font-weight:600;display:flex;align-items:center;gap:8px}._description_d9w9y_51{text-align:center;margin-bottom:1rem;font-size:.875rem}._button_d9w9y_57{margin-top:auto;width:100%}._achievement_d9w9y_62{display:flex;flex-direction:column;border:1px solid var(--border-secondary);border-radius:1rem;padding:1.5rem;align-items:center}._progress_d9w9y_16{position:relative;display:flex;align-items:center;justify-content:center}._progress_d9w9y_16 svg{transform:rotate(-90deg)}._progressText_d9w9y_81{position:absolute;font-size:1rem;font-weight:700;color:var(--text-action)}._progressBackground_d9w9y_88{stroke:var(--border-secondary)}._progressForeground_d9w9y_92{stroke:var(--surface-action1)}._icon_d9w9y_96{width:24px;height:24px;padding:3px;justify-content:center;align-items:center;display:flex;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._loader_d9w9y_107{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._appContainer_6buzr_1{display:flex;flex-direction:column;width:100%;height:100%;max-width:var(--max-width-store);margin:0 auto}@media (min-width: 1280px){._appContainer_6buzr_1{flex-direction:row}}._contentContainer_6buzr_15{padding:1.5rem 1rem;display:flex;flex-direction:column;width:100%}@media (min-width: 1280px){._contentContainer_6buzr_15{padding:1.5rem 2.5rem 1.5rem 1.5rem}}._wrapper_10svy_2{display:flex;flex-direction:column}._tableContainer_10svy_7{border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;flex:1;width:100%}._title_10svy_17{font-size:24px;font-weight:600}._ticketsTable_10svy_22{overflow-x:auto;display:grid;grid-template-columns:1fr 2.5fr 1fr 1fr!important}._tableBody_10svy_28{overflow-y:auto;display:flex;flex-direction:column;width:100%;max-height:600px;min-width:750px}._scrollContainer_10svy_38{overflow-x:auto;-webkit-overflow-scrolling:touch}._scrollContainer_10svy_38 ._table_10svy_7{min-width:750px}._tableItem_10svy_46{border-bottom:var(--border-thickness) solid var(--border-secondary)!important}._tableItem_10svy_46:nth-last-child(-n+6){border-bottom:var(--border-thickness) solid var(--border-secondary)!important}._tableLoader_10svy_53{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-height:600px}._authContainer_1ib3s_2{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._authWrapper_1ib3s_11{max-width:var(--max-width-store);width:100%;margin:0 auto;padding:0 1rem;max-width:480px}._authWrapper_1ib3s_11._inModal_1ib3s_18{max-width:100%;margin:0;padding:0}._formHeaderTitle_1ib3s_25{font-weight:700;font-size:var(--font-size-xxl);margin-bottom:.25rem}._formHeaderSubtitle_1ib3s_31{color:var(--text-secondary);margin-bottom:1.5rem}._formLabel_1ib3s_37{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:24px}._formInput_1ib3s_44{margin-top:.25rem}._formError_1ib3s_49{color:var(--surface-action1);margin-bottom:1.25rem}._submitButton_1ib3s_55{width:100%;height:var(--input-height);flex:1 1 auto}._backButton_1ib3s_62{height:var(--input-height)}._backButton_1ib3s_62 ._text_1ib3s_65{color:var(--text-secondary)}._otpInput_1ib3s_70{margin-bottom:1.25rem}._otpContainer_1ib3s_76{display:flex;align-items:center;margin-top:.5rem}._otpSlots_1ib3s_83{display:flex;width:100%;justify-content:space-between;gap:.375rem}._otpSlot_1ib3s_83{position:relative;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;border:var(--border-thickness) solid var(--border-primary);border-radius:var(--border-radius)}._otpSlot_1ib3s_83:hover,._otpSlot_1ib3s_83:focus-within{border-color:var(--surface-action1);opacity:.8}._otpSlot_1ib3s_83._active_1ib3s_106{outline:2px solid var(--surface-action1)}._otpSlotEmpty_1ib3s_111{color:var(--text-secondary)}._actionRow_1ib3s_115{display:flex;align-items:center;justify-content:space-between;gap:1rem}._authForm_1ib3s_122{display:flex;flex-direction:column}._formHeader_1ib3s_25{display:flex;flex-direction:column;gap:4px}._input_1ib3s_133{display:flex;flex-direction:column;gap:4px;margin:0 0 24px}._referralBlock_13eah_2,._skeleton_13eah_3{flex:0 1 50%;width:100%}@media (max-width: 1024px){._referralBlock_13eah_2,._skeleton_13eah_3{flex:1 1 100%}}._referralContainer_13eah_14,._skeleton_13eah_3{height:100%;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);padding:24px;display:flex;flex-direction:column;gap:12px}._title_13eah_26{font-size:var(--font-size-xxl);font-weight:700}._description_13eah_31{margin-bottom:1rem;color:var(--text-secondary)}._label_13eah_36{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:.25rem}._code_13eah_42{background-color:var(--surface-0);color:var(--text-primary);border:1px solid var(--text-primary);border-radius:var(--border-radius-xl);padding:.75rem;margin-bottom:1rem}._linkContainer_13eah_51{position:relative}._link_13eah_51{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._copyButton_13eah_61{position:absolute;right:0;bottom:15px;background:none;border:none;cursor:pointer;display:flex;align-items:center}._modalContainer_13eah_72{display:flex;flex-direction:column;gap:24px;max-width:640px;background-color:var(--surface-primary);border-radius:var(--border-radius)}._steps_13eah_81{display:flex;flex-direction:column;gap:24px}._joinButton_13eah_87{max-width:200px}._stepItem_13eah_92{display:flex;font-size:var(--font-size-sm);color:var(--text-secondary)}._iconContainer_13eah_98{display:flex;flex-direction:column;align-items:center;margin-right:.5rem;margin-bottom:.25rem}._index_13eah_106{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:var(--surface-secondary);border-radius:50%;font-weight:700;margin-bottom:.25rem}._bar_13eah_118{width:.25rem;height:2.375rem;background-color:var(--surface-secondary);border-radius:var(--border-radius-2xl)}._content_13eah_125{display:flex;flex-direction:column}._caption_13eah_130{margin-bottom:.25rem;font-weight:700;text-transform:uppercase}._descriptionStep_13eah_136{line-height:1.5}._label_13eah_36{font-size:var(--font-size-sm);color:var(--text-secondary)}._error_13eah_146{color:var(--signal-danger)}._infoBlock_13eah_150{padding:12px;background-color:var(--surface-secondary);display:flex;border-radius:var(--border-radius);align-items:center;margin-bottom:16px}._infoIcon_13eah_159{height:20px;width:20px;margin-right:10px;display:flex;justify-content:center;align-items:center}._infoText_13eah_168{font-size:var(--font-size-sm);color:var(--text-secondary)}._actions_13eah_173{display:flex;justify-content:flex-end}._cancelButton_13eah_178{margin-right:.75rem}._referralStats_13eah_182{flex:0 1 50%;display:grid;grid-template-columns:1fr 1fr;gap:1rem;height:100%;width:100%}@media (max-width: 1024px){._referralStats_13eah_182{flex:1 1 100%}}._referralInfo_13eah_196{display:flex;flex-direction:column;gap:16px}._referralStatsItem_13eah_202{display:flex;flex-direction:column;gap:10px;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);padding:24px;height:100%}._referralStatsItemValue_13eah_212{flex:1 1 auto}._referralStatsItemLabel_13eah_216{color:var(--text-secondary)}._referral_13eah_2{display:flex;align-items:stretch;justify-content:space-between;gap:24px}@media (max-width: 1024px){._referral_13eah_2{flex-direction:column}}._header_13eah_232{display:flex;flex-direction:row;gap:24px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-secondary);padding:24px}._contentModal_13eah_242{padding:0 24px 24px;display:flex;flex-direction:column;gap:16px}._title_u8oqs_1{margin-top:8px;margin-bottom:16px;margin-left:8px;display:flex;flex-direction:column;gap:5px}._heading_u8oqs_10{font-weight:700;color:var(--text-primary)}._description_u8oqs_15{color:var(--text-secondary)}._noItemsBlock_krhys_4{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}._noItemsBlockIcon_krhys_13{width:1.75rem;height:1.75rem;color:var(--text-secondary)}._noItemsBlockTitle_krhys_20{font-weight:700;font-size:var(--font-size-h2);color:var(--text-secondary);margin-top:.75rem;margin-bottom:.25rem}._noItemsBlockDescription_krhys_29{font-size:var(--font-size-p);color:var(--text-secondary)}._ordersTable_110u9_2{border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between}._gatewayItem_110u9_10{display:flex;align-items:center}._gatewayIcon_110u9_15{height:1.5rem;margin-right:.25rem}._orderTime_110u9_20{font-size:var(--font-size-xs);color:var(--text-secondary)}._reviewContainer_110u9_25{display:flex;align-items:center;justify-content:center}._reviewIcon_110u9_31{color:var(--brand-default)}._reviewRating_110u9_35{margin-left:.25rem}._tableLoader_110u9_39{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-height:600px}._tableItem_110u9_48{border-bottom:var(--border-thickness) solid var(--border-secondary)!important}._table_1nbu1_4{overflow-x:auto;display:grid;grid-template-columns:minmax(120px,auto) repeat(5,minmax(min-content,auto))}._tableItem_1nbu1_11{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.5rem;border-bottom:var(--border-thickness) solid var(--border-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableItem_1nbu1_11:nth-last-child(-n+6){border-bottom:none}._tableItemTitle_1nbu1_26{font-size:var(--font-size-sm);text-transform:uppercase;color:var(--text-secondary)}._paginationContainer_pt4l5_4{display:flex;gap:.5rem;flex-wrap:wrap}._paginationWithRange_pt4l5_16{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:1rem;margin-top:auto;border-top:var(--border-thickness) solid var(--border-secondary)}@media (min-width: 1024px){._paginationWithRange_pt4l5_16{height:72px;justify-content:space-between;align-items:center;flex-direction:row}}._paginationWithRangeText_pt4l5_33{color:var(--text-secondary);display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}@media (min-width: 1024px){._paginationWithRangeText_pt4l5_33{margin-bottom:0}}._paginationWithRangePagination_pt4l5_45{display:flex;justify-content:center;align-items:center}._statusIndicator_1mzab_4{display:flex;align-items:center;justify-content:start;border-radius:9999px;padding:4px 8px}._statusIndicatorSuccess_1mzab_11{background-color:var(--surface-success);color:var(--text-success)}._statusIndicatorWarning_1mzab_15{background-color:var(--surface-warning);color:var(--text-warning)}._statusIndicatorError_1mzab_19{background-color:var(--surface-error);color:var(--text-error)}._statusIndicatorText_1mzab_23{margin-left:.25rem}@media (min-width: 768px){._checkoutItemsContainer_1kn61_2{padding:2.5rem;height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 2.5rem 1.5rem 1rem}}@media (min-width: 768px){._innerContainer_1kn61_16{max-width:520px;width:100%}}._headerSection_1kn61_22{padding:1rem}@media (min-width: 768px){._headerSection_1kn61_22{width:100%;height:100%;display:flex;flex-direction:column;padding:1rem;padding-left:0}}._headerSection_1kn61_22 ._header_1kn61_22{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}._headerSection_1kn61_22 ._header_1kn61_22 h1{font-weight:700;font-size:var(--font-size-lg);color:var(--text-primary)}._productsContainer_1kn61_47{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._couponContainer_1kn61_54{margin-top:1.5rem}._checkoutFooter_1kn61_58{display:none}@media (min-width: 768px){._checkoutFooter_1kn61_58{display:flex}}._checkoutFooter_1dzvc_1{display:flex;align-items:center;justify-content:space-between;height:3.5rem;margin-top:1.5rem}._footerBranding_1dzvc_9{display:flex;align-items:center;gap:.5rem}._footerBranding_1dzvc_9 ._poweredText_1dzvc_14{color:var(--text-secondary);font-size:var(--font-size-sm)}._footerNav_1dzvc_19{list-style:none;display:flex;gap:1.5rem;font-size:var(--font-size-xs);color:var(--text-secondary)}._footerNav_1dzvc_19 li:hover{text-decoration:underline}._checkoutHeader_d2mbf_1{padding:0 1.25rem;width:100%;display:flex;align-items:center;justify-content:space-between;height:3.5rem;border-bottom:1px solid var(--border-primary);background-color:var(--surface-secondary)}@media (min-width: 768px){._checkoutHeader_d2mbf_1{height:auto;background-color:transparent;border:none;padding:0}}._leftContainer_d2mbf_20{display:flex;align-items:center;gap:1.25rem}._backArrow_d2mbf_26{width:1.25rem;height:1.25rem;transform:rotate(-90deg);cursor:pointer;color:var(--text-secondary);transition:color .3s ease}._backArrow_d2mbf_26:hover{color:var(--text-primary)}._logoContainer_d2mbf_38{height:1.25rem;padding-left:1rem;border-left:1px solid var(--border-primary)}._logoContainer_d2mbf_38 ._logo_d2mbf_38{width:100%;height:100%;object-fit:contain}._activeBadge_hjug8_1{display:flex;align-items:center;background-color:var(--success-background);color:var(--success-text);border-radius:var(--border-radius-custom);gap:.25rem;padding:.25rem .375rem .25rem 6px;width:fit-content}._activeBadgeText_hjug8_12{font-size:var(--font-size-sm)}._timerContainer_105jf_2{display:flex;gap:.25rem;align-items:center;padding:.325rem .625rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);color:var(--text-secondary)}._timerText_105jf_12{font-size:var(--font-size-base)}._progressBar_mcabf_4{display:flex;gap:.25rem;align-items:center;font-size:var(--font-size-sm)}._progressBarLabel_mcabf_12{font-size:inherit}._progressBarTrack_mcabf_17{height:4px;width:100%;display:flex;align-items:center;flex:1;background-color:var(--surface-primary);border-radius:100px}._progressBarFill_mcabf_28{height:100%;background-color:var(--text-primary);border-radius:100px;transition:width .3s ease-in-out}._rating_slv7h_4{display:flex;gap:.375rem;cursor:pointer}._rating_slv7h_4._disabled_slv7h_9{cursor:not-allowed}._ratingStar_slv7h_14{width:1.25rem;display:flex;justify-content:center;align-items:center;transition:color .3s ease-in-out}._ratingStar_slv7h_14._inactive_slv7h_21{color:var(--text-secondary)}._inputRange_iv6ow_4{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem;height:calc(fit-content + 50px)}._inputRangeLabel_iv6ow_14{color:var(--text-secondary);margin-bottom:.5rem;text-align:left;width:100%}._progressBar_iv6ow_22{position:relative;width:100%;height:.25rem;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._progressBarFill_iv6ow_29{position:absolute;top:0;left:0;height:100%;background-color:var(--surface-action1);border-radius:var(--border-radius);transition:all .3s ease-in-out}._stepsContainer_iv6ow_40{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}._step_iv6ow_40{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}._stepDot_iv6ow_57{border-radius:50%;transition:background-color .3s}._stepDot_iv6ow_57._current_iv6ow_61{width:1rem;height:1rem}._stepDot_iv6ow_57._default_iv6ow_65{width:.75rem;height:.75rem}._stepDot_iv6ow_57._active_iv6ow_69{background-color:var(--surface-action1)}._stepDot_iv6ow_57._inactive_iv6ow_72{background-color:var(--surface-disabled)}._tooltip_iv6ow_77{position:absolute;top:1.5rem;transform:translate(-50%);font-size:var(--font-size-sm);color:var(--surface-primary);background-color:var(--text-primary);padding:.25rem .75rem;border-radius:var(--border-radius);display:flex;align-items:center;gap:.25rem}._checkoutPrices_1pbvs_1{margin-top:1.5rem;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:.75rem;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._priceRow_1pbvs_12{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--font-size-base)}._label_1pbvs_21{color:var(--text-secondary)}._totalRow_1pbvs_25{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--font-size-base);font-weight:600}._totalLabel_1pbvs_35,._totalValue_1pbvs_39{font-weight:700}._checkoutProduct_3dfws_1._isOrder_3dfws_1{padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}._checkoutProduct_3dfws_1._isOrder_3dfws_1:last-of-type{border-bottom:none;padding-bottom:0}._productDetails_3dfws_10{display:flex;align-items:center;gap:.75rem}._productImage_3dfws_16{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);overflow:hidden}._productImage_3dfws_16._isOrderImage_3dfws_26{background-color:var(--surface-primary)}._image_3dfws_30{width:100%;height:100%;object-fit:contain}._productInfo_3dfws_36{font-size:var(--font-size-sm);width:100%;max-width:65%}._productHeader_3dfws_42{display:flex;align-items:center;gap:.5rem}._quantityBadge_3dfws_48{font-size:var(--font-size-sm);color:var(--text-secondary);padding:.25rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center}._productDescription_3dfws_59{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._productPrice_3dfws_67{font-weight:600;font-size:var(--font-size-base);max-width:40%;width:100%;text-align:right}._deliveryCategories_3dfws_75{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem;width:100%}._customerNote_3dfws_83{padding:.75rem 1rem;margin-top:1rem;background-color:var(--surface-primary);border-radius:var(--border-radius)}._noteHeader_3dfws_90{display:flex;align-items:center;gap:.5rem}._logoContainer_3dfws_96{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-primary);border-radius:50%;background-color:var(--surface-secondary);overflow:hidden}._shopName_3dfws_108{font-weight:500}._noteContent_3dfws_112{margin-top:.25rem;font-size:var(--font-size-sm);color:var(--text-secondary)}._deliveryItem_cn4va_1{padding:.5rem 1rem;min-width:120px;display:flex;gap:.25rem;justify-content:center;background-color:var(--surface-primary);border-radius:var(--border-radius-custom);cursor:pointer}._deliveryItemText_cn4va_12{color:var(--text-secondary);font-size:var(--font-size-sm)}._coupon_z8wt8_1{display:flex;flex-direction:column;width:100%}._couponApplied_z8wt8_7{display:flex;align-items:center;gap:1rem;padding:0 1rem;height:3rem;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._discount_z8wt8_17{margin-left:.25rem;font-size:var(--font-size-base);color:var(--text-secondary)}._removeButton_z8wt8_23{margin-left:auto}._removeButtonText_z8wt8_27{color:var(--text-action)}._couponInput_z8wt8_31{display:flex;gap:.75rem;flex-direction:column}._couponInputContainer_z8wt8_37{display:flex;gap:.75rem;align-items:center}._applyButton_z8wt8_43{cursor:pointer}._applyButtonText_z8wt8_47{color:var(--text-inverted)}._checkoutOperational_1ng0u_1{padding:1.5rem 1rem;background-color:var(--surface-secondary);margin-top:2.5rem}@media (min-width: 768px){._checkoutOperational_1ng0u_1{margin-top:0;width:100%;padding:2.5rem 1rem 2.5rem 2.5rem;max-height:100vh;overflow:auto}}@media (min-width: 768px){._checkoutOperational_1ng0u_1 ._innerContainer_1ng0u_17{max-width:520px}}._paymentMethodsSection_1ng0u_22{margin-top:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}._socialConnectSection_1ng0u_28{margin-top:1.25rem}._socialConnectSection_1ng0u_28 ._socialConnectLabel_1ng0u_31{color:var(--text-secondary);font-size:var(--font-size-sm)}._socialConnectSection_1ng0u_28 ._socialConnectContent_1ng0u_35{margin-top:.25rem}._continueButton_1ng0u_39{margin-top:2.5rem;width:100%}._continueButton_1ng0u_39 ._buttonText_1ng0u_43{color:var(--text-inverted)}._continueButton_1ng0u_39 ._button_1ng0u_43{width:100%}._checkoutFooter_1ng0u_50{margin-top:2.5rem;display:flex}@media (min-width: 768px){._checkoutFooter_1ng0u_50{display:none}}._emailLabel_1ng0u_60{color:var(--text-secondary);font-size:var(--font-size-sm)}._emailInput_1ng0u_65{margin-top:.25rem}._emailCheckbox_1ng0u_69{display:flex;align-items:center;gap:.5rem;font-size:var(--font-size-sm);margin-top:.75rem}._customFields_1emyf_2{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}._checkboxWrapper_1emyf_9{display:flex;align-items:center;gap:.5rem;cursor:pointer}._textareaWrapper_1emyf_16,._inputWrapper_1emyf_17{display:flex;flex-direction:column;gap:.25rem}._label_1emyf_23{color:var(--text-secondary)}._connectedContainer_jb7g7_1{padding:.75rem 1rem;background-color:var(--surface-primary);border-radius:var(--border-radius-custom);display:flex;justify-content:space-between;align-items:center}._userInfo_jb7g7_10{display:flex;align-items:center;gap:.5rem}._avatar_jb7g7_16{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}._avatarImage_jb7g7_26{width:100%;height:100%;object-fit:cover}._connectButton_jb7g7_32{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}._connectText_jb7g7_40{color:var(--text-secondary)}._paymentMethodsContainer_a3he6_2{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-default)}@media (min-width: 768px){._paymentMethodsContainer_a3he6_2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}._loader_a3he6_16{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._paymentMethod_1l7w5_2{padding:12px 16px;display:flex;justify-content:space-between;flex-direction:column;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);cursor:pointer;transition:border-color .3s ease;background-color:var(--surface-primary);gap:16px}._paymentMethod_1l7w5_2._selected_1l7w5_14{border-color:var(--surface-action1)}._paymentMethod_1l7w5_2._alignColumn_1l7w5_17{flex-direction:column-reverse;height:5.75rem;padding:1rem;align-items:flex-start}._paymentMethod_1l7w5_2._reversed_1l7w5_23{flex-direction:column-reverse;align-items:flex-start}._paymentText_1l7w5_28{font-size:var(--font-size-base);flex:1 1 100%}._balanceText_1l7w5_33{color:var(--text-secondary)}._signInLink_1l7w5_37{color:var(--surface-action1);text-decoration:underline;cursor:pointer}._signInLink_1l7w5_37:hover{text-decoration:none}._iconContainer_1l7w5_46{display:flex;gap:1rem;align-items:center;width:100%}._gatewayLogo_1l7w5_53,._poweredByLogo_1l7w5_54{width:auto;height:1.5rem}._logo_1l7w5_59{width:100%;height:100%;object-fit:contain}._bottomSheet_og330_1{height:100%;display:flex;flex-direction:column;padding:16px 24px}._content_og330_8{flex:1}._content_og330_8 ._description_og330_11{color:var(--text-secondary)}._buttonGroup_og330_15{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_og330_15{margin-left:auto}}._buttonGroup_og330_15 ._buttonWrapper_og330_25{width:fit-content}._buttonGroup_og330_15 ._fullWidthButton_og330_28{width:100%}._modal_og330_32{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;width:100%}._header_og330_39{display:flex;justify-content:space-between;align-items:center;border-bottom:var(--border-thickness) solid var(--border-secondary);padding:16px 24px}._modal_14r0b_1{background-color:var(--surface-primary);border-radius:var(--border-radius);padding:16px 24px;max-width:600px;width:100%}._container_1mlh2_1{padding:.75rem;margin-top:1rem;display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius-custom);background-color:var(--surface-0)}._icon_1mlh2_11{min-width:1rem}._text_1mlh2_15{font-size:var(--font-size-xs);color:var(--text-secondary)}._securedBySsl_11thi_2{padding:1rem;margin-top:1rem;display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius-custom);background-color:var(--surface-0)}._iconWrapper_11thi_12{min-width:1rem}._text_11thi_16{font-size:var(--font-size-xs);color:var(--text-secondary)}._bottomSheet_1iygl_1{height:100%;display:flex;flex-direction:column;padding:16px 24px}._content_1iygl_8{flex:1}._content_1iygl_8 ._section_1iygl_11{display:flex;align-items:center;justify-content:space-between}._content_1iygl_8 ._section_1iygl_11 ._copyButton_1iygl_16{color:var(--text-secondary);display:flex;gap:.25rem}._content_1iygl_8 ._scrollableBox_1iygl_21{padding:.75rem;margin-top:.5rem;width:100%;height:276px;background-color:var(--surface0);border-radius:var(--border-radius-custom);overflow:auto;scrollbar-width:thin}._content_1iygl_8 ._discordMessage_1iygl_31{padding:.75rem;margin-top:.5rem;width:100%;background-color:var(--surface0);border-radius:var(--border-radius-custom);overflow:auto;scrollbar-width:thin}._buttonGroup_1iygl_41{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1iygl_41{width:50%;margin-left:auto}}._buttonGroup_1iygl_41 ._buttonWrapper_1iygl_53{width:fit-content}._modal_1iygl_57{background-color:var(--surface-primary);border-radius:var(--border-radius)}._header_1iygl_62{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}._mt1_1jslm_1{margin-top:.25rem}._pb6_1jslm_5{padding-bottom:1.5rem}._borderB_1jslm_9{border-bottom:var(--border-thickness) solid var(--border-secondary)}._notifyBlock_1jslm_13{padding:.75rem;border-radius:var(--border-radius);background-color:var(--surface-primary);font-size:var(--font-size-xs)}._notifyBlock_1jslm_13 ._notifyHeader_1jslm_19{display:flex;align-items:center;gap:.5rem}._notifyBlock_1jslm_13 ._notifyContent_1jslm_24{color:var(--text-secondary);margin-top:.5rem}._buttonBlock_1jslm_29{width:100%}._buttonBlock_1jslm_29 ._buttonText_1jslm_32{color:var(--text-inverted)}._imageBlock_1jslm_36{width:100%;display:flex;justify-content:center;padding:1rem 0;background-color:var(--surface-primary);border-radius:var(--border-radius)}._imageBlock_1jslm_36 ._imageContainer_1jslm_44{width:10rem;height:10rem;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._imageBlock_1jslm_36 ._imageContainer_1jslm_44 img{width:100%;height:100%;object-fit:contain}._sectionBlock_1jslm_56{padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary);display:flex;flex-direction:column;gap:.5rem}._sectionBlock_1jslm_56 ._sectionTitle_1jslm_63{color:var(--text-primary)}._sectionBlock_1jslm_56 ._sectionSubtitle_1jslm_66{color:var(--text-secondary);font-size:var(--font-size-sm)}._inputContainer_1jslm_71{display:flex;gap:8px;align-items:center}._chargeStatusBlock_ezl5o_4{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}._chargeStatusIcon_ezl5o_14{padding:.75rem;border-radius:var(--border-radius);background-color:var(--surface-primary);display:flex;align-items:center;justify-content:center}._chargeStatusTitle_ezl5o_24{font-weight:700}._chargeStatusDescription_ezl5o_29{font-size:var(--font-size-sm);color:var(--text-secondary)}._pickUpButton_ezl5o_35{margin-top:.75rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.25rem}._actionButtons_ezl5o_45{display:flex;gap:.5rem;margin-top:.75rem;width:100%}._actionButtons_ezl5o_45 ._actionButton_ezl5o_45{width:100%;display:flex;align-items:center;gap:.25rem}._actionButtons_ezl5o_45 ._actionButton_ezl5o_45 ._buttonText_ezl5o_57{color:var(--text-secondary);margin-left:5px}._bottomSheet_1k3q8_1{height:100%;display:flex;flex-direction:column;padding:16px 24px}._content_1k3q8_8{flex:1}._content_1k3q8_8 ._agreementList_1k3q8_11{display:flex;flex-direction:column;gap:.75rem}._content_1k3q8_8 ._agreementList_1k3q8_11 ._agreementItem_1k3q8_16{display:flex;align-items:center;gap:.5rem;cursor:pointer}._content_1k3q8_8 ._warning_1k3q8_22{padding:.75rem 1rem;color:var(--text-secondary);border-radius:.5rem;background-color:var(--surface0);margin-top:1rem}._buttonGroup_1k3q8_30{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1k3q8_30{margin-left:auto}}._buttonGroup_1k3q8_30 ._buttonWrapper_1k3q8_40{width:fit-content}._buttonGroup_1k3q8_30 ._fullWidthButton_1k3q8_43{width:100%}._modal_1k3q8_47{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;width:100%}._header_1k3q8_54{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:var(--border-thickness) solid var(--border-secondary)}._chargeItemsContainer_qmv3w_4{max-width:calc(var(--max-width-store) / 2)}@media (min-width: 768px){._chargeItemsContainer_qmv3w_4{height:calc(100vh - 30px);display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 2.5rem 1.5rem 1rem}}@media (min-width: 768px){._chargeItemsInner_qmv3w_20{width:100%;height:100%}}._productsContainer_qmv3w_27{padding:0 1rem}@media (min-width: 768px){._productsContainer_qmv3w_27{display:flex;flex-direction:column;width:100%;height:100%;padding:0}}._chargeHeader_qmv3w_41{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:1.5rem}._chargeTitle_qmv3w_49{font-weight:700;color:var(--text-primary);font-size:var(--font-size-lg)}._chargeDescription_qmv3w_55{color:var(--text-secondary);font-size:var(--font-size-sm)}._copyButton_qmv3w_61{display:flex;align-items:center;gap:.25rem;min-width:115px;white-space:nowrap}._copyButton_qmv3w_61 ._buttonText_qmv3w_68{color:var(--text-secondary)}._productsList_qmv3w_73{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._trackingContainer_qmv3w_81{margin:1.5rem 0}@media (min-width: 768px){._trackingContainer_qmv3w_81{margin:1.5rem 0 0}}._footerContainer_qmv3w_91{display:none}@media (min-width: 768px){._footerContainer_qmv3w_91{display:flex}}._checkoutOrderMainData_ucho0_4{display:flex;flex-direction:column}._orderDetailRow_ucho0_10{padding:.75rem 0;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size-base);border-bottom:var(--border-thickness) solid var(--border-primary)}._chargeIdRow_ucho0_21{padding:.75rem 0;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size-base)}._detailLabel_ucho0_31{color:var(--text-secondary)}._chargeIdContainer_ucho0_37{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;max-width:80%;width:100%}._chargeId_ucho0_21{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}._copyIcon_ucho0_55{color:var(--text-secondary);cursor:pointer}._copyIcon_ucho0_55:hover{color:var(--text-primary)}._bottomSheet_1yai1_1{height:100%;display:flex;flex-direction:column;padding:16px 24px}._formContainer_1yai1_8{flex:1}._formContainer_1yai1_8 ._formGroup_1yai1_11{margin-top:1rem}._formContainer_1yai1_8 ._formGroup_1yai1_11 ._error_1yai1_14{color:var(--signal-danger)}._buttonGroup_1yai1_18{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1yai1_18{margin-left:auto}}._buttonGroup_1yai1_18 ._buttonWrapper_1yai1_28{width:fit-content}._buttonGroup_1yai1_18 ._fullWidthButton_1yai1_31{width:100%}._buttonGroup_1yai1_18 ._cancelButton_1yai1_34{color:var(--text-secondary)}._buttonGroup_1yai1_18 ._verifyButton_1yai1_37{color:var(--text-inverted)}._modal_1yai1_41{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;width:100%}._header_1yai1_48{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:var(--border-thickness) solid var(--border-secondary)}._trackPaymentContainer_1q1lw_1{position:relative}._trackPaymentBox_1q1lw_5{padding:1rem 1.5rem;background-color:var(--surface-secondary);border-radius:var(--border-radius);position:absolute;width:100%;bottom:60px;z-index:50;transition:all .3s ease-in-out;opacity:0;visibility:hidden}._trackPaymentBoxActive_1q1lw_18{opacity:1;visibility:visible}._trackPaymentHeader_1q1lw_23{padding-bottom:1rem}._trackPaymentTitle_1q1lw_27{font-weight:700;font-size:var(--font-size-lg)}._trackPaymentTimeline_1q1lw_32{display:flex;flex-direction:column;gap:1rem;max-height:230px;overflow:auto;scrollbar-width:thin}._trackPaymentItem_1q1lw_41{display:flex;flex-direction:column;gap:.5rem}._itemHeader_1q1lw_47{display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-secondary)}._itemDate_1q1lw_54{font-weight:700}._itemMessage_1q1lw_58{margin-top:.5rem}._trackPaymentToggle_1q1lw_62{padding:0 1.5rem;height:3rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);cursor:pointer}._trackPaymentToggleContent_1q1lw_73{display:flex;align-items:center;gap:.5rem}._trackPaymentToggleText_1q1lw_79{font-size:var(--font-size-sm)}._wrapper_wjbqf_1{display:grid;grid-template-columns:1fr 2.5fr 1fr 1fr;cursor:pointer;border-bottom:var(--border-thickness) solid var(--border-secondary)!important}._wrapper_wjbqf_1:last-child{border-bottom:none!important}._dateTime_wjbqf_11{color:var(--text-secondary)}._date_wjbqf_11{display:flex;flex-direction:column;gap:.5rem}._tableItem_wjbqf_21{overflow:visible}._status_wjbqf_25{display:flex;align-items:center;gap:.5rem;padding:8px 7px;border-radius:var(--border-radius);background-color:var(--surface-success)}._statusInProgress_wjbqf_34{background-color:var(--surface-secondary)}._statusText_wjbqf_38,._statusIcon_wjbqf_42{color:var(--text-success)}._statusInProgressText_wjbqf_46,._statusInProgressIcon_wjbqf_50{color:var(--text-secondary)}._tableItem_wjbqf_21{border-bottom:none!important}._tableContainer_1g3ca_1{border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between}._table_1g3ca_1{overflow-x:auto;display:grid;grid-template-columns:minmax(120px,auto) minmax(0,20%) repeat(4,minmax(min-content,auto))!important}._itemTitle_1g3ca_15{text-align:left}._productInfo_1g3ca_19{display:flex;gap:.5rem;align-items:center;width:100%}._productImage_1g3ca_26{display:flex;justify-content:center;align-items:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);padding:6px}._productName_1g3ca_35{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--text-primary)}._productName_1g3ca_35:hover{text-decoration:underline}._expirationDate_1g3ca_46{font-size:var(--font-size-xs);color:var(--text-secondary)}._overflowItem_1g3ca_51{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._gatewayContainer_1g3ca_57{display:flex;align-items:center}._gatewayImage_1g3ca_62{height:1.5rem;margin-right:.25rem}._dateTime_1g3ca_67{font-size:var(--font-size-xs);color:var(--text-secondary)}._tableLoader_1g3ca_72{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-height:600px}._tableItem_1g3ca_81{border-bottom:var(--border-thickness) solid var(--border-secondary)!important}._badge_1oac8_1{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;padding:.25rem .5rem;border-radius:var(--border-radius);font-size:var(--font-size-sm);width:fit-content}._active_1oac8_12{color:var(--text-success);background-color:var(--surface-success)}._awaitingPayment_1oac8_17{color:var(--text-warning);background-color:var(--surface-warning)}._cancelled_1oac8_22,._changedGateway_1oac8_27,._expired_1oac8_32{color:var(--text-action);background-color:var(--surface-action1)}._rial_1oac8_37{color:var(--text-secondary);background-color:var(--surface-secondary)}._pastDue_1oac8_42{color:var(--text-action);background-color:var(--surface-action1)}._replaced_1oac8_47{color:var(--text-secondary);background-color:var(--surface-secondary)}._container_1opbn_1{padding:1.5rem;margin-top:1rem;background-color:var(--surface-primary);border-radius:var(--border-radius)}._productDetails_1opbn_8{display:flex;gap:.75rem;width:100%}._imageContainer_1opbn_14{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);overflow:hidden}._image_1opbn_14{width:100%;height:100%;object-fit:contain;border-radius:var(--border-radius)}._textContainer_1opbn_32{font-size:var(--font-size-base);width:100%;display:flex;flex-direction:column;gap:4px}._header_1opbn_40{display:flex;align-items:center;gap:.5rem}._title_1opbn_46{font-weight:700;overflow:hidden;text-overflow:ellipsis;max-width:100%}._price_1opbn_53{color:var(--text-secondary)}._badgeContainer_1opbn_57{min-width:fit-content}._description_1opbn_61{margin-top:1rem;color:var(--text-secondary)}._card_69liy_1{width:100%;padding:1rem;cursor:pointer;border-radius:.5rem;display:flex;flex-direction:column;align-items:flex-start}._card_69liy_1 ._price_69liy_10{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}._card_69liy_1 ._price_69liy_10 ._interval_69liy_17{font-size:1rem;font-weight:400;color:var(--text-secondary)}._card_69liy_1 ._name_69liy_22{font-size:1.25rem;font-weight:500;margin-top:1rem;flex:auto}._card_69liy_1 ._description_69liy_28{margin-top:.25rem;color:var(--text-secondary)}._card_69liy_1 ._currentPlan_69liy_32{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;font-size:.875rem;color:var(--text-action);border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._card_69liy_1 ._selectButton_69liy_45{width:100%;margin-top:1.5rem;padding:.75rem}._card_69liy_1 ._progressSection_69liy_50{width:100%;margin-top:.75rem}._card_69liy_1 ._progressSection_69liy_50 ._progressLabel_69liy_54{color:var(--text-secondary);font-size:.875rem;margin-top:.5rem}._bottomSheet_69liy_60{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}._title_69liy_69{font-weight:700;font-size:1.5rem}._description_69liy_28{max-width:800px;color:var(--text-secondary);text-align:center}._typeSelector_69liy_80{max-width:376px;width:100%;display:flex;margin-top:1.5rem;padding:.25rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);background-color:var(--surface-secondary)}._typeSelector_69liy_80 ._typeOption_69liy_90{width:100%;text-align:center;cursor:pointer;padding:6px;font-size:.875rem;border-radius:var(--border-radius);transition:all .3s;color:var(--text-secondary)}._typeSelector_69liy_80 ._typeOption_69liy_90._active_69liy_100{background-color:var(--surface-primary);color:var(--text-primary)}._typeSelector_69liy_80 ._typeOption_69liy_90:not(._active_69liy_100):hover{background-color:var(--surface-secondary);color:var(--text-primary)}._typeSelector_69liy_80 ._typeOption_69liy_90 ._saveTag_69liy_108{border:1px solid var(--surface-action1);color:var(--surface-action1);padding:2px 8px;border-radius:.25rem;font-size:.75rem;margin-left:.25rem}._planSelector_69liy_117{padding:.5rem 1.5rem;margin-top:1.5rem;width:100%;display:flex;gap:1rem;border:1px solid var(--border-secondary);border-radius:2rem}._modal_69liy_127{width:100%;height:100%;background-color:var(--surface-primary);border-radius:var(--border-radius);position:absolute;transition:all .3s ease-in-out;display:flex;flex-direction:column;top:0;left:0;bottom:0;right:0;padding:24px}._modal_69liy_127._none_69liy_142{display:none}._modal_69liy_127._active_69liy_100{animation:_fadeIn_69liy_1 .3s ease-in-out forwards}._modal_69liy_127._inactive_69liy_148{animation:_fadeOut_69liy_1 .3s ease-in-out forwards}._modal_69liy_127._notMounted_69liy_151{opacity:0;transform:scale(.95);visibility:hidden}._closeButton_69liy_157{position:absolute;top:10px;right:10px}@keyframes _fadeIn_69liy_1{0%{opacity:0;transform:scale(.95);visibility:hidden}to{opacity:1;transform:scale(1);visibility:visible}}@keyframes _fadeOut_69liy_1{0%{opacity:1;transform:scale(1);visibility:visible}to{opacity:0;transform:scale(.95);visibility:hidden}}._container_nb625_1{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._title_nb625_11{font-weight:700;color:var(--text-primary)}._subtitle_nb625_16{color:var(--text-secondary)}._info_nb625_20{display:flex;flex-direction:column;gap:5px}._couponContainer_1sspa_1{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid var(--border-color-default);border-radius:var(--border-radius-lg)}._iconWrapper_1sspa_10{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-custom);background-color:var(--success-background);color:var(--success-text)}._details_1sspa_21{width:100%}._title_1sspa_25{font-weight:700}._progress_1sspa_29{margin-top:.5rem;width:100%}._foreverText_1sspa_34{margin-top:.25rem;font-size:var(--font-size-sm);color:var(--text-secondary)}._paymentMethodContainer_1g0da_4{padding:1.5rem;margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._paymentMethodTitle_1g0da_15{font-weight:700}._activeMethod_1g0da_20{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}._noMethod_1g0da_28{color:var(--text-secondary)}._buttonText_1g0da_33{color:var(--text-inverted)}._activeMethodPaymentMethod_1g0da_37{border:none;display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap;padding:0}._paymentMethodLogo_1g0da_47{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._paymentMethodNumber_1g0da_57{color:var(--text-secondary)}._method_1g0da_61{display:flex;align-items:center;gap:10px}._paymentMethods_1gev0_1{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}@media (min-width: 768px){._paymentMethods_1gev0_1{width:50%;margin-left:auto}}._modal_1gev0_14{background-color:var(--surface-primary);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:24px;min-width:700px}@media (max-width: 768px){._modal_1gev0_14{min-width:100%}}._header_1gev0_28{padding:16px 24px;border-bottom:var(--border-thickness) solid var(--border-secondary);display:flex;align-items:center;justify-content:space-between;gap:10px}._content_1gev0_37{padding:0 24px 24px;display:flex;flex-direction:column;gap:24px}._subscriptionProductContainer_83ibx_4{padding:1.5rem;width:100%;display:flex;align-items:center;gap:.75rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius)}._subscriptionProductImage_83ibx_15{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary);border-radius:var(--border-radius);overflow:hidden}._subscriptionProductImage_83ibx_15 img{width:100%;height:100%;object-fit:contain}._subscriptionProductInfo_83ibx_32{font-size:var(--font-size-base);width:100%;flex:1}._subscriptionProductInfo_83ibx_32 ._name_83ibx_37{font-weight:700}._subscriptionProductInfo_83ibx_32 ._price_83ibx_40{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}._subscriptionProductCancelButton_83ibx_49{color:var(--text-secondary)}._content_5ctxw_1{padding:16px 24px;height:100%;display:flex;flex-direction:column}._content_5ctxw_1{flex:1}._content_5ctxw_1 ._upgradeOptions_5ctxw_11{width:100%;display:flex;margin-top:1.5rem;padding:.25rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);background-color:var(--surface-secondary)}._content_5ctxw_1 ._upgradeOptions_5ctxw_11 ._option_5ctxw_20{width:100%;text-align:center;cursor:pointer;padding:6px;color:var(--text-secondary);font-size:.875rem;border-radius:var(--border-radius);transition:all .3s}._content_5ctxw_1 ._upgradeOptions_5ctxw_11 ._option_5ctxw_20:hover{color:var(--text-primary)}._content_5ctxw_1 ._upgradeOptions_5ctxw_11 ._activeOption_5ctxw_33{background-color:var(--surface-primary);color:var(--text-primary)}._content_5ctxw_1 ._selectedPlan_5ctxw_37{margin-top:1rem;padding:1rem;border:var(--border-thickness) solid var(--border-secondary);border-radius:var(--border-radius);background-color:var(--surface-primary)}._content_5ctxw_1 ._selectedPlan_5ctxw_37 ._planName_5ctxw_44{font-size:1.25rem;font-weight:700}._content_5ctxw_1 ._selectedPlan_5ctxw_37 ._description_5ctxw_48{color:var(--text-secondary)}._content_5ctxw_1 ._selectedPlan_5ctxw_37 ._price_5ctxw_51{margin-top:.5rem;font-weight:600}._content_5ctxw_1 ._summary_5ctxw_55{margin-top:1.5rem;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:.75rem;border-radius:var(--border-radius);background-color:var(--surface-primary)}._content_5ctxw_1 ._summary_5ctxw_55 ._lineItem_5ctxw_65{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:1rem}._content_5ctxw_1 ._summary_5ctxw_55 ._lineItem_5ctxw_65 ._subtotal_5ctxw_72{color:var(--text-secondary)}._content_5ctxw_1 ._summary_5ctxw_55 ._lineItem_5ctxw_65 ._total_5ctxw_75{font-weight:600}._buttonGroup_5ctxw_79{display:flex;gap:.75rem;padding:16px 24px}._buttonGroup_5ctxw_79 ._buttonWrapper_5ctxw_84{width:fit-content}._modal_5ctxw_88{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:700px;width:100%}._header_5ctxw_95{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:var(--border-thickness) solid var(--border-secondary)}._orderStatusBlock_1jgxy_2{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}._iconWrapper_1jgxy_11{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._orderStatusTitle_1jgxy_21{font-weight:700}._orderStatusDescription_1jgxy_25{font-size:var(--font-size-sm);color:var(--text-secondary)}._actionButtons_1jgxy_30{display:flex;width:100%;gap:.5rem;margin-top:.75rem}._actionButton_1jgxy_30{width:100%}._button_1jgxy_41{display:flex;align-items:center;gap:5px;text-align:center;color:var(--text-secondary);width:100%}._reviewMessage_ai9y8_2{padding:1rem;display:flex;justify-content:space-between;border-radius:var(--border-radius);background-color:var(--surface-secondary);font-weight:700}._leaveReviewContainer_ai9y8_11{padding:1rem;display:flex;align-items:center;justify-content:space-between;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._leaveReviewTitle_ai9y8_20{font-size:var(--font-size-base);font-weight:700}._bottomSheet_1wbyw_1{height:100%;display:flex;flex-direction:column}._content_1wbyw_7{flex:1}._content_1wbyw_7 ._description_1wbyw_10{color:var(--text-secondary);font-size:.875rem}._content_1wbyw_7 ._textarea_1wbyw_14{margin-top:.5rem}._buttonGroup_1wbyw_18{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_1wbyw_18{margin-left:auto}}._buttonGroup_1wbyw_18 ._buttonWrapper_1wbyw_28{width:100%}._container_1idhv_1{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:700px;width:100%}._buttonGroup_1idhv_8{padding-top:16px;display:flex;gap:.75rem;align-items:center;justify-content:flex-end}._buttonGroup_1idhv_8 ._buttonWrapper_1idhv_15{width:fit-content}._header_1idhv_19{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 24px;border-bottom:var(--border-thickness) solid var(--border-secondary)}._content_1idhv_28{padding:16px 24px}._modal_1rkmj_1{background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px}._modalPayment_1rkmj_7{display:flex;padding:24px;flex-direction:column;align-items:center;gap:16px}._title_1rkmj_15{color:var(--text-primary);text-align:center}._description_1rkmj_20{color:var(--text-secondary);text-align:center}._bottomSheet_uw5jb_1{height:100%;display:flex;flex-direction:column}._content_uw5jb_7{flex:1;color:var(--text-secondary)}._content_uw5jb_7 ._radioGroup_uw5jb_11{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}._content_uw5jb_7 ._radioGroup_uw5jb_11 ._radioOption_uw5jb_17{display:flex;align-items:center;gap:.5rem;cursor:pointer}._content_uw5jb_7 ._radioGroup_uw5jb_11 ._textarea_uw5jb_23{margin-top:1rem}._content_uw5jb_7 ._confirmation_uw5jb_26{text-align:center;margin-top:1.5rem;display:flex;flex-direction:column;align-items:center}._content_uw5jb_7 ._confirmation_uw5jb_26 ._iconWrapper_uw5jb_33{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);background-color:var(--surface-secondary)}._content_uw5jb_7 ._confirmation_uw5jb_26 ._title_uw5jb_42{font-weight:600;margin-top:1rem;color:var(--text-primary);font-size:16px}._content_uw5jb_7 ._confirmation_uw5jb_26 ._message_uw5jb_48{margin-top:.5rem;max-width:450px;color:var(--text-secondary)}._buttonGroup_uw5jb_54{display:flex;gap:.75rem;margin-top:2rem}@media (min-width: 768px){._buttonGroup_uw5jb_54{margin-left:auto}}._buttonGroup_uw5jb_54 ._buttonWrapper_uw5jb_64{width:fit-content}._modal_uw5jb_68{display:flex;flex-direction:column;background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;width:100%}._header_uw5jb_77{border-bottom:var(--border-thickness) solid var(--border-secondary);display:flex;justify-content:space-between;align-items:center;padding:16px 24px}._content_uw5jb_7{padding:16px 24px}._checkoutContainer_4t63a_1{background-color:var(--surface-primary);overflow-y:auto;height:100vh}@media (min-width: 768px){._checkoutContainer_4t63a_1{display:flex}}._checkoutItems_4t63a_12,._checkoutOperational_4t63a_16{flex-grow:1}._chargePageContainer_1cfy0_1{height:100vh;display:flex;background-color:var(--surface-primary);flex-direction:column;overflow-y:scroll}@media (min-width: 768px){._chargePageContainer_1cfy0_1{flex-direction:row}}._chargeItems_1cfy0_14{display:flex;justify-content:flex-end;flex:0 1 50%}@media (max-width: 768px){._chargeItems_1cfy0_14{display:block}}._mainContent_1cfy0_25{padding:1rem;flex:0 1 50%;background-color:var(--surface-secondary)}@media (min-width: 768px){._mainContent_1cfy0_25{width:100%}}._contentWrapper_1cfy0_36{max-width:calc(var(--max-width-store) / 2);width:100%}._statusBlock_1cfy0_41{margin-top:1.25rem}._notPaidSection_1cfy0_45{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--borderDefault)}._footer_1cfy0_54{margin-top:2.5rem;display:flex}@media (min-width: 768px){._footer_1cfy0_54{display:none}}._loaderContainer_1cfy0_64{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}._wrapper_1fax2_1{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;width:100%;height:80vh;max-width:var(--max-width-store);padding:50px;margin:0 auto 50px}@media (max-width: 768px){._wrapper_1fax2_1{padding:20px;margin:0 auto 20px}}._title_1fax2_20{font-size:var(--font-size-h4);font-weight:700;line-height:1.5}._container_1fax2_26{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;height:100%;max-width:900px}._content_1fax2_36{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;background-color:var(--surface-secondary);border-radius:var(--border-radius)}._messages_1fax2_46{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;border-bottom:1px solid var(--border-secondary);padding:26px 32px;width:100%;overflow-y:scroll;min-height:500px}._input_1fax2_58{width:100%;padding:24px;position:relative}._textarea_1fax2_64{width:100%;border-radius:var(--input-border-radius);border:var(--input-border-thickness) solid var(--input-border-color);background-color:var(--input-field-color);color:var(--input-color);padding:10px 100px 10px 10px;overflow-y:auto;resize:none;max-height:150px}._message_1fax2_46{max-width:500px;padding:12px 16px;border-radius:var(--border-radius);background-color:var(--surface-information);color:var(--text-primary);font-size:var(--font-size-p);display:flex;flex-direction:column;gap:10px;text-align:left}._message_1fax2_46 ._messageDate_1fax2_88{font-size:var(--font-size-p);color:var(--text-secondary);width:100%}._myMessage_1fax2_94{align-self:flex-end}._myMessage_1fax2_94 ._messageDate_1fax2_88{text-align:right}._otherMessage_1fax2_101{align-self:flex-start}._otherMessage_1fax2_101 ._messageDate_1fax2_88{text-align:left}._button_1fax2_108{cursor:pointer;color:var(--surface-action1);position:absolute;right:40px;top:50%;transform:translateY(-50%)}._loadingMessage_1fax2_117{position:relative}._subscriptionContainer_1j6ol_1{min-height:100vh;background-color:var(--surface-secondary);display:flex;flex-direction:column;gap:50px}@media (min-width: 768px){._subscriptionContainer_1j6ol_1{flex-direction:row}}@media (min-width: 768px){._leftSection_1j6ol_15{height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 1rem 1.5rem}}@media (min-width: 768px){._content_1j6ol_26{max-width:calc(var(--max-width-store) / 2);width:100%;height:100%}}._mainContent_1j6ol_33{padding:24px 0 8px}._detailsSection_1j6ol_37{padding:1.5rem;background-color:var(--surface-primary);margin-top:2.5rem}@media (min-width: 768px){._detailsSection_1j6ol_37{margin-top:0;width:100%;padding:2.5rem 1rem}}._buttonGroup_1j6ol_50{display:flex;margin-top:1rem;gap:1rem;width:100%}._detailsContent_1j6ol_57{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;max-width:calc(var(--max-width-store) / 2);width:100%}._topUpContainer_1pag6_1{flex:1;width:100%;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){._topUpContainer_1pag6_1{display:flex;justify-content:center}}._formWrapper_1pag6_15{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 768px){._formWrapper_1pag6_15{max-width:600px;margin-top:1.25rem}}@media (min-width: 768px){._header_1pag6_29{display:none}}._form_1pag6_15{flex:1;padding:1rem}._form_1pag6_15 ._title_1pag6_38{margin-top:1.5rem;font-size:1.125rem;font-weight:700}._form_1pag6_15 ._inputBlock_1pag6_43{margin-top:.625rem}._form_1pag6_15 ._inputBlock_1pag6_43 ._label_1pag6_46{font-size:.875rem;color:var(--text-secondary)}._form_1pag6_15 ._inputBlock_1pag6_43 ._input_1pag6_43{margin-top:.25rem}._form_1pag6_15 ._inputBlock_1pag6_43 ._error_1pag6_53{color:var(--surface-action1);margin-top:.25rem}._form_1pag6_15 ._bonusBlock_1pag6_57{margin-top:1.5rem}._form_1pag6_15 ._paymentMethods_1pag6_60{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1.5rem;margin-top:1.5rem;border-top:var(--border-thickness-custom) solid var(--border-primary)}._form_1pag6_15 ._gatewayError_1pag6_68{margin-bottom:1rem;color:var(--surface-action1)}._form_1pag6_15 ._submitBlock_1pag6_72{margin-top:2.5rem}._form_1pag6_15 ._submitBlock_1pag6_72 ._submitButton_1pag6_75{width:100%}._form_1pag6_15 ._submitBlock_1pag6_72 ._termsBlock_1pag6_78{margin-top:1rem}._footer_1pag6_82{padding:1rem;padding-top:0}@media (min-width: 768px){._footer_1pag6_82{display:none}}._bonusBlock_1pag6_57{font-size:.875rem;color:var(--surface-action1);padding:.5rem .75rem;display:inline-flex;background-color:var(--surface-primary);border-radius:.75rem;margin-top:.75rem}._bonusBlock_1pag6_57 ._icon_1pag6_101{margin-right:.5rem}._wrapper_1pag6_105{display:flex;flex-direction:column;height:100vh;overflow:scroll}._orderPage_7ao1m_1{height:100vh;background-color:var(--surface-primary);display:flex;width:100vw;gap:20px;overflow-y:scroll}@media (max-width: 768px){._orderPage_7ao1m_1{flex-direction:column}}._leftSection_7ao1m_15{flex:0 1 50%}@media (min-width: 768px){._leftSection_7ao1m_15{height:100vh;display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:2.5rem 1rem 1.5rem}}@media (max-width: 768px){._leftSection_7ao1m_15{flex:1}}@media (min-width: 768px){._content_7ao1m_35{max-width:calc(var(--max-width-store) / 2);height:100%;width:100%}}._main_7ao1m_42{padding:2rem 1rem;height:100%}@media (min-width: 768px){._main_7ao1m_42{padding:0;display:flex;flex-direction:column}}._statusBlock_7ao1m_54{margin-top:1rem}._timelineBlock_7ao1m_58{margin-top:1.5rem}._footer_7ao1m_62{display:none}@media (min-width: 768px){._footer_7ao1m_62{display:flex}}._rightSection_7ao1m_71{padding:1.5rem;background-color:var(--surface-secondary);flex:0 1 50%}@media (min-width: 768px){._rightSection_7ao1m_71{margin-top:0;width:100%;padding:2.5rem 1rem}}._header_7ao1m_84{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:8px}._productList_7ao1m_92{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._mobileFooter_7ao1m_99{display:flex}@media (min-width: 768px){._mobileFooter_7ao1m_99{display:none}}._loaderContainer_7ao1m_108{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}._orderMainData_7ao1m_116{display:flex;flex-direction:column;gap:1rem;flex:1}._prices_7ao1m_123{background-color:var(--surface-primary)}._wrapper_kh9z8_2{display:flex;flex-direction:column;gap:10px}._block_kh9z8_8{display:flex;flex-direction:column;gap:6px;height:100%;width:100%}._title_kh9z8_16{font-weight:500;line-height:24px;font-size:16px;color:var(--main-color)}._subtitle_kh9z8_23{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._alignmentContent_kh9z8_30{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:stretch;padding:10px 0 16px}._alignments_kh9z8_39{border-radius:12px;background:var(--background-color);display:grid;gap:4px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,29.5px);flex:0 0 45%;height:100%;width:100%}._alignment_kh9z8_30{display:flex;flex-direction:row;gap:0px;cursor:pointer;height:100%;width:100%;align-items:center;justify-content:center;transition:background-color .3s ease;border-radius:8px}._circle_kh9z8_64{width:6px;height:6px;border-radius:50%;background-color:#c2c2c2}._paddings_kh9z8_71{border-radius:12px;display:grid;gap:4px;grid-template-columns:repeat(2,80px);grid-template-rows:repeat(2,1fr);width:165px;height:100%}._padding_kh9z8_71{display:flex;flex-direction:row;gap:4px;width:75px;align-items:center;background:var(--background-color);border-radius:12px;padding:10px 8px;border:1px solid transparent;transition:border .3s ease}._padding_kh9z8_71:hover{border:1px solid #f0f0f0}._active_kh9z8_97,._active_kh9z8_97:hover{border:1px solid #ff3f19}._input_kh9z8_104{width:100%}._title_82zux_1{font-weight:500}._subtitle_82zux_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_82zux_12,._text_82zux_13,._productsBlock_82zux_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_82zux_14{position:relative}._top_82zux_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_82zux_35{display:flex;flex-direction:column;gap:6px}._typeTexts_82zux_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_82zux_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_82zux_61{border:1px solid #ff3f19}._products_82zux_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_82zux_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_82zux_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_82zux_91{color:var(--accent-color)}._image_82zux_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_82zux_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_82zux_114{flex:1 1 100%}._buttons_82zux_118{display:flex;flex-direction:row;gap:8px;align-items:center}._modal_82zux_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;padding:16px;border-radius:12px}._modal_82zux_125 ._top_82zux_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._link_82zux_145{display:flex;flex-direction:column;gap:8px}._modalOptions_82zux_151{display:flex;flex-direction:column;gap:10px}._addButton_82zux_157{display:flex;flex-direction:row;gap:0px;justify-content:center;width:100%}._addButton_82zux_157{display:flex;flex-direction:row;gap:0px;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_82zux_157:hover{background-color:#f0f0f0}._deleteButton_82zux_179{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_82zux_179:hover{background-color:#f0f0f0}._title_roi3a_1{font-weight:500}._subtitle_roi3a_5{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_roi3a_12,._text_roi3a_13,._productsBlock_roi3a_14{display:flex;flex-direction:column;gap:12px;padding:10px 0 16px;width:100%}._productsBlock_roi3a_14{position:relative}._top_roi3a_26{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_roi3a_35{display:flex;flex-direction:column;gap:6px}._typeTexts_roi3a_41{display:flex;flex-direction:row;gap:8px;align-items:center}._block_roi3a_48{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_roi3a_61{border:1px solid #ff3f19}._products_roi3a_14{display:flex;flex-direction:column;gap:8px;width:100%}._product_roi3a_14{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_roi3a_80{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._disabled_roi3a_91{color:var(--accent-color)}._image_roi3a_95{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_roi3a_102{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_roi3a_114{flex:1 1 100%}._buttons_roi3a_118{display:flex;flex-direction:row;gap:4px;align-items:center}._modal_roi3a_125{position:fixed;background-color:#fff;border:var(--default-border);right:-300px;top:0;z-index:10000;max-width:276px;width:100%;border-radius:12px}._modal_roi3a_125 ._top_roi3a_26{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between;padding:16px 16px 0}._link_roi3a_145{display:flex;flex-direction:column;gap:8px}._modalOptions_roi3a_151{display:flex;flex-direction:column;gap:10px;max-height:500px;padding:0 16px 16px}._modalOptions_roi3a_151>*:not(:last-child){border-bottom:var(--default-border);padding-bottom:7px}._addButton_roi3a_164{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;padding:4px;border-radius:8px;transition:.3s background-color ease}._addButton_roi3a_164:hover{background-color:#f0f0f0}._deleteButton_roi3a_179{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_roi3a_179:hover{background-color:#f0f0f0}._closeIcon_roi3a_191{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease;cursor:pointer}._closeIcon_roi3a_191:hover{background-color:#f0f0f0}._subtitle_jql1y_1{color:var(--accent-color);font-size:14px;line-height:20px;font-weight:400}._header_jql1y_8,._text_jql1y_9,._productsBlock_jql1y_10,._buttonsBlock_jql1y_11{display:flex;flex-direction:column;gap:0px;padding:10px 0 16px;border-bottom:var(--default-border)}._buttonsBlock_jql1y_11{position:relative}._top_jql1y_23{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;margin:0 0 8px}._itemsBlock_jql1y_32{display:flex;flex-direction:column;gap:6px}._typeTexts_jql1y_38{display:flex;flex-direction:row;gap:8px;align-items:center}._block_jql1y_45{display:flex;flex-direction:row;gap:0px;padding:8px;align-items:center;justify-content:center;border:1px solid var(--background-color);background-color:var(--background-color);border-radius:12px;cursor:pointer}._active_jql1y_58{border:1px solid #ff3f19}._products_jql1y_10{display:flex;flex-direction:column;gap:8px;width:100%}._product_jql1y_10{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%}._button_jql1y_11{display:flex;flex-direction:row;gap:6px;background:inherit;color:#ff3f19;align-items:center;justify-content:center;width:100%}._image_jql1y_88{border-radius:8px;border:var(--default-border);background-color:#fff;padding:4px}._info_jql1y_95{display:flex;flex-direction:row;gap:4px;border-radius:12px;justify-content:space-between;align-items:center;flex:1 1 auto;background-color:var(--background-color);padding:8px 12px}._name_jql1y_107{flex:1 1 100%}._buttons_jql1y_11{display:flex;flex-direction:row;gap:4px;align-items:center}._modal_jql1y_118{position:fixed;background-color:#fff;right:-300px;z-index:10000;max-width:276px;width:100%;bottom:20px;padding:16px;border-radius:12px;border:var(--default-border)}._modal_jql1y_118 ._top_jql1y_23{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._other_jql1y_138{display:flex;flex-direction:column;gap:6px}._options_jql1y_144{display:flex;flex-direction:column;gap:15px}._addButton_jql1y_150{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;width:100%;transition:.3s background-color ease;padding:4px;border-radius:8px}._addButton_jql1y_150:hover{background-color:#f0f0f0}._deleteButton_jql1y_165{display:flex;flex-direction:row;gap:0px;padding:6px;border-radius:8px;transition:.3s background-color ease}._deleteButton_jql1y_165:hover{background-color:#f0f0f0}._options_1aiq8_1{display:flex;flex-direction:column;gap:20px;border-radius:16px;border:var(--default-border);width:100%;height:fit-content;padding:24px;min-width:450px}@media (max-width: 768px){._options_1aiq8_1{min-width:auto}}._price_1aiq8_18{display:flex;flex-direction:row;gap:4px;align-items:flex-start}._oldPrice_1aiq8_25{font-size:14px;font-weight:400;line-height:20px;text-decoration:line-through;color:var(--accent-color)}._newPrice_1aiq8_33{font-size:20px;font-weight:700;line-height:24px;color:var(--main-color)}._animate_1aiq8_40{animation:_appearAndBounce_1aiq8_1 .5s ease-out}@keyframes _appearAndBounce_1aiq8_1{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}._meta_1aiq8_58{display:flex;flex-direction:column;gap:10px}._info_1aiq8_64{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._infoRight_1aiq8_72{display:flex;flex-direction:row;gap:5px;align-items:center}._buttons_1aiq8_79{display:flex;flex-direction:column;gap:8px;width:100%}._variants_1aiq8_86{display:flex;flex-direction:column;gap:20px}._variant_1aiq8_86{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;border-radius:12px;padding:12px 16px;border:2px solid #e6e6e6;cursor:pointer}._stock_1aiq8_104{font-size:14px;font-weight:400;line-height:20px;color:var(--accent-color)}._variantInfo_1aiq8_111{display:flex;flex-direction:column;gap:4px}._quantity_1aiq8_117{display:flex;flex-direction:row;gap:10px;align-items:center}._count_1aiq8_124{display:flex;flex-direction:row;gap:0px;text-align:center;padding:0 10px;width:100%;flex:1 1 auto;justify-content:center;align-items:center;border:1px solid #e6e6e6;transition:border .3s ease}._count_1aiq8_124:hover{border:1px solid #c9c9c9}._focused_1aiq8_141,._focused_1aiq8_141:hover{border:1px solid #ff3f19}._button_1aiq8_79{display:flex;flex-direction:row;gap:0px;background:var(--background-color);border-radius:50%;padding:8px;justify-content:center;align-items:center;transition:background-color .3s ease}._button_1aiq8_79:hover{background-color:#e6e6e6}._button_1aiq8_79:disabled{opacity:.7}._activeVariant_1aiq8_167{border:2px solid #ff3f19}._chargeTypes_1aiq8_171{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_1aiq8_171{display:flex;flex-direction:row;gap:0px;flex:1 1 auto;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;transition:.3s background-color ease}._charge_1aiq8_171:hover{background-color:#f0f0f0}._chargeActive_1aiq8_196{background-color:#fff;color:var(--main-color)}._chargeActive_1aiq8_196:hover{background-color:#fff}._title_1aiq8_204{font-size:16px;font-weight:700;line-height:24px}._button_14q75_1{display:flex;flex-direction:row;gap:0px;align-items:center;padding:10px;background-color:var(--surface-secondary);border-radius:12px;color:var(--text-secondary);cursor:pointer;position:relative}._login_14q75_14{padding:12px 16px}._signUp_14q75_18{background-color:var(--surface-action1);color:var(--text-inverted)}._buttons_14q75_23{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:16px}._modal_14q75_32{background-color:var(--surface-primary);height:100vh;position:absolute;right:0;top:0;bottom:0;align-self:flex-end;justify-self:flex-end;border-top-left-radius:24px;border-bottom-left-radius:24px;width:100%;min-width:300px;max-width:450px;animation:_slide-in-fade_14q75_1 .3s ease forwards}@media (max-width: 700px){._modal_14q75_32{right:0;left:0;bottom:0;top:auto;height:80vh;width:100%;max-width:100vw;min-width:0;border-radius:24px;animation:_mobile-slide-in-fade_14q75_1 .3s ease forwards}._modal_14q75_32._closing_14q75_64{animation:_mobile-slide-out-fade_14q75_1 .3s ease forwards}}._closing_14q75_64{animation:_slide-out-fade_14q75_1 .3s ease forwards}@keyframes _mobile-slide-in-fade_14q75_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slide-in-fade_14q75_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _mobile-slide-out-fade_14q75_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes _slide-out-fade_14q75_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}._info_14q75_113{display:flex;flex-direction:row;gap:8px;align-items:center}._top_14q75_120{display:flex;flex-direction:row;padding:26px 24px;border-bottom:var(--border-thickness) solid var(--border-color);align-items:center;justify-content:space-between;gap:8px}._title_14q75_131{font-size:20px;font-weight:700;line-height:24px;color:var(--text-primary)}._clear_14q75_138{font-size:14px;font-weight:400;line-height:20px;color:var(--text-secondary)}._activeClear_14q75_145{color:var(--surface-action1)}._count_14q75_149{display:flex;flex-direction:row;gap:0px;background:var(--surface-action1);color:var(--text-inverted);width:100%;height:100%;border-radius:50%;min-width:20px;min-height:20px;align-items:center;justify-content:center}._cart_14q75_164{display:flex;flex-direction:column;gap:0px;height:calc(100% - 76px);width:100%}._empty_14q75_172{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;height:100%;flex:1 1 auto;color:var(--accent-color)}._empty_14q75_172 div{padding-bottom:16px}._empty_14q75_172 span:first-child{font-size:16px;font-weight:700;line-height:24px;text-align:center}._empty_14q75_172 span:last-child{font-size:16px;font-weight:400;line-height:24px;text-align:center}._product_14q75_198{display:flex;flex-direction:row;gap:0px;padding:26px 24px;align-items:center;justify-content:space-between}._products_14q75_207{display:flex;flex-direction:column;gap:0px;flex:1 1 auto;overflow-y:scroll}._image_14q75_215{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:var(--surface-secondary)}._image_14q75_215 img{width:100%;height:100%;object-fit:cover}._productInfo_14q75_230{display:flex;flex-direction:row;gap:12px;align-items:center}._content_14q75_237{display:flex;flex-direction:column;gap:4px}._name_14q75_243{font-size:16px;font-weight:600;line-height:24px}._price_14q75_249{font-size:16px;font-weight:400;line-height:24px}._productButtons_14q75_255{display:flex;flex-direction:row;gap:5px;align-items:center}._productButton_14q75_255{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;border-radius:12px;padding:8px}._productCount_14q75_272{display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;border-radius:12px;padding:8px;font-size:16px;font-weight:400;line-height:24px;text-align:center;background-color:var(--surface-action1);color:var(--text-inverted);min-width:36px}._bottom_14q75_289{display:flex;flex-direction:column;gap:10px;width:100%;padding:26px 24px}._subtotal_14q75_297{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:space-between}._block_14q75_305{display:flex;flex-direction:row;gap:10px;align-items:center}._shoppingCount_14q75_312{display:flex;flex-direction:row;gap:0px;width:12px;height:12px;border-radius:50%;align-items:center;justify-content:center;background-color:var(--surface-action1);color:var(--text-inverted);font-size:10px;font-weight:500;line-height:12px;text-align:center;position:absolute;top:8px;right:8px}._total_14q75_332{font-size:20px;font-weight:700;line-height:24px}._link_14q75_338{font-size:16px;font-weight:400;line-height:24px;color:var(--text-link)}._userInfo_14q75_345{display:flex;flex-direction:row;gap:8px;background-color:var(--surface-secondary);cursor:pointer;align-items:center;border-radius:16px;padding:10px}._pagesMobileModal_14q75_356{background-color:var(--surface-primary);height:100%;position:absolute;right:0;top:0;bottom:0;left:0;width:100%;display:flex;flex-direction:column;gap:20px}._pagesMobileModalContent_14q75_370{flex:1 1 100%;overflow-y:auto;padding:16px}._pagesMobileModalHeader_14q75_376{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;padding:24px;border-bottom:var(--border-thickness) solid var(--border-color)}._pagesMobileModalFooter_14q75_386{padding:16px;display:flex;flex-direction:column;gap:5px}._share_10urc_1{padding:10px;border-radius:12px;background:#f8f8f8;cursor:pointer;display:flex}._modal_10urc_9{border-radius:12px;background:#fff;width:fit-content;position:relative}@media (max-width: 768px){._modal_10urc_9{width:90vw}}._header_10urc_21{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:var(--default-border)}._socials_10urc_31{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;padding:24px 24px 16px}._social_10urc_31,._copy_10urc_41{padding:12px;border-radius:12px;background:#f8f8f8;cursor:pointer}._title_10urc_48{font-size:24px;font-weight:700;line-height:32px}._copyWrapper_10urc_54{display:flex;flex-direction:row;gap:16px;width:100%;align-items:center;padding:24px}._copyText_10urc_63{flex:1 1 auto;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}@media (max-width: 768px){._copyText_10urc_63{display:none}}._copyTextMobile_10urc_76{display:none}@media (max-width: 768px){._copyTextMobile_10urc_76{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex:1 1 auto}}@media (max-width: 485px){._copyTextMobile_10urc_76{display:none}}._copyTextMiniMobile_10urc_95{display:none}@media (max-width: 485px){._copyTextMiniMobile_10urc_95{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex:1 1 auto}}._accordion_1s1lq_1{border-radius:var(--border-radius);overflow:hidden;transition:all .3s ease;background-color:var(--background-color);padding:24px}._header_1s1lq_9{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700}._header_1s1lq_9 ._icon_1s1lq_18{transition:transform .3s ease}._header_1s1lq_9 ._icon_1s1lq_18._open_1s1lq_21{transform:rotate(180deg)}._content_1s1lq_25{overflow:hidden;transition:height .3s ease}._buttonsBlock_1b2rb_1{gap:8px;position:absolute;bottom:16px;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;padding:0 10px;width:100%;animation:_slideUp_1b2rb_1 .3s ease}@keyframes _slideUp_1b2rb_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._wrapper_27wzz_1{display:flex;align-items:center;gap:12px;margin:0 0 14px}._logo_27wzz_8 img{border-radius:var(--border-radius)}._info_27wzz_12{display:flex;flex-direction:column;gap:4px}._options_puxd1_1{display:flex;flex-direction:column;gap:20px;border-radius:16px;border:var(--default-border);width:100%;height:fit-content;padding:24px}._price_puxd1_12{display:flex;flex-direction:row;gap:4px;align-items:flex-start}._oldPrice_puxd1_19{font-size:14px;font-weight:400;line-height:20px;text-decoration:line-through;color:var(--accent-color)}._newPrice_puxd1_27{font-size:20px;font-weight:700;line-height:24px;color:var(--main-color)}._animate_puxd1_34{animation:_appearAndBounce_puxd1_1 .5s ease-out}@keyframes _appearAndBounce_puxd1_1{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}._meta_puxd1_52{display:flex;flex-direction:column;gap:10px}._info_puxd1_58{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}._infoRight_puxd1_66{display:flex;flex-direction:row;gap:5px;align-items:center}._buttons_puxd1_73{display:flex;flex-direction:column;gap:8px;width:100%}._variants_puxd1_80{display:flex;flex-direction:column;gap:20px}._variant_puxd1_80{display:flex;flex-direction:row;gap:0px;justify-content:space-between;align-items:center;border-radius:12px;padding:12px 16px;border:2px solid #e6e6e6;cursor:pointer}._stock_puxd1_98{font-size:14px;font-weight:400;line-height:20px;color:var(--accent-color)}._variantInfo_puxd1_105{display:flex;flex-direction:column;gap:4px}._quantity_puxd1_111{display:flex;flex-direction:row;gap:10px;align-items:center}._count_puxd1_118{display:flex;flex-direction:row;gap:0px;text-align:center;padding:0 10px;width:100%;flex:1 1 auto;justify-content:center;align-items:center;border:1px solid #e6e6e6;transition:border .3s ease}._count_puxd1_118:hover{border:1px solid #c9c9c9}._focused_puxd1_135,._focused_puxd1_135:hover{border:1px solid #ff3f19}._button_puxd1_73{display:flex;flex-direction:row;gap:0px;background:var(--background-color);border-radius:50%;padding:8px;justify-content:center;align-items:center;transition:background-color .3s ease}._button_puxd1_73:hover{background-color:#e6e6e6}._button_puxd1_73:disabled{opacity:.7}._activeVariant_puxd1_161{border:2px solid #ff3f19}._chargeTypes_puxd1_165{display:flex;flex-direction:row;gap:5px;padding:4px;border-radius:16px;background-color:var(--background-color)}._charge_puxd1_165{display:flex;flex-direction:row;gap:0px;flex:1 1 auto;justify-content:center;align-items:center;color:var(--accent-color);padding:8px;border-radius:12px;transition:.3s background-color ease}._charge_puxd1_165:hover{background-color:#f0f0f0}._chargeActive_puxd1_190{background-color:#fff;color:var(--main-color)}._chargeActive_puxd1_190:hover{background-color:#fff}._title_puxd1_198{font-size:16px;font-weight:700;line-height:24px}._modal_puxd1_204{display:flex;flex-direction:column;gap:32px;background-color:var(--surface-primary);border-radius:var(--border-radius);max-width:600px;max-height:600px;height:fit-content;width:100%;overflow:hidden;padding:16px}@media (max-width: 768px){._modal_puxd1_204{max-width:100%;max-height:100%}}._header_puxd1_224{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center}._productOptions_puxd1_232{overflow-y:auto}._loading_puxd1_236{height:100%;width:100%;display:flex;align-items:center;justify-content:center;min-height:300px}')),document.head.appendChild(e)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
|
|
2
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-CtyrP2GR.cjs"),C=require("react"),wl=require("react-dom");function Ji(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const r=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(n,s,r.get?r:{enumerable:!0,get:()=>e[s]})}}return n.default=e,Object.freeze(n)}const A=Ji(C),bl=Ji(wl);/**
|
|
3
|
+
* React Router DOM v6.30.0
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Remix Software Inc.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
9
|
+
*
|
|
10
|
+
* @license MIT
|
|
11
|
+
*/function nn(){return nn=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var s=arguments[n];for(var r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r])}return e},nn.apply(this,arguments)}function so(e,n){if(e==null)return{};var s={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(n.indexOf(o)>=0)&&(s[o]=e[o]);return s}const Ls="get",Ps="application/x-www-form-urlencoded";function qs(e){return e!=null&&typeof e.tagName=="string"}function Sl(e){return qs(e)&&e.tagName.toLowerCase()==="button"}function kl(e){return qs(e)&&e.tagName.toLowerCase()==="form"}function Nl(e){return qs(e)&&e.tagName.toLowerCase()==="input"}function Il(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Tl(e,n){return e.button===0&&(!n||n==="_self")&&!Il(e)}function $r(e){return e===void 0&&(e=""),new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((n,s)=>{let r=e[s];return n.concat(Array.isArray(r)?r.map(o=>[s,o]):[[s,r]])},[]))}function Ll(e,n){let s=$r(e);return n&&n.forEach((r,o)=>{s.has(o)||n.getAll(o).forEach(i=>{s.append(o,i)})}),s}let us=null;function Pl(){if(us===null)try{new FormData(document.createElement("form"),0),us=!1}catch{us=!0}return us}const Ml=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function tr(e){return e!=null&&!Ml.has(e)?(process.env.NODE_ENV!=="production"&&t.warning(!1,'"'+e+'" is not a valid `encType` for `<Form>`/`<fetcher.Form>` '+('and will default to "'+Ps+'"')),null):e}function Bl(e,n){let s,r,o,i,a;if(kl(e)){let l=e.getAttribute("action");r=l?t.stripBasename(l,n):null,s=e.getAttribute("method")||Ls,o=tr(e.getAttribute("enctype"))||Ps,i=new FormData(e)}else if(Sl(e)||Nl(e)&&(e.type==="submit"||e.type==="image")){let l=e.form;if(l==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let c=e.getAttribute("formaction")||l.getAttribute("action");if(r=c?t.stripBasename(c,n):null,s=e.getAttribute("formmethod")||l.getAttribute("method")||Ls,o=tr(e.getAttribute("formenctype"))||tr(l.getAttribute("enctype"))||Ps,i=new FormData(l,e),!Pl()){let{name:d,type:u,value:p}=e;if(u==="image"){let m=d?d+".":"";i.append(m+"x","0"),i.append(m+"y","0")}else d&&i.append(d,p)}}else{if(qs(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');s=Ls,r=null,o=Ps,a=e}return i&&o==="text/plain"&&(a=i,i=void 0),{action:r,method:s.toLowerCase(),encType:o,formData:i,body:a}}const Al=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],$l=["aria-current","caseSensitive","className","end","style","to","viewTransition","children"],Dl=["fetcherKey","navigate","reloadDocument","replace","state","method","action","onSubmit","relative","preventScrollReset","viewTransition"],Ol="6";try{window.__reactRouterVersion=Ol}catch{}function Hl(e,n){return t.createRouter({basename:void 0,future:nn({},void 0,{v7_prependBasename:!0}),history:t.createBrowserHistory({window:void 0}),hydrationData:Vl(),routes:e,mapRouteProperties:t.mapRouteProperties,dataStrategy:void 0,patchRoutesOnNavigation:void 0,window:void 0}).initialize()}function Vl(){var e;let n=(e=window)==null?void 0:e.__staticRouterHydrationData;return n&&n.errors&&(n=nn({},n,{errors:Fl(n.errors)})),n}function Fl(e){if(!e)return null;let n=Object.entries(e),s={};for(let[r,o]of n)if(o&&o.__type==="RouteErrorResponse")s[r]=new t.ErrorResponseImpl(o.status,o.statusText,o.data,o.internal===!0);else if(o&&o.__type==="Error"){if(o.__subType){let i=window[o.__subType];if(typeof i=="function")try{let a=new i(o.message);a.stack="",s[r]=a}catch{}}if(s[r]==null){let i=new Error(o.message);i.stack="",s[r]=i}}else s[r]=o;return s}const ro=A.createContext({isTransitioning:!1});process.env.NODE_ENV!=="production"&&(ro.displayName="ViewTransition");const Qi=A.createContext(new Map);process.env.NODE_ENV!=="production"&&(Qi.displayName="Fetchers");const Zl="startTransition",No=A[Zl],zl="flushSync",Io=bl[zl];function Ul(e){No?No(e):e()}function Bn(e){Io?Io(e):e()}class Wl{constructor(){this.status="pending",this.promise=new Promise((n,s)=>{this.resolve=r=>{this.status==="pending"&&(this.status="resolved",n(r))},this.reject=r=>{this.status==="pending"&&(this.status="rejected",s(r))}})}}function ql(e){let{fallbackElement:n,router:s,future:r}=e,[o,i]=A.useState(s.state),[a,l]=A.useState(),[c,d]=A.useState({isTransitioning:!1}),[u,p]=A.useState(),[m,x]=A.useState(),[f,h]=A.useState(),w=A.useRef(new Map),{v7_startTransition:j}=r||{},v=A.useCallback(S=>{j?Ul(S):S()},[j]),_=A.useCallback((S,P)=>{let{deletedFetchers:L,flushSync:B,viewTransitionOpts:k}=P;S.fetchers.forEach((Z,z)=>{Z.data!==void 0&&w.current.set(z,Z.data)}),L.forEach(Z=>w.current.delete(Z));let M=s.window==null||s.window.document==null||typeof s.window.document.startViewTransition!="function";if(!k||M){B?Bn(()=>i(S)):v(()=>i(S));return}if(B){Bn(()=>{m&&(u&&u.resolve(),m.skipTransition()),d({isTransitioning:!0,flushSync:!0,currentLocation:k.currentLocation,nextLocation:k.nextLocation})});let Z=s.window.document.startViewTransition(()=>{Bn(()=>i(S))});Z.finished.finally(()=>{Bn(()=>{p(void 0),x(void 0),l(void 0),d({isTransitioning:!1})})}),Bn(()=>x(Z));return}m?(u&&u.resolve(),m.skipTransition(),h({state:S,currentLocation:k.currentLocation,nextLocation:k.nextLocation})):(l(S),d({isTransitioning:!0,flushSync:!1,currentLocation:k.currentLocation,nextLocation:k.nextLocation}))},[s.window,m,u,w,v]);A.useLayoutEffect(()=>s.subscribe(_),[s,_]),A.useEffect(()=>{c.isTransitioning&&!c.flushSync&&p(new Wl)},[c]),A.useEffect(()=>{if(u&&a&&s.window){let S=a,P=u.promise,L=s.window.document.startViewTransition(async()=>{v(()=>i(S)),await P});L.finished.finally(()=>{p(void 0),x(void 0),l(void 0),d({isTransitioning:!1})}),x(L)}},[v,a,u,s.window]),A.useEffect(()=>{u&&a&&o.location.key===a.location.key&&u.resolve()},[u,m,o.location,a]),A.useEffect(()=>{!c.isTransitioning&&f&&(l(f.state),d({isTransitioning:!0,flushSync:!1,currentLocation:f.currentLocation,nextLocation:f.nextLocation}),h(void 0))},[c.isTransitioning,f]),A.useEffect(()=>{process.env.NODE_ENV!=="production"&&t.warning(n==null||!s.future.v7_partialHydration,"`<RouterProvider fallbackElement>` is deprecated when using `v7_partialHydration`, use a `HydrateFallback` component instead")},[]);let b=A.useMemo(()=>({createHref:s.createHref,encodeLocation:s.encodeLocation,go:S=>s.navigate(S),push:(S,P,L)=>s.navigate(S,{state:P,preventScrollReset:L==null?void 0:L.preventScrollReset}),replace:(S,P,L)=>s.navigate(S,{replace:!0,state:P,preventScrollReset:L==null?void 0:L.preventScrollReset})}),[s]),E=s.basename||"/",R=A.useMemo(()=>({router:s,navigator:b,static:!1,basename:E}),[s,b,E]),N=A.useMemo(()=>({v7_relativeSplatPath:s.future.v7_relativeSplatPath}),[s.future.v7_relativeSplatPath]);return A.useEffect(()=>t.logV6DeprecationWarnings(r,s.future),[r,s.future]),A.createElement(A.Fragment,null,A.createElement(t.DataRouterContext.Provider,{value:R},A.createElement(t.DataRouterStateContext.Provider,{value:o},A.createElement(Qi.Provider,{value:w.current},A.createElement(ro.Provider,{value:c},A.createElement(t.Router,{basename:E,location:o.location,navigationType:o.historyAction,navigator:b,future:N},o.initialized||s.future.v7_partialHydration?A.createElement(Gl,{routes:s.routes,future:s.future,state:o}):n))))),null)}const Gl=A.memo(Yl);function Yl(e){let{routes:n,future:s,state:r}=e;return t.useRoutesImpl(n,void 0,r,s)}process.env.NODE_ENV;const Xl=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Kl=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,ea=A.forwardRef(function(n,s){let{onClick:r,relative:o,reloadDocument:i,replace:a,state:l,target:c,to:d,preventScrollReset:u,viewTransition:p}=n,m=so(n,Al),{basename:x}=A.useContext(t.NavigationContext),f,h=!1;if(typeof d=="string"&&Kl.test(d)&&(f=d,Xl))try{let _=new URL(window.location.href),b=d.startsWith("//")?new URL(_.protocol+d):new URL(d),E=t.stripBasename(b.pathname,x);b.origin===_.origin&&E!=null?d=E+b.search+b.hash:h=!0}catch{process.env.NODE_ENV!=="production"&&t.warning(!1,'<Link to="'+d+'"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.')}let w=t.useHref(d,{relative:o}),j=ec(d,{replace:a,state:l,target:c,preventScrollReset:u,relative:o,viewTransition:p});function v(_){r&&r(_),_.defaultPrevented||j(_)}return A.createElement("a",nn({},m,{href:f||w,onClick:h||i?r:v,ref:s,target:c}))});process.env.NODE_ENV!=="production"&&(ea.displayName="Link");const ta=A.forwardRef(function(n,s){let{"aria-current":r="page",caseSensitive:o=!1,className:i="",end:a=!1,style:l,to:c,viewTransition:d,children:u}=n,p=so(n,$l),m=t.useResolvedPath(c,{relative:p.relative}),x=t.useLocation(),f=A.useContext(t.DataRouterStateContext),{navigator:h,basename:w}=A.useContext(t.NavigationContext),j=f!=null&&ic(m)&&d===!0,v=h.encodeLocation?h.encodeLocation(m).pathname:m.pathname,_=x.pathname,b=f&&f.navigation&&f.navigation.location?f.navigation.location.pathname:null;o||(_=_.toLowerCase(),b=b?b.toLowerCase():null,v=v.toLowerCase()),b&&w&&(b=t.stripBasename(b,w)||b);const E=v!=="/"&&v.endsWith("/")?v.length-1:v.length;let R=_===v||!a&&_.startsWith(v)&&_.charAt(E)==="/",N=b!=null&&(b===v||!a&&b.startsWith(v)&&b.charAt(v.length)==="/"),S={isActive:R,isPending:N,isTransitioning:j},P=R?r:void 0,L;typeof i=="function"?L=i(S):L=[i,R?"active":null,N?"pending":null,j?"transitioning":null].filter(Boolean).join(" ");let B=typeof l=="function"?l(S):l;return A.createElement(ea,nn({},p,{"aria-current":P,className:L,ref:s,style:B,to:c,viewTransition:d}),typeof u=="function"?u(S):u)});process.env.NODE_ENV!=="production"&&(ta.displayName="NavLink");const Jl=A.forwardRef((e,n)=>{let{fetcherKey:s,navigate:r,reloadDocument:o,replace:i,state:a,method:l=Ls,action:c,onSubmit:d,relative:u,preventScrollReset:p,viewTransition:m}=e,x=so(e,Dl),f=rc(),h=oc(c,{relative:u}),w=l.toLowerCase()==="get"?"get":"post",j=v=>{if(d&&d(v),v.defaultPrevented)return;v.preventDefault();let _=v.nativeEvent.submitter,b=(_==null?void 0:_.getAttribute("formmethod"))||l;f(_||v.currentTarget,{fetcherKey:s,method:b,navigate:r,replace:i,state:a,relative:u,preventScrollReset:p,viewTransition:m})};return A.createElement("form",nn({ref:n,method:w,action:h,onSubmit:o?d:j},x))});process.env.NODE_ENV!=="production"&&(Jl.displayName="Form");process.env.NODE_ENV;var $s;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})($s||($s={}));var To;(function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(To||(To={}));function Ql(e){return e+" must be used within a data router. See https://reactrouter.com/v6/routers/picking-a-router."}function na(e){let n=A.useContext(t.DataRouterContext);return n||(process.env.NODE_ENV!=="production"?t.invariant(!1,Ql(e)):t.invariant(!1)),n}function ec(e,n){let{target:s,replace:r,state:o,preventScrollReset:i,relative:a,viewTransition:l}=n===void 0?{}:n,c=t.useNavigate(),d=t.useLocation(),u=t.useResolvedPath(e,{relative:a});return A.useCallback(p=>{if(Tl(p,s)){p.preventDefault();let m=r!==void 0?r:t.createPath(d)===t.createPath(u);c(e,{replace:m,state:o,preventScrollReset:i,relative:a,viewTransition:l})}},[d,c,u,r,o,s,e,i,a,l])}function sa(e){process.env.NODE_ENV!=="production"&&t.warning(typeof URLSearchParams<"u","You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let n=A.useRef($r(e)),s=A.useRef(!1),r=t.useLocation(),o=A.useMemo(()=>Ll(r.search,s.current?null:n.current),[r.search]),i=t.useNavigate(),a=A.useCallback((l,c)=>{const d=$r(typeof l=="function"?l(o):l);s.current=!0,i("?"+d,c)},[i,o]);return[o,a]}function tc(){if(typeof document>"u")throw new Error("You are calling submit during the server render. Try calling submit within a `useEffect` or callback instead.")}let nc=0,sc=()=>"__"+String(++nc)+"__";function rc(){let{router:e}=na($s.UseSubmit),{basename:n}=A.useContext(t.NavigationContext),s=t.useRouteId();return A.useCallback(function(r,o){o===void 0&&(o={}),tc();let{action:i,method:a,encType:l,formData:c,body:d}=Bl(r,n);if(o.navigate===!1){let u=o.fetcherKey||sc();e.fetch(u,s,o.action||i,{preventScrollReset:o.preventScrollReset,formData:c,body:d,formMethod:o.method||a,formEncType:o.encType||l,flushSync:o.flushSync})}else e.navigate(o.action||i,{preventScrollReset:o.preventScrollReset,formData:c,body:d,formMethod:o.method||a,formEncType:o.encType||l,replace:o.replace,state:o.state,fromRouteId:s,flushSync:o.flushSync,viewTransition:o.viewTransition})},[e,n,s])}function oc(e,n){let{relative:s}=n===void 0?{}:n,{basename:r}=A.useContext(t.NavigationContext),o=A.useContext(t.RouteContext);o||(process.env.NODE_ENV!=="production"?t.invariant(!1,"useFormAction must be used inside a RouteContext"):t.invariant(!1));let[i]=o.matches.slice(-1),a=nn({},t.useResolvedPath(e||".",{relative:s})),l=t.useLocation();if(e==null){a.search=l.search;let c=new URLSearchParams(a.search),d=c.getAll("index");if(d.some(p=>p==="")){c.delete("index"),d.filter(m=>m).forEach(m=>c.append("index",m));let p=c.toString();a.search=p?"?"+p:""}}return(!e||e===".")&&i.route.index&&(a.search=a.search?a.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(a.pathname=a.pathname==="/"?r:t.joinPaths([r,a.pathname])),t.createPath(a)}function ic(e,n){n===void 0&&(n={});let s=A.useContext(ro);s==null&&(process.env.NODE_ENV!=="production"?t.invariant(!1,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?"):t.invariant(!1));let{basename:r}=na($s.useViewTransitionState),o=t.useResolvedPath(e,{relative:n.relative});if(!s.isTransitioning)return!1;let i=t.stripBasename(s.currentLocation.pathname,r)||s.currentLocation.pathname,a=t.stripBasename(s.nextLocation.pathname,r)||s.nextLocation.pathname;return t.matchPath(o.pathname,a)!=null||t.matchPath(o.pathname,i)!=null}const ac=[{icon:"Desktop",value:"desktop"},{icon:"DeviceTabletCamera",value:"tablet"},{icon:"DeviceMobileCamera",value:"mobile"}];var ra=(e=>(e.ICON_LINK="--icon-link",e.ICON_ERROR="--icon-error",e.ICON_ACTION="--icon-action",e.ICON_PRIMARY="--icon-primary",e.ICON_SUCCESS="--icon-success",e.ICON_WARNING="--icon-warning",e.ICON_DISABLED="--icon-disabled",e.ICON_INVERTED="--icon-inverted",e.ICON_TERTIARY="--icon-tertiary",e.ICON_SECONDARY="--icon-secondary",e.ICON_ACTION_HOVER="--icon-actionHover",e.ICON_INFORMATION="--icon-information",e.TEXT_LINK="--text-link",e.TEXT_ERROR="--text-error",e.TEXT_ACTION="--text-action",e.TEXT_PRIMARY="--text-primary",e.TEXT_SUCCESS="--text-success",e.TEXT_WARNING="--text-warning",e.TEXT_DISABLED="--text-disabled",e.TEXT_INVERTED="--text-inverted",e.TEXT_TERTIARY="--text-tertiary",e.TEXT_SECONDARY="--text-secondary",e.TEXT_ACTION_HOVER="--text-actionHover",e.TEXT_INFORMATION="--text-information",e.BORDER_ERROR="--border-error",e.BORDER_FOCUS="--border-focus",e.BORDER_ACTION="--border-action",e.BORDER_PRIMARY="--border-primary",e.BORDER_SUCCESS="--border-success",e.BORDER_WARNING="--border-warning",e.BORDER_DISABLED="--border-disabled",e.BORDER_SECONDARY="--border-secondary",e.BORDER_ACTION_HOVER="--border-actionHover",e.BORDER_INFORMATION="--border-information",e.SURFACE_ERROR="--surface-error",e.SURFACE_MODAL="--surface-modal",e.SURFACE_ACTION1="--surface-action1",e.SURFACE_ACTION2="--surface-action2",e.SURFACE_PRIMARY="--surface-primary",e.SURFACE_SUCCESS="--surface-success",e.SURFACE_WARNING="--surface-warning",e.SURFACE_DISABLED="--surface-disabled",e.SURFACE_SECONDARY="--surface-secondary",e.SURFACE_INFORMATION="--surface-information",e.SURFACE_ACTION1_HOVER="--surface-action1Hover",e.SURFACE_ACTION2_HOVER="--surface-action2Hover",e))(ra||{});const kt=[{icon:"PaintBrushBroad",name:"Colors"},{icon:"TextAa",name:"Fonts"},{icon:"CornersOut",name:"Borders"},{icon:"ArrowSquareIn",name:"Buttons"},{icon:"Textbox",name:"Inputs"}],Ds=[12,14,16,18,20,24,28,32,40,48].map(e=>String(e)),lc=["Acorn","Activity","AddressBook","AddressBookTabs","AirTrafficControl","Airplane","AirplaneInFlight","AirplaneLanding","AirplaneTakeoff","AirplaneTaxiing","AirplaneTilt","Airplay","Alarm","Alien","AlignBottom","AlignBottomSimple","AlignCenterHorizontal","AlignCenterHorizontalSimple","AlignCenterVertical","AlignCenterVerticalSimple","AlignLeft","AlignLeftSimple","AlignRight","AlignRightSimple","AlignTop","AlignTopSimple","AmazonLogo","Ambulance","Anchor","AnchorSimple","AndroidLogo","Angle","AngularLogo","Aperture","AppStoreLogo","AppWindow","AppleLogo","ApplePodcastsLogo","ApproximateEquals","Archive","ArchiveBox","ArchiveTray","Armchair","ArrowArcLeft","ArrowArcRight","ArrowBendDoubleUpLeft","ArrowBendDoubleUpRight","ArrowBendDownLeft","ArrowBendDownRight","ArrowBendLeftDown","ArrowBendLeftUp","ArrowBendRightDown","ArrowBendRightUp","ArrowBendUpLeft","ArrowBendUpRight","ArrowCircleDown","ArrowCircleDownLeft","ArrowCircleDownRight","ArrowCircleLeft","ArrowCircleRight","ArrowCircleUp","ArrowCircleUpLeft","ArrowCircleUpRight","ArrowClockwise","ArrowCounterClockwise","ArrowDown","ArrowDownLeft","ArrowDownRight","ArrowElbowDownLeft","ArrowElbowDownRight","ArrowElbowLeft","ArrowElbowLeftDown","ArrowElbowLeftUp","ArrowElbowRight","ArrowElbowRightDown","ArrowElbowRightUp","ArrowElbowUpLeft","ArrowElbowUpRight","ArrowFatDown","ArrowFatLeft","ArrowFatLineDown","ArrowFatLineLeft","ArrowFatLineRight","ArrowFatLineUp","ArrowFatLinesDown","ArrowFatLinesLeft","ArrowFatLinesRight","ArrowFatLinesUp","ArrowFatRight","ArrowFatUp","ArrowLeft","ArrowLineDown","ArrowLineDownLeft","ArrowLineDownRight","ArrowLineLeft","ArrowLineRight","ArrowLineUp","ArrowLineUpLeft","ArrowLineUpRight","ArrowRight","ArrowSquareDown","ArrowSquareDownLeft","ArrowSquareDownRight","ArrowSquareIn","ArrowSquareLeft","ArrowSquareOut","ArrowSquareRight","ArrowSquareUp","ArrowSquareUpLeft","ArrowSquareUpRight","ArrowUDownLeft","ArrowUDownRight","ArrowULeftDown","ArrowULeftUp","ArrowURightDown","ArrowURightUp","ArrowUUpLeft","ArrowUUpRight","ArrowUp","ArrowUpLeft","ArrowUpRight","ArrowsClockwise","ArrowsCounterClockwise","ArrowsDownUp","ArrowsHorizontal","ArrowsIn","ArrowsInCardinal","ArrowsInLineHorizontal","ArrowsInLineVertical","ArrowsInSimple","ArrowsLeftRight","ArrowsMerge","ArrowsOut","ArrowsOutCardinal","ArrowsOutLineHorizontal","ArrowsOutLineVertical","ArrowsOutSimple","ArrowsSplit","ArrowsVertical","Article","ArticleMedium","ArticleNyTimes","Asclepius","Asterisk","AsteriskSimple","At","Atom","Avocado","Axe","Baby","BabyCarriage","Backpack","Backspace","Bag","BagSimple","Balloon","Bandaids","Bank","Barbell","Barcode","Barn","Barricade","Baseball","BaseballCap","BaseballHelmet","Basket","Basketball","Bathtub","BatteryCharging","BatteryChargingVertical","BatteryEmpty","BatteryFull","BatteryHigh","BatteryLow","BatteryMedium","BatteryPlus","BatteryPlusVertical","BatteryVerticalEmpty","BatteryVerticalFull","BatteryVerticalHigh","BatteryVerticalLow","BatteryVerticalMedium","BatteryWarning","BatteryWarningVertical","BeachBall","Beanie","Bed","BeerBottle","BeerStein","BehanceLogo","Bell","BellRinging","BellSimple","BellSimpleRinging","BellSimpleSlash","BellSimpleZ","BellSlash","BellZ","Belt","BezierCurve","Bicycle","Binary","Binoculars","Biohazard","Bird","Blueprint","Bluetooth","BluetoothConnected","BluetoothSlash","BluetoothX","Boat","Bomb","Bone","Book","BookBookmark","BookOpen","BookOpenText","BookOpenUser","Bookmark","BookmarkSimple","Bookmarks","BookmarksSimple","Books","Boot","Boules","BoundingBox","BowlFood","BowlSteam","BowlingBall","BoxArrowDown","BoxArrowUp","BoxingGlove","BracketsAngle","BracketsCurly","BracketsRound","BracketsSquare","Brain","Brandy","Bread","Bridge","Briefcase","BriefcaseMetal","Broadcast","Broom","Browser","Browsers","Bug","BugBeetle","BugDroid","Building","BuildingApartment","BuildingOffice","Buildings","Bulldozer","Bus","Butterfly","CableCar","Cactus","Caduceus","Cake","Calculator","Calendar","CalendarBlank","CalendarCheck","CalendarDot","CalendarDots","CalendarHeart","CalendarMinus","CalendarPlus","CalendarSlash","CalendarStar","CalendarX","CallBell","Camera","CameraPlus","CameraRotate","CameraSlash","Campfire","Car","CarBattery","CarProfile","CarSimple","Cardholder","Cards","CardsThree","CaretCircleDoubleDown","CaretCircleDoubleLeft","CaretCircleDoubleRight","CaretCircleDoubleUp","CaretCircleDown","CaretCircleLeft","CaretCircleRight","CaretCircleUp","CaretCircleUpDown","CaretDoubleDown","CaretDoubleLeft","CaretDoubleRight","CaretDoubleUp","CaretDown","CaretLeft","CaretLineDown","CaretLineLeft","CaretLineRight","CaretLineUp","CaretRight","CaretUp","CaretUpDown","Carrot","CashRegister","CassetteTape","CastleTurret","Cat","CellSignalFull","CellSignalHigh","CellSignalLow","CellSignalMedium","CellSignalNone","CellSignalSlash","CellSignalX","CellTower","Certificate","Chair","Chalkboard","ChalkboardSimple","ChalkboardTeacher","Champagne","ChargingStation","ChartBar","ChartBarHorizontal","ChartDonut","ChartLine","ChartLineDown","ChartLineUp","ChartPie","ChartPieSlice","ChartPolar","ChartScatter","Chat","ChatCentered","ChatCenteredDots","ChatCenteredSlash","ChatCenteredText","ChatCircle","ChatCircleDots","ChatCircleSlash","ChatCircleText","ChatDots","ChatSlash","ChatTeardrop","ChatTeardropDots","ChatTeardropSlash","ChatTeardropText","ChatText","Chats","ChatsCircle","ChatsTeardrop","Check","CheckCircle","CheckFat","CheckSquare","CheckSquareOffset","Checkerboard","Checks","Cheers","Cheese","ChefHat","Cherries","Church","Cigarette","CigaretteSlash","Circle","CircleDashed","CircleHalf","CircleHalfTilt","CircleNotch","CircleWavy","CircleWavyCheck","CircleWavyQuestion","CircleWavyWarning","CirclesFour","CirclesThree","CirclesThreePlus","Circuitry","City","Clipboard","ClipboardText","Clock","ClockAfternoon","ClockClockwise","ClockCountdown","ClockCounterClockwise","ClockUser","ClosedCaptioning","Cloud","CloudArrowDown","CloudArrowUp","CloudCheck","CloudFog","CloudLightning","CloudMoon","CloudRain","CloudSlash","CloudSnow","CloudSun","CloudWarning","CloudX","Clover","Club","CoatHanger","CodaLogo","Code","CodeBlock","CodeSimple","CodepenLogo","CodesandboxLogo","Coffee","CoffeeBean","Coin","CoinVertical","Coins","Columns","ColumnsPlusLeft","ColumnsPlusRight","Command","Compass","CompassRose","CompassTool","ComputerTower","Confetti","ContactlessPayment","Control","Cookie","CookingPot","Copy","CopySimple","Copyleft","Copyright","CornersIn","CornersOut","Couch","CourtBasketball","Cow","CowboyHat","Cpu","Crane","CraneTower","CreditCard","Cricket","Crop","Cross","Crosshair","CrosshairSimple","Crown","CrownCross","CrownSimple","Cube","CubeFocus","CubeTransparent","CurrencyBtc","CurrencyCircleDollar","CurrencyCny","CurrencyDollar","CurrencyDollarSimple","CurrencyEth","CurrencyEur","CurrencyGbp","CurrencyInr","CurrencyJpy","CurrencyKrw","CurrencyKzt","CurrencyNgn","CurrencyRub","Cursor","CursorClick","CursorText","Cylinder","Database","Desk","Desktop","DesktopTower","Detective","DevToLogo","DeviceMobile","DeviceMobileCamera","DeviceMobileSlash","DeviceMobileSpeaker","DeviceRotate","DeviceTablet","DeviceTabletCamera","DeviceTabletSpeaker","Devices","Diamond","DiamondsFour","DiceFive","DiceFour","DiceOne","DiceSix","DiceThree","DiceTwo","Disc","DiscoBall","DiscordLogo","Divide","Dna","Dog","Door","DoorOpen","Dot","DotOutline","DotsNine","DotsSix","DotsSixVertical","DotsThree","DotsThreeCircle","DotsThreeCircleVertical","DotsThreeOutline","DotsThreeOutlineVertical","DotsThreeVertical","Download","DownloadSimple","Dress","Dresser","DribbbleLogo","Drone","Drop","DropHalf","DropHalfBottom","DropSimple","DropSlash","DropboxLogo","Ear","EarSlash","Egg","EggCrack","Eject","EjectSimple","Elevator","Empty","Engine","Envelope","EnvelopeOpen","EnvelopeSimple","EnvelopeSimpleOpen","Equalizer","Equals","Eraser","EscalatorDown","EscalatorUp","Exam","ExclamationMark","Exclude","ExcludeSquare","Export","Eye","EyeClosed","EyeSlash","Eyedropper","EyedropperSample","Eyeglasses","Eyes","FaceMask","FacebookLogo","Factory","Faders","FadersHorizontal","FalloutShelter","Fan","Farm","FastForward","FastForwardCircle","Feather","FediverseLogo","FigmaLogo","File","FileArchive","FileArrowDown","FileArrowUp","FileAudio","FileC","FileCSharp","FileCloud","FileCode","FileCpp","FileCss","FileCsv","FileDashed","FileDoc","FileDotted","FileHtml","FileImage","FileIni","FileJpg","FileJs","FileJsx","FileLock","FileMagnifyingGlass","FileMd","FileMinus","FilePdf","FilePlus","FilePng","FilePpt","FilePy","FileRs","FileSearch","FileSql","FileSvg","FileText","FileTs","FileTsx","FileTxt","FileVideo","FileVue","FileX","FileXls","FileZip","Files","FilmReel","FilmScript","FilmSlate","FilmStrip","Fingerprint","FingerprintSimple","FinnTheHuman","Fire","FireExtinguisher","FireSimple","FireTruck","FirstAid","FirstAidKit","Fish","FishSimple","Flag","FlagBanner","FlagBannerFold","FlagCheckered","FlagPennant","Flame","Flashlight","Flask","FlipHorizontal","FlipVertical","FloppyDisk","FloppyDiskBack","FlowArrow","Flower","FlowerLotus","FlowerTulip","FlyingSaucer","Folder","FolderDashed","FolderDotted","FolderLock","FolderMinus","FolderNotch","FolderNotchMinus","FolderNotchOpen","FolderNotchPlus","FolderOpen","FolderPlus","FolderSimple","FolderSimpleDashed","FolderSimpleDotted","FolderSimpleLock","FolderSimpleMinus","FolderSimplePlus","FolderSimpleStar","FolderSimpleUser","FolderStar","FolderUser","Folders","Football","FootballHelmet","Footprints","ForkKnife","FourK","FrameCorners","FramerLogo","Function","Funnel","FunnelSimple","FunnelSimpleX","FunnelX","GameController","Garage","GasCan","GasPump","Gauge","Gavel","Gear","GearFine","GearSix","GenderFemale","GenderIntersex","GenderMale","GenderNeuter","GenderNonbinary","GenderTransgender","Ghost","Gif","Gift","GitBranch","GitCommit","GitDiff","GitFork","GitMerge","GitPullRequest","GithubLogo","GitlabLogo","GitlabLogoSimple","Globe","GlobeHemisphereEast","GlobeHemisphereWest","GlobeSimple","GlobeSimpleX","GlobeStand","GlobeX","Goggles","Golf","GoodreadsLogo","GoogleCardboardLogo","GoogleChromeLogo","GoogleDriveLogo","GoogleLogo","GooglePhotosLogo","GooglePlayLogo","GooglePodcastsLogo","Gps","GpsFix","GpsSlash","Gradient","GraduationCap","Grains","GrainsSlash","Graph","GraphicsCard","GreaterThan","GreaterThanOrEqual","GridFour","GridNine","Guitar","HairDryer","Hamburger","Hammer","Hand","HandArrowDown","HandArrowUp","HandCoins","HandDeposit","HandEye","HandFist","HandGrabbing","HandHeart","HandPalm","HandPeace","HandPointing","HandSoap","HandSwipeLeft","HandSwipeRight","HandTap","HandWaving","HandWithdraw","Handbag","HandbagSimple","HandsClapping","HandsPraying","Handshake","HardDrive","HardDrives","HardHat","Hash","HashStraight","HeadCircuit","Headlights","Headphones","Headset","Heart","HeartBreak","HeartHalf","HeartStraight","HeartStraightBreak","Heartbeat","Hexagon","HighDefinition","HighHeel","Highlighter","HighlighterCircle","Hockey","Hoodie","Horse","Hospital","Hourglass","HourglassHigh","HourglassLow","HourglassMedium","HourglassSimple","HourglassSimpleHigh","HourglassSimpleLow","HourglassSimpleMedium","House","HouseLine","HouseSimple","Hurricane","IceCream","IconBase","IconContext","IdentificationBadge","IdentificationCard","Image","ImageBroken","ImageSquare","Images","ImagesSquare","Infinity","Info","InstagramLogo","Intersect","IntersectSquare","IntersectThree","Intersection","Invoice","Island","Jar","JarLabel","Jeep","Joystick","Kanban","Key","KeyReturn","Keyboard","Keyhole","Knife","Ladder","LadderSimple","Lamp","LampPendant","Laptop","Lasso","LastfmLogo","Layout","Leaf","Lectern","Lego","LegoSmiley","Lemniscate","LessThan","LessThanOrEqual","LetterCircleH","LetterCircleP","LetterCircleV","Lifebuoy","Lightbulb","LightbulbFilament","Lighthouse","Lightning","LightningA","LightningSlash","LineSegment","LineSegments","LineVertical","Link","LinkBreak","LinkSimple","LinkSimpleBreak","LinkSimpleHorizontal","LinkSimpleHorizontalBreak","LinkedinLogo","LinktreeLogo","LinuxLogo","List","ListBullets","ListChecks","ListDashes","ListHeart","ListMagnifyingGlass","ListNumbers","ListPlus","ListStar","Lock","LockKey","LockKeyOpen","LockLaminated","LockLaminatedOpen","LockOpen","LockSimple","LockSimpleOpen","Lockers","Log","MagicWand","Magnet","MagnetStraight","MagnifyingGlass","MagnifyingGlassMinus","MagnifyingGlassPlus","Mailbox","MapPin","MapPinArea","MapPinLine","MapPinPlus","MapPinSimple","MapPinSimpleArea","MapPinSimpleLine","MapTrifold","MarkdownLogo","MarkerCircle","Martini","MaskHappy","MaskSad","MastodonLogo","MathOperations","MatrixLogo","Medal","MedalMilitary","MediumLogo","Megaphone","MegaphoneSimple","MemberOf","Memory","MessengerLogo","MetaLogo","Meteor","Metronome","Microphone","MicrophoneSlash","MicrophoneStage","Microscope","MicrosoftExcelLogo","MicrosoftOutlookLogo","MicrosoftPowerpointLogo","MicrosoftTeamsLogo","MicrosoftWordLogo","Minus","MinusCircle","MinusSquare","Money","MoneyWavy","Monitor","MonitorArrowUp","MonitorPlay","Moon","MoonStars","Moped","MopedFront","Mosque","Motorcycle","Mountains","Mouse","MouseLeftClick","MouseMiddleClick","MouseRightClick","MouseScroll","MouseSimple","MusicNote","MusicNoteSimple","MusicNotes","MusicNotesMinus","MusicNotesPlus","MusicNotesSimple","NavigationArrow","Needle","Network","NetworkSlash","NetworkX","Newspaper","NewspaperClipping","NotEquals","NotMemberOf","NotSubsetOf","NotSupersetOf","Notches","Note","NoteBlank","NotePencil","Notebook","Notepad","Notification","NotionLogo","NuclearPlant","NumberCircleEight","NumberCircleFive","NumberCircleFour","NumberCircleNine","NumberCircleOne","NumberCircleSeven","NumberCircleSix","NumberCircleThree","NumberCircleTwo","NumberCircleZero","NumberEight","NumberFive","NumberFour","NumberNine","NumberOne","NumberSeven","NumberSix","NumberSquareEight","NumberSquareFive","NumberSquareFour","NumberSquareNine","NumberSquareOne","NumberSquareSeven","NumberSquareSix","NumberSquareThree","NumberSquareTwo","NumberSquareZero","NumberThree","NumberTwo","NumberZero","Numpad","Nut","NyTimesLogo","Octagon","OfficeChair","Onigiri","OpenAiLogo","Option","Orange","OrangeSlice","Oven","Package","PaintBrush","PaintBrushBroad","PaintBrushHousehold","PaintBucket","PaintRoller","Palette","Panorama","Pants","PaperPlane","PaperPlaneRight","PaperPlaneTilt","Paperclip","PaperclipHorizontal","Parachute","Paragraph","Parallelogram","Park","Password","Path","PatreonLogo","Pause","PauseCircle","PawPrint","PaypalLogo","Peace","Pen","PenNib","PenNibStraight","Pencil","PencilCircle","PencilLine","PencilRuler","PencilSimple","PencilSimpleLine","PencilSimpleSlash","PencilSlash","Pentagon","Pentagram","Pepper","Percent","Person","PersonArmsSpread","PersonSimple","PersonSimpleBike","PersonSimpleCircle","PersonSimpleHike","PersonSimpleRun","PersonSimpleSki","PersonSimpleSnowboard","PersonSimpleSwim","PersonSimpleTaiChi","PersonSimpleThrow","PersonSimpleWalk","Perspective","Phone","PhoneCall","PhoneDisconnect","PhoneIncoming","PhoneList","PhoneOutgoing","PhonePause","PhonePlus","PhoneSlash","PhoneTransfer","PhoneX","PhosphorLogo","Pi","PianoKeys","PicnicTable","PictureInPicture","PiggyBank","Pill","PingPong","PintGlass","PinterestLogo","Pinwheel","Pipe","PipeWrench","PixLogo","Pizza","Placeholder","Planet","Plant","Play","PlayCircle","PlayPause","Playlist","Plug","PlugCharging","Plugs","PlugsConnected","Plus","PlusCircle","PlusMinus","PlusSquare","PokerChip","PoliceCar","Polygon","Popcorn","Popsicle","PottedPlant","Power","Prescription","Presentation","PresentationChart","Printer","Prohibit","ProhibitInset","ProjectorScreen","ProjectorScreenChart","Pulse","PushPin","PushPinSimple","PushPinSimpleSlash","PushPinSlash","PuzzlePiece","QrCode","Question","QuestionMark","Queue","Quotes","Rabbit","Racquet","Radical","Radio","RadioButton","Radioactive","Rainbow","RainbowCloud","Ranking","ReadCvLogo","Receipt","ReceiptX","Record","Rectangle","RectangleDashed","Recycle","RedditLogo","Repeat","RepeatOnce","ReplitLogo","Resize","Rewind","RewindCircle","RoadHorizon","Robot","Rocket","RocketLaunch","Rows","RowsPlusBottom","RowsPlusTop","Rss","RssSimple","Rug","Ruler","Sailboat","Scales","Scan","ScanSmiley","Scissors","Scooter","Screencast","Screwdriver","Scribble","ScribbleLoop","Scroll","Seal","SealCheck","SealPercent","SealQuestion","SealWarning","Seat","Seatbelt","SecurityCamera","Selection","SelectionAll","SelectionBackground","SelectionForeground","SelectionInverse","SelectionPlus","SelectionSlash","Shapes","Share","ShareFat","ShareNetwork","Shield","ShieldCheck","ShieldCheckered","ShieldChevron","ShieldPlus","ShieldSlash","ShieldStar","ShieldWarning","ShippingContainer","ShirtFolded","ShootingStar","ShoppingBag","ShoppingBagOpen","ShoppingCart","ShoppingCartSimple","Shovel","Shower","Shrimp","Shuffle","ShuffleAngular","ShuffleSimple","Sidebar","SidebarSimple","Sigma","SignIn","SignOut","Signature","Signpost","SimCard","Siren","SketchLogo","SkipBack","SkipBackCircle","SkipForward","SkipForwardCircle","Skull","SkypeLogo","SlackLogo","Sliders","SlidersHorizontal","Slideshow","Smiley","SmileyAngry","SmileyBlank","SmileyMeh","SmileyMelting","SmileyNervous","SmileySad","SmileySticker","SmileyWink","SmileyXEyes","SnapchatLogo","Sneaker","SneakerMove","Snowflake","SoccerBall","Sock","SolarPanel","SolarRoof","SortAscending","SortDescending","SoundcloudLogo","Spade","Sparkle","SpeakerHifi","SpeakerHigh","SpeakerLow","SpeakerNone","SpeakerSimpleHigh","SpeakerSimpleLow","SpeakerSimpleNone","SpeakerSimpleSlash","SpeakerSimpleX","SpeakerSlash","SpeakerX","Speedometer","Sphere","Spinner","SpinnerBall","SpinnerGap","Spiral","SplitHorizontal","SplitVertical","SpotifyLogo","SprayBottle","Square","SquareHalf","SquareHalfBottom","SquareLogo","SquareSplitHorizontal","SquareSplitVertical","SquaresFour","Stack","StackMinus","StackOverflowLogo","StackPlus","StackSimple","Stairs","Stamp","StandardDefinition","Star","StarAndCrescent","StarFour","StarHalf","StarOfDavid","SteamLogo","SteeringWheel","Steps","Stethoscope","Sticker","Stool","Stop","StopCircle","Storefront","Strategy","StripeLogo","Student","SubsetOf","SubsetProperOf","Subtitles","SubtitlesSlash","Subtract","SubtractSquare","Subway","Suitcase","SuitcaseRolling","SuitcaseSimple","Sun","SunDim","SunHorizon","Sunglasses","SupersetOf","SupersetProperOf","Swap","Swatches","SwimmingPool","Sword","Synagogue","Syringe","TShirt","Table","Tabs","Tag","TagChevron","TagSimple","Target","Taxi","TeaBag","TelegramLogo","Television","TelevisionSimple","TennisBall","Tent","Terminal","TerminalWindow","TestTube","TextAUnderline","TextAa","TextAlignCenter","TextAlignJustify","TextAlignLeft","TextAlignRight","TextB","TextBolder","TextColumns","TextH","TextHFive","TextHFour","TextHOne","TextHSix","TextHThree","TextHTwo","TextIndent","TextItalic","TextOutdent","TextStrikethrough","TextSubscript","TextSuperscript","TextT","TextTSlash","TextUnderline","Textbox","Thermometer","ThermometerCold","ThermometerHot","ThermometerSimple","ThreadsLogo","ThreeD","ThumbsDown","ThumbsUp","Ticket","TidalLogo","TiktokLogo","Tilde","Timer","TipJar","Tipi","Tire","ToggleLeft","ToggleRight","Toilet","ToiletPaper","Toolbox","Tooth","Tornado","Tote","ToteSimple","Towel","Tractor","Trademark","TrademarkRegistered","TrafficCone","TrafficSign","TrafficSignal","Train","TrainRegional","TrainSimple","Tram","Translate","Trash","TrashSimple","Tray","TrayArrowDown","TrayArrowUp","TreasureChest","Tree","TreeEvergreen","TreePalm","TreeStructure","TreeView","TrendDown","TrendUp","Triangle","TriangleDashed","Trolley","TrolleySuitcase","Trophy","Truck","TruckTrailer","TumblrLogo","TwitchLogo","TwitterLogo","Umbrella","UmbrellaSimple","Union","Unite","UniteSquare","Upload","UploadSimple","Usb","User","UserCheck","UserCircle","UserCircleCheck","UserCircleDashed","UserCircleGear","UserCircleMinus","UserCirclePlus","UserFocus","UserGear","UserList","UserMinus","UserPlus","UserRectangle","UserSound","UserSquare","UserSwitch","Users","UsersFour","UsersThree","Van","Vault","VectorThree","VectorTwo","Vibrate","Video","VideoCamera","VideoCameraSlash","VideoConference","Vignette","VinylRecord","VirtualReality","Virus","Visor","Voicemail","Volleyball","Wall","Wallet","Warehouse","Warning","WarningCircle","WarningDiamond","WarningOctagon","WashingMachine","Watch","WaveSawtooth","WaveSine","WaveSquare","WaveTriangle","Waveform","WaveformSlash","Waves","Webcam","WebcamSlash","WebhooksLogo","WechatLogo","WhatsappLogo","Wheelchair","WheelchairMotion","WifiHigh","WifiLow","WifiMedium","WifiNone","WifiSlash","WifiX","Wind","Windmill","WindowsLogo","Wine","Wrench","X","XCircle","XLogo","XSquare","Yarn","YinYang","YoutubeLogo"],cc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.25%2015.45V8.55C20.25%206.86984%2020.25%206.02976%2019.923%205.38803C19.6354%204.82354%2019.1765%204.3646%2018.612%204.07698C17.9702%203.75%2017.1302%203.75%2015.45%203.75H8.55C6.86984%203.75%206.02976%203.75%205.38803%204.07698C4.82354%204.3646%204.3646%204.82354%204.07698%205.38803C3.75%206.02976%203.75%206.86984%203.75%208.55V15.45C3.75%2017.1302%203.75%2017.9702%204.07698%2018.612C4.3646%2019.1765%204.82354%2019.6354%205.38803%2019.923C6.02976%2020.25%206.86984%2020.25%208.55%2020.25H15.45C17.1302%2020.25%2017.9702%2020.25%2018.612%2019.923C19.1765%2019.6354%2019.6354%2019.1765%2019.923%2018.612C20.25%2017.9702%2020.25%2017.1302%2020.25%2015.45Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",uc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.0002%2012V20.5M12.0002%2012L4.5%207.78125M12.0002%2012L19.2627%207.91474M20.25%209.11392V14.8861C20.25%2015.9699%2019.6654%2016.9695%2018.7208%2017.5008L13.4708%2020.4539C12.5575%2020.9676%2011.4425%2020.9676%2010.5292%2020.4539L5.27922%2017.5008C4.33459%2016.9695%203.75%2015.9699%203.75%2014.8861V9.11392C3.75%208.0301%204.33459%207.03055%205.27922%206.49919L10.5292%203.54607C11.4425%203.03237%2012.5575%203.03237%2013.4708%203.54607L18.7208%206.4992C19.6654%207.03055%2020.25%208.0301%2020.25%209.11392Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",dc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.25%2020.25H6.75C5.09315%2020.25%203.75%2018.9069%203.75%2017.25V15.75M15.75%2020.25H17.25C18.9069%2020.25%2020.25%2018.9069%2020.25%2017.25V15.75M3.75%208.25V6.75C3.75%205.09315%205.09315%203.75%206.75%203.75H8.25M15.75%203.75H17.25C18.9069%203.75%2020.25%205.09315%2020.25%206.75V8.25M15.25%2010.3571L12%2011.9999M12%2011.9999L8.75%2010.3571M12%2011.9999V15.2856M11.0077%208.28125L9.25772%209.28125C8.63457%209.63733%208.25%2010.3%208.25%2011.0177V12.9822C8.25%2013.6999%208.63457%2014.3626%209.25772%2014.7186L11.0077%2015.7186C11.6226%2016.07%2012.3774%2016.07%2012.9923%2015.7186L14.7423%2014.7186C15.3654%2014.3626%2015.75%2013.6999%2015.75%2012.9822V11.0177C15.75%2010.3%2015.3654%209.63733%2014.7423%209.28125L12.9923%208.28125C12.3774%207.9299%2011.6226%207.9299%2011.0077%208.28125Z'%20stroke='%23252525'%20stroke-width='1.40625'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",pc="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.125%203.125H16.875'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.9167%205.625C12.1113%205.625%2011.4583%206.27792%2011.4583%207.08333V12.0833C11.4583%2012.8887%2012.1113%2013.5417%2012.9167%2013.5417C13.7221%2013.5417%2014.375%2012.8887%2014.375%2012.0833V7.08333C14.375%206.27792%2013.7221%205.625%2012.9167%205.625Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.08333%205.625C6.27792%205.625%205.625%206.27792%205.625%207.08333V15.4167C5.625%2016.2221%206.27792%2016.875%207.08333%2016.875C7.88875%2016.875%208.54167%2016.2221%208.54167%2015.4167V7.08333C8.54167%206.27792%207.88875%205.625%207.08333%205.625Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",mc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.1073%2017.1577C17.1073%2018.8655%2015.7213%2020.25%2014.0116%2020.25C12.3019%2020.25%2010.9159%2018.8655%2010.9159%2017.1577C10.9159%2015.4499%2012.3019%2014.0654%2014.0116%2014.0654C15.7213%2014.0654%2017.1073%2015.4499%2017.1073%2017.1577Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.99145%206.98598L10.4681%2011.5764L3.75%2014.0189L4.99145%206.98598Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.0106%204.46532C14.1536%203.9321%2014.7017%203.61567%2015.235%203.75841L19.2835%204.842C19.8172%204.98485%2020.1339%205.53345%2019.9908%206.06708L18.9065%2010.1093C18.7635%2010.6425%2018.2154%2010.9589%2017.6821%2010.8162L13.6336%209.73258C13.0999%209.58973%2012.7832%209.04113%2012.9263%208.50749L14.0106%204.46532Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",xc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.25%2014.75H10C10%2014.3358%209.66421%2014%209.25%2014V14.75ZM3.75%2020.25H3V21H3.75V20.25ZM14.75%209.25H15.5C15.5%208.83579%2015.1642%208.5%2014.75%208.5V9.25ZM20.25%2020.25V21H21V20.25H20.25ZM1.75%2019.5C1.33579%2019.5%201%2019.8358%201%2020.25C1%2020.6642%201.33579%2021%201.75%2021V19.5ZM22.25%2021C22.6642%2021%2023%2020.6642%2023%2020.25C23%2019.8358%2022.6642%2019.5%2022.25%2019.5V21ZM5.25%2015.5H9.25V14H5.25V15.5ZM8.5%2014.75V20.25H10V14.75H8.5ZM9.25%2019.5H3.75V21H9.25V19.5ZM4.5%2020.25V16.25H3V20.25H4.5ZM5.25%2014C4.00736%2014%203%2015.0074%203%2016.25H4.5C4.5%2015.8358%204.83579%2015.5%205.25%2015.5V14ZM10.75%2010H14.75V8.5H10.75V10ZM14%209.25V20.25H15.5V9.25H14ZM14.75%2019.5H9.25V21H14.75V19.5ZM10%2020.25V10.75H8.5V20.25H10ZM10.75%208.5C9.50736%208.5%208.5%209.50736%208.5%2010.75H10C10%2010.3358%2010.3358%2010%2010.75%2010V8.5ZM16.25%204.5H18.75V3H16.25V4.5ZM19.5%205.25V20.25H21V5.25H19.5ZM20.25%2019.5H14.75V21H20.25V19.5ZM15.5%2020.25V5.25H14V20.25H15.5ZM18.75%204.5C19.1642%204.5%2019.5%204.83579%2019.5%205.25H21C21%204.00736%2019.9926%203%2018.75%203V4.5ZM16.25%203C15.0074%203%2014%204.00736%2014%205.25H15.5C15.5%204.83579%2015.8358%204.5%2016.25%204.5V3ZM1.75%2021H22.25V19.5H1.75V21Z'%20fill='%23252525'/%3e%3c/svg%3e",hc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2014.2105L6.84488%2012.0821C7.66137%2011.5378%208.75215%2011.6663%209.41987%2012.3853C10.9123%2013.9926%2012.6426%2015.4538%2015%2015.4538C17.1727%2015.4538%2018.6125%2014.6485%2020%2013.261M6.75%2020.25H17.25C18.9069%2020.25%2020.25%2018.9069%2020.25%2017.25V6.75C20.25%205.09315%2018.9069%203.75%2017.25%203.75H6.75C5.09315%203.75%203.75%205.09315%203.75%206.75V17.25C3.75%2018.9069%205.09315%2020.25%206.75%2020.25ZM17.25%208.75C17.25%209.85457%2016.3546%2010.75%2015.25%2010.75C14.1454%2010.75%2013.25%209.85457%2013.25%208.75C13.25%207.64543%2014.1454%206.75%2015.25%206.75C16.3546%206.75%2017.25%207.64543%2017.25%208.75Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",fc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.252%2019.25H6.74803C5.26465%2019.25%204.29985%2017.6884%204.96324%2016.3611L10.2152%205.85345C10.9506%204.38218%2013.0494%204.38218%2013.7848%205.85345L19.0368%2016.3611C19.7001%2017.6884%2018.7354%2019.25%2017.252%2019.25Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",gc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%202.75V4.5M16.9069%205.09326L15.5962%206.40392M6.40381%2015.5962L5.09315%2016.9069M4.5%2011H2.75M6.40381%206.40381L5.09315%205.09315M14.1323%2020.999L10.5777%2011.3226C10.3542%2010.7143%2010.9552%2010.1281%2011.5577%2010.3666L21.0397%2014.1199C21.4283%2014.2737%2021.4679%2014.8081%2021.1062%2015.0175L17.4231%2017.1498C17.3097%2017.2155%2017.2155%2017.3097%2017.1498%2017.4231L15.0343%2021.0771C14.822%2021.4438%2014.2784%2021.3967%2014.1323%2020.999Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",jc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.38803%2019.923L5.72852%2019.2548H5.72852L5.38803%2019.923ZM4.07698%2018.612L3.40873%2018.9525H3.40873L4.07698%2018.612ZM19.923%2018.612L19.2548%2018.2715V18.2715L19.923%2018.612ZM18.612%2019.923L18.2715%2019.2548H18.2715L18.612%2019.923ZM19.923%205.38803L19.2548%205.72852V5.72852L19.923%205.38803ZM18.612%204.07698L18.9525%203.40873V3.40873L18.612%204.07698ZM4.07698%205.38803L4.74524%205.72852L4.07698%205.38803ZM5.38803%204.07698L5.72852%204.74524L5.38803%204.07698ZM19.5%208.55V15.45H21V8.55H19.5ZM15.45%2019.5H8.55V21H15.45V19.5ZM4.5%2015.45V8.55H3V15.45H4.5ZM8.55%204.5H15.45V3H8.55V4.5ZM8.55%2019.5C7.69755%2019.5%207.10331%2019.4994%206.64068%2019.4616C6.1868%2019.4245%205.92604%2019.3554%205.72852%2019.2548L5.04754%2020.5913C5.49175%2020.8176%205.97189%2020.912%206.51853%2020.9566C7.05641%2021.0006%207.7223%2021%208.55%2021V19.5ZM3%2015.45C3%2016.2777%202.99942%2016.9436%203.04336%2017.4815C3.08803%2018.0281%203.18238%2018.5082%203.40873%2018.9525L4.74524%2018.2715C4.6446%2018.074%204.57546%2017.8132%204.53838%2017.3593C4.50058%2016.8967%204.5%2016.3025%204.5%2015.45H3ZM5.72852%2019.2548C5.30516%2019.039%204.96095%2018.6948%204.74524%2018.2715L3.40873%2018.9525C3.76825%2019.6581%204.34193%2020.2317%205.04754%2020.5913L5.72852%2019.2548ZM19.5%2015.45C19.5%2016.3025%2019.4994%2016.8967%2019.4616%2017.3593C19.4245%2017.8132%2019.3554%2018.074%2019.2548%2018.2715L20.5913%2018.9525C20.8176%2018.5082%2020.912%2018.0281%2020.9566%2017.4815C21.0006%2016.9436%2021%2016.2777%2021%2015.45H19.5ZM15.45%2021C16.2777%2021%2016.9436%2021.0006%2017.4815%2020.9566C18.0281%2020.912%2018.5082%2020.8176%2018.9525%2020.5913L18.2715%2019.2548C18.074%2019.3554%2017.8132%2019.4245%2017.3593%2019.4616C16.8967%2019.4994%2016.3025%2019.5%2015.45%2019.5V21ZM19.2548%2018.2715C19.0391%2018.6948%2018.6948%2019.039%2018.2715%2019.2548L18.9525%2020.5913C19.6581%2020.2317%2020.2318%2019.6581%2020.5913%2018.9525L19.2548%2018.2715ZM21%208.55C21%207.7223%2021.0006%207.05641%2020.9566%206.51853C20.912%205.97189%2020.8176%205.49175%2020.5913%205.04754L19.2548%205.72852C19.3554%205.92604%2019.4245%206.1868%2019.4616%206.64068C19.4994%207.10331%2019.5%207.69755%2019.5%208.55H21ZM15.45%204.5C16.3025%204.5%2016.8967%204.50058%2017.3593%204.53838C17.8132%204.57546%2018.074%204.6446%2018.2715%204.74524L18.9525%203.40873C18.5082%203.18238%2018.0281%203.08803%2017.4815%203.04336C16.9436%202.99942%2016.2777%203%2015.45%203V4.5ZM20.5913%205.04754C20.2318%204.34193%2019.6581%203.76825%2018.9525%203.40873L18.2715%204.74524C18.6948%204.96095%2019.0391%205.30516%2019.2548%205.72852L20.5913%205.04754ZM4.5%208.55C4.5%207.69755%204.50058%207.10331%204.53838%206.64068C4.57546%206.1868%204.6446%205.92604%204.74524%205.72852L3.40873%205.04754C3.18238%205.49175%203.08803%205.97189%203.04336%206.51853C2.99942%207.05641%203%207.7223%203%208.55H4.5ZM8.55%203C7.7223%203%207.05641%202.99942%206.51853%203.04336C5.97189%203.08803%205.49175%203.18238%205.04754%203.40873L5.72852%204.74524C5.92604%204.6446%206.1868%204.57546%206.64068%204.53838C7.10331%204.50058%207.69755%204.5%208.55%204.5V3ZM4.74524%205.72852C4.96095%205.30516%205.30516%204.96095%205.72852%204.74524L5.04754%203.40873C4.34193%203.76825%203.76825%204.34193%203.40873%205.04754L4.74524%205.72852Z'%20fill='%23252525'/%3e%3cpath%20d='M20.25%2015H21V13.5H20.25V15ZM3.75%2013.5H3V15H3.75V13.5ZM3.75%2015H20.25V13.5H3.75V15Z'%20fill='%23252525'/%3e%3c/svg%3e",Cc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0858%202.32272C11.4533%201.55909%2012.5467%201.55909%2012.9142%202.32272L15.0872%206.83907C15.2351%207.14651%2015.5293%207.35876%2015.8692%207.40319L20.8676%208.05664C21.7134%208.16721%2022.0517%209.20388%2021.4322%209.78704L17.779%2013.2263C17.5295%2013.4612%2017.4167%2013.8058%2017.4795%2014.1417L18.3971%2019.0563C18.5526%2019.8892%2017.6676%2020.5294%2016.9183%2020.1261L12.4825%2017.7385C12.1815%2017.5764%2011.8185%2017.5764%2011.5175%2017.7385L7.08174%2020.1261C6.33244%2020.5294%205.44743%2019.8892%205.60294%2019.0563L6.52054%2014.1417C6.58325%2013.8058%206.47048%2013.4612%206.22097%2013.2263L2.56776%209.78704C1.94833%209.20388%202.28661%208.16721%203.13241%208.05664L8.13078%207.40319C8.47066%207.35876%208.7649%207.14651%208.91282%206.83907L11.0858%202.32272Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",yc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.25%204.75H5.75C4.09315%204.75%202.75%206.09315%202.75%207.75V8.25M17.75%204.75H18.25C19.9069%204.75%2021.25%206.09315%2021.25%207.75V8.25M21.25%2015.75V16.25C21.25%2017.9069%2019.9069%2019.25%2018.25%2019.25H17.75M6.25%2019.25H5.75C4.09315%2019.25%202.75%2017.9069%202.75%2016.25V15.75'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.75%209.75H16.25'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.75%2014.25H14.25'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",_c="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.25%2010.75V6.75C20.25%205.09315%2018.9069%203.75%2017.25%203.75H6.75C5.09315%203.75%203.75%205.09315%203.75%206.75V17.25C3.75%2018.9069%205.09315%2020.25%206.75%2020.25H10.75M14.1879%2020.8366L12.0869%2013.0056C11.9372%2012.4478%2012.4478%2011.9372%2013.0056%2012.0869L20.8366%2014.1879C21.2665%2014.3032%2021.3428%2014.8805%2020.9576%2015.1035L17.4231%2017.1498C17.3097%2017.2155%2017.2155%2017.3097%2017.1498%2017.4231L15.1035%2020.9576C14.8805%2021.3428%2014.3032%2021.2665%2014.1879%2020.8366Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Ec="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.125%2016.875H16.875'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.9167%206.45833C12.1113%206.45833%2011.4583%207.11125%2011.4583%207.91667V12.9167C11.4583%2013.7221%2012.1113%2014.375%2012.9167%2014.375C13.7221%2014.375%2014.375%2013.7221%2014.375%2012.9167V7.91667C14.375%207.11125%2013.7221%206.45833%2012.9167%206.45833Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.08333%203.125C6.27792%203.125%205.625%203.77792%205.625%204.58333V12.9167C5.625%2013.7221%206.27792%2014.375%207.08333%2014.375C7.88875%2014.375%208.54167%2013.7221%208.54167%2012.9167V4.58333C8.54167%203.77792%207.88875%203.125%207.08333%203.125Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",vc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.75%2018.25H7.25M3.75%2012H9.25M3.75%205.75H20.25M17%2010.5L18.5%2013.5L21.5%2015L18.5%2016.5L17%2019.5L15.5%2016.5L12.5%2015L15.5%2013.5L17%2010.5Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Rc="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.9016%209.48786L10.3899%203.2788C8.39443%201.97623%205.75%203.40798%205.75%205.79094V18.2091C5.75%2020.592%208.39442%2022.0238%2010.3899%2020.7212L19.9016%2014.5121C21.7151%2013.3283%2021.7151%2010.6717%2019.9016%209.48786Z'%20stroke='%23252525'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e",Jn={Header:pc,Announcement:vc,PrimaryHero:_c,ProductHero:cc,Items:uc,FeaturedItems:dc,Content:mc,Stats:xc,ImageGallery:hc,Logos:fc,CTA:gc,FAQ:jc,Reviews:Cc,ContactUs:yc,Footer:Ec,Video:Rc},nr={None:"var(--radius-none)",4:"var(--radius-xs)",8:"var(--radius-sm)",12:"var(--radius-md)",16:"var(--radius-lg)",20:"var(--radius-xl)",24:"var(--radius-2xl)"},sr={None:"var(--border-none)",1:"var(--border-sm)",2:"var(--border-md)",4:"var(--border-lg)"},wc="_header_2d8xd_1",bc="_left_2d8xd_13",Sc="_right_2d8xd_14",ds={header:wc,left:bc,right:Sc},kc="_loader_jr7a4_1",Nc={loader:kc},sn=()=>t.jsxRuntimeExports.jsx("div",{className:Nc.loader}),Ic="_buttons_12rs0_1",Tc="_button_12rs0_1",Lc="_disabled_12rs0_20",An={buttons:Ic,button:Tc,disabled:Lc},Pc="_wrapper_1abmd_1",Mc="_main_1abmd_10",Bc="_loading_1abmd_15",rr={wrapper:Pc,main:Mc,loading:Bc},oo=({render:e,block:n})=>e(n),Os=({settings:e,pageContext:n})=>{const{footer:s}=t.useLayersStore(),{settings:r}=t.useSettingsStore(),{pageContext:o}=t.usePagesStore(),{footer:i}=t.useBlocksStore();if(!i||!s)return null;const a=new i;return Object.keys(s).map(l=>{a[l]=s[l]}),a.renderBlock(e||r,n||o)},Hs=({settings:e,pageContext:n})=>{const{header:s}=t.useLayersStore(),{settings:r}=t.useSettingsStore(),{pageContext:o}=t.usePagesStore(),{header:i}=t.useBlocksStore();if(!i||!s)return null;const a=new i;return Object.keys(s).map(l=>{a[l]=s[l]}),a.renderBlock(e||r,n||o)},oa=({settings:e,pageContext:n})=>{const{announcement:s}=t.useLayersStore(),{settings:r}=t.useSettingsStore(),{pageContext:o}=t.usePagesStore(),{announcement:i}=t.useBlocksStore();if(!i||!s)return null;const a=new i;return Object.keys(s).map(l=>{a[l]=s[l]}),a.renderBlock(e||r,n||o)},Ac="_wrapper_5w9s8_1",$c={wrapper:Ac},Nn=e=>{const{error:n}=e;return t.jsxRuntimeExports.jsx("div",{className:$c.wrapper,children:n})},Dc="_wrapper_rccv2_1",Oc="_content_rccv2_11",Hc="_title_rccv2_21",or={wrapper:Dc,content:Oc,title:Hc},Vc=()=>{const e=t.useNavigate();return t.jsxRuntimeExports.jsx("div",{className:or.wrapper,children:t.jsxRuntimeExports.jsxs("div",{className:or.content,children:[t.jsxRuntimeExports.jsx("h1",{className:or.title,children:"Page Not Found"}),t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>e("/"),children:"Go to Home"})]})})};async function Dr(e){const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.STORE_API_URL}/shops/${n}/general`+(e?`?password=${e}`:"");return(await t.request({method:"get",url:s,withToken:!1})).data}const Fc=async()=>{const e=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain")||"flagship-theme.pages.dev":window.location.hostname,n=`${t.STORE_API_URL}/v2/shops/${e}/settings-theme`;return await t.request({url:n,withToken:!0,method:"get"})},Zc=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.SL_API_URL}/v1/balance/top-up/${n}`;return await t.request({url:s,method:"post",body:e,withToken:!1})},zc=async(e,n)=>{const s=`${t.CASHAPP_API_URL}/v1/${n}/cashapp/link`;return await t.request({url:s,method:"post",body:e,withToken:!1})},Tn=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.CUSTOMERS_API_URL}/v2/${n}/customers/${e}`;return await t.request({url:s,withToken:!0,method:"get",typeToken:"customer"})},Uc=()=>Tn("dash/info"),Wc=()=>Tn("dash/dashboard/home"),qc=()=>Tn("rewards"),Gc=()=>Tn("balance"),Yc=()=>Tn("balance/top-up/settings"),Xc=()=>Tn("referral-system"),Kc="https://customers-api.billgang.com",Jc=[{caption:"Share link",description:"Send the link to your friends in all convenient ways"},{caption:"Purchase",description:"They buy a product from our store"},{caption:"Percentages",description:"You get rewards"}],Qc=async(e,n)=>{const s=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,r=`${t.SL_API_URL}/v1/public/${s}/tickets/${e}/${n}`;return await t.request({url:r,method:"get",withToken:!1})},eu=async(e,n,s,r)=>{const o=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,i=`${t.SL_API_URL}/v1/public/${o}/tickets/${e}/${n}/answer`;return(await t.request({url:i,method:"post",body:{message:s,recaptcha:r},withToken:!1})).data},tu=({PageNumber:e})=>t.fetchWithPages({url:"customers/tickets",PageNumber:e}),nu=({PageNumber:e})=>t.fetchWithPages({url:"customers/balance/transactions",PageNumber:e}),su=async(e,n,s)=>{const r=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,o=`${t.SL_API_URL}/v1/reviews/${r}/${n}/${s}`;return await t.request({url:o,method:"post",withToken:!1,body:e})},ru=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.SL_API_URL}/v1/charges/${n}/${e}`;return await t.request({url:s,method:"get",withToken:!1})},ia=async e=>{const n=e.map(i=>["names",i]),s=new URLSearchParams(n),r=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,o=`${t.SL_API_URL}/v2/gateways?shopDomain=${r}&${s.toString()}`;return await t.request({url:o,method:"get",withToken:!1})},ou=async({email:e,recaptcha:n})=>{const s=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,r=`${t.CUSTOMERS_API_URL}/v2/${s}/auth/otp/request`;return(await t.request({url:r,body:{email:e,recaptcha:n},method:"post",withToken:!1})).data?{requested:!0,email:e}:{requested:!1,email:void 0}},iu=async({email:e,otp:n,recaptcha:s})=>{const r=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,o=`${t.CUSTOMERS_API_URL}/v2/${r}/auth/otp/login`,{data:i}=await t.request({url:o,method:"post",body:{email:e,otp:n,recaptcha:s},withToken:!1});return t.useCustomerDashboardStore.getState().setToken(i.data),localStorage.setItem("token",i.data),{token:i.data,requested:!1}},au=async()=>{t.useCustomerDashboardStore.getState().setToken(""),localStorage.removeItem("token")},lu=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${Kc}/v2/${n}/customers/referral-system/signup`;return(await t.request({url:s,withToken:!0,method:"post",body:e,typeToken:"customer"})).data},cu=async()=>{const{data:e}=await Xc();return e},uu=async e=>{const{data:n}=await lu(e);return n},du=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.SL_API_URL}/v1/discord/${n}`;return await t.request({url:s,method:"post",body:e,withToken:!1})},Lo=async e=>{const n=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,s=`${t.SL_API_URL}/v1/discord/${n}/${e.id}?customerEmail=${e.customerEmail}`;return await t.request({url:s,method:"get",withToken:!1})},ns=()=>{const{notifications:e,setNotifications:n}=t.useNotificationStore();return s=>{navigator.clipboard.writeText(s),n([...e,{status:"success",message:"Successfully copied",id:t.v4()}])}},pu=({pagePath:e})=>{const{sourceBlocks:n}=t.useBlocksStore(),[s,r]=C.useState(null),[o,i]=C.useState(!0),[a,l]=C.useState(null),{settings:c}=t.useSettingsStore(),{addProducts:d}=t.useCart(),{pageContext:u}=t.usePagesStore();C.useEffect(()=>{i(!0),(async()=>{const x=await t.getDynamicPage(encodeURIComponent(e));if(x){const{data:f}=x;f.seo&&f.seo.pageTitle&&(document.title=f.seo.pageTitle),l(f.layout);const h=f.listings&&f.listings.length>0?f.listings:u.listings;r({...u,products:f.products,reviews:f.reviews,categories:f.categories,faqs:f.faqs,general:f.general,fullPosts:f.fullPosts,posts:f.posts,listings:h}),await d(f.products)}i(!1)})()},[e]);const p=m=>{if(!m||!m.name)return t.jsxRuntimeExports.jsx(Nn,{error:"Block or block.name is undefined."});if(!n||!n[m.name])return t.jsxRuntimeExports.jsx(Nn,{error:`Block "${m.name}" does not exist in blocks.`});const x=new n[m.name];return m.value&&Object.assign(x,m.value),x.renderBlock(c,s)};return!o&&a===null?t.jsxRuntimeExports.jsx(Vc,{}):t.jsxRuntimeExports.jsx("div",{className:rr.wrapper,children:!o&&a?t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(oa,{}),t.jsxRuntimeExports.jsx(Hs,{settings:c,pageContext:s}),t.jsxRuntimeExports.jsx("div",{className:rr.main,children:a.order&&a.order.map(m=>t.jsxRuntimeExports.jsx(oo,{block:a.data[m],render:p},m))}),t.jsxRuntimeExports.jsx(Os,{settings:c,pageContext:s})]}):t.jsxRuntimeExports.jsx("div",{className:rr.loading,children:t.jsxRuntimeExports.jsx(t.Loader,{})})})};function mu(){const e=t.useLocation();return t.jsxRuntimeExports.jsx(pu,{pagePath:e.pathname})}const xu=(e,n)=>{let s=`:root {
|
|
12
|
+
`;if(n&&(s+=` --max-width-store: ${n.maxStoreWidth};
|
|
13
|
+
`),e.colors&&Object.entries(e.colors).forEach(([r,o])=>{Object.entries(o).forEach(([i,a])=>{s+=` --${r}-${i}: ${a};
|
|
14
|
+
`})}),e.fonts&&Object.entries(e.fonts.desktop).forEach(([r,o])=>{typeof o=="object"&&Object.entries(o).forEach(([i,a])=>{a&&(s+=` --font-${r}-${i}-family: ${a.font};
|
|
15
|
+
`,s+=` --font-${r}-${i}-size: ${a.size}px;
|
|
16
|
+
`,s+=` --font-${r}-${i}-weight: ${a.weight};
|
|
17
|
+
`,s+=` --font-${r}-${i}-boldWeight: ${a.boldWeight};
|
|
18
|
+
`)})}),e.buttons){const{buttons:r}=e;if(r.primary&&r.secondary&&r.tertiary){const o=`${r.primary.boxShadow.left}px ${r.primary.boxShadow.top}px ${r.primary.boxShadow.blur}px ${r.primary.boxShadow.spread}px ${r.primary.boxShadow.color}`,i=`${r.secondary.boxShadow.left}px ${r.secondary.boxShadow.top}px ${r.secondary.boxShadow.blur}px ${r.secondary.boxShadow.spread}px ${r.secondary.boxShadow.color}`,a=`${r.tertiary.boxShadow.left}px ${r.tertiary.boxShadow.top}px ${r.tertiary.boxShadow.blur}px ${r.tertiary.boxShadow.spread}px ${r.tertiary.boxShadow.color}`;s+=` --button-primary-size: ${r.primary.size}px;
|
|
19
|
+
`,s+=` --button-primary-height: ${r.primary.height}px;
|
|
20
|
+
`,s+=` --button-primary-radius: ${r.primary.radius}px;
|
|
21
|
+
`,s+=` --button-primary-alignment: ${r.primary.alignment};
|
|
22
|
+
`,s+=` --button-primary-background: ${r.primary.background};
|
|
23
|
+
`,s+=` --button-primary-hover: ${r.primary.hover};
|
|
24
|
+
`,s+=` --button-primary-box-shadow: ${o};
|
|
25
|
+
`,s+=` --button-primary-font: ${r.primary.font};
|
|
26
|
+
`,s+=` --button-secondary-size: ${r.secondary.size}px;
|
|
27
|
+
`,s+=` --button-secondary-height: ${r.secondary.height}px;
|
|
28
|
+
`,s+=` --button-secondary-radius: ${r.secondary.radius}px;
|
|
29
|
+
`,s+=` --button-secondary-alignment: ${r.secondary.alignment};
|
|
30
|
+
`,s+=` --button-secondary-background: ${r.secondary.background};
|
|
31
|
+
`,s+=` --button-secondary-hover: ${r.secondary.hover};
|
|
32
|
+
`,s+=` --button-secondary-box-shadow: ${i};
|
|
33
|
+
`,s+=` --button-secondary-font: ${r.secondary.font};
|
|
34
|
+
`,s+=` --button-tertiary-size: ${r.tertiary.size}px;
|
|
35
|
+
`,s+=` --button-tertiary-height: ${r.tertiary.height}px;
|
|
36
|
+
`,s+=` --button-tertiary-radius: ${r.tertiary.radius}px;
|
|
37
|
+
`,s+=` --button-tertiary-alignment: ${r.tertiary.alignment};
|
|
38
|
+
`,s+=` --button-tertiary-background: ${r.tertiary.background};
|
|
39
|
+
`,s+=` --button-tertiary-hover: ${r.tertiary.hover};
|
|
40
|
+
`,s+=` --button-tertiary-box-shadow: ${a};
|
|
41
|
+
`,s+=` --button-tertiary-font: ${r.tertiary.font};
|
|
42
|
+
`}}if(e.borders){const{borders:r}=e;s+=` --border-radius: ${r.radius};
|
|
43
|
+
`,s+=` --border-thickness: ${r.thickness};
|
|
44
|
+
`}if(e.inputs){const{inputs:r}=e;s+=` --input-border-radius: ${r.border.radius}px;
|
|
45
|
+
`,s+=` --input-border-thickness: ${r.border.thickness}px;
|
|
46
|
+
`,s+=` --input-border-color: ${r.border.color};
|
|
47
|
+
`,s+=` --input-border-style: ${r.border.style};
|
|
48
|
+
`,s+=` --input-label-size: ${r.label.size}px;
|
|
49
|
+
`,s+=` --input-label-height: ${r.label.height}px;
|
|
50
|
+
`,s+=` --input-label-color: ${r.label.color};
|
|
51
|
+
`,s+=` --input-label-alignment: ${r.label.alignment};
|
|
52
|
+
`,s+=` --input-color: ${r.general.color};
|
|
53
|
+
`,s+=` --input-height: ${r.general.height}px;
|
|
54
|
+
`,s+=` --input-size: ${r.general.size}px;
|
|
55
|
+
`,s+=` --input-field-color: ${r.field.color};
|
|
56
|
+
`,s+=` --input-field-opacity: ${r.field.opacity/100};
|
|
48
57
|
`}return s+=` --scale-0: 0px;
|
|
49
58
|
`,s+=` --scale-1: 1px;
|
|
50
59
|
`,s+=` --scale-2: 2px;
|
|
@@ -85,7 +94,72 @@
|
|
|
85
94
|
`,s+=` --border-sm: var(--scale-1);
|
|
86
95
|
`,s+=` --border-md: var(--scale-2);
|
|
87
96
|
`,s+=` --border-lg: var(--scale-4);
|
|
88
|
-
`,s+="}",s},Ss=t=>{const n=document.getElementById("dynamic-styles");if(n)n.innerHTML=t;else{const s=document.createElement("style");s.id="dynamic-styles",s.innerHTML=t,document.head.appendChild(s)}};let ze=new Set;const fs=t=>{const n=new Map;return Object.entries(t).forEach(([s,o])=>{typeof o=="object"&&Object.entries(o).forEach(([a,r])=>{var i,l;if(r&&r.font){const d=r.font.replace(/\s+/g,"+");n.has(d)||n.set(d,new Set),(i=n.get(d))==null||i.add(r.weight),(l=n.get(d))==null||l.add(r.boldWeight)}})}),n},_s=t=>{const n=new Map;return Object.entries(t).forEach(([s,o])=>{typeof o=="object"&&Object.keys(o).forEach(a=>{var r;if(a==="font"&&o[a]){const i=o[a].replace(/\s+/g,"+");n.has(i)||n.set(i,new Set),(r=n.get(i))==null||r.add("400")}})}),n},vs=t=>{ze.forEach(n=>{if(!t.has(n)){const s=document.querySelector(`link[data-font="${n}"]`);s&&s.remove(),ze.delete(n)}})},ws=t=>{const n=new Set;t.forEach((s,o)=>{const a=Array.from(s).join(";"),r=`${o}:wght@${a}`;if(n.add(r),!ze.has(r)){const i=document.createElement("link");i.rel="stylesheet",i.href=`https://fonts.googleapis.com/css2?family=${r}&display=swap`,i.setAttribute("data-font",r),document.head.appendChild(i),ze.add(r)}}),vs(n)},bs=t=>{if(t.fonts){const n=fs(t.fonts.desktop),s=_s(t.buttons),o=new Map(n);s.forEach((a,r)=>{if(o.has(r)){const i=o.get(r);a.forEach(l=>i==null?void 0:i.add(l))}else o.set(r,new Set(a))}),ws(o)}};function Cs(){try{const{editBlock:t,currentBlock:n,blocks:s,setHeader:o,setFooter:a,setAnnouncement:r}=e.useLayersStore.getState(),{currentPage:i,pages:l}=e.usePagesStore.getState(),{currentInstance:d,settingsInstance:S}=e.useBlocksStore.getState(),{setSettings:p}=e.useSettingsStore.getState();if(n||p(S),d&&n){if(n==="header")o(d);else if(n==="footer")a(d);else if(n==="announcement")r(d);else if(n==="header"||n==="footer"||n==="announcement")throw new Error(`Missing ${n} data.`)}if(d&&l&&n&&!["header","footer","announcement"].includes(n)){const x={blockSettings:{}};if(!d.blockSettings)throw new Error("currentInstance.blockSettings is undefined.");if(Object.keys(d.blockSettings).filter(c=>!["displayName","isAddable"].includes(c)).forEach(c=>{x.blockSettings[c]=d.blockSettings[c]}),!l[i])throw new Error(`Page "${i}" does not exist.`);if(!s[l[i].path].data||!s[l[i].path].data[n])throw new Error(`Layer or block for page "${l[i].path}" and block "${n}" does not exist.`);t(l[i].path,n,{name:s[l[i].path].data[n].name,value:x})}}catch(t){console.error("Error in hotReload function:",t)}}async function ks(t,n,s,o){const a=e.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,r=`${e.SL_API_URL}/v1/public/${a}/tickets`,{setNotification:i}=e.useNotificationStore.getState();try{const l=await e.request({method:"post",url:r,body:{title:t,firstMessage:n,email:o,recaptcha:s},withToken:!1});return i({message:"Ticket created successfully. We will contact you by mail",status:"success"}),l}catch(l){i({message:`Error: ${l}. Please try again later.`,status:"error"})}}const Es="_tooltip_4hruj_1",Rs="_fadeIn_4hruj_1",ys={tooltip:Es,fadeIn:Rs},be=t=>{const{text:n}=t,{setShowTooltip:s}=e.useTooltipStore();return g.useEffect(()=>(s(!0),()=>{s(!1)}),[]),e.jsxRuntimeExports.jsx("div",{className:ys.tooltip,children:n})},Ts=()=>{const{undo:t,redo:n,past:s,future:o}=e.useHistoryStore(),[a,r]=g.useState(!1),[i,l]=g.useState(!1),[d,S]=g.useState(!1),[p,x]=g.useState(!1),[c,m]=g.useState(null),{setNotification:w}=e.useNotificationStore();return g.useEffect(()=>{r(s.length===0)},[s]),g.useEffect(()=>{l(o.length===0)},[o]),e.jsxRuntimeExports.jsxs("div",{className:ke.buttons,children:[e.jsxRuntimeExports.jsxs("div",{className:e.clx(ke.button,{[ke.disabled]:a}),onMouseEnter:()=>{const u=setTimeout(()=>{x(!0),S(!1)},200);m(u)},onMouseLeave:()=>{c&&clearTimeout(c),x(!1),S(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowUUpLeft",width:20,height:20,onClick:()=>{a||(t(),w({message:"Changes undone",status:"success"}))},fill:a?"#757575":"#252525"}),p&&e.jsxRuntimeExports.jsx(be,{text:a?"Nothing to undo":"Click to undo changes"})]}),e.jsxRuntimeExports.jsxs("div",{className:e.clx(ke.button,{[ke.disabled]:i}),onMouseEnter:()=>{const u=setTimeout(()=>{S(!0),x(!1)},200);m(u)},onMouseLeave:()=>{c&&clearTimeout(c),S(!1),x(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowUUpRight",width:20,height:20,onClick:()=>{i||(n(),w({message:"Changes redone",status:"success"}))},fill:i?"#757575":"#252525"}),d&&e.jsxRuntimeExports.jsx(be,{text:i?"Nothing to redo":"Click to redo changes"})]})]})},Ls="_devices_ls6k9_1",Bs="_device_ls6k9_1",Ns="_active_ls6k9_27",rt={devices:Ls,device:Bs,active:Ns},Ps=()=>e.jsxRuntimeExports.jsx("div",{className:rt.devices,children:Lt.map(t=>e.jsxRuntimeExports.jsx(As,{device:t}))}),As=t=>{const{device:n}=t,{currentDevice:s,setCurrentDevice:o}=e.useDeviceStore(),[a,r]=g.useState(!1),[i,l]=g.useState(null);return e.jsxRuntimeExports.jsxs("div",{className:e.clx(rt.device,{[rt.active]:s.value===n.value}),onClick:()=>o(n),onMouseEnter:()=>{const d=setTimeout(()=>{r(!0)},200);l(d)},onMouseLeave:()=>{i&&clearTimeout(i),r(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:n.icon,fill:s.value===n.value?"#252525":"#757575",width:20,height:20}),a&&e.jsxRuntimeExports.jsx(be,{text:`Switch to ${n.value} view`})]},n.value)},Is="_preview_1x3m8_2",$s="_active_1x3m8_19",Xe={preview:Is,active:$s},Ms=()=>{const{onPreview:t}=e.usePreviewStore(),[n,s]=g.useState(!1),[o,a]=g.useState(null);return e.jsxRuntimeExports.jsxs("a",{href:"/",className:e.clx(Xe.preview,{[Xe.active]:t}),target:"_blank",onMouseEnter:()=>{const r=setTimeout(()=>{s(!0)},200);a(r)},onMouseLeave:()=>{o&&clearTimeout(o),s(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowUpRight",width:20,height:20}),e.jsxRuntimeExports.jsx("span",{className:Xe.text,children:"Preview"}),n&&e.jsxRuntimeExports.jsx(be,{text:"Open draft theme in new tab"})]})},Fs="_settings_u4cv4_1",Hs={settings:Fs},Ds="_pages_167qp_1",Os="_text_167qp_21",Us="_modal_167qp_27",Vs="_open_167qp_46",zs="_page_167qp_1",Ws="_hoverable_167qp_61",qs="_separator_167qp_65",Gs="_button_167qp_70",Zs="_items_167qp_85",te={pages:Ds,default:"_default_167qp_5",text:Os,modal:Us,open:Vs,page:zs,hoverable:Ws,separator:qs,button:Gs,items:Zs},ie=t=>t?t.replace(/_/g," ").split(" ").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" and "):"";function ve(t,n){if(!n||!n[t])return"unknown name";const s=new n[t];return!s.blockSettings||!s.blockSettings.displayName?"unknown name":s.blockSettings.displayName}const bt=(t,n,s,o,a,r,i)=>{const l=t.currentTarget.getBoundingClientRect(),d=window.innerHeight-l.bottom,S=l.top,p=window.innerWidth-l.right,x=l.left;let c,m;return c=l.bottom+o+window.scrollY,m=l.left,(d<n||d<a)&&(S>=n+i?c=l.top-n-o+window.scrollY:c=window.scrollY+i),c-window.scrollY<i&&(c=window.scrollY+i),(p<s||p<r)&&(x>=s?m=l.right-s:m=(window.innerWidth-s)/2),m<l.right+r&&(m=l.right+r),m<l.right&&m+s>l.left&&c<l.bottom&&c+n>l.top&&(p>=s+r?m=l.right+o+r:d>=n?c=l.bottom+o+window.scrollY:(c=window.scrollY+i,m=(window.innerWidth-s)/2)),{top:c,left:m}},Ct=async t=>{const n=localStorage.getItem("shopId")||void 0,s=localStorage.getItem("draftId"),o=`${e.API_URL}/v2/builder/shops/${n}/drafts/${s}/pages/${encodeURIComponent(t)}`;return await e.request({url:o,withToken:!0,method:"delete"})},Xs=()=>{const{currentPage:t,setCurrentPage:n,setIsOpenModal:s,pages:o,setIsEdit:a,setEditedPage:r,deletePage:i,setIsOpenSelectModal:l}=e.usePagesStore(),{deletePage:d,setCurrentBlock:S}=e.useLayersStore(),[p,x]=g.useState(null),{setTitle:c,setDescription:m,setOnConfirm:w}=e.useConfirmationModalStore(),[u,_]=g.useState(!1),f=g.useRef(null);return e.useOnClickOutside(f,()=>{u&&_(!1)}),g.useEffect(()=>{u?l(!0):setTimeout(()=>{l(!1)},300)},[u]),e.jsxRuntimeExports.jsxs("div",{className:te.pages,ref:f,children:[e.jsxRuntimeExports.jsxs("div",{className:te.default,onClick:h=>{h.stopPropagation(),_(j=>!j)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:o&&o[t]&&o[t].icon||"File",fill:"#252525",width:20,height:20}),e.jsxRuntimeExports.jsx("span",{className:te.text,children:o&&o[t]&&e.defaultPagePaths.includes(o[t].path)?`${ie(o[t].name)} page`:o&&o[t]&&o[t].name}),e.jsxRuntimeExports.jsx("div",{style:{transform:u?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.3s ease",display:"flex"},children:e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretDown",width:20,height:20})})]}),e.jsxRuntimeExports.jsxs("div",{className:e.clx(te.modal,{[te.open]:u}),onClick:h=>h.stopPropagation(),children:[o&&e.jsxRuntimeExports.jsx("div",{className:te.items,children:Object.keys(o).map(h=>{const j=o[h];return e.jsxRuntimeExports.jsxs("div",{className:e.clx(te.page,{[te.hoverable]:p===h}),onMouseEnter:()=>x(h),onMouseLeave:()=>x(null),onClick:()=>{x(null),a(!1),S(null),n(h),_(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:j.icon,fill:"#252525"}),e.jsxRuntimeExports.jsx("span",{className:te.text,children:e.defaultPagePaths.includes(j.path)?`${ie(j.name)} page`:j.name}),p===h&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Gear",fill:"#757575",onClick:C=>{C.stopPropagation(),a(!0),r(h),s(!0)}}),!e.defaultPagePaths.includes(j.path)&&e.jsxRuntimeExports.jsx(e.Icon,{name:"Trash",fill:"#C12A2A",onClick:C=>{C.stopPropagation(),c("Delete Page"),m(`Are you sure you want to delete ${j.name||"this"} page? Once you delete this page, any content visible will also be deleted. This is irreversible.`),w(()=>{C.stopPropagation(),o[t].path===j.path&&n(Object.keys(o)[0]),i(h),d(j.name),Ct(j.path)})}})]}),o[t]&&o[t].name===j.name&&e.jsxRuntimeExports.jsx(e.Icon,{name:"Check",fill:"#FF3F19"})]},h)})}),e.jsxRuntimeExports.jsx("div",{className:te.separator}),e.jsxRuntimeExports.jsxs(e.Button,{className:te.button,onClick:h=>{h.stopPropagation(),s(!0)},size:"l",children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Plus",fill:"#ff3f19"}),e.jsxRuntimeExports.jsx("span",{children:"Create New Page"})]})]})]})},Ys="_zoom_fu0hj_1",xt={zoom:Ys},Ks=()=>{const{zoomLevel:t,setZoomLevel:n}=e.usePreviewStore();return e.jsxRuntimeExports.jsxs("label",{htmlFor:"zoom",className:xt.zoom,children:[e.jsxRuntimeExports.jsx("label",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center"},htmlFor:"zoom",children:e.jsxRuntimeExports.jsx(e.Icon,{name:"MagnifyingGlassMinus",width:20,height:20})}),e.jsxRuntimeExports.jsx("input",{id:"zoom",type:"number",min:25,max:250,value:(t*100).toFixed(0),onChange:s=>{const o=Number(s.target.value);n(o/100)},className:xt.input}),e.jsxRuntimeExports.jsx("span",{children:"%"})]})},Js=()=>e.jsxRuntimeExports.jsxs("div",{className:Hs.settings,children:[e.jsxRuntimeExports.jsx(Xs,{}),e.jsxRuntimeExports.jsx(Ks,{})]}),Qs="_theme_1e5wq_1",eo="_text_1e5wq_13",ht={theme:Qs,text:eo},to=()=>e.jsxRuntimeExports.jsx("div",{className:ht.theme,children:e.jsxRuntimeExports.jsx("div",{className:ht.text,children:"Live Theme"})}),so=async(t,n,s)=>{const o=localStorage.getItem("shopId")||void 0,a=localStorage.getItem("draftId"),r=`${e.API_URL}/v2/builder/shops/${o}/drafts/${a}/${n}`;return await e.request({url:r,withToken:!0,method:t,body:s})};function Ee(t,n){try{return n.map(o=>{if(!o.value||!o.value.blockSettings){console.error("block.value or block.value.blockSettings is undefined.");return}return Object.values(o.value.blockSettings).filter(r=>r&&r.type===t).map(r=>{if(r.value===void 0)throw new Error("item.value is undefined.");return r.value}).flat()}).flat().filter(o=>o).map(o=>t==="ListingIds"?o.listingId:o)}catch(s){return console.error("Error in getValues function:",s),[]}}function oo(t,n,s){return no(t,n)?s.reviews.length*3:0}function no(t,n){return n.map(o=>{if(!o.value||!o.value.blockSettings){console.error("block.value or block.value.blockSettings is undefined.");return}return Object.values(o.value.blockSettings).filter(r=>r&&r.type===t).map(r=>{if(r.value===void 0)throw new Error("item.value is undefined.");return r.value}).flat()}).flat().filter(o=>o).length>0}function ro(t,n){if(n){const s=Object.keys(n).find(o=>n[o].path===t);if(s)return n[s]}return null}const io=({setIsLoading:t,isLoading:n})=>{const{themeSettings:s}=e.useThemeSettingsStore(),{settings:o}=e.useSettingsStore(),[a,r]=g.useState(null),[i,l]=g.useState(!1),{setNotification:d}=e.useNotificationStore(),{header:S,footer:p,announcement:x,blocks:c}=e.useLayersStore(),{pageContext:m}=e.usePagesStore(),{pages:w}=e.usePagesStore(),u=async()=>{if(i)a&&clearTimeout(a);else{t(!0);const f=Object.keys(c).map(C=>{const v=ro(C,w);return c[C]&&c[C].data&&(v!=null&&v.path)?{id:v?v.id:C,name:v?v.name:C,path:v.path,layout:{...c[C]},neededProductIds:[...Ee("ProductId",Object.values(c[C].data))],neededCategoryIds:[...Ee("CategoryId",Object.values(c[C].data))],neededAnnouncementIds:[...Ee("AnnouncementId",Object.values(c[C].data))],neededListingIds:[...Ee("ListingIds",Object.values(c[C].data))],neededFaqIds:[...Ee("FaqsIds",Object.values(c[C].data))],neededReviewCount:oo("ReviewCount",Object.values(c[C].data),m),seo:{pageTitle:v&&v.seo&&v.seo.pageTitle?v.seo.pageTitle:"",pageDescription:v&&v.seo&&v.seo.pageDescription?v.seo.pageDescription:""},isPrivate:!!(v&&v.visibility==="private")}:null}).filter(C=>C),h={settings:{maxStoreWidth:o==null?void 0:o.blockSettings.maxStoreWidth},header:S,footer:p,announcement:x},{status:j}=await so("post","save",{themeSettings:s,settings:h,updatedPages:f});d({message:j===200?"Settings saved":"Error",status:j===200?"success":"error"}),t(!1)}l(!0);const _=setTimeout(()=>{l(!1)},2e3);r(_)};return e.jsxRuntimeExports.jsx(e.Button,{onClick:u,disabled:n,children:e.jsxRuntimeExports.jsx("span",{style:{userSelect:"none"},children:"Save"})})},ao=()=>{const{isOpenSelectModal:t}=e.usePagesStore(),[n,s]=g.useState(!1),{showTooltip:o}=e.useTooltipStore();return e.jsxRuntimeExports.jsxs("div",{className:Pe.header,style:{zIndex:t?5e4:o?501:50},children:[e.jsxRuntimeExports.jsxs("div",{className:Pe.left,children:[e.jsxRuntimeExports.jsx(Ps,{}),e.jsxRuntimeExports.jsx(Ms,{})]}),e.jsxRuntimeExports.jsx("div",{className:Pe.center,children:e.jsxRuntimeExports.jsx(Js,{})}),e.jsxRuntimeExports.jsxs("div",{className:Pe.right,children:[e.jsxRuntimeExports.jsx(to,{}),e.jsxRuntimeExports.jsx(Ts,{}),e.jsxRuntimeExports.jsx(io,{setIsLoading:s,isLoading:n}),n&&e.jsxRuntimeExports.jsx(e.Loader,{})]})]})},lo="_exit_ovvox_1",co="_text_ovvox_11",uo="_exitLink_ovvox_16",Ye={exit:lo,text:co,exitLink:uo},po=()=>e.jsxRuntimeExports.jsx("div",{className:Ye.exit,children:e.jsxRuntimeExports.jsxs("a",{href:"https://dash.billgang.com/",className:Ye.exitLink,children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"SignOut",width:20,height:20}),e.jsxRuntimeExports.jsx("span",{className:Ye.text,children:"Exit"})]})}),mo="_navbar_1podc_1",xo="_main_1podc_6",ho="_block_1podc_13",go="_active_1podc_29",Ie={navbar:mo,main:xo,block:ho,active:go},jo=()=>{const{activeBlock:t}=e.useNavbarStore(),{setActiveBlock:n}=e.useBlocksStore(),{setCurrentBlock:s}=e.useLayersStore(),{setActiveBlock:o}=e.useThemeSettingsStore(),{setActiveBlock:a}=e.usePreviewStore(),r=e.useNavigate();function i(l){switch(n(null),s(null),o(null),a({id:null,neededScroll:!1}),l.name){case"Layers":r("/admin/builder");break;case"Add":r("/admin/builder/add");break;case"Theme":r("/admin/builder/theme");break;case"Settings":r("/admin/builder/settings");break}}return e.jsxRuntimeExports.jsxs("div",{className:Ie.navbar,children:[e.jsxRuntimeExports.jsx(po,{}),e.jsxRuntimeExports.jsx("div",{className:Ie.main,children:e.navbarBlocks.map(l=>e.jsxRuntimeExports.jsxs("div",{className:e.clx(Ie.block,{[Ie.active]:t.icon===l.icon}),onClick:()=>i(l),children:[e.jsxRuntimeExports.jsx(e.Icon,{name:l.icon,fill:t.icon===l.icon?"#252525":"#757575"}),e.jsxRuntimeExports.jsx("span",{children:l.name})]},l.icon))})]})},So="_preview_gb2ye_1",fo="_main_gb2ye_15",_o="_content_gb2ye_25",vo="_loading_gb2ye_34",wo="_loader_gb2ye_48",bo="_spin_gb2ye_1",Co="_previewLoading_gb2ye_65",Re={preview:So,main:fo,content:_o,loading:vo,loader:wo,spin:bo,previewLoading:Co},ko="_header_11zku_2",Eo="_circles_11zku_16",Ro="_circle_11zku_16",yo="_red_11zku_32",To="_green_11zku_36",Lo="_yellow_11zku_40",Bo="_input_11zku_44",No="_main_11zku_55",Po="_text_11zku_63",Ao="_copy_11zku_75",le={header:ko,circles:Eo,circle:Ro,red:yo,green:To,yellow:Lo,input:Bo,main:No,text:Po,copy:Ao},Io=["red","yellow","green"],$o=()=>{const{currentDevice:t}=e.useDeviceStore(),n=(o,a)=>o.length>a?o.slice(0,a)+"...":o,{setNotification:s}=e.useNotificationStore();return e.jsxRuntimeExports.jsxs("div",{className:le.header,children:[e.jsxRuntimeExports.jsx("div",{className:le.circles,children:Io.map(o=>e.jsxRuntimeExports.jsx("div",{className:e.clx(le.circle,{[le.red]:o==="red",[le.yellow]:o==="yellow",[le.green]:o==="green"})},o))}),e.jsxRuntimeExports.jsx("div",{className:le.input,children:e.jsxRuntimeExports.jsxs("div",{className:le.main,children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Lock",fill:"#757575",width:15,height:16}),e.jsxRuntimeExports.jsx("span",{className:le.text,children:t.value==="mobile"?n(window.location.origin,35):t.value==="desktop"?n(window.location.origin,200):n(window.location.origin,100)})]})}),e.jsxRuntimeExports.jsx(e.Button,{type:"Secondary",style:{padding:"8px"},onClick:()=>{navigator.clipboard.writeText(window.location.origin),s({status:"success",message:"Domain copied to clipboard"})},className:le.copy,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Copy",width:20,height:20,fill:"#252525"})})]})},Mo="_content_l6a1a_1",Fo="_main_l6a1a_10",Ho="_block_l6a1a_14",Do="_active_l6a1a_20",Oo="_name_l6a1a_30",Uo="_empty_l6a1a_46",Vo="_icon_l6a1a_57",zo="_title_l6a1a_70",Wo="_text_l6a1a_76",qo="_sections_l6a1a_82",Go="_section_l6a1a_82",Zo="_addSection_l6a1a_107",Xo="_addSectionTop_l6a1a_115",pe={content:Mo,main:Fo,block:Ho,active:Do,name:Oo,empty:Uo,icon:Vo,title:zo,text:Wo,sections:qo,section:Go,addSection:Zo,addSectionTop:Xo},Yo="_sidebar_xhqpt_1",Ko="_content_xhqpt_14",Jo="_button_xhqpt_24",Qo="_moveButton_xhqpt_40",en="_border_xhqpt_44",tn="_deleteButton_xhqpt_49",ce={sidebar:Yo,content:Ko,button:Jo,moveButton:Qo,border:en,deleteButton:tn},sn=()=>{var v;const{activeBlock:t,setActiveBlock:n}=e.usePreviewStore(),{blocks:s,removeBlock:o,moveBlock:a,duplicateBlock:r,setCurrentBlock:i}=e.useLayersStore(),{currentPage:l,pages:d}=e.usePagesStore(),{setTitle:S,setDescription:p,setOnConfirm:x}=e.useConfirmationModalStore(),{setActiveBlock:c}=e.useBlocksStore(),m=(v=d==null?void 0:d[l])==null?void 0:v.path,w=m?s[m]:null,u=(w==null?void 0:w.order)||[],_=u.indexOf(t.id),f=E=>{E.stopPropagation(),_>0&&m&&(a(m,_,_-1),n({id:t.id,neededScroll:!0}),setTimeout(()=>{n({id:t.id,neededScroll:!1})},100))},h=E=>{E.stopPropagation(),_<u.length-1&&m&&(a(m,_,_+1),n({id:t.id,neededScroll:!0}),setTimeout(()=>{n({id:t.id,neededScroll:!1})},100))},j=E=>{E.stopPropagation(),m&&r(m,t.id)},C=()=>{m&&(o(m,t.id),i(null),c(null),n({id:null,neededScroll:!1}))};return e.jsxRuntimeExports.jsx("div",{className:ce.sidebar,children:e.jsxRuntimeExports.jsxs("div",{className:ce.content,children:[e.jsxRuntimeExports.jsx("button",{onClick:f,className:e.clx(ce.button,ce.moveButton),disabled:_===0,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowUp"})}),e.jsxRuntimeExports.jsx("button",{onClick:h,className:e.clx(ce.button,ce.moveButton),disabled:_===u.length-1,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowDown"})}),e.jsxRuntimeExports.jsx("button",{onClick:j,className:e.clx(ce.button,ce.moveButton),children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Copy"})}),e.jsxRuntimeExports.jsx("button",{className:e.clx(ce.button,ce.deleteButton),onClick:E=>{E.stopPropagation(),S("Remove Block"),p(`Are you sure you want to delete ${(w==null?void 0:w.data[t.id].name)||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),x(C)},children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Trash",hoverable:!0,fill:"#C12A2A"})})]})})},on=g.memo(({scrollableRef:t})=>{const{setActiveBlock:n,activeBlock:s,zoomLevel:o}=e.usePreviewStore(),{blocks:a,sourceBlocks:r}=e.useBlocksStore(),{blocks:i,setCurrentBlock:l,currentBlock:d,setPositionBlock:S,announcement:p}=e.useLayersStore(),{settings:x}=e.useSettingsStore(),{currentPage:c,pages:m,pageContext:w}=e.usePagesStore(),{activeBlock:u,setActiveBlock:_}=e.useThemeSettingsStore(),{setError:f}=e.useErrorStore(),{setActiveBlock:h}=e.useBlocksStore(),j=g.useRef(s.id),C=g.useRef({});g.useEffect(()=>{if(s.id&&s.neededScroll&&C.current[s.id]){const b=C.current[s.id];if(b&&t.current){const R=b.offsetTop;t.current.scrollTo({top:R-30,behavior:"smooth"})}}},[s,t]);const v=e.useNavigate();g.useEffect(()=>{j.current=s.id},[s.id]);const E=b=>{if(!b||!b.name)return f({message:"Block or block.name is undefined.",failedSettings:!1,failedThemeSettings:!1,failedPageIds:m&&m[c].id?[m[c].id]:[]}),e.jsxRuntimeExports.jsx(we,{error:"Block or block.name is undefined."});if(!a||!a[b.name])return f({message:'Block "${block.name}" does not exist in blocks.',failedSettings:!1,failedThemeSettings:!1,failedPageIds:m&&m[c].id?[m[c].id]:[]}),e.jsxRuntimeExports.jsx(we,{error:`Block "${b.name}" does not exist in blocks.`});const R=new a[b.name];return b.value&&Object.assign(R,b.value),R.renderBlock(x==null?void 0:x.blockSettings,w)};return e.jsxRuntimeExports.jsxs("div",{onClick:b=>{b.stopPropagation()},className:pe.content,style:{width:"100%",height:"100%",zoom:`${o}`},ref:t,children:[p&&e.jsxRuntimeExports.jsx(wt,{}),e.jsxRuntimeExports.jsx(Ve,{}),e.jsxRuntimeExports.jsx("div",{className:pe.main,children:m&&m[c]&&i[m[c].path]&&i[m[c].path].data&&i[m[c].path].order.map(b=>e.jsxRuntimeExports.jsxs("div",{ref:R=>C.current[b]=R,onClick:R=>{R.stopPropagation(),h(null),u&&_(null),n({id:b,neededScroll:!0}),setTimeout(()=>{n({id:b,neededScroll:!1})},100),l(null),d?setTimeout(()=>{l(s.id)},100):l(s.id)},onMouseEnter:R=>{R.stopPropagation(),s.neededScroll||n({id:b,neededScroll:!1})},onMouseLeave:R=>{R.stopPropagation(),s.neededScroll||n({id:null,neededScroll:!1})},className:e.clx(pe.block),children:[(s.id===b||d===b)&&e.jsxRuntimeExports.jsx("div",{className:pe.active}),(s.id===b||d===b)&&e.jsxRuntimeExports.jsx("div",{className:pe.name,children:ve(i[m[c].path].data[b].name,r)}),(s.id===b||d===b)&&ve(i[m[c].path].data[b].name,r)!=="unknown name"&&e.jsxRuntimeExports.jsx(sn,{}),(s.id===b||d===b)&&ve(i[m[c].path].data[b].name,r)!=="unknown name"&&e.jsxRuntimeExports.jsx("div",{className:pe.addSection,children:e.jsxRuntimeExports.jsx(e.Button,{onClick:R=>{R.stopPropagation(),S(b,!0),l(null),n({id:null,neededScroll:!1}),h(null),v("/admin/builder/add")},children:"Add Section"})}),(s.id===b||d===b)&&ve(i[m[c].path].data[b].name,r)!=="unknown name"&&e.jsxRuntimeExports.jsx("div",{className:e.clx(pe.addSection,pe.addSectionTop),children:e.jsxRuntimeExports.jsx(e.Button,{onClick:R=>{R.stopPropagation(),S(b,!1),l(null),n({id:null,neededScroll:!1}),h(null),v("/admin/builder/add")},children:"Add Section"})}),a&&e.jsxRuntimeExports.jsx(at,{render:E,block:i[m[c].path].data[b]})]},b))}),e.jsxRuntimeExports.jsx(Ue,{})]})}),nn="_results_1pahy_1",gt={results:nn};function rn(t,n){return n?new n[t]().blockSettings.isAddable:!1}function an(t,n){return t?Object.keys(t||{}).reduce((s,o)=>(rn(o,n)&&s.push(o),s),[]):[]}const ln="_product_yggw5_1",cn="_name_yggw5_15",jt={product:ln,name:cn},un=t=>{const{blockId:n,setSearchValue:s}=t,{sourceBlocks:o,setActiveBlock:a}=e.useBlocksStore(),{hideModal:r,hoverBlockId:i,isModalVisible:l,showPreview:d,hidePreview:S,clearHideTimeout:p,startHideTimeout:x,setHoverBlockTopPosition:c}=e.useSubmodalStore();function m(_){s(""),a(_),r("keyBlock")}function w(_,f){const h=window.innerHeight,j=400,C=10;let v=f.clientY-120;v+j>h&&(v=h-j-C),v<C&&(v=C),i||r("keyBlock"),d(_,"keyBlock"),p(),c(v)}function u(){l?x("keyBlock"):S("keyBlock"),c(null)}return e.jsxRuntimeExports.jsxs("div",{className:jt.product,onClick:()=>m(n),onMouseEnter:_=>w(n,_),onMouseLeave:u,children:[Te[n]?e.jsxRuntimeExports.jsx("img",{src:Te[n]}):e.jsxRuntimeExports.jsx(e.Icon,{name:"Cards"}),e.jsxRuntimeExports.jsx("span",{className:jt.name,children:ve(n,o)}),e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretRight",width:20,height:20})]},n)},kt=()=>{const{blocks:t,sourceBlocks:n}=e.useBlocksStore(),[s,o]=g.useState(""),[a,r]=g.useState([]),i=g.useMemo(()=>an(t,n),[t]),l=g.useMemo(()=>new e.Fuse(i,{keys:["name"],threshold:.4}),[i]);return g.useEffect(()=>{if(s.trim()==="")r(i);else{const d=l.search(s);r(d.map(S=>S.item))}},[s,l]),e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(e.Input,{type:"text",placeholder:"Search for sections",isSearch:!0,onChange:o,value:s,style:{marginBottom:10}}),e.jsxRuntimeExports.jsx("div",{className:gt.results,children:a.length>0?a.map(d=>e.jsxRuntimeExports.jsx(un,{blockId:d,setSearchValue:o})):e.jsxRuntimeExports.jsx("div",{className:gt.noResults,children:"No sections found"})})]})},dn="_wrapper_1k1cr_1",pn="_submodal_1k1cr_14",it={wrapper:dn,submodal:pn},mn=({children:t,positionTop:n,positionLeft:s})=>{const{keyBlock:o,startHideTimeout:a,clearHideTimeout:r,setMouseOverModal:i}=e.useSubmodalStore();return o?e.jsxRuntimeExports.jsx("div",{className:it.wrapper,style:n?{top:n,left:s||void 0}:{},onMouseEnter:()=>{r(),i(!0)},onMouseLeave:()=>{i(!1),a()},children:t}):null},xn=({children:t})=>{const{hoverBlockId:n,startHideTimeout:s,clearHideTimeout:o,setMouseOverModal:a}=e.useSubmodalStore();return n?e.jsxRuntimeExports.jsx("div",{className:e.clx(it.wrapper,it.submodal),onMouseEnter:()=>{o(),a(!0)},onMouseLeave:()=>{a(!1),s()},children:t}):null},hn="_applyButton_1a9kh_2",gn="_content_1a9kh_7",jn="_title_1a9kh_14",Sn="_label_1a9kh_21",fn="_colorValue_1a9kh_40",_n="_colorMap_1a9kh_48",vn="_indicator_1a9kh_57",wn="_hueSlider_1a9kh_66",bn="_slider_1a9kh_97",Cn="_buttons_1a9kh_102",kn="_name_1a9kh_109",En="_secondary_1a9kh_114",Rn="_input_1a9kh_122",yn="_modal_1a9kh_160",Tn="_alphaSlider_1a9kh_249",Ln="_alphaBackground_1a9kh_257",Bn="_alphaGradient_1a9kh_268",Nn="_chargeTypes_1a9kh_297",Pn="_charge_1a9kh_297",An="_chargeActive_1a9kh_326",In="_gradient_1a9kh_334",$n="_color_1a9kh_40",Mn="_colorActive_1a9kh_355",Fn="_gradientWrapper_1a9kh_362",Hn="_subtitle_1a9kh_368",Dn="_colorTypes_1a9kh_375",On="_colorType_1a9kh_375",Un="_colorTypeActive_1a9kh_399",Vn="_colorsWrapper_1a9kh_404",zn="_colors_1a9kh_404",L={applyButton:hn,content:gn,title:jn,label:Sn,colorValue:fn,colorMap:_n,indicator:vn,hueSlider:wn,slider:bn,buttons:Cn,name:kn,secondary:En,input:Rn,modal:yn,alphaSlider:Tn,alphaBackground:Ln,alphaGradient:Bn,chargeTypes:Nn,charge:Pn,chargeActive:An,gradient:In,color:$n,colorActive:Mn,gradientWrapper:Fn,subtitle:Hn,colorTypes:Dn,colorType:On,colorTypeActive:Un,colorsWrapper:Vn,colors:zn},Wn=()=>{const{modalPosition:t,color:n,initialColor:s,setShowModal:o,hue:a,saturation:r,brightness:i,alpha:l,dragging:d,setDragging:S,setHue:p,setSaturation:x,setBrightness:c,setAlpha:m,colorChange:w,setColor:u,update:_,isGradient:f,setIsGradient:h,gradientDirection:j,setGradientDirection:C,hue2:v,saturation2:E,brightness2:b,alpha2:R,setHue2:F,setSaturation2:W,setBrightness2:X,setAlpha2:A,activeColorIndex:T,setActiveColorIndex:q,isGradientActive:D}=e.useColorPickerStore(),U=(N,y,V)=>{y/=100,V/=100;const B=Z=>(Z+N/60)%6,$=Z=>V*(1-y*Math.max(0,Math.min(B(Z),4-B(Z),1))),P=Math.round(255*$(5)),O=Math.round(255*$(3)),z=Math.round(255*$(1));return{r:P,g:O,b:z}},M=N=>N.toString(16).padStart(2,"0"),I=(N,y,V,B)=>{const{r:$,g:P,b:O}=U(N,y,V),z=Math.round(B/100*255);return`#${M($)}${M(P)}${M(O)}${M(z)}`},J=(N,y,V,B)=>{if(f)if(T===1){p(N),x(y),c(V),m(B);const $=I(N,y,V,B),P=I(v,E,b,R),z=`linear-gradient(${j==="vertical"?"0deg":"90deg"}, ${$} 0%, ${P} 100%)`;w(z),u(z)}else{F(N),W(y),X(V),A(B);const $=I(N,y,V,B),P=I(a,r,i,l),z=`linear-gradient(${j==="vertical"?"0deg":"90deg"}, ${P} 0%, ${$} 100%)`;w(z),u(z)}else{const $=I(N,y,V,B);w($),u($)}},K=(N,y,V)=>{const{width:B,height:$}=V.getBoundingClientRect(),P=Math.max(0,Math.min(N/B*100,100)),O=Math.max(0,Math.min(100-y/$*100,100));f?T===1?(x(P),c(O),J(a,P,O,l)):(W(P),X(O),J(v,P,O,R)):(x(P),c(O),J(a,P,O,l))},me=N=>{const{offsetX:y,offsetY:V}=N.nativeEvent;S(!0),K(y,V,N.currentTarget)},xe=N=>{if(d){const y=document.querySelector(`.${L.colorMap}`),{left:V,top:B}=y.getBoundingClientRect(),$=N.clientX-V,P=N.clientY-B;K($,P,y)}},G=()=>{S(!1)};g.useEffect(()=>{function N(B){const $=/linear-gradient\((\d+deg),\s*(#[0-9a-fA-F]{8})\s*0%,\s*(#[0-9a-fA-F]{8})\s*100%\)/,P=B.match($);if(P){const O=P[1],z=P[2],Z=P[3];return{angle:O,col1:z,col2:Z}}return null}function y(B){const $=parseInt(B.slice(1,3),16),P=parseInt(B.slice(3,5),16),O=parseInt(B.slice(5,7),16),z=parseInt(B.slice(7,9),16)/255*100,{h:Z,s:Se,b:We}=V($,P,O);return{h:Z,s:Se,b:We,a:z}}function V(B,$,P){B/=255,$/=255,P/=255;const O=Math.max(B,$,P),z=Math.min(B,$,P);let Z=0;const Se=O-z,We=(O===0?0:Se/O)*100,Tt=O*100;if(O===z)Z=0;else switch(O){case B:Z=(($-P)/Se+($<P?6:0))*60;break;case $:Z=((P-B)/Se+2)*60;break;case P:Z=((B-$)/Se+4)*60;break}return{h:Z,s:We,b:Tt}}if(s&&s.startsWith("linear-gradient")){const B=N(s);if(B){const{angle:$,col1:P,col2:O}=B,z=y(P),Z=y(O);h(!0),C($==="0deg"?"vertical":"horizontal"),p(z.h),x(z.s),c(z.b),m(z.a),F(Z.h),W(Z.s),X(Z.b),A(Z.a),q(1)}}else if(s){const $=function(O){let z=O;return z.length===7&&(z=z+"ff"),z}(s),P=y($);h(!1),p(P.h),x(P.s),c(P.b),m(P.a)}},[s,h,C,p,x,c,m,F,W,X,A,q]),g.useEffect(()=>{let N,y,V,B;f?T===1?(N=a,y=r,V=i,B=l):(N=v,y=E,V=b,B=R):(N=a,y=r,V=i,B=l),J(N,y,V,B)},[f,j,T,a,r,i,l,v,E,b,R]),g.useEffect(()=>{const N=V=>xe(V),y=()=>G();return d?(document.addEventListener("mousemove",N),document.addEventListener("mouseup",y)):(document.removeEventListener("mousemove",N),document.removeEventListener("mouseup",y)),()=>{document.removeEventListener("mousemove",N),document.removeEventListener("mouseup",y)}},[d,f,j]);function ae(){if(!f)_(n);else{const N=I(a,r,i,l),y=I(v,E,b,R),B=`linear-gradient(${j==="vertical"?"0deg":"90deg"}, ${N} 0%, ${y} 100%)`;_(B)}o(!1)}function Ce(){o(!1),w(s)}const H=f?T===1?a:v:a,Ne=f?T===1?r:E:r,lt=f?T===1?i:b:i,Rt=f?T===1?l:R:l,{r:ct,g:ut,b:dt}=U(H,Ne,lt),yt=`linear-gradient(to right, rgba(${ct}, ${ut}, ${dt}, 0), rgba(${ct}, ${ut}, ${dt}, 1))`,pt=I(a,r,i,l),mt=I(v,E,b,R);return e.jsxRuntimeExports.jsxs("div",{className:L.modal,onClick:N=>N.stopPropagation(),style:{top:`${t.top}px`,left:`${t.left}px`},children:[e.jsxRuntimeExports.jsx("h2",{className:L.title,children:"Color"}),D&&e.jsxRuntimeExports.jsxs("div",{className:L.colorTypes,children:[e.jsxRuntimeExports.jsxs("div",{className:e.clx(L.colorType,{[L.colorTypeActive]:!f}),onClick:()=>h(!1),children:[e.jsxRuntimeExports.jsx("div",{style:{background:"#757575",width:"16px",height:"16px",borderRadius:"50%"}}),"Solid"]}),e.jsxRuntimeExports.jsxs("div",{className:e.clx(L.colorType,{[L.colorTypeActive]:f}),onClick:()=>h(!0),children:[e.jsxRuntimeExports.jsx("div",{style:{background:"linear-gradient(to bottom, #757575 0%, #DBDBDB 100%)",width:"16px",height:"16px",borderRadius:"50%"}}),"Linear"]})]}),f&&D&&e.jsxRuntimeExports.jsxs("div",{className:L.colorsWrapper,children:[e.jsxRuntimeExports.jsx("div",{className:L.colors,style:{background:`linear-gradient(90deg, ${pt} 0%, ${mt} 100%)`}}),e.jsxRuntimeExports.jsx("div",{className:e.clx(L.color,{[L.colorActive]:T===1}),onClick:()=>q(1),style:{background:pt}}),e.jsxRuntimeExports.jsx("div",{className:e.clx(L.color,{[L.colorActive]:T===2}),onClick:()=>q(2),style:{background:mt}})]}),e.jsxRuntimeExports.jsx("div",{className:L.colorMap,onMouseDown:me,style:{background:`
|
|
97
|
+
`,s+="}",s},hu=e=>{const n=document.getElementById("dynamic-styles");if(n)n.innerHTML=e;else{const s=document.createElement("style");s.id="dynamic-styles",s.innerHTML=e,document.head.appendChild(s)}},Vs=new Set,fu=e=>{const n=new Map;return Object.entries(e).forEach(([s,r])=>{typeof r=="object"&&Object.entries(r).forEach(([o,i])=>{var a,l;if(i&&i.font){const c=i.font.replace(/\s+/g,"+");n.has(c)||n.set(c,new Set),(a=n.get(c))==null||a.add(i.weight),(l=n.get(c))==null||l.add(i.boldWeight)}})}),n},gu=e=>{const n=new Map;return Object.entries(e).forEach(([s,r])=>{typeof r=="object"&&Object.keys(r).forEach(o=>{var i;if(o==="font"&&r[o]){const a=r[o].replace(/\s+/g,"+");n.has(a)||n.set(a,new Set),(i=n.get(a))==null||i.add("400")}})}),n},ju=e=>{Vs.forEach(n=>{if(!e.has(n)){const s=document.querySelector(`link[data-font="${n}"]`);s&&s.remove(),Vs.delete(n)}})},Cu=e=>{const n=new Set;e.forEach((s,r)=>{const o=Array.from(s).join(";"),i=`${r}:wght@${o}`;if(n.add(i),!Vs.has(i)){const a=document.createElement("link");a.rel="stylesheet",a.href=`https://fonts.googleapis.com/css2?family=${i}&display=swap`,a.setAttribute("data-font",i),document.head.appendChild(a),Vs.add(i)}}),ju(n)},yu=e=>{if(e.fonts){const n=fu(e.fonts.desktop),s=gu(e.buttons),r=new Map(n);s.forEach((o,i)=>{if(r.has(i)){const a=r.get(i);o.forEach(l=>a==null?void 0:a.add(l))}else r.set(i,new Set(o))}),Cu(r)}};function _u(){try{const{editBlock:e,currentBlock:n,blocks:s,setHeader:r,setFooter:o,setAnnouncement:i}=t.useLayersStore.getState(),{currentPage:a,pages:l}=t.usePagesStore.getState(),{currentInstance:c,settingsInstance:d}=t.useBlocksStore.getState(),{setSettings:u}=t.useSettingsStore.getState();if(n||u(d),c&&n){if(n==="header")r(c);else if(n==="footer")o(c);else if(n==="announcement")i(c);else if(n==="header"||n==="footer"||n==="announcement")throw new Error(`Missing ${n} data.`)}if(c&&l&&n&&!["header","footer","announcement"].includes(n)){const p={blockSettings:{}};if(!c.blockSettings)throw new Error("currentInstance.blockSettings is undefined.");if(Object.keys(c.blockSettings).filter(m=>!["displayName","isAddable"].includes(m)).forEach(m=>{p.blockSettings[m]=c.blockSettings[m]}),!l[a])throw new Error(`Page "${a}" does not exist.`);if(!s[l[a].path].data||!s[l[a].path].data[n])throw new Error(`Layer or block for page "${l[a].path}" and block "${n}" does not exist.`);e(l[a].path,n,{name:s[l[a].path].data[n].name,value:p})}}catch(e){console.error("Error in hotReload function:",e)}}async function Eu(e,n,s,r){const o=t.IS_LOCAL_HOST?localStorage.getItem("fakeDomain"):window.location.hostname,i=`${t.SL_API_URL}/v1/public/${o}/tickets`,{notifications:a,setNotifications:l}=t.useNotificationStore.getState();try{const c=await t.request({method:"post",url:i,body:{title:e,firstMessage:n,email:r,recaptcha:s},withToken:!1});return l([...a,{id:t.v4(),message:"Ticket created successfully. We will contact you by mail",status:"success"}]),c}catch(c){l([...a,{id:t.v4(),message:`Error: ${c}. Please try again later.`,status:"error"}])}}const vu="_tooltip_4hruj_1",Ru={tooltip:vu},In=e=>{const{text:n}=e,{setShowTooltip:s}=t.useTooltipStore();return C.useEffect(()=>(s(!0),()=>{s(!1)}),[]),t.jsxRuntimeExports.jsx("div",{className:Ru.tooltip,children:n})},wu=()=>{const{undo:e,redo:n,past:s,future:r}=t.useHistoryStore(),[o,i]=C.useState(!1),[a,l]=C.useState(!1),[c,d]=C.useState(!1),[u,p]=C.useState(!1),[m,x]=C.useState(null),{notifications:f,setNotifications:h}=t.useNotificationStore();return C.useEffect(()=>{i(s.length===0)},[s]),C.useEffect(()=>{l(r.length===0)},[r]),t.jsxRuntimeExports.jsxs("div",{className:An.buttons,children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(An.button,{[An.disabled]:o}),onMouseEnter:()=>{const w=setTimeout(()=>{p(!0),d(!1)},200);x(w)},onMouseLeave:()=>{m&&clearTimeout(m),p(!1),d(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUUpLeft",width:20,height:20,onClick:()=>{o||(e(),h([...f,{id:t.v4(),message:"Changes undone",status:"success"}]))},fill:o?"#757575":"#252525"}),u&&t.jsxRuntimeExports.jsx(In,{text:o?"Nothing to undo":"Click to undo changes"})]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(An.button,{[An.disabled]:a}),onMouseEnter:()=>{const w=setTimeout(()=>{d(!0),p(!1)},200);x(w)},onMouseLeave:()=>{m&&clearTimeout(m),d(!1),p(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUUpRight",width:20,height:20,onClick:()=>{a||(n(),h([...f,{id:t.v4(),message:"Changes redone",status:"success"}]))},fill:a?"#757575":"#252525"}),c&&t.jsxRuntimeExports.jsx(In,{text:a?"Nothing to redo":"Click to redo changes"})]})]})},bu="_devices_ls6k9_1",Su="_device_ls6k9_1",ku="_active_ls6k9_27",Or={devices:bu,device:Su,active:ku},Nu=()=>t.jsxRuntimeExports.jsx("div",{className:Or.devices,children:ac.map(e=>t.jsxRuntimeExports.jsx(Iu,{device:e}))}),Iu=e=>{const{device:n}=e,{currentDevice:s,setCurrentDevice:r}=t.useDeviceStore(),[o,i]=C.useState(!1),[a,l]=C.useState(null);return t.jsxRuntimeExports.jsxs("div",{className:t.clx(Or.device,{[Or.active]:s.value===n.value}),onClick:()=>r(n),onMouseEnter:()=>{const c=setTimeout(()=>{i(!0)},200);l(c)},onMouseLeave:()=>{a&&clearTimeout(a),i(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:n.icon,fill:s.value===n.value?"#252525":"#757575",width:20,height:20}),o&&t.jsxRuntimeExports.jsx(In,{text:`Switch to ${n.value} view`})]},n.value)},Tu="_preview_1x3m8_2",Lu="_active_1x3m8_19",ir={preview:Tu,active:Lu},Pu=()=>{const{onPreview:e}=t.usePreviewStore(),[n,s]=C.useState(!1),[r,o]=C.useState(null);return t.jsxRuntimeExports.jsxs("a",{href:"/",className:t.clx(ir.preview,{[ir.active]:e}),target:"_blank",onMouseEnter:()=>{const i=setTimeout(()=>{s(!0)},200);o(i)},onMouseLeave:()=>{r&&clearTimeout(r),s(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUpRight",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{className:ir.text,children:"Preview"}),n&&t.jsxRuntimeExports.jsx(In,{text:"Open draft theme in new tab"})]})},Mu="_settings_u4cv4_1",Bu={settings:Mu},Au="_pages_167qp_1",$u="_text_167qp_21",Du="_modal_167qp_27",Ou="_open_167qp_46",Hu="_page_167qp_1",Vu="_hoverable_167qp_61",Fu="_separator_167qp_65",Zu="_button_167qp_70",zu="_items_167qp_85",yt={pages:Au,default:"_default_167qp_5",text:$u,modal:Du,open:Ou,page:Hu,hoverable:Vu,separator:Fu,button:Zu,items:zu},Nt=e=>e?e.replace(/_/g," ").split(" ").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" and "):"";function bn(e,n){if(!n||!n[e])return"unknown name";const s=new n[e];return!s.blockSettings||!s.blockSettings.displayName?"unknown name":s.blockSettings.displayName}const aa=(e,n,s,r,o,i,a)=>{const l=e.currentTarget.getBoundingClientRect(),c=window.innerHeight-l.bottom,d=l.top,u=window.innerWidth-l.right,p=l.left;let m,x;return m=l.bottom+r+window.scrollY,x=l.left,(c<n||c<o)&&(d>=n+a?m=l.top-n-r+window.scrollY:m=window.scrollY+a),m-window.scrollY<a&&(m=window.scrollY+a),(u<s||u<i)&&(p>=s?x=l.right-s:x=(window.innerWidth-s)/2),x<l.right+i&&(x=l.right+i),x<l.right&&x+s>l.left&&m<l.bottom&&m+n>l.top&&(u>=s+i?x=l.right+r+i:c>=n?m=l.bottom+r+window.scrollY:(m=window.scrollY+a,x=(window.innerWidth-s)/2)),{top:m,left:x}},la=async e=>{const n=localStorage.getItem("shopId")||void 0,s=localStorage.getItem("draftId"),r=`${t.API_URL}/v2/builder/shops/${n}/drafts/${s}/pages/${encodeURIComponent(e)}`;return await t.request({url:r,withToken:!0,method:"delete"})},Uu=()=>{const{currentPage:e,setCurrentPage:n,setIsOpenModal:s,pages:r,setIsEdit:o,setEditedPage:i,deletePage:a,setIsOpenSelectModal:l}=t.usePagesStore(),{deletePage:c,setCurrentBlock:d}=t.useLayersStore(),[u,p]=C.useState(null),{setTitle:m,setDescription:x,setOnConfirm:f}=t.useConfirmationModalStore(),[h,w]=C.useState(!1),j=C.useRef(null);return t.useOnClickOutside(j,()=>{h&&w(!1)}),C.useEffect(()=>{h?l(!0):setTimeout(()=>{l(!1)},300)},[h]),t.jsxRuntimeExports.jsxs("div",{className:yt.pages,ref:j,children:[t.jsxRuntimeExports.jsxs("div",{className:yt.default,onClick:v=>{v.stopPropagation(),w(_=>!_)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:r&&r[e]&&r[e].icon||"File",fill:"#252525",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{className:yt.text,children:r&&r[e]&&t.defaultPagePaths.includes(r[e].path)?`${Nt(r[e].name)} page`:r&&r[e]&&r[e].name}),t.jsxRuntimeExports.jsx("div",{style:{transform:h?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.3s ease",display:"flex"},children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown",width:20,height:20})})]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(yt.modal,{[yt.open]:h}),onClick:v=>v.stopPropagation(),children:[r&&t.jsxRuntimeExports.jsx("div",{className:yt.items,children:Object.keys(r).map(v=>{const _=r[v];return t.jsxRuntimeExports.jsxs("div",{className:t.clx(yt.page,{[yt.hoverable]:u===v}),onMouseEnter:()=>p(v),onMouseLeave:()=>p(null),onClick:()=>{p(null),o(!1),d(null),n(v),w(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:_.icon,fill:"#252525"}),t.jsxRuntimeExports.jsx("span",{className:yt.text,children:t.defaultPagePaths.includes(_.path)?`${Nt(_.name)} page`:_.name}),u===v&&t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Gear",fill:"#757575",onClick:b=>{b.stopPropagation(),o(!0),i(v),s(!0)}}),!t.defaultPagePaths.includes(_.path)&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",fill:"#C12A2A",onClick:b=>{b.stopPropagation(),m("Delete Page"),x(`Are you sure you want to delete ${_.name||"this"} page? Once you delete this page, any content visible will also be deleted. This is irreversible.`),f(()=>{b.stopPropagation(),r[e].path===_.path&&n(Object.keys(r)[0]),a(v),c(_.name),la(_.path)})}})]}),r[e]&&r[e].name===_.name&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Check",fill:"#FF3F19"})]},v)})}),t.jsxRuntimeExports.jsx("div",{className:yt.separator}),t.jsxRuntimeExports.jsxs(t.Button,{className:yt.button,onClick:v=>{v.stopPropagation(),s(!0)},size:"l",children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#ff3f19"}),t.jsxRuntimeExports.jsx("span",{children:"Create New Page"})]})]})]})},Wu="_zoom_fu0hj_1",Po={zoom:Wu},qu=()=>{const{zoomLevel:e,setZoomLevel:n}=t.usePreviewStore();return t.jsxRuntimeExports.jsxs("label",{htmlFor:"zoom",className:Po.zoom,children:[t.jsxRuntimeExports.jsx("label",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center"},htmlFor:"zoom",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"MagnifyingGlassMinus",width:20,height:20})}),t.jsxRuntimeExports.jsx("input",{id:"zoom",type:"number",min:25,max:250,value:(e*100).toFixed(0),onChange:s=>{const r=Number(s.target.value);n(r/100)},className:Po.input}),t.jsxRuntimeExports.jsx("span",{children:"%"})]})},Gu=()=>t.jsxRuntimeExports.jsxs("div",{className:Bu.settings,children:[t.jsxRuntimeExports.jsx(Uu,{}),t.jsxRuntimeExports.jsx(qu,{})]}),Yu="_theme_1e5wq_1",Xu="_text_1e5wq_13",Mo={theme:Yu,text:Xu},Ku=()=>t.jsxRuntimeExports.jsx("div",{className:Mo.theme,children:t.jsxRuntimeExports.jsx("div",{className:Mo.text,children:"Live Theme"})}),Ju=async(e,n,s)=>{const r=localStorage.getItem("shopId")||void 0,o=localStorage.getItem("draftId"),i=`${t.API_URL}/v2/builder/shops/${r}/drafts/${o}/${n}`;return await t.request({url:i,withToken:!0,method:e,body:s})};function $n(e,n){try{return n.map(r=>{if(!r.value||!r.value.blockSettings){console.error("block.value or block.value.blockSettings is undefined.");return}return Object.values(r.value.blockSettings).filter(i=>i&&i.type===e).map(i=>{if(i.value===void 0)throw new Error("item.value is undefined.");return i.value}).flat()}).flat().filter(r=>r).map(r=>e==="ListingIds"?r.listingId:r)}catch(s){return console.error("Error in getValues function:",s),[]}}function Qu(e,n,s){return e1(e,n)?s.reviews.length*3:0}function e1(e,n){return n.map(r=>{if(!r.value||!r.value.blockSettings){console.error("block.value or block.value.blockSettings is undefined.");return}return Object.values(r.value.blockSettings).filter(i=>i&&i.type===e).map(i=>{if(i.value===void 0)throw new Error("item.value is undefined.");return i.value}).flat()}).flat().filter(r=>r).length>0}function t1(e,n){if(n){const s=Object.keys(n).find(r=>n[r].path===e);if(s)return n[s]}return null}const n1=({setIsLoading:e,isLoading:n})=>{const{themeSettings:s}=t.useThemeSettingsStore(),{settings:r}=t.useSettingsStore(),[o,i]=C.useState(null),[a,l]=C.useState(!1),{setNotifications:c,notifications:d}=t.useNotificationStore(),{header:u,footer:p,announcement:m,blocks:x}=t.useLayersStore(),{pageContext:f}=t.usePagesStore(),{pages:h}=t.usePagesStore(),w=async()=>{if(a)o&&clearTimeout(o);else{e(!0);const v=Object.keys(x).map(E=>{const R=t1(E,h);return x[E]&&x[E].data&&(R!=null&&R.path)?{id:R?R.id:E,name:R?R.name:E,path:R.path,layout:{...x[E]},neededProductIds:[...$n("ProductId",Object.values(x[E].data))],neededCategoryIds:[...$n("CategoryId",Object.values(x[E].data))],neededAnnouncementIds:[...$n("AnnouncementId",Object.values(x[E].data))],neededListingIds:[...$n("ListingIds",Object.values(x[E].data))],neededFaqIds:[...$n("FaqsIds",Object.values(x[E].data))],neededReviewCount:Qu("ReviewCount",Object.values(x[E].data),f),seo:{pageTitle:R&&R.seo&&R.seo.pageTitle?R.seo.pageTitle:"",pageDescription:R&&R.seo&&R.seo.pageDescription?R.seo.pageDescription:""},isPrivate:!!(R&&R.visibility==="private")}:null}).filter(E=>E),_={settings:{maxStoreWidth:r==null?void 0:r.blockSettings.maxStoreWidth},header:u,footer:p,announcement:m},{status:b}=await Ju("post","save",{themeSettings:s,settings:_,updatedPages:v});c([...d,{id:t.v4(),message:b===200?"Settings saved":"Error",status:b===200?"success":"error"}]),e(!1)}l(!0);const j=setTimeout(()=>{l(!1)},2e3);i(j)};return t.jsxRuntimeExports.jsx(t.Button,{onClick:w,disabled:n,children:t.jsxRuntimeExports.jsx("span",{style:{userSelect:"none"},children:"Save"})})},s1=()=>{const{isOpenSelectModal:e}=t.usePagesStore(),[n,s]=C.useState(!1),{showTooltip:r}=t.useTooltipStore();return t.jsxRuntimeExports.jsxs("div",{className:ds.header,style:{zIndex:e?5e4:r?501:50},children:[t.jsxRuntimeExports.jsxs("div",{className:ds.left,children:[t.jsxRuntimeExports.jsx(Nu,{}),t.jsxRuntimeExports.jsx(Pu,{})]}),t.jsxRuntimeExports.jsx("div",{className:ds.center,children:t.jsxRuntimeExports.jsx(Gu,{})}),t.jsxRuntimeExports.jsxs("div",{className:ds.right,children:[t.jsxRuntimeExports.jsx(Ku,{}),t.jsxRuntimeExports.jsx(wu,{}),t.jsxRuntimeExports.jsx(n1,{setIsLoading:s,isLoading:n}),n&&t.jsxRuntimeExports.jsx(sn,{})]})]})},r1="_exit_ovvox_1",o1="_text_ovvox_11",i1="_exitLink_ovvox_16",ar={exit:r1,text:o1,exitLink:i1},a1=()=>t.jsxRuntimeExports.jsx("div",{className:ar.exit,children:t.jsxRuntimeExports.jsxs("a",{href:"https://dash.billgang.com/",className:ar.exitLink,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"SignOut",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{className:ar.text,children:"Exit"})]})}),l1="_navbar_1podc_1",c1="_main_1podc_6",u1="_block_1podc_13",d1="_active_1podc_29",ps={navbar:l1,main:c1,block:u1,active:d1},p1=()=>{const{activeBlock:e}=t.useNavbarStore(),{setActiveBlock:n}=t.useBlocksStore(),{setCurrentBlock:s}=t.useLayersStore(),{setActiveBlock:r}=t.useThemeSettingsStore(),{setActiveBlock:o}=t.usePreviewStore(),i=t.useNavigate();function a(l){switch(n(null),s(null),r(null),o({id:null,neededScroll:!1}),l.name){case"Layers":i("/admin/builder");break;case"Add":i("/admin/builder/add");break;case"Theme":i("/admin/builder/theme");break;case"Settings":i("/admin/builder/settings");break}}return t.jsxRuntimeExports.jsxs("div",{className:ps.navbar,children:[t.jsxRuntimeExports.jsx(a1,{}),t.jsxRuntimeExports.jsx("div",{className:ps.main,children:t.navbarBlocks.map(l=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(ps.block,{[ps.active]:e.icon===l.icon}),onClick:()=>a(l),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:l.icon,fill:e.icon===l.icon?"#252525":"#757575"}),t.jsxRuntimeExports.jsx("span",{children:l.name})]},l.icon))})]})},m1="_preview_gb2ye_1",x1="_main_gb2ye_15",h1="_content_gb2ye_25",f1="_loading_gb2ye_34",g1="_previewLoading_gb2ye_65",Dn={preview:m1,main:x1,content:h1,loading:f1,previewLoading:g1},j1="_header_11zku_2",C1="_circles_11zku_16",y1="_circle_11zku_16",_1="_red_11zku_32",E1="_green_11zku_36",v1="_yellow_11zku_40",R1="_input_11zku_44",w1="_main_11zku_55",b1="_text_11zku_63",S1="_copy_11zku_75",It={header:j1,circles:C1,circle:y1,red:_1,green:E1,yellow:v1,input:R1,main:w1,text:b1,copy:S1},k1=["red","yellow","green"],N1=()=>{const{currentDevice:e}=t.useDeviceStore(),n=(o,i)=>o.length>i?o.slice(0,i)+"...":o,{notifications:s,setNotifications:r}=t.useNotificationStore();return t.jsxRuntimeExports.jsxs("div",{className:It.header,children:[t.jsxRuntimeExports.jsx("div",{className:It.circles,children:k1.map(o=>t.jsxRuntimeExports.jsx("div",{className:t.clx(It.circle,{[It.red]:o==="red",[It.yellow]:o==="yellow",[It.green]:o==="green"})},o))}),t.jsxRuntimeExports.jsx("div",{className:It.input,children:t.jsxRuntimeExports.jsxs("div",{className:It.main,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Lock",fill:"#757575",width:15,height:16}),t.jsxRuntimeExports.jsx("span",{className:It.text,children:e.value==="mobile"?n(window.location.origin,35):e.value==="desktop"?n(window.location.origin,200):n(window.location.origin,100)})]})}),t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",style:{padding:"8px"},onClick:()=>{navigator.clipboard.writeText(window.location.origin),r([...s,{id:t.v4(),status:"success",message:"Domain copied to clipboard"}])},className:It.copy,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy",width:20,height:20,fill:"#252525"})})]})},I1="_content_l6a1a_1",T1="_main_l6a1a_10",L1="_block_l6a1a_14",P1="_active_l6a1a_20",M1="_name_l6a1a_30",B1="_addSection_l6a1a_107",A1="_addSectionTop_l6a1a_115",Gt={content:I1,main:T1,block:L1,active:P1,name:M1,addSection:B1,addSectionTop:A1},$1="_sidebar_xhqpt_1",D1="_content_xhqpt_14",O1="_button_xhqpt_24",H1="_moveButton_xhqpt_40",V1="_deleteButton_xhqpt_49",Tt={sidebar:$1,content:D1,button:O1,moveButton:H1,deleteButton:V1},F1=()=>{var E;const{activeBlock:e,setActiveBlock:n}=t.usePreviewStore(),{blocks:s,removeBlock:r,moveBlock:o,duplicateBlock:i,setCurrentBlock:a}=t.useLayersStore(),{currentPage:l,pages:c}=t.usePagesStore(),{setTitle:d,setDescription:u,setOnConfirm:p}=t.useConfirmationModalStore(),{setActiveBlock:m}=t.useBlocksStore(),x=(E=c==null?void 0:c[l])==null?void 0:E.path,f=x?s[x]:null,h=(f==null?void 0:f.order)||[],w=h.indexOf(e.id),j=R=>{R.stopPropagation(),w>0&&x&&(o(x,w,w-1),n({id:e.id,neededScroll:!0}),setTimeout(()=>{n({id:e.id,neededScroll:!1})},100))},v=R=>{R.stopPropagation(),w<h.length-1&&x&&(o(x,w,w+1),n({id:e.id,neededScroll:!0}),setTimeout(()=>{n({id:e.id,neededScroll:!1})},100))},_=R=>{R.stopPropagation(),x&&i(x,e.id)},b=()=>{x&&(r(x,e.id),a(null),m(null),n({id:null,neededScroll:!1}))};return t.jsxRuntimeExports.jsx("div",{className:Tt.sidebar,children:t.jsxRuntimeExports.jsxs("div",{className:Tt.content,children:[t.jsxRuntimeExports.jsx("button",{onClick:j,className:t.clx(Tt.button,Tt.moveButton),disabled:w===0,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUp"})}),t.jsxRuntimeExports.jsx("button",{onClick:v,className:t.clx(Tt.button,Tt.moveButton),disabled:w===h.length-1,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowDown"})}),t.jsxRuntimeExports.jsx("button",{onClick:_,className:t.clx(Tt.button,Tt.moveButton),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})}),t.jsxRuntimeExports.jsx("button",{className:t.clx(Tt.button,Tt.deleteButton),onClick:R=>{R.stopPropagation(),d("Remove Block"),u(`Are you sure you want to delete ${(f==null?void 0:f.data[e.id].name)||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),p(b)},children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,fill:"#C12A2A"})})]})})},Z1=C.memo(({scrollableRef:e})=>{const{setActiveBlock:n,activeBlock:s,zoomLevel:r}=t.usePreviewStore(),{blocks:o,sourceBlocks:i}=t.useBlocksStore(),{blocks:a,setCurrentBlock:l,currentBlock:c,setPositionBlock:d,announcement:u}=t.useLayersStore(),{settings:p}=t.useSettingsStore(),{currentPage:m,pages:x,pageContext:f}=t.usePagesStore(),{activeBlock:h,setActiveBlock:w}=t.useThemeSettingsStore(),{setError:j}=t.useErrorStore(),{setActiveBlock:v}=t.useBlocksStore(),_=C.useRef(s.id),b=C.useRef({});C.useEffect(()=>{if(s.id&&s.neededScroll&&b.current[s.id]){const N=b.current[s.id];if(N&&e.current){const S=N.offsetTop;e.current.scrollTo({top:S-30,behavior:"smooth"})}}},[s,e]);const E=t.useNavigate();C.useEffect(()=>{_.current=s.id},[s.id]);const R=N=>{if(!N||!N.name)return j({message:"Block or block.name is undefined.",failedSettings:!1,failedThemeSettings:!1,failedPageIds:x&&x[m].id?[x[m].id]:[]}),t.jsxRuntimeExports.jsx(Nn,{error:"Block or block.name is undefined."});if(!o||!o[N.name])return j({message:'Block "${block.name}" does not exist in blocks.',failedSettings:!1,failedThemeSettings:!1,failedPageIds:x&&x[m].id?[x[m].id]:[]}),t.jsxRuntimeExports.jsx(Nn,{error:`Block "${N.name}" does not exist in blocks.`});const S=new o[N.name];return N.value&&Object.assign(S,N.value),S.renderBlock(p==null?void 0:p.blockSettings,f)};return t.jsxRuntimeExports.jsxs("div",{onClick:N=>{N.stopPropagation()},className:Gt.content,style:{width:"100%",height:"100%",zoom:`${r}`},ref:e,children:[u&&t.jsxRuntimeExports.jsx(oa,{}),t.jsxRuntimeExports.jsx(Hs,{}),t.jsxRuntimeExports.jsx("div",{className:Gt.main,children:x&&x[m]&&a[x[m].path]&&a[x[m].path].data&&a[x[m].path].order.map(N=>t.jsxRuntimeExports.jsxs("div",{ref:S=>b.current[N]=S,onClick:S=>{S.stopPropagation(),v(null),h&&w(null),n({id:N,neededScroll:!0}),setTimeout(()=>{n({id:N,neededScroll:!1})},100),l(null),c?setTimeout(()=>{l(s.id)},100):l(s.id)},onMouseEnter:S=>{S.stopPropagation(),s.neededScroll||n({id:N,neededScroll:!1})},onMouseLeave:S=>{S.stopPropagation(),s.neededScroll||n({id:null,neededScroll:!1})},className:t.clx(Gt.block),children:[(s.id===N||c===N)&&t.jsxRuntimeExports.jsx("div",{className:Gt.active}),(s.id===N||c===N)&&t.jsxRuntimeExports.jsx("div",{className:Gt.name,children:bn(a[x[m].path].data[N].name,i)}),(s.id===N||c===N)&&bn(a[x[m].path].data[N].name,i)!=="unknown name"&&t.jsxRuntimeExports.jsx(F1,{}),(s.id===N||c===N)&&bn(a[x[m].path].data[N].name,i)!=="unknown name"&&t.jsxRuntimeExports.jsx("div",{className:Gt.addSection,children:t.jsxRuntimeExports.jsx(t.Button,{onClick:S=>{S.stopPropagation(),d(N,!0),l(null),n({id:null,neededScroll:!1}),v(null),E("/admin/builder/add")},children:"Add Section"})}),(s.id===N||c===N)&&bn(a[x[m].path].data[N].name,i)!=="unknown name"&&t.jsxRuntimeExports.jsx("div",{className:t.clx(Gt.addSection,Gt.addSectionTop),children:t.jsxRuntimeExports.jsx(t.Button,{onClick:S=>{S.stopPropagation(),d(N,!1),l(null),n({id:null,neededScroll:!1}),v(null),E("/admin/builder/add")},children:"Add Section"})}),o&&t.jsxRuntimeExports.jsx(oo,{render:R,block:a[x[m].path].data[N]})]},N))}),t.jsxRuntimeExports.jsx(Os,{})]})}),z1="_results_1pahy_1",Bo={results:z1};function U1(e,n){return n?new n[e]().blockSettings.isAddable:!1}function W1(e,n){return e?Object.keys(e||{}).reduce((s,r)=>(U1(r,n)&&s.push(r),s),[]):[]}const q1="_product_yggw5_1",G1="_name_yggw5_15",Ao={product:q1,name:G1},Y1=e=>{const{blockId:n,setSearchValue:s}=e,{sourceBlocks:r,setActiveBlock:o}=t.useBlocksStore(),{hideModal:i,hoverBlockId:a,isModalVisible:l,showPreview:c,hidePreview:d,clearHideTimeout:u,startHideTimeout:p,setHoverBlockTopPosition:m}=t.useSubmodalStore();function x(w){s(""),o(w),i("keyBlock")}function f(w,j){const v=window.innerHeight,_=400,b=10;let E=j.clientY-120;E+_>v&&(E=v-_-b),E<b&&(E=b),a||i("keyBlock"),c(w,"keyBlock"),u(),m(E)}function h(){l?p("keyBlock"):d("keyBlock"),m(null)}return t.jsxRuntimeExports.jsxs("div",{className:Ao.product,onClick:()=>x(n),onMouseEnter:w=>f(n,w),onMouseLeave:h,children:[Jn[n]?t.jsxRuntimeExports.jsx("img",{src:Jn[n]}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Cards"}),t.jsxRuntimeExports.jsx("span",{className:Ao.name,children:bn(n,r)}),t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretRight",width:20,height:20})]},n)},ca=()=>{const{blocks:e,sourceBlocks:n}=t.useBlocksStore(),[s,r]=C.useState(""),[o,i]=C.useState([]),a=C.useMemo(()=>W1(e,n),[e]),l=C.useMemo(()=>new t.Fuse(a,{keys:["name"],threshold:.4}),[a]);return C.useEffect(()=>{if(s.trim()==="")i(a);else{const c=l.search(s);i(c.map(d=>d.item))}},[s,l]),t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(t.Input,{type:"text",placeholder:"Search for sections",isSearch:!0,onChange:r,value:s,style:{marginBottom:10}}),t.jsxRuntimeExports.jsx("div",{className:Bo.results,children:o.length>0?o.map(c=>t.jsxRuntimeExports.jsx(Y1,{blockId:c,setSearchValue:r})):t.jsxRuntimeExports.jsx("div",{className:Bo.noResults,children:"No sections found"})})]})},X1="_wrapper_1k1cr_1",K1="_submodal_1k1cr_14",Hr={wrapper:X1,submodal:K1},J1=({children:e,positionTop:n,positionLeft:s})=>{const{keyBlock:r,startHideTimeout:o,clearHideTimeout:i,setMouseOverModal:a}=t.useSubmodalStore();return r?t.jsxRuntimeExports.jsx("div",{className:Hr.wrapper,style:n?{top:n,left:s||void 0}:{},onMouseEnter:()=>{i(),a(!0)},onMouseLeave:()=>{a(!1),o()},children:e}):null},Q1=({children:e})=>{const{hoverBlockId:n,startHideTimeout:s,clearHideTimeout:r,setMouseOverModal:o}=t.useSubmodalStore();return n?t.jsxRuntimeExports.jsx("div",{className:t.clx(Hr.wrapper,Hr.submodal),onMouseEnter:()=>{r(),o(!0)},onMouseLeave:()=>{o(!1),s()},children:e}):null},e2="_applyButton_1a9kh_2",t2="_content_1a9kh_7",n2="_title_1a9kh_14",s2="_label_1a9kh_21",r2="_colorValue_1a9kh_40",o2="_colorMap_1a9kh_48",i2="_indicator_1a9kh_57",a2="_hueSlider_1a9kh_66",l2="_slider_1a9kh_97",c2="_buttons_1a9kh_102",u2="_name_1a9kh_109",d2="_secondary_1a9kh_114",p2="_input_1a9kh_122",m2="_modal_1a9kh_160",x2="_alphaSlider_1a9kh_249",h2="_alphaBackground_1a9kh_257",f2="_alphaGradient_1a9kh_268",g2="_chargeTypes_1a9kh_297",j2="_charge_1a9kh_297",C2="_chargeActive_1a9kh_326",y2="_gradient_1a9kh_334",_2="_color_1a9kh_40",E2="_colorActive_1a9kh_355",v2="_gradientWrapper_1a9kh_362",R2="_subtitle_1a9kh_368",w2="_colorTypes_1a9kh_375",b2="_colorType_1a9kh_375",S2="_colorTypeActive_1a9kh_399",k2="_colorsWrapper_1a9kh_404",N2="_colors_1a9kh_404",me={applyButton:e2,content:t2,title:n2,label:s2,colorValue:r2,colorMap:o2,indicator:i2,hueSlider:a2,slider:l2,buttons:c2,name:u2,secondary:d2,input:p2,modal:m2,alphaSlider:x2,alphaBackground:h2,alphaGradient:f2,chargeTypes:g2,charge:j2,chargeActive:C2,gradient:y2,color:_2,colorActive:E2,gradientWrapper:v2,subtitle:R2,colorTypes:w2,colorType:b2,colorTypeActive:S2,colorsWrapper:k2,colors:N2},I2=()=>{const{modalPosition:e,color:n,initialColor:s,setShowModal:r,hue:o,saturation:i,brightness:a,alpha:l,dragging:c,setDragging:d,setHue:u,setSaturation:p,setBrightness:m,setAlpha:x,colorChange:f,setColor:h,update:w,isGradient:j,setIsGradient:v,gradientDirection:_,setGradientDirection:b,hue2:E,saturation2:R,brightness2:N,alpha2:S,setHue2:P,setSaturation2:L,setBrightness2:B,setAlpha2:k,activeColorIndex:M,setActiveColorIndex:Z,isGradientActive:z}=t.useColorPickerStore(),V=(K,Y,ue)=>{Y/=100,ue/=100;const W=Ce=>(Ce+K/60)%6,ne=Ce=>ue*(1-Y*Math.max(0,Math.min(W(Ce),4-W(Ce),1))),le=Math.round(255*ne(5)),de=Math.round(255*ne(3)),je=Math.round(255*ne(1));return{r:le,g:de,b:je}},U=K=>K.toString(16).padStart(2,"0"),q=(K,Y,ue,W)=>{const{r:ne,g:le,b:de}=V(K,Y,ue),je=Math.round(W/100*255);return`#${U(ne)}${U(le)}${U(de)}${U(je)}`},Q=(K,Y,ue,W)=>{if(j)if(M===1){u(K),p(Y),m(ue),x(W);const ne=q(K,Y,ue,W),le=q(E,R,N,S),je=`linear-gradient(${_==="vertical"?"0deg":"90deg"}, ${ne} 0%, ${le} 100%)`;f(je),h(je)}else{P(K),L(Y),B(ue),k(W);const ne=q(K,Y,ue,W),le=q(o,i,a,l),je=`linear-gradient(${_==="vertical"?"0deg":"90deg"}, ${le} 0%, ${ne} 100%)`;f(je),h(je)}else{const ne=q(K,Y,ue,W);f(ne),h(ne)}},g=(K,Y,ue)=>{const{width:W,height:ne}=ue.getBoundingClientRect(),le=Math.max(0,Math.min(K/W*100,100)),de=Math.max(0,Math.min(100-Y/ne*100,100));j?M===1?(p(le),m(de),Q(o,le,de,l)):(L(le),B(de),Q(E,le,de,S)):(p(le),m(de),Q(o,le,de,l))},T=K=>{const{offsetX:Y,offsetY:ue}=K.nativeEvent;d(!0),g(Y,ue,K.currentTarget)},G=K=>{if(c){const Y=document.querySelector(`.${me.colorMap}`),{left:ue,top:W}=Y.getBoundingClientRect(),ne=K.clientX-ue,le=K.clientY-W;g(ne,le,Y)}},y=()=>{d(!1)};C.useEffect(()=>{function K(W){const ne=/linear-gradient\((\d+deg),\s*(#[0-9a-fA-F]{8})\s*0%,\s*(#[0-9a-fA-F]{8})\s*100%\)/,le=W.match(ne);if(le){const de=le[1],je=le[2],Ce=le[3];return{angle:de,col1:je,col2:Ce}}return null}function Y(W){const ne=parseInt(W.slice(1,3),16),le=parseInt(W.slice(3,5),16),de=parseInt(W.slice(5,7),16),je=parseInt(W.slice(7,9),16)/255*100,{h:Ce,s:Ae,b:I}=ue(ne,le,de);return{h:Ce,s:Ae,b:I,a:je}}function ue(W,ne,le){W/=255,ne/=255,le/=255;const de=Math.max(W,ne,le),je=Math.min(W,ne,le);let Ce=0;const Ae=de-je,I=(de===0?0:Ae/de)*100,D=de*100;if(de===je)Ce=0;else switch(de){case W:Ce=((ne-le)/Ae+(ne<le?6:0))*60;break;case ne:Ce=((le-W)/Ae+2)*60;break;case le:Ce=((W-ne)/Ae+4)*60;break}return{h:Ce,s:I,b:D}}if(s&&s.startsWith("linear-gradient")){const W=K(s);if(W){const{angle:ne,col1:le,col2:de}=W,je=Y(le),Ce=Y(de);v(!0),b(ne==="0deg"?"vertical":"horizontal"),u(je.h),p(je.s),m(je.b),x(je.a),P(Ce.h),L(Ce.s),B(Ce.b),k(Ce.a),Z(1)}}else if(s){const ne=function(de){let je=de;return je.length===7&&(je=je+"ff"),je}(s),le=Y(ne);v(!1),u(le.h),p(le.s),m(le.b),x(le.a)}},[s,v,b,u,p,m,x,P,L,B,k,Z]),C.useEffect(()=>{let K,Y,ue,W;j?M===1?(K=o,Y=i,ue=a,W=l):(K=E,Y=R,ue=N,W=S):(K=o,Y=i,ue=a,W=l),Q(K,Y,ue,W)},[j,_,M,o,i,a,l,E,R,N,S]),C.useEffect(()=>{const K=ue=>G(ue),Y=()=>y();return c?(document.addEventListener("mousemove",K),document.addEventListener("mouseup",Y)):(document.removeEventListener("mousemove",K),document.removeEventListener("mouseup",Y)),()=>{document.removeEventListener("mousemove",K),document.removeEventListener("mouseup",Y)}},[c,j,_]);function O(){if(!j)w(n);else{const K=q(o,i,a,l),Y=q(E,R,N,S),W=`linear-gradient(${_==="vertical"?"0deg":"90deg"}, ${K} 0%, ${Y} 100%)`;w(W)}r(!1)}function X(){r(!1),f(s)}const H=j?M===1?o:E:o,J=j?M===1?i:R:i,re=j?M===1?a:N:a,pe=j?M===1?l:S:l,{r:ae,g:ke,b:F}=V(H,J,re),Fe=`linear-gradient(to right, rgba(${ae}, ${ke}, ${F}, 0), rgba(${ae}, ${ke}, ${F}, 1))`,ee=q(o,i,a,l),se=q(E,R,N,S);return t.jsxRuntimeExports.jsxs("div",{className:me.modal,onClick:K=>K.stopPropagation(),style:{top:`${e.top}px`,left:`${e.left}px`},children:[t.jsxRuntimeExports.jsx("h2",{className:me.title,children:"Color"}),z&&t.jsxRuntimeExports.jsxs("div",{className:me.colorTypes,children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(me.colorType,{[me.colorTypeActive]:!j}),onClick:()=>v(!1),children:[t.jsxRuntimeExports.jsx("div",{style:{background:"#757575",width:"16px",height:"16px",borderRadius:"50%"}}),"Solid"]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(me.colorType,{[me.colorTypeActive]:j}),onClick:()=>v(!0),children:[t.jsxRuntimeExports.jsx("div",{style:{background:"linear-gradient(to bottom, #757575 0%, #DBDBDB 100%)",width:"16px",height:"16px",borderRadius:"50%"}}),"Linear"]})]}),j&&z&&t.jsxRuntimeExports.jsxs("div",{className:me.colorsWrapper,children:[t.jsxRuntimeExports.jsx("div",{className:me.colors,style:{background:`linear-gradient(90deg, ${ee} 0%, ${se} 100%)`}}),t.jsxRuntimeExports.jsx("div",{className:t.clx(me.color,{[me.colorActive]:M===1}),onClick:()=>Z(1),style:{background:ee}}),t.jsxRuntimeExports.jsx("div",{className:t.clx(me.color,{[me.colorActive]:M===2}),onClick:()=>Z(2),style:{background:se}})]}),t.jsxRuntimeExports.jsx("div",{className:me.colorMap,onMouseDown:T,style:{background:`
|
|
89
98
|
linear-gradient(to top, black, transparent),
|
|
90
99
|
linear-gradient(to right, hsl(${H}, 100%, 100%), hsl(${H}, 100%, 50%))
|
|
91
|
-
`},children:e.jsxRuntimeExports.jsx("div",{className:L.indicator,style:{position:"absolute",left:`${Ne}%`,top:`${100-lt}%`,transform:"translate(-50%, -50%)"}})}),e.jsxRuntimeExports.jsx("div",{className:L.hueSlider,style:{bottom:f?"175px":"100px"},children:e.jsxRuntimeExports.jsx("input",{type:"range",min:"0",max:"360",value:H,onChange:N=>{const y=Number(N.target.value);f?T===1?J(y,r,i,l):J(y,E,b,R):(p(y),J(y,r,i,l))},className:L.slider})}),e.jsxRuntimeExports.jsxs("div",{className:L.alphaSlider,style:{bottom:f?"150px":"75px"},children:[e.jsxRuntimeExports.jsx("div",{className:L.alphaBackground}),e.jsxRuntimeExports.jsx("div",{className:L.alphaGradient,style:{background:yt}}),e.jsxRuntimeExports.jsx("input",{type:"range",min:"0",max:"100",value:Rt,onChange:N=>{const y=Number(N.target.value);f?T===1?J(a,r,i,y):J(v,E,b,y):(m(y),J(a,r,i,y))},className:L.slider})]}),f&&D&&e.jsxRuntimeExports.jsxs("div",{className:L.gradientWrapper,children:[e.jsxRuntimeExports.jsx("h3",{className:L.subtitle,children:"Rotation"}),e.jsxRuntimeExports.jsx("div",{className:L.gradient,children:e.jsxRuntimeExports.jsxs("div",{className:L.chargeTypes,children:[e.jsxRuntimeExports.jsxs("div",{className:e.clx(L.charge,{[L.chargeActive]:j==="horizontal"}),onClick:()=>C("horizontal"),children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowsHorizontal",width:20,height:20}),"Horizontal"]}),e.jsxRuntimeExports.jsxs("div",{className:e.clx(L.charge,{[L.chargeActive]:j==="vertical"}),onClick:()=>C("vertical"),children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"ArrowsVertical",width:20,height:20}),"Vertical"]})]})})]}),e.jsxRuntimeExports.jsxs("div",{className:L.buttons,children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:Ce,className:e.clx(L.applyButton,L.cancelButton),type:"Secondary",children:"Cancel"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:ae,className:L.applyButton,children:"Apply"})]})]})},qn=()=>{const{onPreview:t,zoomLevel:n}=e.usePreviewStore(),{keyBlock:s,hoverBlockId:o,isModalVisible:a,hoverBlockTopPosition:r}=e.useSubmodalStore(),{settings:i}=e.useSettingsStore(),{sourceBlocks:l}=e.useBlocksStore(),{pageContext:d}=e.usePagesStore(),{showModal:S}=e.useColorPickerStore(),{currentDevice:p}=e.useDeviceStore(),{isLoadingThemeSettings:x}=e.useThemeSettingsStore(),{isLoadingLayers:c}=e.useLayersStore(),m=j=>j?!l||!l[j]?e.jsxRuntimeExports.jsx(we,{error:`Block "${j}" does not exist in blocks.`}):new l[j]().renderPreview(i,d):e.jsxRuntimeExports.jsx(we,{error:"Block or block.name is undefined."});function w(){if(p.value==="desktop")return n>=1?"100%":`${(n*100).toFixed(2)}%`;{const j=p.value==="tablet"?768:425;return n>=1?`${j}px`:`${(j*n).toFixed(2)}px`}}function u(){switch(p.value){case"desktop":return"100%";case"tablet":return 768;case"mobile":return 425;default:return"100%"}}const{isOpenSelectModal:_}=e.usePagesStore(),f=g.useRef(null),h=j=>{f.current&&(f.current.scrollTop+=j.deltaY)};return e.jsxRuntimeExports.jsxs("div",{className:Re.preview,style:{zIndex:S&&!_?5e3:500},onWheel:j=>{j.stopPropagation(),h(j)},children:[a&&e.jsxRuntimeExports.jsx(xn,{children:e.jsxRuntimeExports.jsx(kt,{})}),e.jsxRuntimeExports.jsxs(mn,{positionTop:r,positionLeft:!o&&s?void 0:250,children:[!x&&!c&&e.jsxRuntimeExports.jsx(at,{render:m,block:s},s),(x||!s||c)&&e.jsxRuntimeExports.jsx("div",{className:Re.previewLoading,children:e.jsxRuntimeExports.jsx(e.Loader,{})})]}),S&&e.jsxRuntimeExports.jsx(Wn,{}),t&&e.jsxRuntimeExports.jsxs("div",{className:Re.main,style:{width:u()},children:[e.jsxRuntimeExports.jsx($o,{}),e.jsxRuntimeExports.jsx("div",{style:{borderLeft:w()==="100%"?"none":"var(--default-border)",borderRight:w()==="100%"?"none":"var(--default-border)",width:"100%",display:"flex",flexDirection:"column",alignItems:"center",height:"calc(100vh - 160px)",overflowY:"scroll",overflowX:"hidden"},onScroll:j=>{j.stopPropagation()},onWheel:j=>{j.stopPropagation()},children:!x&&!c?e.jsxRuntimeExports.jsx("div",{className:Re.content,style:{width:w()},children:e.jsxRuntimeExports.jsx(on,{scrollableRef:f})}):e.jsxRuntimeExports.jsx("div",{className:Re.loading,children:e.jsxRuntimeExports.jsx(e.Loader,{})})})]})]})},Gn="_sidebar_1xtkj_1",Zn="_title_1xtkj_11",Xn="_active_1xtkj_19",St={sidebar:Gn,title:Zn,active:Xn},Yn="_layers_1jhzw_1",Kn="_wrapper_1jhzw_9",Jn="_draggingWrapper_1jhzw_17",Qn="_block_1jhzw_21",er="_dragging_1jhzw_17",tr="_active_1jhzw_56",sr="_add_1jhzw_63",or="_addTop_1jhzw_79",nr="_visible_1jhzw_95",rr="_button_1jhzw_99",ir="_empty_1jhzw_114",ar="_title_1jhzw_126",lr="_icon_1jhzw_133",cr="_blockIcon_1jhzw_137",ur="_text_1jhzw_147",dr="_highlight_1jhzw_153",pr="_nameBlock_1jhzw_158",mr="_loader_1jhzw_162",xr="_actions_1jhzw_171",hr="_deleteButton_1jhzw_179",Y={layers:Yn,wrapper:Kn,draggingWrapper:Jn,block:Qn,dragging:er,active:tr,add:sr,addTop:or,visible:nr,button:rr,empty:ir,title:ar,icon:lr,blockIcon:cr,text:ur,highlight:dr,nameBlock:pr,loader:mr,actions:xr,deleteButton:hr},gr="_block_sj4cc_1",jr="_title_sj4cc_17",Sr="_actions_sj4cc_21",fr="_deleteButton_sj4cc_28",he={block:gr,title:jr,actions:Sr,deleteButton:fr},Ke={header:"Header",footer:"Footer",announcement:"Announcement"},Je=({id:t})=>{const{setCurrentBlock:n}=e.useLayersStore(),{activeBlock:s}=e.usePreviewStore(),[o,a]=g.useState(!1);function r(i){n(i)}return e.jsxRuntimeExports.jsxs("div",{className:e.clx(he.block,{[he.active]:s.id===t,[he.header]:t==="header",[he.footer]:t==="footer",[he.announcement]:t==="announcement"}),onClick:()=>r(t),onMouseOver:()=>a(!0),onMouseLeave:()=>a(!1),children:[Te[Ke[t]]?e.jsxRuntimeExports.jsx("img",{src:Te[Ke[t]],width:20,height:20}):e.jsxRuntimeExports.jsx(e.Icon,{name:"Cards",width:20,height:20}),e.jsxRuntimeExports.jsx("span",{className:he.title,children:Ke[t]}),e.jsxRuntimeExports.jsx("div",{className:he.actions,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"PushPin",hoverable:!0,width:20,height:20,fill:"#757575"})})]})},_r=({id:t,name:n,onClick:s,isDragging:o,icon:a})=>{const{activeBlock:r,setActiveBlock:i}=e.usePreviewStore(),{showPreview:l,hidePreview:d,showModal:S,hideModal:p,clearHideTimeout:x,startHideTimeout:c,hoverBlockId:m,isModalVisible:w}=e.useSubmodalStore(),{setPositionBlock:u}=e.useLayersStore(),[_,f]=g.useState(!1),[h,j]=g.useState(!1),[C,v]=g.useState(!1),[E,b]=g.useState(!1),[R,F]=g.useState(null),W=g.useRef(null),{attributes:X,listeners:A,setNodeRef:T,transform:q,transition:D}=e.useSortable({id:t}),U={transform:e.CSS.Transform.toString(q),transition:D},{setTitle:M,setDescription:I,setOnConfirm:J}=e.useConfirmationModalStore(),{pages:K,currentPage:me}=e.usePagesStore(),{removeBlock:xe}=e.useLayersStore(),G=H=>{H.stopPropagation(),W.current&&clearTimeout(W.current),i({id:t,neededScroll:!0}),w&&p(),l(t),x()},ae=(H,Ne=!0)=>{H.stopPropagation(),d(),S(t),x(),u(t,Ne)},Ce=H=>{H.stopPropagation(),i({id:null,neededScroll:!1}),w?c():d()};return g.useEffect(()=>{v(!1),f(!1),j(!1),b(!1)},[o]),g.useEffect(()=>{w||(j(!1),f(!1))},[w]),e.jsxRuntimeExports.jsxs("div",{ref:T,style:U,className:e.clx(Y.wrapper,{[Y.draggingWrapper]:o&&r.id===t}),onClick:H=>{H.stopPropagation(),s(t)},onMouseEnter:G,onMouseLeave:Ce,...X,...A,children:[e.jsxRuntimeExports.jsxs("div",{className:e.clx(Y.block,{[Y.dragging]:o&&r.id===t,[Y.active]:!o&&r.id===t}),children:[a?e.jsxRuntimeExports.jsx("img",{src:a,width:20,height:20}):e.jsxRuntimeExports.jsx(e.Icon,{name:"Cards",width:20,height:20}),e.jsxRuntimeExports.jsx("span",{className:Y.nameBlock,children:n}),m===t&&!o&&e.jsxRuntimeExports.jsx("div",{className:e.clx(Y.addTop,{[Y.visible]:h}),onMouseEnter:()=>{j(!0)},onMouseLeave:()=>{j(!1)},children:e.jsxRuntimeExports.jsxs("button",{className:Y.button,onClick:H=>ae(H,!1),onMouseEnter:()=>{const H=setTimeout(()=>{o||b(!0)},200);F(H)},onMouseLeave:()=>{R&&clearTimeout(R),b(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Plus",fill:"#fff"}),E&&e.jsxRuntimeExports.jsx(be,{text:"Click to add a section"})]})}),m===t&&!o&&e.jsxRuntimeExports.jsx("div",{className:e.clx(Y.add,{[Y.visible]:_}),onMouseEnter:()=>{f(!0)},onMouseLeave:()=>{f(!1)},children:e.jsxRuntimeExports.jsxs("button",{className:Y.button,onClick:H=>ae(H),onMouseEnter:()=>{const H=setTimeout(()=>{o||v(!0)},200);F(H)},onMouseLeave:()=>{R&&clearTimeout(R),v(!1)},children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Plus",fill:"#fff"}),C&&e.jsxRuntimeExports.jsx(be,{text:"Click to add a section"})]})})]}),m===t&&!o&&e.jsxRuntimeExports.jsxs("div",{className:Y.actions,children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20}),e.jsxRuntimeExports.jsx("div",{className:Y.deleteButton,onClick:H=>{H.stopPropagation(),M("Remove Block"),I(`Are you sure you want to delete ${n||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),J(()=>{K&&xe(K[me].path,t)})},children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Trash",fill:"#C12A2A",hoverable:!0,width:20,height:20})})]})]})},vr=()=>{const{blocks:t,setCurrentBlock:n,currentBlock:s,moveBlock:o,isLoadingLayers:a,announcement:r}=e.useLayersStore(),{currentPage:i,pages:l}=e.usePagesStore(),{setMouseOverModal:d,setHoverBlockId:S}=e.useSubmodalStore(),{sourceBlocks:p}=e.useBlocksStore();function x(f){n(f),d(!1),S(null)}const c=e.useSensors(e.useSensor(e.PointerSensor,{activationConstraint:{distance:5}})),[m,w]=g.useState(!1),u=()=>{w(!0)},_=f=>{w(!1);const{active:h,over:j}=f;if(j&&h.id!==j.id&&l&&l[i]){const C=l[i].path,v=t[C].order,E=v.indexOf(h.id),b=v.indexOf(j.id);E!==-1&&b!==-1&&o(C,E,b)}};return e.jsxRuntimeExports.jsx("div",{className:Y.layers,children:a?e.jsxRuntimeExports.jsx("div",{className:Y.loader,children:e.jsxRuntimeExports.jsx(e.Loader,{})}):e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[r&&e.jsxRuntimeExports.jsx(Je,{id:"announcement"}),e.jsxRuntimeExports.jsx(Je,{id:"header"}),!s&&e.jsxRuntimeExports.jsx(e.DndContext,{sensors:c,onDragEnd:_,onDragStart:u,children:l&&l[i]&&t[l[i].path]&&e.jsxRuntimeExports.jsx(e.SortableContext,{items:t[l[i].path].order,strategy:e.verticalListSortingStrategy,children:t[l[i].path].order.map((f,h)=>e.jsxRuntimeExports.jsx(_r,{id:f,name:ve(t[l[i].path].data[f].name,p),index:h,onClick:x,isDragging:m,icon:Te[t[l[i].path].data[f].name]},f))})}),e.jsxRuntimeExports.jsx(Je,{id:"footer"})]})})},wr="_loader_eyvkk_1",br={loader:wr},Cr=()=>{const{isLoadingSettings:t}=e.useSettingsStore();return t?e.jsxRuntimeExports.jsx("div",{className:br.loader,children:e.jsxRuntimeExports.jsx(e.Loader,{})}):e.jsxRuntimeExports.jsx(kr,{})},kr=()=>{const{settings:t}=e.useSettingsStore(),{settings:n,setSettingsInstance:s}=e.useBlocksStore();if(!t)return null;const{setError:o}=e.useErrorStore(),a=new n(t.blockSettings);g.useEffect(()=>{s(a)},[t]);try{return a.renderSettings()}catch(r){throw console.error("Error rendering settings:",r),o({message:"Error rendering settings",failedPageIds:[],failedThemeSettings:!1,failedSettings:!0}),r}},Er="_theme_a1one_1",Rr="_block_a1one_8",yr="_name_a1one_23",Tr="_loader_a1one_27",$e={theme:Er,block:Rr,name:yr,loader:Tr},Lr=()=>{const t=e.useNavigate(),{isLoadingThemeSettings:n,setActiveBlock:s}=e.useThemeSettingsStore();function o(a){switch(a==null?void 0:a.name){case"Colors":t("/admin/builder/theme/colors"),s(re[0]);break;case"Fonts":t("/admin/builder/theme/fonts"),s(re[1]);break;case"Borders":t("/admin/builder/theme/borders"),s(re[2]);break;case"Buttons":t("/admin/builder/theme/buttons"),s(re[3]);break;case"Inputs":t("/admin/builder/theme/inputs"),s(re[4]);break}}return e.jsxRuntimeExports.jsx("div",{className:$e.theme,children:n?e.jsxRuntimeExports.jsx("div",{className:$e.loader,children:e.jsxRuntimeExports.jsx(e.Loader,{})}):re.map(a=>e.jsxRuntimeExports.jsxs("div",{onClick:()=>o(a),className:e.clx($e.block),children:[e.jsxRuntimeExports.jsx(e.Icon,{name:a.icon}),e.jsxRuntimeExports.jsx("span",{className:$e.name,children:a.name}),e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretRight"})]},a.icon))})},Br="_back_7e826_1",Nr="_render_7e826_9",Pr="_open_7e826_24",Ar="_close_7e826_51",Ir="_clicked_7e826_55",$r="_title_7e826_59",Mr="_button_7e826_67",Fr="_loading_7e826_72",Hr="_settings_7e826_76",Dr="_deleteButton_7e826_82",Or="_backIcon_7e826_95",_e={back:Br,render:Nr,open:Pr,close:Ar,clicked:Ir,title:$r,button:Mr,loading:Fr,settings:Hr,deleteButton:Dr,backIcon:Or},Ur=({block:t})=>{const{pageContext:n}=e.usePagesStore(),{setError:s}=e.useErrorStore();try{return t.renderSettings(n)}catch(o){throw console.error("Error rendering settings:",o),s({message:"Error rendering block settings",failedPageIds:[],failedThemeSettings:!1,failedSettings:!0}),o}},Vr="_wrapper_15ju8_1",zr="_header_15ju8_8",Wr="_title_15ju8_15",qr="_colorWrapper_15ju8_21",Gr="_name_15ju8_35",Zr="_color_15ju8_21",Xr="_value_15ju8_47",Yr="_length_15ju8_51",ee={wrapper:Vr,header:zr,title:Wr,colorWrapper:qr,name:Gr,color:Zr,value:Xr,length:Yr},Kr=t=>{const{colors:n}=t,{themeSettings:s}=e.useThemeSettingsStore(),[o,a]=g.useState(!0);g.useEffect(()=>{n.length<=3&&a(!0)},[]);function r(i){const l=i.replace("--",""),[d,S]=l.split("-"),p=`${S.charAt(0).toUpperCase()+S.slice(1)} ${d.charAt(0).toUpperCase()+d.slice(1)}`,[x,c]=l.split("-");return{name:p,field:x,variable:c}}return e.jsxRuntimeExports.jsxs("div",{className:ee.wrapper,children:[e.jsxRuntimeExports.jsxs("div",{className:ee.header,children:[e.jsxRuntimeExports.jsx("div",{className:ee.title,children:"Section Colors"}),!o&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(ee.value,ee.length),onClick:()=>a(!0),children:["+",n.length]})]}),o&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx("div",{className:ee.colors,children:n.map(i=>{const l=r(i),{variable:d,name:S,field:p}=l;return e.jsxRuntimeExports.jsx(Jr,{color:s.colors[p][d],name:S})})}),n.length>3&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(ee.value,ee.length),onClick:()=>a(!1),children:["Hide ",n.length," colors"]})]})]})},Jr=t=>{const{name:n,color:s}=t,{setActiveLabel:o,setModalPosition:a,setInitialColor:r,setShowModal:i,setUpdate:l,setColor:d,setColorChange:S,colorChange:p,setIsGradientActive:x}=e.useColorPickerStore(),{updateColor:c}=e.useThemeSettingsStore(),m=(_,f)=>h=>{c(_,f,h)};g.useEffect(()=>{const _=()=>{i(!1),o(null),r(s),l(()=>{}),d(s),S(()=>{})};return document.body.addEventListener("click",_),()=>{document.body.removeEventListener("click",_)}},[]);const w=_=>{const f=n.split("/")[0],h=f.split(" ")[0].toLowerCase(),j=f.split(" ")[1].toLowerCase();_.stopPropagation(),i(!0),S(p),l(E=>m(j,h)(E)),r(s),d(s),x(j==="surface");const{top:C,left:v}=bt(_,550,288,10,20,230,80);a({top:j==="surface"?C:C+125,left:v-200})};function u(_){return _.length>15?_.slice(0,15)+"...":_}return e.jsxRuntimeExports.jsxs("div",{className:ee.colorWrapper,onClick:w,children:[e.jsxRuntimeExports.jsx("div",{className:ee.color,style:{background:s}}),e.jsxRuntimeExports.jsx("div",{className:ee.name,children:n}),e.jsxRuntimeExports.jsx("div",{className:ee.value,children:u(s)})]})},Qr="_back_1sznl_1",ei="_title_1sznl_9",ti="_deleteButton_1sznl_17",si="_backIcon_1sznl_30",Me={back:Qr,title:ei,deleteButton:ti,backIcon:si},oi=({onClick:t,setIsClicked:n,getDisplayName:s})=>{var c,m;const{activeBlock:o}=e.useBlocksStore(),{setTitle:a,setDescription:r,setOnConfirm:i}=e.useConfirmationModalStore(),{blocks:l,currentBlock:d,removeBlock:S}=e.useLayersStore(),{currentPage:p,pages:x}=e.usePagesStore();return e.jsxRuntimeExports.jsxs("div",{className:Me.back,children:[e.jsxRuntimeExports.jsx("div",{className:Me.backIcon,onClick:()=>t(),children:e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretLeft",hoverable:!0,width:20,height:20})}),e.jsxRuntimeExports.jsx("h3",{className:Me.title,children:o&&s(o)||x&&x[p]&&l[x[p].path]&&d&&s((c=l[x[p].path].data[d])==null?void 0:c.name)||d&&ie(d)||"Loading"}),d&&x&&!["header","footer","announcement"].includes(d)&&l[x[p].path].data[d]&&s((m=l[x[p].path].data[d])==null?void 0:m.name)!=="unknown name"&&e.jsxRuntimeExports.jsx("button",{onClick:w=>{var u;w.stopPropagation(),a("Remove Block"),r(`Are you sure you want to delete ${s((u=l[x[p].path].data[d])==null?void 0:u.name)||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),i(()=>{n(!0),S(x[p].path,d),t(!0)})},className:Me.deleteButton,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A"})})]})},ni=()=>{const t=e.useNavigate(),[n,s]=g.useState(!1),{header:o,footer:a,announcement:r,sourceBlocks:i,activeBlock:l,setActiveBlock:d,currentInstance:S,setCurrentInstance:p}=e.useBlocksStore(),{setActiveBlock:x}=e.usePreviewStore(),{blocks:c,addBlock:m,editBlock:w,currentBlock:u,setCurrentBlock:_,header:f,footer:h,announcement:j,isLoadingLayers:C}=e.useLayersStore(),{currentPage:v,pages:E}=e.usePagesStore(),{past:b,future:R}=e.useHistoryStore();function F(A=!1){if(E&&S&&u&&!["header","footer","announcement"].includes(u)&&!A){const T={blockSettings:{}};Object.keys(S.blockSettings).filter(q=>!["displayName","isAddable"].includes(q)).map(q=>{T.blockSettings[q]=S.blockSettings[q]}),w(E[v].path,u,{name:c[E[v].path].data[u].name,value:T})}d(null),_(null),x({id:null,neededScroll:!1}),setTimeout(()=>{s(!1)},150),p(null)}function W(A){var U;if(!E||!v||!A)return null;if(A==="header"){const M=new o;return Object.keys(M.blockSettings).forEach(I=>{M.blockSettings[I]=f==null?void 0:f.blockSettings[I]}),Object.keys(M.blockColors).forEach(I=>{M.blockColors[I]=f==null?void 0:f.blockColors[I]}),M}if(A==="footer"){const M=new a;return Object.keys(M.blockSettings).forEach(I=>{M.blockSettings[I]=h==null?void 0:h.blockSettings[I]}),Object.keys(M.blockColors).forEach(I=>{M.blockColors[I]=h==null?void 0:h.blockColors[I]}),M}if(A==="announcement"){const M=new r;return Object.keys(M.blockSettings).forEach(I=>{M.blockSettings[I]=j==null?void 0:j.blockSettings[I]}),Object.keys(M.blockColors).forEach(I=>{M.blockColors[I]=j==null?void 0:j.blockColors[I]}),M}const T=c[E[v].path];if(!T||!T.data[A])return null;const q=T.data[A];return!q||!i[q.name]?null:new i[q.name]((U=q.value)==null?void 0:U.blockSettings)}g.useEffect(()=>{if(u){const A=W(u);p(A)}else p(null)},[u,b,R,l]),g.useEffect(()=>{if(l&&E&&!u){const A={blockSettings:{},blockColors:{}},T=new i[l];p(T),Object.keys(T.blockSettings).filter(D=>!["displayName","isAddable"].includes(D)).map(D=>{A.blockSettings[D]=T.blockSettings[D]}),Object.keys(T.blockColors).filter(D=>!["displayName","isAddable"].includes(D)).map(D=>{A.blockColors[D]=T.blockColors[D]});const q=m(E[v].path,{name:l,value:A});x({id:q,neededScroll:!0}),_(q),t("/admin/builder")}},[l,b,R]);function X(A){if(!i)return"unknown name";if(!i[A])return u==="header"?f==null?void 0:f.blockSettings.displayName:u==="footer"?h==null?void 0:h.blockSettings.displayName:u==="announcement"?j==null?void 0:j.blockSettings.displayName:"unknown name";const T=new i[A];return!T.blockSettings||!T.blockSettings.displayName?"unknown name":T.blockSettings.displayName}return e.jsxRuntimeExports.jsxs("div",{className:e.clx(_e.render,{[_e.open]:u,[_e.close]:!u,[_e.clicked]:n}),onClick:A=>A.stopPropagation(),style:{opacity:C?0:1},children:[e.jsxRuntimeExports.jsx(oi,{onClick:F,setIsClicked:s,getDisplayName:X}),e.jsxRuntimeExports.jsxs("div",{className:_e.settings,children:[S&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(Ur,{block:S}),e.jsxRuntimeExports.jsx(Kr,{colors:S.blockColors})]}),!l&&!u&&e.jsxRuntimeExports.jsx("div",{className:_e.loading,children:"Loading"})]})]})},ri="_header_9rrfr_1",ii="_title_9rrfr_9",ai="_backIcon_9rrfr_15",Qe={header:ri,title:ii,backIcon:ai},Le=({onClick:t,title:n})=>e.jsxRuntimeExports.jsxs("div",{className:Qe.header,children:[e.jsxRuntimeExports.jsx("div",{className:Qe.backIcon,onClick:t,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretLeft",hoverable:!0,width:20,height:20})}),e.jsxRuntimeExports.jsx("span",{className:Qe.title,children:n})]}),li="_options_ymds7_1",ci={options:li},ui="_wrapper_kzokw_1",di="_open_kzokw_16",pi="_close_kzokw_20",et={wrapper:ui,open:di,close:pi},Be=t=>{const{isOpen:n,isClose:s,children:o}=t;return e.jsxRuntimeExports.jsx("div",{className:e.clx(et.wrapper,{[et.open]:n,[et.close]:s}),children:o})},mi=()=>{var S,p;const{activeBlock:t,themeSettings:n,updateBorder:s,setActiveBlock:o}=e.useThemeSettingsStore();function a(x,c){s(c,x)}const r=e.useNavigate();function i(){o(null),r("/admin/builder/theme")}const l=g.useMemo(()=>n.borders,[n]),d=(t==null?void 0:t.name)==="Borders";return e.jsxRuntimeExports.jsxs(Be,{isOpen:d,isClose:!d,children:[e.jsxRuntimeExports.jsx(Le,{onClick:i,title:"Borders Style"}),e.jsxRuntimeExports.jsxs("div",{className:ci.options,children:[e.jsxRuntimeExports.jsx(e.Select,{label:"Border Radius (px)",options:Object.keys(qe),value:((S=Object.entries(qe).find(([x,c])=>c===l.radius))==null?void 0:S[0])||"None",onChange:x=>a(qe[x],"radius")}),e.jsxRuntimeExports.jsx(e.Select,{label:"Border Thickness (px)",options:Object.keys(Ge),value:((p=Object.entries(Ge).find(([x,c])=>c===l.thickness))==null?void 0:p[0])||"None",onChange:x=>a(Ge[x],"thickness")})]})]})},xi="_options_jo38w_1",hi="_alignments_jo38w_9",gi="_blocks_jo38w_15",ji="_alignment_jo38w_9",Si="_active_jo38w_34",fi="_chargeTypes_jo38w_41",_i="_charge_jo38w_41",vi="_chargeActive_jo38w_69",wi="_shadowsHeader_jo38w_77",bi="_sliderContainer_jo38w_83",Ci="_shadowInputs_jo38w_91",ki="_label_jo38w_102",Ei="_shadowInputsRow_jo38w_111",Ri="_shadowInputsOpen_jo38w_119",Q={options:xi,alignments:hi,blocks:gi,alignment:ji,active:Si,chargeTypes:fi,charge:_i,chargeActive:vi,shadowsHeader:wi,sliderContainer:bi,shadowInputs:Ci,label:ki,shadowInputsRow:Ei,shadowInputsOpen:Ri},je=t=>{const{initialColor:n,onChange:s,title:o,labelStyle:a="primary",isGradientActive:r=!0}=t,[i,l]=g.useState(n);g.useEffect(()=>{l(n)},[n]);const{setActiveLabel:d,setModalPosition:S,setInitialColor:p,setShowModal:x,setUpdate:c,setColor:m,setColorChange:w,setIsGradientActive:u,colorChange:_}=e.useColorPickerStore();g.useEffect(()=>{const h=()=>{x(!1),d(null),p(n),c(()=>{}),m(n),w(()=>{})};return document.body.addEventListener("click",h),()=>{document.body.removeEventListener("click",h)}},[]);const f=h=>{h.stopPropagation(),x(!0),w(l),c(s),p(n),m(i),u(r);const{top:j,left:C}=bt(h,600,288,10,20,230,80);S({top:j,left:C})};return e.jsxRuntimeExports.jsxs("div",{className:L.content,children:[e.jsxRuntimeExports.jsx("span",{className:e.clx(L.name,{[L.secondary]:a==="secondary"}),children:o}),e.jsxRuntimeExports.jsxs("label",{className:L.label,onClick:h=>h.stopPropagation(),children:[e.jsxRuntimeExports.jsx("div",{className:L.colorValue,style:{background:i},onClick:f}),e.jsxRuntimeExports.jsx("input",{type:"text",value:i,onChange:h=>{const j=h.target.value;s(j),m(j),l(j),_(j)},className:L.input})]})]})},yi=["left","center","right"],Ti=()=>{const{activeBlock:t,themeSettings:n,updateButton:s,setActiveBlock:o}=e.useThemeSettingsStore(),{fonts:a}=e.useFontsStore(),[r,i]=g.useState("primary");function l(u,_){s(r,_,u)}const[d,S]=g.useState(!1),p=n.buttons[r],x=e.useNavigate();function c(){o(null),x("/admin/builder/theme")}const m=(t==null?void 0:t.name)==="Buttons";function w(u,_){l({...p.boxShadow,[u]:_},"boxShadow")}return e.jsxRuntimeExports.jsxs(Be,{isOpen:m,isClose:!m,children:[e.jsxRuntimeExports.jsx(Le,{onClick:c,title:"Buttons Style"}),e.jsxRuntimeExports.jsx("div",{className:Q.chargeTypes,style:{marginBottom:"10px"},children:["primary","secondary","tertiary"].map(u=>e.jsxRuntimeExports.jsx("div",{className:e.clx(Q.charge,{[Q.chargeActive]:r===u}),onClick:()=>i(u),children:u.charAt(0).toUpperCase()+u.slice(1)},u))}),p&&e.jsxRuntimeExports.jsxs("div",{className:Q.options,children:[e.jsxRuntimeExports.jsx(e.Input,{label:"Height (px)",value:String(p.height),onChange:u=>l(Number(u),"height"),type:"number",min:0}),e.jsxRuntimeExports.jsx(e.Select,{label:"Font Size (px)",value:String(p.size),onChange:u=>l(Number(u),"size"),options:Oe}),e.jsxRuntimeExports.jsx(e.Input,{label:"Border Radius (px)",value:String(p.radius),onChange:u=>l(Number(u),"radius"),type:"number",min:0}),e.jsxRuntimeExports.jsx(e.Select,{label:"Font",value:p.font,onChange:u=>l(u,"font"),options:[...a.filter(u=>u.name!==p.font).map(u=>u.name)]}),e.jsxRuntimeExports.jsx(je,{initialColor:p.background,onChange:u=>l(u,"background"),title:"Background Color",labelStyle:"secondary",isGradientActive:!0}),e.jsxRuntimeExports.jsxs("div",{className:Q.sliderContainer,children:[e.jsxRuntimeExports.jsx("h4",{className:Q.label,children:"Shadow"}),e.jsxRuntimeExports.jsx(e.Button,{type:"Secondary",onClick:()=>S(!d),style:{padding:5,display:"flex"},children:e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretUp",style:{rotate:d?"0deg":"-180deg",transition:"0.3s rotate ease"}})})]}),e.jsxRuntimeExports.jsxs("div",{className:e.clx(Q.shadowInputs,{[Q.shadowInputsOpen]:d}),children:[e.jsxRuntimeExports.jsxs("div",{className:Q.shadowInputsRow,children:[e.jsxRuntimeExports.jsx(e.Input,{label:"Left (px)",value:String(p.boxShadow.left),onChange:u=>w("left",Number(u)),type:"number"}),e.jsxRuntimeExports.jsx(e.Input,{label:"Top (px)",value:String(p.boxShadow.top),onChange:u=>w("top",Number(u)),type:"number"}),e.jsxRuntimeExports.jsx(e.Input,{label:"Blur (px)",value:String(p.boxShadow.blur),onChange:u=>w("blur",Number(u)),type:"number"}),e.jsxRuntimeExports.jsx("div",{style:{flex:1,whiteSpace:"nowrap"},children:e.jsxRuntimeExports.jsx(e.Input,{label:"Spread (px)",value:String(p.boxShadow.spread),onChange:u=>w("spread",Number(u)),type:"number"})})]}),e.jsxRuntimeExports.jsx(je,{initialColor:p.boxShadow.color,onChange:u=>w("color",u),title:"Color",labelStyle:"secondary",isGradientActive:!1})]}),e.jsxRuntimeExports.jsxs("div",{className:Q.alignments,children:[e.jsxRuntimeExports.jsx("h4",{className:Q.label,children:"Alignment Type"}),e.jsxRuntimeExports.jsx("div",{className:Q.blocks,children:yi.map(u=>e.jsxRuntimeExports.jsx("div",{className:e.clx(Q.alignment,{[Q.active]:p.alignment===u}),onClick:()=>{l(u,"alignment")},children:e.jsxRuntimeExports.jsx(e.Icon,{name:u==="center"?"AlignCenterHorizontal":u==="left"?"AlignLeft":"AlignRight",fill:p.alignment===u?"#252525":"#757575"})},u))})]}),e.jsxRuntimeExports.jsx(e.Switch,{label:"Enable Hover",onChange:u=>l(u,"hover"),current:p.hover})]})]})},Li="_category_hxy9u_1",Bi="_categoryTitle_hxy9u_19",tt={category:Li,categoryTitle:Bi},Ni=()=>{const{themeSettings:t,setActiveColorCategory:n}=e.useThemeSettingsStore();function s(o){n(o)}return e.jsxRuntimeExports.jsx("div",{className:tt.wrapper,children:Object.keys(t.colors).map(o=>o==="icon"?e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{}):e.jsxRuntimeExports.jsxs("div",{className:tt.category,onClick:()=>s(o),children:[e.jsxRuntimeExports.jsxs("h2",{className:tt.categoryTitle,children:[o==="text"?"Text & Icon":ie(o)," Colors"]}),e.jsxRuntimeExports.jsx(e.Icon,{name:"CaretRight",width:24,height:24})]},o))})},Pi="_wrapper_ikvjo_1",Ai="_open_ikvjo_16",Ii="_close_ikvjo_20",$i="_header_ikvjo_24",Mi="_title_ikvjo_32",Fi="_options_ikvjo_38",Hi="_clicked_ikvjo_45",Di="_backIcon_ikvjo_49",Oi="_charge_ikvjo_59",Ui="_chargeActive_ikvjo_78",Vi={wrapper:Pi,open:Ai,close:Ii,header:$i,title:Mi,options:Fi,clicked:Hi,backIcon:Di,charge:Oi,chargeActive:Ui},zi=()=>{const{activeBlock:t,setActiveFont:n,activeFont:s,themeSettings:o,updateFont:a}=e.useThemeSettingsStore(),{fonts:r}=e.useFontsStore(),[i,l]=g.useState(null);function d(){n(null)}function S(u,_){i&&s&&a("desktop",i,s,_,u)}const[p,x]=g.useState([]),c=g.useMemo(()=>s?o.fonts.desktop.heading[s]?(l("heading"),o.fonts.desktop.heading[s]):o.fonts.desktop.body[s]?(l("body"),o.fonts.desktop.body[s]):(l(null),null):null,[s,o]);g.useEffect(()=>{if(c){const u=r.find(_=>_.name===c.font);u&&(x(u.weights),u.weights.includes(c.boldWeight)||S("400","boldWeight"),u.weights.includes(c.weight)||S("400","weight"))}},[c,s]);const m=!!((t==null?void 0:t.name)==="Fonts"&&s),w=(t==null?void 0:t.name)!=="Fonts"||!s;return e.jsxRuntimeExports.jsxs(Be,{isOpen:m,isClose:w,children:[e.jsxRuntimeExports.jsx(Le,{onClick:d,title:"Font Style"}),s&&c&&e.jsxRuntimeExports.jsxs("div",{className:Vi.options,children:[e.jsxRuntimeExports.jsx(e.Select,{label:"Font",value:c.font,onChange:u=>S(u,"font"),options:[...r.filter(u=>u.name!==c.font).map(u=>u.name)]}),e.jsxRuntimeExports.jsx(e.Select,{label:"Size",value:String(c.size),onChange:u=>S(u,"size"),options:Oe}),e.jsxRuntimeExports.jsx(e.Select,{label:"Default Weight",value:String(c.weight),onChange:u=>S(u,"weight"),options:p}),e.jsxRuntimeExports.jsx(e.Select,{label:"Bold Weight",value:String(c.boldWeight),onChange:u=>S(u,"boldWeight"),options:p})]})]})},Wi="_wrapper_mkmxa_1",qi="_category_mkmxa_5",Gi="_categoryTitle_mkmxa_11",Zi="_font_mkmxa_17",Xi="_content_mkmxa_32",Yi="_icon_mkmxa_39",Ki="_paragraph_mkmxa_50",Ji="_deleteIcon_mkmxa_54",Qi="_iconButton_mkmxa_61",de={wrapper:Wi,category:qi,categoryTitle:Gi,font:Zi,content:Xi,icon:Yi,paragraph:Ki,deleteIcon:Ji,iconButton:Qi},ea={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",h7:"h7",lg:"large",md:"medium",sm:"small"},ta=t=>{const{font:n,size:s,id:o,category:a}=t,{setActiveFont:r}=e.useThemeSettingsStore();return e.jsxRuntimeExports.jsxs("div",{className:de.font,onClick:()=>r(o),children:[e.jsxRuntimeExports.jsx("div",{className:e.clx(de.icon,{[de.paragraph]:a==="paragraph"}),children:e.jsxRuntimeExports.jsx(e.Icon,{name:a==="paragraph"?"TextB":"TextH"})}),e.jsxRuntimeExports.jsxs("div",{className:de.content,children:[e.jsxRuntimeExports.jsx("h2",{className:de.categoryTitle,children:ie(ea[o])}),e.jsxRuntimeExports.jsx("span",{className:de.value,children:`${n}, ${s}px`})]})]})},sa=()=>{const{themeSettings:t,setActiveFont:n,activeBlock:s}=e.useThemeSettingsStore();g.useEffect(()=>(o(),()=>{o()}),[]);function o(){n(null)}if(s!=null&&s.name)return e.jsxRuntimeExports.jsx("div",{className:de.wrapper,children:Object.entries(t.fonts.desktop).sort(([a],[r])=>a==="heading"?-1:r==="heading"?1:0).map(([a,r])=>e.jsxRuntimeExports.jsxs("div",{className:de.category,children:[e.jsxRuntimeExports.jsx("h2",{className:de.categoryTitle,children:ie(a)}),Object.entries(r).map(([i,l])=>e.jsxRuntimeExports.jsx(ta,{id:i,category:a,...l},i))]},a))})},oa="_wrapper_16ym0_2",na="_category_16ym0_6",ra="_categoryTitle_16ym0_12",ia="_color_16ym0_18",aa="_name_16ym0_24",la="_content_16ym0_29",ca="_label_16ym0_36",ua="_input_16ym0_48",da="_title_16ym0_74",pa="_field_16ym0_82",ma="_alignments_16ym0_92",xa="_lineField_16ym0_98",ha="_style_16ym0_106",ga="_header_16ym0_113",ne={wrapper:oa,category:na,categoryTitle:ra,color:ia,name:aa,content:la,label:ca,input:ua,title:da,field:pa,alignments:ma,lineField:xa,style:ha,header:ga},ja="_blocks_emecf_1",Sa="_block_emecf_1",fa="_active_emecf_21",st={blocks:ja,block:Sa,active:fa},ft=t=>{const{items:n,selectedItem:s,onSelect:o,getIconName:a}=t;return e.jsxRuntimeExports.jsx("div",{className:st.blocks,children:n.map(r=>e.jsxRuntimeExports.jsx("div",{className:e.clx(st.block,{[st.active]:s===r}),onClick:()=>o(r),children:e.jsxRuntimeExports.jsx(e.Icon,{name:a(r),fill:s===r?"#252525":"#757575"})},String(r)))})},_a=["left","center","right"],va=["solid","dashed"],Fe=t=>{const{title:n,children:s,rightAddon:o}=t;return e.jsxRuntimeExports.jsxs("div",{className:ne.field,children:[e.jsxRuntimeExports.jsxs("div",{className:ne.header,children:[e.jsxRuntimeExports.jsx("h4",{className:ne.categoryTitle,children:n}),o]}),s]})},wa=()=>{const{themeSettings:t,updateInput:n}=e.useThemeSettingsStore(),s=g.useMemo(()=>t.inputs,[t]),o=(r,i,l)=>{n(r,i,l)},a=r=>i=>{n(r,i,"color")};return e.jsxRuntimeExports.jsxs("div",{className:ne.wrapper,children:[e.jsxRuntimeExports.jsxs(Fe,{title:"General",children:[e.jsxRuntimeExports.jsx(e.Input,{label:"Height (px)",value:String(s.general.height),onChange:r=>o("general",r,"height"),type:"number",min:0}),e.jsxRuntimeExports.jsx(e.Select,{label:"Font Size (px)",onChange:r=>o("general",r,"size"),value:String(s.general.size),options:Oe}),e.jsxRuntimeExports.jsx(je,{initialColor:ie(s.general.color),onChange:a("general"),title:"Font Color",labelStyle:"secondary",isGradientActive:!1})]}),e.jsxRuntimeExports.jsx(Fe,{title:"Field Fill",rightAddon:e.jsxRuntimeExports.jsx("div",{className:ne.switch,children:e.jsxRuntimeExports.jsx(e.Switch,{onChange:r=>o("field",r,"active"),current:s.field.active})}),children:e.jsxRuntimeExports.jsx(je,{initialColor:s.field.color,onChange:a("field"),title:"Color",labelStyle:"secondary"})}),e.jsxRuntimeExports.jsxs(Fe,{title:"Border",rightAddon:e.jsxRuntimeExports.jsx("div",{className:ne.switch,children:e.jsxRuntimeExports.jsx(e.Switch,{onChange:r=>o("border",r,"active"),current:s.border.active})}),children:[e.jsxRuntimeExports.jsxs("div",{className:ne.lineField,children:[e.jsxRuntimeExports.jsxs("div",{className:ne.style,children:[e.jsxRuntimeExports.jsx("span",{className:ne.title,children:"Style"}),e.jsxRuntimeExports.jsx(ft,{items:va,selectedItem:s.border.style,onSelect:r=>o("border",r,"style"),getIconName:r=>r==="solid"?"Minus":"Selection"})]}),e.jsxRuntimeExports.jsx(e.Input,{label:"Radius (px)",value:String(s.border.radius),onChange:r=>o("border",r,"radius"),type:"number",min:0})]}),e.jsxRuntimeExports.jsx(e.Input,{label:"Thickness (px)",value:String(s.border.thickness),onChange:r=>o("border",r,"thickness"),type:"number",min:0}),e.jsxRuntimeExports.jsx(je,{initialColor:ie(s.border.color),onChange:a("border"),title:"Color",labelStyle:"secondary",isGradientActive:!1})]}),e.jsxRuntimeExports.jsxs(Fe,{title:"Label",children:[e.jsxRuntimeExports.jsx(e.Input,{label:"Line Height (px)",value:String(s.label.height),onChange:r=>o("label",r,"height"),type:"number",min:0}),e.jsxRuntimeExports.jsx(e.Select,{label:"Font Size (px)",onChange:r=>o("label",r,"size"),value:String(s.label.size),options:Oe}),e.jsxRuntimeExports.jsx(je,{initialColor:ie(s.label.color),onChange:a("label"),title:"Color",labelStyle:"secondary",isGradientActive:!1}),e.jsxRuntimeExports.jsxs("div",{className:ne.alignments,children:[e.jsxRuntimeExports.jsx("h4",{className:ne.title,children:"Alignment Type"}),e.jsxRuntimeExports.jsx(ft,{items:_a,selectedItem:s.label.alignment,onSelect:r=>o("label",r,"alignment"),getIconName:r=>r==="center"?"AlignCenterHorizontal":r==="left"?"AlignLeft":"AlignRight"})]})]})]})},ba="_wrapper_1yw63_2",Ca="_category_1yw63_7",ka="_categoryTitle_1yw63_13",Ea="_color_1yw63_24",Ra="_content_1yw63_33",ya="_preview_1yw63_42",Ta="_container_1yw63_52",La="_buttonWrapper_1yw63_62",Ba="_button_1yw63_62",Na="_buttonBorder_1yw63_80",Pa="_buttonBackground_1yw63_83",Aa="_text_1yw63_87",Ia="_textText_1yw63_93",$a="_icon_1yw63_97",Ma="_iconIcon_1yw63_100",Fa="_annotation_1yw63_104",Ha="_annotationText_1yw63_111",Da="_label_1yw63_116",Oa="_circle_1yw63_127",Ua="_line_1yw63_140",Va="_circle1_1yw63_154",za="_circle2_1yw63_159",Wa="_annotationIcon_1yw63_164",qa="_annotationBorder_1yw63_192",Ga="_line1_1yw63_203",Za="_line2_1yw63_210",Xa="_circle3_1yw63_227",Ya="_circle4_1yw63_232",Ka="_annotationSurface_1yw63_237",k={wrapper:ba,category:Ca,categoryTitle:ka,color:Ea,content:Ra,preview:ya,container:Ta,buttonWrapper:La,button:Ba,buttonBorder:Na,buttonBackground:Pa,text:Aa,textText:Ia,icon:$a,iconIcon:Ma,annotation:Fa,annotationText:Ha,label:Da,circle:Oa,line:Ua,circle1:Va,circle2:za,annotationIcon:Wa,annotationBorder:qa,line1:Ga,line2:Za,circle3:Xa,circle4:Ya,annotationSurface:Ka},Ja=()=>{const{activeColorCategory:t}=e.useThemeSettingsStore();return e.jsxRuntimeExports.jsx("div",{className:k.container,children:e.jsxRuntimeExports.jsxs("div",{className:k.buttonWrapper,children:[e.jsxRuntimeExports.jsxs("div",{className:e.clx(k.button,{[k.buttonBorder]:t==="border",[k.buttonBackground]:t==="surface"}),children:[e.jsxRuntimeExports.jsx(e.Icon,{name:"Smiley",className:e.clx(k.icon,{[k.iconIcon]:t==="text"}),width:22,height:22,fill:"#757575"}),e.jsxRuntimeExports.jsx("span",{className:e.clx(k.text,{[k.textText]:t==="text"}),children:"Button Example"})]}),t==="text"&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(k.annotation,k.annotationText),children:[e.jsxRuntimeExports.jsx("div",{className:k.label,children:"Text Color"}),e.jsxRuntimeExports.jsx("div",{className:k.line}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle1)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle2)})]}),t==="text"&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(k.annotation,k.annotationIcon),children:[e.jsxRuntimeExports.jsx("div",{className:k.label,children:"Icon Color"}),e.jsxRuntimeExports.jsx("div",{className:k.line}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle1)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle2)})]}),t==="border"&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(k.annotation,k.annotationBorder),children:[e.jsxRuntimeExports.jsx("div",{className:k.label,children:"Border Color"}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.line,k.line1)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.line,k.line2)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle1)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle2)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle3)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle4)})]}),t==="surface"&&e.jsxRuntimeExports.jsxs("div",{className:e.clx(k.annotation,k.annotationSurface),children:[e.jsxRuntimeExports.jsx("div",{className:k.label,children:"Surface Color"}),e.jsxRuntimeExports.jsx("div",{className:k.line}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle1)}),e.jsxRuntimeExports.jsx("div",{className:e.clx(k.circle,k.circle2)})]})]})})},Qa={text:["primary","secondary","tertiary","inverted","action","action-hover","disabled","warning","error","success","information","link"],border:["primary","secondary","action","actionHover","disabled","warning","error","success","information","focus"],surface:["primary","secondary","action1","action1Hover","action2","action2Hover","disabled","warning","error","success","information","modal"]},el=()=>{const{activeBlock:t,setActiveColorCategory:n,activeColorCategory:s,themeSettings:o,updateColor:a}=e.useThemeSettingsStore();function r(){n(null)}function i(p,x,c){a(p,x,c)}const l=!!((t==null?void 0:t.name)==="Colors"&&s),d=(t==null?void 0:t.name)!=="Colors"||!s,S=s?Qa[s]:[];return e.jsxRuntimeExports.jsxs(Be,{isOpen:l,isClose:d,children:[e.jsxRuntimeExports.jsx(Le,{onClick:r,title:s==="text"?"Text & Icon Colors":`${ie(s)} Colors`}),s&&e.jsxRuntimeExports.jsxs("div",{className:k.wrapper,children:[e.jsxRuntimeExports.jsx(Ja,{}),S.map(p=>{const x=o.colors[s][p];return x?e.jsxRuntimeExports.jsx("div",{className:k.color,children:e.jsxRuntimeExports.jsxs("div",{className:k.content,children:[e.jsxRuntimeExports.jsx("div",{className:k.preview,style:{background:x}}),e.jsxRuntimeExports.jsx(je,{title:ie(p),initialColor:x,onChange:c=>i(s,p,c),isGradientActive:s==="surface"})]})},p):null})]})]})},tl="_loader_1p5lr_1",sl={loader:tl},ol=()=>{const{activeBlock:t,themeSettings:n,isLoadingThemeSettings:s}=e.useThemeSettingsStore();return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:s?e.jsxRuntimeExports.jsx("div",{className:sl.loader,children:e.jsxRuntimeExports.jsx(e.Loader,{})}):e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[(t==null?void 0:t.name)==="Fonts"&&n.fonts&&e.jsxRuntimeExports.jsx(sa,{}),(t==null?void 0:t.name)==="Fonts"&&n.fonts&&e.jsxRuntimeExports.jsx(zi,{}),(t==null?void 0:t.name)==="Colors"&&n.colors&&e.jsxRuntimeExports.jsx(Ni,{}),(t==null?void 0:t.name)==="Colors"&&n.colors&&e.jsxRuntimeExports.jsx(el,{}),(t==null?void 0:t.name)==="Inputs"&&n.inputs&&e.jsxRuntimeExports.jsx(wa,{}),(t==null?void 0:t.name)==="Borders"&&n.borders&&e.jsxRuntimeExports.jsx(mi,{}),(t==null?void 0:t.name)==="Buttons"&&n.buttons&&e.jsxRuntimeExports.jsx(Ti,{})]})})},nl=()=>{const{activeBlock:t,setActiveBlock:n}=e.useThemeSettingsStore(),{activeBlock:s}=e.useNavbarStore(),o=e.useNavigate();function a(){n(null),o("/admin/builder/theme")}const r=!!t,i=!t||s.name!=="Theme";return e.jsxRuntimeExports.jsxs(Be,{isOpen:r,isClose:i,children:[e.jsxRuntimeExports.jsx(Le,{onClick:a,title:(t==null?void 0:t.name)||""}),e.jsxRuntimeExports.jsx(ol,{})]})},rl=()=>{const{activeBlock:t}=e.useNavbarStore(),{showTooltip:n}=e.useTooltipStore();function s(){switch(t.name){case"Layers":return"Layers";case"Add":return"Add Sections";case"Theme":return"Theme Settings";case"Settings":return"Settings"}}return e.jsxRuntimeExports.jsxs("div",{className:St.sidebar,style:{zIndex:n?50:"auto"},children:[e.jsxRuntimeExports.jsx("h3",{className:St.title,children:s()}),t.name==="Layers"&&e.jsxRuntimeExports.jsx(vr,{}),t.name==="Add"&&e.jsxRuntimeExports.jsx(kt,{}),e.jsxRuntimeExports.jsx(ni,{}),e.jsxRuntimeExports.jsx(nl,{}),t.name==="Theme"&&e.jsxRuntimeExports.jsx(Lr,{}),t.name==="Settings"&&e.jsxRuntimeExports.jsx(Cr,{})]})},il="_wrapper_no6if_1",al="_header_no6if_12",ll="_content_no6if_23",cl="_buttons_no6if_44",ul="_label_no6if_51",dl="_description_no6if_52",pl="_preview_no6if_60",ml="_block_no6if_66",xl="_slug_no6if_75",hl="_title_no6if_81",gl="_closeIcon_no6if_87",se={wrapper:il,header:al,content:ll,buttons:cl,label:ul,description:dl,preview:pl,block:ml,slug:xl,title:hl,closeIcon:gl},jl="_wrapper_ba9vp_2",Sl="_label_ba9vp_10",fl="_options_ba9vp_18",_l="_radioLabel_ba9vp_24",vl="_radio_ba9vp_24",wl="_custom_ba9vp_39",bl="_option_ba9vp_18",ge={wrapper:jl,label:Sl,options:fl,radioLabel:_l,radio:vl,custom:wl,option:bl},Cl=t=>{const{defaultValue:n,options:s,onChange:o,label:a}=t,[r,i]=g.useState(n),l=d=>{const S=d.target.value;i(S),o(S)};return e.jsxRuntimeExports.jsxs("div",{className:ge.wrapper,children:[e.jsxRuntimeExports.jsx("span",{className:ge.label,children:a}),e.jsxRuntimeExports.jsx("div",{className:ge.options,children:s.map(d=>e.jsxRuntimeExports.jsxs("label",{className:ge.radioLabel,children:[e.jsxRuntimeExports.jsx("input",{type:"radio",value:d.value,checked:r===d.value,onChange:l,className:ge.radio}),e.jsxRuntimeExports.jsx("span",{className:ge.custom}),e.jsxRuntimeExports.jsx("span",{className:ge.option,children:d.label})]},d.value))})]})},kl=()=>{var F,W,X,A,T,q,D;const{setIsOpenModal:t,pages:n,createPage:s,updatePage:o,isEdit:a,setIsEdit:r,editedPage:i,setEditedPage:l,pageContext:d}=e.usePagesStore(),{setIsOpen:S}=e.useModalStore(),{createPage:p,updatePage:x}=e.useLayersStore(),[c,m]=g.useState(i?n&&((F=n[i])==null?void 0:F.path):""),[w,u]=g.useState(i?n&&((W=n[i])==null?void 0:W.name):""),[_,f]=g.useState(i?n&&((X=n[i])==null?void 0:X.seo)&&((T=(A=n[i])==null?void 0:A.seo)==null?void 0:T.pageDescription)||"":`${d.general.info.name} is powered by the Billgang.com platform which allows them to sell their digital products online for free.`),[h,j]=g.useState(i&&n&&(q=n[i])!=null&&q.isPrivate?"private":"public");function C(){m(""),u(""),f(""),j("public"),r(!1),l(null)}function v(){S(!1),setTimeout(()=>{C(),t(!1),S(!0)},300)}g.useEffect(()=>()=>{v()},[]);function E(U){return U[0]==="/"?U:"/"+U}function b(){s({path:E(c),name:w||c||"",icon:"File",seo:{pageTitle:w||"",pageDescription:_||""},visibility:h||"public"}),p(E(c)),v()}function R(){n&&(e.defaultPagePaths.includes(n[i].path)||Ct(n[i].path),x(n[i].path||"",c||""),o(i,{path:E(c),name:w||c,icon:n[i].icon||"File",seo:{pageTitle:w||"",pageDescription:_||""},visibility:h||"public"})),v()}return e.jsxRuntimeExports.jsxs("div",{className:se.wrapper,onClick:U=>U.stopPropagation(),children:[e.jsxRuntimeExports.jsxs("div",{className:se.header,children:[e.jsxRuntimeExports.jsx("h2",{children:a?"Edit Page":"Create New Page"}),e.jsxRuntimeExports.jsx("div",{className:se.closeIcon,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"X",fill:"#757575",hoverable:!0,onClick:v})})]}),e.jsxRuntimeExports.jsxs("div",{className:se.content,children:[e.jsxRuntimeExports.jsx(e.Input,{label:"Page Slug",onChange:U=>m(U),value:c,placeholder:"path-to-page",disabled:!!(i&&n&&((D=n[i])!=null&&D.name)&&e.defaultPagePaths.includes(n[i].path)),required:!0,regex:"^.+$"}),e.jsxRuntimeExports.jsx(e.Input,{label:"Page Title",onChange:U=>{u(U)},value:w.charAt(0).toUpperCase()+w.slice(1),placeholder:"Contact us"}),e.jsxRuntimeExports.jsx(e.Textarea,{label:"Description",onChange:U=>f(U),value:_,placeholder:`${d.general.info.name} is powered by the Billgang.com platform which allows them to sell their digital products online for free.`,maxLength:150}),e.jsxRuntimeExports.jsx(Cl,{label:"Visibility",defaultValue:h,options:[{value:"public",label:"Public"},{value:"private",label:"Private"}],onChange:U=>j(U)}),e.jsxRuntimeExports.jsxs("div",{className:se.preview,children:[e.jsxRuntimeExports.jsx("span",{className:se.label,children:"Preview"}),e.jsxRuntimeExports.jsxs("div",{className:se.block,children:[e.jsxRuntimeExports.jsx("span",{className:se.slug,children:c||"yoursite.url"}),e.jsxRuntimeExports.jsx("span",{className:se.title,children:w||"My Blank Page"}),e.jsxRuntimeExports.jsx("span",{className:se.description,children:_||"It is My Description"})]})]})]}),e.jsxRuntimeExports.jsxs("div",{className:se.buttons,children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:v,type:"Secondary",children:"Cancel"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:a?R:b,disabled:c.length===0,children:a?"Update":"Create"})]})]})},El="_layout_3kge3_1",Rl="_main_3kge3_10",yl="_content_3kge3_18",Tl="_notification_3kge3_26",He={layout:El,main:Rl,content:yl,notification:Tl},Ll="_modal_1h74q_1",Bl="_title_1h74q_14",Nl="_buttons_1h74q_20",De={modal:Ll,title:Bl,buttons:Nl},Et=()=>{const{title:t,description:n,onConfirm:s,setTitle:o,setDescription:a,setOnConfirm:r}=e.useConfirmationModalStore(),{setIsOpen:i}=e.useModalStore();function l(){i(!1),setTimeout(()=>{o(null),a(null),r(null),i(!0)},300)}return t&&n&&s&&e.jsxRuntimeExports.jsxs("div",{className:De.modal,onClick:d=>d.stopPropagation(),children:[e.jsxRuntimeExports.jsx("div",{className:De.title,children:t}),e.jsxRuntimeExports.jsx("div",{className:De.description,children:n}),e.jsxRuntimeExports.jsxs("div",{className:De.buttons,children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:l,children:"Cancel"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>{s(),l()},type:"Secondary",children:"Confirm"})]})]})},Pl=()=>{const{isOpenModal:t,setIsOpenModal:n}=e.usePagesStore(),{openModal:s,setOpenModal:o}=e.useChooseImageStore(),{notification:a,setNotification:r}=e.useNotificationStore(),{title:i,description:l,setTitle:d,setDescription:S,setOnConfirm:p}=e.useConfirmationModalStore(),[x,c]=g.useState(null);return g.useEffect(()=>{if(a){x&&clearTimeout(x);const m=setTimeout(()=>{r(null)},3e3);c(m)}},[a]),e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:He.layout,children:[e.jsxRuntimeExports.jsx(jo,{}),e.jsxRuntimeExports.jsxs("main",{className:He.main,children:[e.jsxRuntimeExports.jsx(ao,{}),e.jsxRuntimeExports.jsxs("div",{className:He.content,children:[e.jsxRuntimeExports.jsx(rl,{}),e.jsxRuntimeExports.jsx(qn,{})]})]})]}),i&&l&&e.jsxRuntimeExports.jsx(e.Modal,{close:()=>{d(null),S(null),p(null)},children:e.jsxRuntimeExports.jsx(Et,{})}),t&&e.jsxRuntimeExports.jsx(e.Modal,{close:n,children:e.jsxRuntimeExports.jsx(kl,{})}),s&&e.jsxRuntimeExports.jsx(e.Modal,{close:o,children:e.jsxRuntimeExports.jsx(e.ChooseImageModal,{})}),a&&e.jsxRuntimeExports.jsx("div",{className:He.notification,children:e.jsxRuntimeExports.jsx(e.Tip,{message:a.message,type:a.status})})]})},Al=t=>{const{blocks:n,settings:s,header:o,footer:a,announcement:r}=t,{setBlocks:i,setSourceBlocks:l,setHeader:d,setFooter:S,setAnnouncement:p,setSettings:x}=e.useBlocksStore(),{fonts:c,setFonts:m}=e.useFontsStore(),{setSettings:w}=e.useSettingsStore(),{setPageContext:u}=e.usePagesStore(),{setThemeSettings:_,setIsLoadingThemeSettings:f}=e.useThemeSettingsStore(),{setIsLoadingSettings:h}=e.useSettingsStore(),{setNotification:j}=e.useNotificationStore(),{setBlocks:C,blocks:v,createPage:E,setIsLoadingLayers:b,setHeader:R,setAnnouncement:F,setFooter:W}=e.useLayersStore(),{setPages:X,setCurrentPage:A}=e.usePagesStore();return g.useEffect(()=>{f(!0),b(!0),h(!0);const T={};Object.keys(n).forEach(D=>{T[D]=n[D]}),l(T),i(T),d(o),S(a),p(r),x(s),(async()=>{let D={listings:null,products:null,reviews:null,categories:null,faqs:null,general:null,fullPosts:null,posts:null};const U=await Kt();Object.keys(U).map(G=>{const ae=G;D[ae]=U[ae].value.data}),u(D);const{data:M}=await es(),{themeSettings:I,layers:J,settings:K}=M||{};if(K){if(K.settings){const G=new s;G.blockSettings={displayName:"Settings",isAddable:!1,...K.settings},w(G)}K.header&&R(K.header),K.footer&&W(K.footer),K.announcement&&F(K.announcement)}else{const G=new s;w(G)}I&&_(I);const me=await Qt(),xe={};if(me.status>=400&&j({message:"Error fetching pages",status:"error"}),me.data.length>0?(me.data.forEach(G=>{v[G.path]||E(G.path),xe[G.id||G.path]={...G,icon:e.pages[G.path]?e.pages[G.path].icon:"File",name:G.name?G.name:e.pages[G.path].name}}),X(xe),A(Object.keys(xe)[0])):(X(e.pages),A(Object.keys(e.pages)[0])),c.length===0){const G=await Jt();m([...G.map(ae=>{const Ce=ae.variants.map(H=>{if(!H.includes("italic"))return H==="regular"?"400":H}).filter(H=>H!==void 0);return{name:ae.family,weights:Ce}})])}C(J),f(!1),b(!1),h(!1)})()},[]),e.jsxRuntimeExports.jsx(Pl,{})};function Il(){const t=new URL(window.location.href);window.history.replaceState(null,"",t.pathname+t.hash)}function $l(){const t=new URLSearchParams(document.location.search),n=t.get("shopId")||localStorage.getItem("shopId"),s=t.get("sellerAccessToken")||localStorage.getItem("sellerAccessToken"),o=t.get("draftId")||localStorage.getItem("draftId");return Il(),s&&localStorage.setItem("sellerAccessToken",s),n&&localStorage.setItem("shopId",n),o&&localStorage.setItem("draftId",o),!!(s&&n&&o)}const Ml=t=>{const{blocks:n,settings:s,header:o,footer:a,announcement:r}=t,[i,l]=g.useState(!0),d=e.useNavigate();return g.useEffect(()=>{l(!0),$l()?l(!1):d("/")},[]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:i?e.jsxRuntimeExports.jsx(e.Loader,{}):e.jsxRuntimeExports.jsx(Al,{blocks:n,settings:s,header:o,footer:a,announcement:r})})},Fl="_wrapper_1yd2j_1",Hl="_error_1yd2j_11",Dl="_title_1yd2j_21",Ol="_buttons_1yd2j_29",ye={wrapper:Fl,error:Hl,title:Dl,buttons:Ol},_t=async t=>{const n=localStorage.getItem("shopId")||void 0,s=localStorage.getItem("draftId"),o=`${e.API_URL}/v2/builder/shops/${n}/drafts/${s}/reset`;return await e.request({url:o,withToken:!0,method:"post",body:t})},Ul=()=>{const{error:t,setError:n}=e.useErrorStore(),{pages:s}=e.usePagesStore(),{setIsOpen:o}=e.useModalStore(),{title:a,description:r,setOnConfirm:i,setTitle:l,setDescription:d}=e.useConfirmationModalStore(),{setBlocks:S}=e.useLayersStore();async function p(){await _t({resetSettings:(t==null?void 0:t.failedSettings)??!1,resetThemeSettings:(t==null?void 0:t.failedThemeSettings)??!1,resetPageIds:(t==null?void 0:t.failedPageIds)??[]}),n(null),S({}),window.location.reload()}async function x(){const c=[];s&&Object.keys(s).map(m=>s[m].id).filter(m=>m!==void 0).map(m=>c.push(m)),await _t({resetSettings:!0,resetThemeSettings:!0,resetPageIds:c}),n(null)}return e.jsxRuntimeExports.jsxs("div",{className:ye.wrapper,children:[e.jsxRuntimeExports.jsxs("div",{className:ye.error,children:[e.jsxRuntimeExports.jsxs("div",{children:[e.jsxRuntimeExports.jsx("div",{className:ye.title,children:"Oops! Something went wrong"}),e.jsxRuntimeExports.jsx("span",{className:ye.message,children:(t==null?void 0:t.message)||""})]}),e.jsxRuntimeExports.jsxs("div",{className:ye.buttons,children:[e.jsxRuntimeExports.jsx(e.Button,{type:"Primary",onClick:p,children:"Reset Settings"}),e.jsxRuntimeExports.jsx(e.Button,{type:"Secondary",onClick:c=>{c.stopPropagation(),l("Reset All Settings"),d("Are you sure you want to reset all settings? This is irreversible."),i(async()=>{await x()})},children:"Reset All Settings"})]})]}),a&&r&&e.jsxRuntimeExports.jsx(e.Modal,{close:()=>{o(!1),setTimeout(()=>{l(null),d(null),i(null),o(!0)},300)},children:e.jsxRuntimeExports.jsx(Et,{})})]})},Vl=t=>{const{children:n}=t,{pathname:s}=e.useLocation(),{setActiveBlock:o}=e.useNavbarStore(),{setActiveBlock:a}=e.useThemeSettingsStore(),{setActiveBlock:r}=e.usePreviewStore();return g.useEffect(()=>{switch(r({id:null,neededScroll:!1}),s){case"/admin/builder":o(e.navbarBlocks[0]);break;case"/admin/builder/add":o(e.navbarBlocks[1]);break;case"/admin/builder/theme":o(e.navbarBlocks[2]);break;case"/admin/builder/settings":o(e.navbarBlocks[3]);break;case"/admin/builder/theme/colors":o(e.navbarBlocks[2]),a(re[0]);break;case"/admin/builder/theme/fonts":o(e.navbarBlocks[2]),a(re[1]);break;case"/admin/builder/theme/borders":o(e.navbarBlocks[2]),a(re[2]);break;case"/admin/builder/theme/buttons":o(e.navbarBlocks[2]),a(re[3]);break;case"/admin/builder/theme/inputs":o(e.navbarBlocks[2]),a(re[4]);break}},[s]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:n})},zl="_lock_1mxa7_1",Wl="_wrapper_1mxa7_12",ql="_content_1mxa7_22",Gl="_info_1mxa7_31",Zl="_buttons_1mxa7_38",Xl="_button_1mxa7_38",Yl="_input_1mxa7_50",Kl="_error_1mxa7_57",oe={lock:zl,wrapper:Wl,content:ql,info:Gl,buttons:Zl,button:Xl,input:Yl,error:Kl},Jl=()=>{const[t,n]=g.useState(!1),[s,o]=g.useState(!1),[a,r]=g.useState(""),{general:i,setGeneral:l}=e.useGeneralStore(),d=e.useLocation(),S=e.useNavigate();g.useEffect(()=>{if(i&&(!i.info.passwordProtected||i.isPasswordValid)){const x=d.state.from==="/validation"?"/":d.state.from;S(x)}},[i]),g.useEffect(()=>{(async()=>{var w;n(!0);const c=localStorage.getItem("shopPassword")||"",m=await nt(c);if(m.isPasswordValid){const u=((w=d.state)==null?void 0:w.from)||"/";S(u)}l(m),n(!1)})()},[]);async function p(){var c;if(n(!0),!(await nt(a)).isPasswordValid)o(!0);else{localStorage.setItem("shopPassword",a);const m=((c=d.state)==null?void 0:c.from)||"/";S(m)}n(!1)}return e.jsxRuntimeExports.jsxs("div",{className:oe.wrapper,children:[!t&&e.jsxRuntimeExports.jsxs("div",{className:oe.content,children:[e.jsxRuntimeExports.jsx("div",{className:oe.lock,children:e.jsxRuntimeExports.jsx(e.Icon,{name:"Lock",fill:"var(--text-secondary)",width:64,height:64})}),e.jsxRuntimeExports.jsxs("div",{className:oe.info,children:[e.jsxRuntimeExports.jsx("h2",{id:"h2",className:oe.title,children:"The store is password protected"}),e.jsxRuntimeExports.jsx("p",{id:"p",className:oe.description,children:"If you do not have a password, we recommend you to contact the technical support of the store or write to the mail"})]}),e.jsxRuntimeExports.jsxs("div",{className:oe.input,children:[e.jsxRuntimeExports.jsx(e.Input$1,{type:"password",onChange:x=>{o(!1),r(x)},value:a,placeholder:"Password",required:!0}),e.jsxRuntimeExports.jsx("span",{className:oe.error,children:s&&"Incorrect password"})]}),e.jsxRuntimeExports.jsxs("div",{className:oe.buttons,children:[e.jsxRuntimeExports.jsx(e.Button$1,{type:"Secondary",className:oe.button,children:"Contact Support"}),e.jsxRuntimeExports.jsx(e.Button$1,{type:"Primary",className:oe.button,disabled:s,onClick:p,children:"Submit"})]})]}),t&&e.jsxRuntimeExports.jsx(e.Loader,{})]})},Ql=({children:t})=>{const n=e.useLocation();if(n.pathname.startsWith("/admin/builder"))return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:t});const[s,o]=g.useState(!0),{setThemeSettings:a,themeSettings:r}=e.useThemeSettingsStore(),{settings:i,setSettings:l}=e.useSettingsStore(),{setHeader:d,setFooter:S,setAnnouncement:p,header:x,footer:c,announcement:m}=e.useLayersStore(),{general:w,setGeneral:u}=e.useGeneralStore(),{pageContext:_,setPageContext:f}=e.usePagesStore(),h=e.useNavigate();return g.useEffect(()=>{o(!0);const j=async()=>{if(!w){const v=await nt();v.isPasswordValid||h("/validation",{state:{from:n.pathname}}),u(v)}},C=async()=>{const{settings:v,theme:E}=(await ts()).data,b=n.pathname.startsWith("/validation")?null:await e.getDynamicPage(encodeURIComponent("/products"));if(b){const{data:R}=b;f({..._,listings:R.listings})}else f({..._});if(v&&i){const R=i;if(v.settings?(Object.keys(v.settings).map(F=>{R[F]=v.settings[F]}),l(v.settings)):l(i),v.header&&x){const F=x;Object.keys(v.header).map(W=>{F[W]=v.header[W]}),d(F)}if(v.footer&&c){const F=c;Object.keys(v.footer).map(W=>{F[W]=v.footer[W]}),S(F)}if(v.announcement&&m){const F=m;Object.keys(v.announcement).map(W=>{F[W]=v.announcement[W]}),p(F)}}else l(i);a(r),a(E||r),o(!1)};n.pathname.startsWith("/validation")||j(),C()},[]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:s?e.jsxRuntimeExports.jsx("div",{style:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:e.jsxRuntimeExports.jsx(e.Loader,{})}):t})},ec=()=>(g.useEffect(()=>{setTimeout(()=>{window.location.reload()},500)},[]),e.jsxRuntimeExports.jsx("div",{style:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:e.jsxRuntimeExports.jsx(e.Loader,{})})),tc="_wrapper_rccv2_1",sc="_content_rccv2_11",oc="_title_rccv2_21",ot={wrapper:tc,content:sc,title:oc},ue=()=>{const t=e.useNavigate();return e.jsxRuntimeExports.jsx("div",{className:ot.wrapper,children:e.jsxRuntimeExports.jsxs("div",{className:ot.content,children:[e.jsxRuntimeExports.jsx("h1",{className:ot.title,children:"Something went wrong"}),e.jsxRuntimeExports.jsx(e.Button,{type:"Primary",onClick:()=>{t("/")},children:"Go to Home"})]})})},nc=t=>{const{blocks:n,settings:s,header:o,footer:a,announcement:r}=t,[i,l]=g.useState(null),{setBlocks:d,setSourceBlocks:S,setHeader:p,setFooter:x,setAnnouncement:c,setSettings:m}=e.useBlocksStore(),{setHeader:w,setFooter:u,setAnnouncement:_}=e.useLayersStore(),{themeSettings:f}=e.useThemeSettingsStore(),{settings:h,setSettings:j}=e.useSettingsStore(),C=window.location.hostname.includes("localhost")?localStorage.getItem("fakeDomain")||"flagship-theme.pages.dev":window.location.hostname,v=localStorage.getItem("shopPassword"),E=localStorage.getItem("shopId")||"";return g.useEffect(()=>{if(!i){const b={};Object.keys(n).map(M=>{b[M]=n[M]}),S(b),d(b),p(o),x(a),c(r),m(s);const R=new o,F=JSON.parse(JSON.stringify(R));w(F,!1);const W=new a,X=JSON.parse(JSON.stringify(W));u(X,!1);const A=new r,T=JSON.parse(JSON.stringify(A));_(T,!1);const q=new s,D=JSON.parse(JSON.stringify(q));j(D);const U=e.createBrowserRouter([{element:e.jsxRuntimeExports.jsx(e.hI,{shopDomain:C,shopId:E,shopPassword:v||void 0,routes:{Checkout:"/checkout",TopUp:"/top-up",Charge:"/charges",Order:"/orders",Subscription:"/subscriptions"},children:e.jsxRuntimeExports.jsx(Ql,{children:e.jsxRuntimeExports.jsx(e.Outlet,{})})}),errorElement:e.jsxRuntimeExports.jsx(ec,{}),children:[{path:"/admin/builder/*",element:e.jsxRuntimeExports.jsx(Vl,{children:e.jsxRuntimeExports.jsx(Ml,{blocks:n,settings:s,header:o,footer:a,announcement:r})}),errorElement:e.jsxRuntimeExports.jsx(Ul,{}),loader:()=>(document.title="Builder",!0)},{path:"/checkout",element:e.jsxRuntimeExports.jsx(e.gI,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Checkout",!0)},{path:"/top-up",element:e.jsxRuntimeExports.jsx(e.CI,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Top Up Balance",!0)},{path:"/charges/:id",element:e.jsxRuntimeExports.jsx(e._I,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Charges",!0)},{path:"/orders/:id/:accessToken?",element:e.jsxRuntimeExports.jsx(e.yI,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Orders",!0)},{path:"/subscriptions/:id/:accessToken?",element:e.jsxRuntimeExports.jsx(e.xI,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Subscriptions",!0)},{path:"/customer-dash",element:e.jsxRuntimeExports.jsxs("div",{style:{display:"flex",flexDirection:"column",width:"100vw",height:"100vh",overflowY:"scroll",overflowX:"hidden"},children:[e.jsxRuntimeExports.jsx(Ve,{}),e.jsxRuntimeExports.jsx("div",{style:{flex:1,width:"100%",height:"100%"},children:e.jsxRuntimeExports.jsx(e.vI,{})}),e.jsxRuntimeExports.jsx(Ue,{})]}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Customer Dashboard",!0)},{path:"/validation",element:e.jsxRuntimeExports.jsx(Jl,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Validation",!0)},{path:"/ticket/:id/:accessToken",element:e.jsxRuntimeExports.jsxs("div",{style:{display:"flex",flexDirection:"column",width:"100vw",height:"100vh",overflowY:"scroll",overflowX:"hidden"},children:[e.jsxRuntimeExports.jsx(Ve,{}),e.jsxRuntimeExports.jsx("div",{style:{flex:1,width:"100%",height:"100%"},children:e.jsxRuntimeExports.jsx(e.q2,{children:e.jsxRuntimeExports.jsx(e.bI,{})})}),e.jsxRuntimeExports.jsx(Ue,{})]}),errorElement:e.jsxRuntimeExports.jsx(ue,{}),loader:()=>(document.title="Ticket",!0)},{path:"*",element:e.jsxRuntimeExports.jsx(gs,{}),errorElement:e.jsxRuntimeExports.jsx(ue,{})}]}]);l(U)}},[i]),g.useEffect(()=>{const b=js(f,h);bs(f),Ss(b)},[f,h]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:i&&e.jsxRuntimeExports.jsx(e.RouterProvider,{router:i})})};exports.ReCaptchaProvider=e.q2;exports.aspectRatioOptions=e.aspectRatioOptions;exports.splitTextIntoSpans=e.splitTextIntoSpans;exports.useReCaptcha=e.bi;exports.App=nc;exports.ColorVariables=vt;exports.createTicket=ks;exports.hotReload=Cs;exports.iconNames=Bt;
|
|
100
|
+
`},children:t.jsxRuntimeExports.jsx("div",{className:me.indicator,style:{position:"absolute",left:`${J}%`,top:`${100-re}%`,transform:"translate(-50%, -50%)"}})}),t.jsxRuntimeExports.jsx("div",{className:me.hueSlider,style:{bottom:j?"175px":"100px"},children:t.jsxRuntimeExports.jsx("input",{type:"range",min:"0",max:"360",value:H,onChange:K=>{const Y=Number(K.target.value);j?M===1?Q(Y,i,a,l):Q(Y,R,N,S):(u(Y),Q(Y,i,a,l))},className:me.slider})}),t.jsxRuntimeExports.jsxs("div",{className:me.alphaSlider,style:{bottom:j?"150px":"75px"},children:[t.jsxRuntimeExports.jsx("div",{className:me.alphaBackground}),t.jsxRuntimeExports.jsx("div",{className:me.alphaGradient,style:{background:Fe}}),t.jsxRuntimeExports.jsx("input",{type:"range",min:"0",max:"100",value:pe,onChange:K=>{const Y=Number(K.target.value);j?M===1?Q(o,i,a,Y):Q(E,R,N,Y):(x(Y),Q(o,i,a,Y))},className:me.slider})]}),j&&z&&t.jsxRuntimeExports.jsxs("div",{className:me.gradientWrapper,children:[t.jsxRuntimeExports.jsx("h3",{className:me.subtitle,children:"Rotation"}),t.jsxRuntimeExports.jsx("div",{className:me.gradient,children:t.jsxRuntimeExports.jsxs("div",{className:me.chargeTypes,children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(me.charge,{[me.chargeActive]:_==="horizontal"}),onClick:()=>b("horizontal"),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowsHorizontal",width:20,height:20}),"Horizontal"]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(me.charge,{[me.chargeActive]:_==="vertical"}),onClick:()=>b("vertical"),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowsVertical",width:20,height:20}),"Vertical"]})]})})]}),t.jsxRuntimeExports.jsxs("div",{className:me.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{onClick:X,className:t.clx(me.applyButton,me.cancelButton),type:"Secondary",children:"Cancel"}),t.jsxRuntimeExports.jsx(t.Button,{onClick:O,className:me.applyButton,children:"Apply"})]})]})},T2=()=>{const{onPreview:e,zoomLevel:n}=t.usePreviewStore(),{keyBlock:s,hoverBlockId:r,isModalVisible:o,hoverBlockTopPosition:i}=t.useSubmodalStore(),{settings:a}=t.useSettingsStore(),{sourceBlocks:l}=t.useBlocksStore(),{pageContext:c}=t.usePagesStore(),{showModal:d}=t.useColorPickerStore(),{currentDevice:u}=t.useDeviceStore(),{isLoadingThemeSettings:p}=t.useThemeSettingsStore(),{isLoadingLayers:m}=t.useLayersStore(),x=_=>_?!l||!l[_]?t.jsxRuntimeExports.jsx(Nn,{error:`Block "${_}" does not exist in blocks.`}):new l[_]().renderPreview(a,c):t.jsxRuntimeExports.jsx(Nn,{error:"Block or block.name is undefined."});function f(){if(u.value==="desktop")return n>=1?"100%":`${(n*100).toFixed(2)}%`;{const _=u.value==="tablet"?768:425;return n>=1?`${_}px`:`${(_*n).toFixed(2)}px`}}function h(){switch(u.value){case"desktop":return"100%";case"tablet":return 768;case"mobile":return 425;default:return"100%"}}const{isOpenSelectModal:w}=t.usePagesStore(),j=C.useRef(null),v=_=>{j.current&&(j.current.scrollTop+=_.deltaY)};return t.jsxRuntimeExports.jsxs("div",{className:Dn.preview,style:{zIndex:d&&!w?5e3:500},onWheel:_=>{_.stopPropagation(),v(_)},children:[o&&t.jsxRuntimeExports.jsx(Q1,{children:t.jsxRuntimeExports.jsx(ca,{})}),t.jsxRuntimeExports.jsxs(J1,{positionTop:i,positionLeft:!r&&s?void 0:250,children:[!p&&!m&&t.jsxRuntimeExports.jsx(oo,{render:x,block:s},s),(p||!s||m)&&t.jsxRuntimeExports.jsx("div",{className:Dn.previewLoading,children:t.jsxRuntimeExports.jsx(sn,{})})]}),d&&t.jsxRuntimeExports.jsx(I2,{}),e&&t.jsxRuntimeExports.jsxs("div",{className:Dn.main,style:{width:h()},children:[t.jsxRuntimeExports.jsx(N1,{}),t.jsxRuntimeExports.jsx("div",{style:{borderLeft:f()==="100%"?"none":"var(--default-border)",borderRight:f()==="100%"?"none":"var(--default-border)",width:"100%",display:"flex",flexDirection:"column",alignItems:"center",height:"calc(100vh - 160px)",overflowY:"scroll",overflowX:"hidden"},onScroll:_=>{_.stopPropagation()},onWheel:_=>{_.stopPropagation()},children:!p&&!m?t.jsxRuntimeExports.jsx("div",{className:Dn.content,style:{width:f()},children:t.jsxRuntimeExports.jsx(Z1,{scrollableRef:j})}):t.jsxRuntimeExports.jsx("div",{className:Dn.loading,children:t.jsxRuntimeExports.jsx(sn,{})})})]})]})},L2="_sidebar_1xtkj_1",P2="_title_1xtkj_11",$o={sidebar:L2,title:P2},M2="_layers_1jhzw_1",B2="_wrapper_1jhzw_9",A2="_draggingWrapper_1jhzw_17",$2="_block_1jhzw_21",D2="_dragging_1jhzw_17",O2="_active_1jhzw_56",H2="_add_1jhzw_63",V2="_addTop_1jhzw_79",F2="_visible_1jhzw_95",Z2="_button_1jhzw_99",z2="_nameBlock_1jhzw_158",U2="_loader_1jhzw_162",W2="_actions_1jhzw_171",q2="_deleteButton_1jhzw_179",Ze={layers:M2,wrapper:B2,draggingWrapper:A2,block:$2,dragging:D2,active:O2,add:H2,addTop:V2,visible:F2,button:Z2,nameBlock:z2,loader:U2,actions:W2,deleteButton:q2},G2="_block_sj4cc_1",Y2="_title_sj4cc_17",X2="_actions_sj4cc_21",an={block:G2,title:Y2,actions:X2},lr={header:"Header",footer:"Footer",announcement:"Announcement"},cr=({id:e})=>{const{setCurrentBlock:n}=t.useLayersStore(),{activeBlock:s}=t.usePreviewStore(),[r,o]=C.useState(!1);function i(a){n(a)}return t.jsxRuntimeExports.jsxs("div",{className:t.clx(an.block,{[an.active]:s.id===e,[an.header]:e==="header",[an.footer]:e==="footer",[an.announcement]:e==="announcement"}),onClick:()=>i(e),onMouseOver:()=>o(!0),onMouseLeave:()=>o(!1),children:[Jn[lr[e]]?t.jsxRuntimeExports.jsx("img",{src:Jn[lr[e]],width:20,height:20}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Cards",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{className:an.title,children:lr[e]}),t.jsxRuntimeExports.jsx("div",{className:an.actions,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"PushPin",hoverable:!0,width:20,height:20,fill:"#757575"})})]})},K2=({id:e,name:n,onClick:s,isDragging:r,icon:o})=>{const{activeBlock:i,setActiveBlock:a}=t.usePreviewStore(),{showPreview:l,hidePreview:c,showModal:d,hideModal:u,clearHideTimeout:p,startHideTimeout:m,hoverBlockId:x,isModalVisible:f}=t.useSubmodalStore(),{setPositionBlock:h}=t.useLayersStore(),[w,j]=C.useState(!1),[v,_]=C.useState(!1),[b,E]=C.useState(!1),[R,N]=C.useState(!1),[S,P]=C.useState(null),L=C.useRef(null),{attributes:B,listeners:k,setNodeRef:M,transform:Z,transition:z}=t.useSortable({id:e}),V={transform:t.CSS.Transform.toString(Z),transition:z},{setTitle:U,setDescription:q,setOnConfirm:Q}=t.useConfirmationModalStore(),{pages:g,currentPage:T}=t.usePagesStore(),{removeBlock:G}=t.useLayersStore(),y=H=>{H.stopPropagation(),L.current&&clearTimeout(L.current),a({id:e,neededScroll:!0}),f&&u(),l(e),p()},O=(H,J=!0)=>{H.stopPropagation(),c(),d(e),p(),h(e,J)},X=H=>{H.stopPropagation(),a({id:null,neededScroll:!1}),f?m():c()};return C.useEffect(()=>{E(!1),j(!1),_(!1),N(!1)},[r]),C.useEffect(()=>{f||(_(!1),j(!1))},[f]),t.jsxRuntimeExports.jsxs("div",{ref:M,style:V,className:t.clx(Ze.wrapper,{[Ze.draggingWrapper]:r&&i.id===e}),onClick:H=>{H.stopPropagation(),s(e)},onMouseEnter:y,onMouseLeave:X,...B,...k,children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ze.block,{[Ze.dragging]:r&&i.id===e,[Ze.active]:!r&&i.id===e}),children:[o?t.jsxRuntimeExports.jsx("img",{src:o,width:20,height:20}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Cards",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{className:Ze.nameBlock,children:n}),x===e&&!r&&t.jsxRuntimeExports.jsx("div",{className:t.clx(Ze.addTop,{[Ze.visible]:v}),onMouseEnter:()=>{_(!0)},onMouseLeave:()=>{_(!1)},children:t.jsxRuntimeExports.jsxs("button",{className:Ze.button,onClick:H=>O(H,!1),onMouseEnter:()=>{const H=setTimeout(()=>{r||N(!0)},200);P(H)},onMouseLeave:()=>{S&&clearTimeout(S),N(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#fff"}),R&&t.jsxRuntimeExports.jsx(In,{text:"Click to add a section"})]})}),x===e&&!r&&t.jsxRuntimeExports.jsx("div",{className:t.clx(Ze.add,{[Ze.visible]:w}),onMouseEnter:()=>{j(!0)},onMouseLeave:()=>{j(!1)},children:t.jsxRuntimeExports.jsxs("button",{className:Ze.button,onClick:H=>O(H),onMouseEnter:()=>{const H=setTimeout(()=>{r||E(!0)},200);P(H)},onMouseLeave:()=>{S&&clearTimeout(S),E(!1)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#fff"}),b&&t.jsxRuntimeExports.jsx(In,{text:"Click to add a section"})]})})]}),x===e&&!r&&t.jsxRuntimeExports.jsxs("div",{className:Ze.actions,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20}),t.jsxRuntimeExports.jsx("div",{className:Ze.deleteButton,onClick:H=>{H.stopPropagation(),U("Remove Block"),q(`Are you sure you want to delete ${n||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),Q(()=>{g&&G(g[T].path,e)})},children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",fill:"#C12A2A",hoverable:!0,width:20,height:20})})]})]})},J2=()=>{const{blocks:e,setCurrentBlock:n,currentBlock:s,moveBlock:r,isLoadingLayers:o,announcement:i}=t.useLayersStore(),{currentPage:a,pages:l}=t.usePagesStore(),{setMouseOverModal:c,setHoverBlockId:d}=t.useSubmodalStore(),{sourceBlocks:u}=t.useBlocksStore();function p(j){n(j),c(!1),d(null)}const m=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}})),[x,f]=C.useState(!1),h=()=>{f(!0)},w=j=>{f(!1);const{active:v,over:_}=j;if(_&&v.id!==_.id&&l&&l[a]){const b=l[a].path,E=e[b].order,R=E.indexOf(v.id),N=E.indexOf(_.id);R!==-1&&N!==-1&&r(b,R,N)}};return t.jsxRuntimeExports.jsx("div",{className:Ze.layers,children:o?t.jsxRuntimeExports.jsx("div",{className:Ze.loader,children:t.jsxRuntimeExports.jsx(sn,{})}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[i&&t.jsxRuntimeExports.jsx(cr,{id:"announcement"}),t.jsxRuntimeExports.jsx(cr,{id:"header"}),!s&&t.jsxRuntimeExports.jsx(t.DndContext,{sensors:m,onDragEnd:w,onDragStart:h,children:l&&l[a]&&e[l[a].path]&&t.jsxRuntimeExports.jsx(t.SortableContext,{items:e[l[a].path].order,strategy:t.verticalListSortingStrategy,children:e[l[a].path].order.map((j,v)=>t.jsxRuntimeExports.jsx(K2,{id:j,name:bn(e[l[a].path].data[j].name,u),index:v,onClick:p,isDragging:x,icon:Jn[e[l[a].path].data[j].name]},j))})}),t.jsxRuntimeExports.jsx(cr,{id:"footer"})]})})},Q2="_loader_eyvkk_1",ed={loader:Q2},td=()=>{const{isLoadingSettings:e}=t.useSettingsStore();return e?t.jsxRuntimeExports.jsx("div",{className:ed.loader,children:t.jsxRuntimeExports.jsx(sn,{})}):t.jsxRuntimeExports.jsx(nd,{})},nd=()=>{const{settings:e}=t.useSettingsStore(),{settings:n,setSettingsInstance:s}=t.useBlocksStore();if(!e)return null;const{setError:r}=t.useErrorStore(),o=new n(e.blockSettings);C.useEffect(()=>{s(o)},[e]);try{return o.renderSettings()}catch(i){throw console.error("Error rendering settings:",i),r({message:"Error rendering settings",failedPageIds:[],failedThemeSettings:!1,failedSettings:!0}),i}},sd="_theme_a1one_1",rd="_block_a1one_8",od="_name_a1one_23",id="_loader_a1one_27",ms={theme:sd,block:rd,name:od,loader:id},ad=()=>{const e=t.useNavigate(),{isLoadingThemeSettings:n,setActiveBlock:s}=t.useThemeSettingsStore();function r(o){switch(o==null?void 0:o.name){case"Colors":e("/admin/builder/theme/colors"),s(kt[0]);break;case"Fonts":e("/admin/builder/theme/fonts"),s(kt[1]);break;case"Borders":e("/admin/builder/theme/borders"),s(kt[2]);break;case"Buttons":e("/admin/builder/theme/buttons"),s(kt[3]);break;case"Inputs":e("/admin/builder/theme/inputs"),s(kt[4]);break}}return t.jsxRuntimeExports.jsx("div",{className:ms.theme,children:n?t.jsxRuntimeExports.jsx("div",{className:ms.loader,children:t.jsxRuntimeExports.jsx(sn,{})}):kt.map(o=>t.jsxRuntimeExports.jsxs("div",{onClick:()=>r(o),className:t.clx(ms.block),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:o.icon}),t.jsxRuntimeExports.jsx("span",{className:ms.name,children:o.name}),t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretRight"})]},o.icon))})},ld="_render_7e826_9",cd="_open_7e826_24",ud="_close_7e826_51",dd="_clicked_7e826_55",pd="_loading_7e826_72",md="_settings_7e826_76",Cn={render:ld,open:cd,close:ud,clicked:dd,loading:pd,settings:md},xd=({block:e})=>{const{pageContext:n}=t.usePagesStore(),{setError:s}=t.useErrorStore();try{return e.renderSettings(n)}catch(r){throw console.error("Error rendering settings:",r),s({message:"Error rendering block settings",failedPageIds:[],failedThemeSettings:!1,failedSettings:!0}),r}},hd="_wrapper_15ju8_1",fd="_header_15ju8_8",gd="_title_15ju8_15",jd="_colorWrapper_15ju8_21",Cd="_name_15ju8_35",yd="_color_15ju8_21",_d="_value_15ju8_47",Ed="_length_15ju8_51",ft={wrapper:hd,header:fd,title:gd,colorWrapper:jd,name:Cd,color:yd,value:_d,length:Ed},vd=e=>{const{colors:n}=e,{themeSettings:s}=t.useThemeSettingsStore(),[r,o]=C.useState(!0);C.useEffect(()=>{n.length<=3&&o(!0)},[]);function i(a){const l=a.replace("--",""),[c,d]=l.split("-"),u=`${d.charAt(0).toUpperCase()+d.slice(1)} ${c.charAt(0).toUpperCase()+c.slice(1)}`,[p,m]=l.split("-");return{name:u,field:p,variable:m}}return t.jsxRuntimeExports.jsxs("div",{className:ft.wrapper,children:[t.jsxRuntimeExports.jsxs("div",{className:ft.header,children:[t.jsxRuntimeExports.jsx("div",{className:ft.title,children:"Section Colors"}),!r&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(ft.value,ft.length),onClick:()=>o(!0),children:["+",n.length]})]}),r&&t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx("div",{className:ft.colors,children:n.map(a=>{const l=i(a),{variable:c,name:d,field:u}=l;return t.jsxRuntimeExports.jsx(Rd,{color:s.colors[u][c],name:d})})}),n.length>3&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(ft.value,ft.length),onClick:()=>o(!1),children:["Hide ",n.length," colors"]})]})]})},Rd=e=>{const{name:n,color:s}=e,{setActiveLabel:r,setModalPosition:o,setInitialColor:i,setShowModal:a,setUpdate:l,setColor:c,setColorChange:d,colorChange:u,setIsGradientActive:p}=t.useColorPickerStore(),{updateColor:m}=t.useThemeSettingsStore(),x=(w,j)=>v=>{m(w,j,v)};C.useEffect(()=>{const w=()=>{a(!1),r(null),i(s),l(()=>{}),c(s),d(()=>{})};return document.body.addEventListener("click",w),()=>{document.body.removeEventListener("click",w)}},[]);const f=w=>{const j=n.split("/")[0],v=j.split(" ")[0].toLowerCase(),_=j.split(" ")[1].toLowerCase();w.stopPropagation(),a(!0),d(u),l(R=>x(_,v)(R)),i(s),c(s),p(_==="surface");const{top:b,left:E}=aa(w,550,288,10,20,230,80);o({top:_==="surface"?b:b+125,left:E-200})};function h(w){return w.length>15?w.slice(0,15)+"...":w}return t.jsxRuntimeExports.jsxs("div",{className:ft.colorWrapper,onClick:f,children:[t.jsxRuntimeExports.jsx("div",{className:ft.color,style:{background:s}}),t.jsxRuntimeExports.jsx("div",{className:ft.name,children:n}),t.jsxRuntimeExports.jsx("div",{className:ft.value,children:h(s)})]})},wd="_back_1sznl_1",bd="_title_1sznl_9",Sd="_deleteButton_1sznl_17",kd="_backIcon_1sznl_30",xs={back:wd,title:bd,deleteButton:Sd,backIcon:kd},Nd=({onClick:e,setIsClicked:n,getDisplayName:s})=>{var m,x;const{activeBlock:r}=t.useBlocksStore(),{setTitle:o,setDescription:i,setOnConfirm:a}=t.useConfirmationModalStore(),{blocks:l,currentBlock:c,removeBlock:d}=t.useLayersStore(),{currentPage:u,pages:p}=t.usePagesStore();return t.jsxRuntimeExports.jsxs("div",{className:xs.back,children:[t.jsxRuntimeExports.jsx("div",{className:xs.backIcon,onClick:()=>e(),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretLeft",hoverable:!0,width:20,height:20})}),t.jsxRuntimeExports.jsx("h3",{className:xs.title,children:r&&s(r)||p&&p[u]&&l[p[u].path]&&c&&s((m=l[p[u].path].data[c])==null?void 0:m.name)||c&&Nt(c)||"Loading"}),c&&p&&!["header","footer","announcement"].includes(c)&&l[p[u].path].data[c]&&s((x=l[p[u].path].data[c])==null?void 0:x.name)!=="unknown name"&&t.jsxRuntimeExports.jsx("button",{onClick:f=>{var h;f.stopPropagation(),o("Remove Block"),i(`Are you sure you want to delete ${s((h=l[p[u].path].data[c])==null?void 0:h.name)||"this"} block? Once you delete this block, any content visible will also be deleted. This is irreversible.`),a(()=>{n(!0),d(p[u].path,c),e(!0)})},className:xs.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A"})})]})},Id=()=>{const e=t.useNavigate(),[n,s]=C.useState(!1),{header:r,footer:o,announcement:i,sourceBlocks:a,activeBlock:l,setActiveBlock:c,currentInstance:d,setCurrentInstance:u}=t.useBlocksStore(),{setActiveBlock:p}=t.usePreviewStore(),{blocks:m,addBlock:x,editBlock:f,currentBlock:h,setCurrentBlock:w,header:j,footer:v,announcement:_,isLoadingLayers:b}=t.useLayersStore(),{currentPage:E,pages:R}=t.usePagesStore(),{past:N,future:S}=t.useHistoryStore();function P(k=!1){if(R&&d&&h&&!["header","footer","announcement"].includes(h)&&!k){const M={blockSettings:{}};Object.keys(d.blockSettings).filter(Z=>!["displayName","isAddable"].includes(Z)).map(Z=>{M.blockSettings[Z]=d.blockSettings[Z]}),f(R[E].path,h,{name:m[R[E].path].data[h].name,value:M})}c(null),w(null),p({id:null,neededScroll:!1}),setTimeout(()=>{s(!1)},150),u(null)}function L(k){var V;if(!R||!E||!k)return null;if(k==="header"){const U=new r;return Object.keys(U.blockSettings).forEach(q=>{U.blockSettings[q]=j==null?void 0:j.blockSettings[q]}),Object.keys(U.blockColors).forEach(q=>{U.blockColors[q]=j==null?void 0:j.blockColors[q]}),U}if(k==="footer"){const U=new o;return Object.keys(U.blockSettings).forEach(q=>{U.blockSettings[q]=v==null?void 0:v.blockSettings[q]}),Object.keys(U.blockColors).forEach(q=>{U.blockColors[q]=v==null?void 0:v.blockColors[q]}),U}if(k==="announcement"){const U=new i;return Object.keys(U.blockSettings).forEach(q=>{U.blockSettings[q]=_==null?void 0:_.blockSettings[q]}),Object.keys(U.blockColors).forEach(q=>{U.blockColors[q]=_==null?void 0:_.blockColors[q]}),U}const M=m[R[E].path];if(!M||!M.data[k])return null;const Z=M.data[k];return!Z||!a[Z.name]?null:new a[Z.name]((V=Z.value)==null?void 0:V.blockSettings)}C.useEffect(()=>{if(h){const k=L(h);u(k)}else u(null)},[h,N,S,l]),C.useEffect(()=>{if(l&&R&&!h){const k={blockSettings:{},blockColors:{}},M=new a[l];u(M),Object.keys(M.blockSettings).filter(z=>!["displayName","isAddable"].includes(z)).map(z=>{k.blockSettings[z]=M.blockSettings[z]}),Object.keys(M.blockColors).filter(z=>!["displayName","isAddable"].includes(z)).map(z=>{k.blockColors[z]=M.blockColors[z]});const Z=x(R[E].path,{name:l,value:k});p({id:Z,neededScroll:!0}),w(Z),e("/admin/builder")}},[l,N,S]);function B(k){if(!a)return"unknown name";if(!a[k])return h==="header"?j==null?void 0:j.blockSettings.displayName:h==="footer"?v==null?void 0:v.blockSettings.displayName:h==="announcement"?_==null?void 0:_.blockSettings.displayName:"unknown name";const M=new a[k];return!M.blockSettings||!M.blockSettings.displayName?"unknown name":M.blockSettings.displayName}return t.jsxRuntimeExports.jsxs("div",{className:t.clx(Cn.render,{[Cn.open]:h,[Cn.close]:!h,[Cn.clicked]:n}),onClick:k=>k.stopPropagation(),style:{opacity:b?0:1},children:[t.jsxRuntimeExports.jsx(Nd,{onClick:P,setIsClicked:s,getDisplayName:B}),t.jsxRuntimeExports.jsxs("div",{className:Cn.settings,children:[d&&t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(xd,{block:d}),t.jsxRuntimeExports.jsx(vd,{colors:d.blockColors})]}),!l&&!h&&t.jsxRuntimeExports.jsx("div",{className:Cn.loading,children:"Loading"})]})]})},Td="_header_9rrfr_1",Ld="_title_9rrfr_9",Pd="_backIcon_9rrfr_15",ur={header:Td,title:Ld,backIcon:Pd},ss=({onClick:e,title:n})=>t.jsxRuntimeExports.jsxs("div",{className:ur.header,children:[t.jsxRuntimeExports.jsx("div",{className:ur.backIcon,onClick:e,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretLeft",hoverable:!0,width:20,height:20})}),t.jsxRuntimeExports.jsx("span",{className:ur.title,children:n})]}),Md="_options_ymds7_1",Bd={options:Md},Ad="_wrapper_kzokw_1",$d="_open_kzokw_16",Dd="_close_kzokw_20",dr={wrapper:Ad,open:$d,close:Dd},rs=e=>{const{isOpen:n,isClose:s,children:r}=e;return t.jsxRuntimeExports.jsx("div",{className:t.clx(dr.wrapper,{[dr.open]:n,[dr.close]:s}),children:r})},Od=()=>{var d,u;const{activeBlock:e,themeSettings:n,updateBorder:s,setActiveBlock:r}=t.useThemeSettingsStore();function o(p,m){s(m,p)}const i=t.useNavigate();function a(){r(null),i("/admin/builder/theme")}const l=C.useMemo(()=>n.borders,[n]),c=(e==null?void 0:e.name)==="Borders";return t.jsxRuntimeExports.jsxs(rs,{isOpen:c,isClose:!c,children:[t.jsxRuntimeExports.jsx(ss,{onClick:a,title:"Borders Style"}),t.jsxRuntimeExports.jsxs("div",{className:Bd.options,children:[t.jsxRuntimeExports.jsx(t.Select,{label:"Border Radius (px)",options:Object.keys(nr),value:((d=Object.entries(nr).find(([p,m])=>m===l.radius))==null?void 0:d[0])||"None",onChange:p=>o(nr[p],"radius")}),t.jsxRuntimeExports.jsx(t.Select,{label:"Border Thickness (px)",options:Object.keys(sr),value:((u=Object.entries(sr).find(([p,m])=>m===l.thickness))==null?void 0:u[0])||"None",onChange:p=>o(sr[p],"thickness")})]})]})},Hd="_options_jo38w_1",Vd="_alignments_jo38w_9",Fd="_blocks_jo38w_15",Zd="_alignment_jo38w_9",zd="_active_jo38w_34",Ud="_chargeTypes_jo38w_41",Wd="_charge_jo38w_41",qd="_chargeActive_jo38w_69",Gd="_sliderContainer_jo38w_83",Yd="_shadowInputs_jo38w_91",Xd="_label_jo38w_102",Kd="_shadowInputsRow_jo38w_111",Jd="_shadowInputsOpen_jo38w_119",Je={options:Hd,alignments:Vd,blocks:Fd,alignment:Zd,active:zd,chargeTypes:Ud,charge:Wd,chargeActive:qd,sliderContainer:Gd,shadowInputs:Yd,label:Xd,shadowInputsRow:Kd,shadowInputsOpen:Jd},xn=e=>{const{initialColor:n,onChange:s,title:r,labelStyle:o="primary",isGradientActive:i=!0}=e,[a,l]=C.useState(n);C.useEffect(()=>{l(n)},[n]);const{setActiveLabel:c,setModalPosition:d,setInitialColor:u,setShowModal:p,setUpdate:m,setColor:x,setColorChange:f,setIsGradientActive:h,colorChange:w}=t.useColorPickerStore();C.useEffect(()=>{const v=()=>{p(!1),c(null),u(n),m(()=>{}),x(n),f(()=>{})};return document.body.addEventListener("click",v),()=>{document.body.removeEventListener("click",v)}},[]);const j=v=>{v.stopPropagation(),p(!0),f(l),m(s),u(n),x(a),h(i);const{top:_,left:b}=aa(v,600,288,10,20,230,80);d({top:_,left:b})};return t.jsxRuntimeExports.jsxs("div",{className:me.content,children:[t.jsxRuntimeExports.jsx("span",{className:t.clx(me.name,{[me.secondary]:o==="secondary"}),children:r}),t.jsxRuntimeExports.jsxs("label",{className:me.label,onClick:v=>v.stopPropagation(),children:[t.jsxRuntimeExports.jsx("div",{className:me.colorValue,style:{background:a},onClick:j}),t.jsxRuntimeExports.jsx("input",{type:"text",value:a,onChange:v=>{const _=v.target.value;s(_),x(_),l(_),w(_)},className:me.input})]})]})},Qd=["left","center","right"],ep=()=>{const{activeBlock:e,themeSettings:n,updateButton:s,setActiveBlock:r}=t.useThemeSettingsStore(),{fonts:o}=t.useFontsStore(),[i,a]=C.useState("primary");function l(h,w){s(i,w,h)}const[c,d]=C.useState(!1),u=n.buttons[i],p=t.useNavigate();function m(){r(null),p("/admin/builder/theme")}const x=(e==null?void 0:e.name)==="Buttons";function f(h,w){l({...u.boxShadow,[h]:w},"boxShadow")}return t.jsxRuntimeExports.jsxs(rs,{isOpen:x,isClose:!x,children:[t.jsxRuntimeExports.jsx(ss,{onClick:m,title:"Buttons Style"}),t.jsxRuntimeExports.jsx("div",{className:Je.chargeTypes,style:{marginBottom:"10px"},children:["primary","secondary","tertiary"].map(h=>t.jsxRuntimeExports.jsx("div",{className:t.clx(Je.charge,{[Je.chargeActive]:i===h}),onClick:()=>a(h),children:h.charAt(0).toUpperCase()+h.slice(1)},h))}),u&&t.jsxRuntimeExports.jsxs("div",{className:Je.options,children:[t.jsxRuntimeExports.jsx(t.Input,{label:"Height (px)",value:String(u.height),onChange:h=>l(Number(h),"height"),type:"number",min:0}),t.jsxRuntimeExports.jsx(t.Select,{label:"Font Size (px)",value:String(u.size),onChange:h=>l(Number(h),"size"),options:Ds}),t.jsxRuntimeExports.jsx(t.Input,{label:"Border Radius (px)",value:String(u.radius),onChange:h=>l(Number(h),"radius"),type:"number",min:0}),t.jsxRuntimeExports.jsx(t.Select,{label:"Font",value:u.font,onChange:h=>l(h,"font"),options:[...o.filter(h=>h.name!==u.font).map(h=>h.name)]}),t.jsxRuntimeExports.jsx(xn,{initialColor:u.background,onChange:h=>l(h,"background"),title:"Background Color",labelStyle:"secondary",isGradientActive:!0}),t.jsxRuntimeExports.jsxs("div",{className:Je.sliderContainer,children:[t.jsxRuntimeExports.jsx("h4",{className:Je.label,children:"Shadow"}),t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:()=>d(!c),style:{padding:5,display:"flex"},children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",style:{rotate:c?"0deg":"-180deg",transition:"0.3s rotate ease"}})})]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(Je.shadowInputs,{[Je.shadowInputsOpen]:c}),children:[t.jsxRuntimeExports.jsxs("div",{className:Je.shadowInputsRow,children:[t.jsxRuntimeExports.jsx(t.Input,{label:"Left (px)",value:String(u.boxShadow.left),onChange:h=>f("left",Number(h)),type:"number"}),t.jsxRuntimeExports.jsx(t.Input,{label:"Top (px)",value:String(u.boxShadow.top),onChange:h=>f("top",Number(h)),type:"number"}),t.jsxRuntimeExports.jsx(t.Input,{label:"Blur (px)",value:String(u.boxShadow.blur),onChange:h=>f("blur",Number(h)),type:"number"}),t.jsxRuntimeExports.jsx("div",{style:{flex:1,whiteSpace:"nowrap"},children:t.jsxRuntimeExports.jsx(t.Input,{label:"Spread (px)",value:String(u.boxShadow.spread),onChange:h=>f("spread",Number(h)),type:"number"})})]}),t.jsxRuntimeExports.jsx(xn,{initialColor:u.boxShadow.color,onChange:h=>f("color",h),title:"Color",labelStyle:"secondary",isGradientActive:!1})]}),t.jsxRuntimeExports.jsxs("div",{className:Je.alignments,children:[t.jsxRuntimeExports.jsx("h4",{className:Je.label,children:"Alignment Type"}),t.jsxRuntimeExports.jsx("div",{className:Je.blocks,children:Qd.map(h=>t.jsxRuntimeExports.jsx("div",{className:t.clx(Je.alignment,{[Je.active]:u.alignment===h}),onClick:()=>{l(h,"alignment")},children:t.jsxRuntimeExports.jsx(t.Icon,{name:h==="center"?"AlignCenterHorizontal":h==="left"?"AlignLeft":"AlignRight",fill:u.alignment===h?"#252525":"#757575"})},h))})]}),t.jsxRuntimeExports.jsx(t.Switch,{label:"Enable Hover",onChange:h=>l(h,"hover"),current:u.hover})]})]})},tp="_category_hxy9u_1",np="_categoryTitle_hxy9u_19",pr={category:tp,categoryTitle:np},sp=()=>{const{themeSettings:e,setActiveColorCategory:n}=t.useThemeSettingsStore();function s(r){n(r)}return t.jsxRuntimeExports.jsx("div",{className:pr.wrapper,children:Object.keys(e.colors).map(r=>r==="icon"?t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{}):t.jsxRuntimeExports.jsxs("div",{className:pr.category,onClick:()=>s(r),children:[t.jsxRuntimeExports.jsxs("h2",{className:pr.categoryTitle,children:[r==="text"?"Text & Icon":Nt(r)," Colors"]}),t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretRight",width:24,height:24})]},r))})},rp="_options_ikvjo_38",op={options:rp},ip=()=>{const{activeBlock:e,setActiveFont:n,activeFont:s,themeSettings:r,updateFont:o}=t.useThemeSettingsStore(),{fonts:i}=t.useFontsStore(),[a,l]=C.useState(null);function c(){n(null)}function d(h,w){a&&s&&o("desktop",a,s,w,h)}const[u,p]=C.useState([]),m=C.useMemo(()=>s?r.fonts.desktop.heading[s]?(l("heading"),r.fonts.desktop.heading[s]):r.fonts.desktop.body[s]?(l("body"),r.fonts.desktop.body[s]):(l(null),null):null,[s,r]);C.useEffect(()=>{if(m){const h=i.find(w=>w.name===m.font);h&&(p(h.weights),h.weights.includes(m.boldWeight)||d("400","boldWeight"),h.weights.includes(m.weight)||d("400","weight"))}},[m,s]);const x=!!((e==null?void 0:e.name)==="Fonts"&&s),f=(e==null?void 0:e.name)!=="Fonts"||!s;return t.jsxRuntimeExports.jsxs(rs,{isOpen:x,isClose:f,children:[t.jsxRuntimeExports.jsx(ss,{onClick:c,title:"Font Style"}),s&&m&&t.jsxRuntimeExports.jsxs("div",{className:op.options,children:[t.jsxRuntimeExports.jsx(t.Select,{label:"Font",value:m.font,onChange:h=>d(h,"font"),options:[...i.filter(h=>h.name!==m.font).map(h=>h.name)]}),t.jsxRuntimeExports.jsx(t.Select,{label:"Size",value:String(m.size),onChange:h=>d(h,"size"),options:Ds}),t.jsxRuntimeExports.jsx(t.Select,{label:"Default Weight",value:String(m.weight),onChange:h=>d(h,"weight"),options:u}),t.jsxRuntimeExports.jsx(t.Select,{label:"Bold Weight",value:String(m.boldWeight),onChange:h=>d(h,"boldWeight"),options:u})]})]})},ap="_wrapper_mkmxa_1",lp="_category_mkmxa_5",cp="_categoryTitle_mkmxa_11",up="_font_mkmxa_17",dp="_content_mkmxa_32",pp="_icon_mkmxa_39",mp="_paragraph_mkmxa_50",Wt={wrapper:ap,category:lp,categoryTitle:cp,font:up,content:dp,icon:pp,paragraph:mp},xp={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",h7:"h7",lg:"large",md:"medium",sm:"small"},hp=e=>{const{font:n,size:s,id:r,category:o}=e,{setActiveFont:i}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsxs("div",{className:Wt.font,onClick:()=>i(r),children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(Wt.icon,{[Wt.paragraph]:o==="paragraph"}),children:t.jsxRuntimeExports.jsx(t.Icon,{name:o==="paragraph"?"TextB":"TextH"})}),t.jsxRuntimeExports.jsxs("div",{className:Wt.content,children:[t.jsxRuntimeExports.jsx("h2",{className:Wt.categoryTitle,children:Nt(xp[r])}),t.jsxRuntimeExports.jsx("span",{className:Wt.value,children:`${n}, ${s}px`})]})]})},fp=()=>{const{themeSettings:e,setActiveFont:n,activeBlock:s}=t.useThemeSettingsStore();C.useEffect(()=>(r(),()=>{r()}),[]);function r(){n(null)}if(s!=null&&s.name)return t.jsxRuntimeExports.jsx("div",{className:Wt.wrapper,children:Object.entries(e.fonts.desktop).sort(([o],[i])=>o==="heading"?-1:i==="heading"?1:0).map(([o,i])=>t.jsxRuntimeExports.jsxs("div",{className:Wt.category,children:[t.jsxRuntimeExports.jsx("h2",{className:Wt.categoryTitle,children:Nt(o)}),Object.entries(i).map(([a,l])=>t.jsxRuntimeExports.jsx(hp,{id:a,category:o,...l},a))]},o))})},gp="_wrapper_16ym0_2",jp="_categoryTitle_16ym0_12",Cp="_title_16ym0_74",yp="_field_16ym0_82",_p="_alignments_16ym0_92",Ep="_lineField_16ym0_98",vp="_style_16ym0_106",Rp="_header_16ym0_113",St={wrapper:gp,categoryTitle:jp,title:Cp,field:yp,alignments:_p,lineField:Ep,style:vp,header:Rp},wp="_blocks_emecf_1",bp="_block_emecf_1",Sp="_active_emecf_21",mr={blocks:wp,block:bp,active:Sp},Do=e=>{const{items:n,selectedItem:s,onSelect:r,getIconName:o}=e;return t.jsxRuntimeExports.jsx("div",{className:mr.blocks,children:n.map(i=>t.jsxRuntimeExports.jsx("div",{className:t.clx(mr.block,{[mr.active]:s===i}),onClick:()=>r(i),children:t.jsxRuntimeExports.jsx(t.Icon,{name:o(i),fill:s===i?"#252525":"#757575"})},String(i)))})},kp=["left","center","right"],Np=["solid","dashed"],hs=e=>{const{title:n,children:s,rightAddon:r}=e;return t.jsxRuntimeExports.jsxs("div",{className:St.field,children:[t.jsxRuntimeExports.jsxs("div",{className:St.header,children:[t.jsxRuntimeExports.jsx("h4",{className:St.categoryTitle,children:n}),r]}),s]})},Ip=()=>{const{themeSettings:e,updateInput:n}=t.useThemeSettingsStore(),s=C.useMemo(()=>e.inputs,[e]),r=(i,a,l)=>{n(i,a,l)},o=i=>a=>{n(i,a,"color")};return t.jsxRuntimeExports.jsxs("div",{className:St.wrapper,children:[t.jsxRuntimeExports.jsxs(hs,{title:"General",children:[t.jsxRuntimeExports.jsx(t.Input,{label:"Height (px)",value:String(s.general.height),onChange:i=>r("general",i,"height"),type:"number",min:0}),t.jsxRuntimeExports.jsx(t.Select,{label:"Font Size (px)",onChange:i=>r("general",i,"size"),value:String(s.general.size),options:Ds}),t.jsxRuntimeExports.jsx(xn,{initialColor:Nt(s.general.color),onChange:o("general"),title:"Font Color",labelStyle:"secondary",isGradientActive:!1})]}),t.jsxRuntimeExports.jsx(hs,{title:"Field Fill",rightAddon:t.jsxRuntimeExports.jsx("div",{className:St.switch,children:t.jsxRuntimeExports.jsx(t.Switch,{onChange:i=>r("field",i,"active"),current:s.field.active})}),children:t.jsxRuntimeExports.jsx(xn,{initialColor:s.field.color,onChange:o("field"),title:"Color",labelStyle:"secondary"})}),t.jsxRuntimeExports.jsxs(hs,{title:"Border",rightAddon:t.jsxRuntimeExports.jsx("div",{className:St.switch,children:t.jsxRuntimeExports.jsx(t.Switch,{onChange:i=>r("border",i,"active"),current:s.border.active})}),children:[t.jsxRuntimeExports.jsxs("div",{className:St.lineField,children:[t.jsxRuntimeExports.jsxs("div",{className:St.style,children:[t.jsxRuntimeExports.jsx("span",{className:St.title,children:"Style"}),t.jsxRuntimeExports.jsx(Do,{items:Np,selectedItem:s.border.style,onSelect:i=>r("border",i,"style"),getIconName:i=>i==="solid"?"Minus":"Selection"})]}),t.jsxRuntimeExports.jsx(t.Input,{label:"Radius (px)",value:String(s.border.radius),onChange:i=>r("border",i,"radius"),type:"number",min:0})]}),t.jsxRuntimeExports.jsx(t.Input,{label:"Thickness (px)",value:String(s.border.thickness),onChange:i=>r("border",i,"thickness"),type:"number",min:0}),t.jsxRuntimeExports.jsx(xn,{initialColor:Nt(s.border.color),onChange:o("border"),title:"Color",labelStyle:"secondary",isGradientActive:!1})]}),t.jsxRuntimeExports.jsxs(hs,{title:"Label",children:[t.jsxRuntimeExports.jsx(t.Input,{label:"Line Height (px)",value:String(s.label.height),onChange:i=>r("label",i,"height"),type:"number",min:0}),t.jsxRuntimeExports.jsx(t.Select,{label:"Font Size (px)",onChange:i=>r("label",i,"size"),value:String(s.label.size),options:Ds}),t.jsxRuntimeExports.jsx(xn,{initialColor:Nt(s.label.color),onChange:o("label"),title:"Color",labelStyle:"secondary",isGradientActive:!1}),t.jsxRuntimeExports.jsxs("div",{className:St.alignments,children:[t.jsxRuntimeExports.jsx("h4",{className:St.title,children:"Alignment Type"}),t.jsxRuntimeExports.jsx(Do,{items:kp,selectedItem:s.label.alignment,onSelect:i=>r("label",i,"alignment"),getIconName:i=>i==="center"?"AlignCenterHorizontal":i==="left"?"AlignLeft":"AlignRight"})]})]})]})},Tp="_wrapper_1yw63_2",Lp="_color_1yw63_24",Pp="_content_1yw63_33",Mp="_preview_1yw63_42",Bp="_container_1yw63_52",Ap="_buttonWrapper_1yw63_62",$p="_button_1yw63_62",Dp="_buttonBorder_1yw63_80",Op="_buttonBackground_1yw63_83",Hp="_text_1yw63_87",Vp="_textText_1yw63_93",Fp="_icon_1yw63_97",Zp="_iconIcon_1yw63_100",zp="_annotation_1yw63_104",Up="_annotationText_1yw63_111",Wp="_label_1yw63_116",qp="_circle_1yw63_127",Gp="_line_1yw63_140",Yp="_circle1_1yw63_154",Xp="_circle2_1yw63_159",Kp="_annotationIcon_1yw63_164",Jp="_annotationBorder_1yw63_192",Qp="_line1_1yw63_203",em="_line2_1yw63_210",tm="_circle3_1yw63_227",nm="_circle4_1yw63_232",sm="_annotationSurface_1yw63_237",te={wrapper:Tp,color:Lp,content:Pp,preview:Mp,container:Bp,buttonWrapper:Ap,button:$p,buttonBorder:Dp,buttonBackground:Op,text:Hp,textText:Vp,icon:Fp,iconIcon:Zp,annotation:zp,annotationText:Up,label:Wp,circle:qp,line:Gp,circle1:Yp,circle2:Xp,annotationIcon:Kp,annotationBorder:Jp,line1:Qp,line2:em,circle3:tm,circle4:nm,annotationSurface:sm},rm=()=>{const{activeColorCategory:e}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("div",{className:te.container,children:t.jsxRuntimeExports.jsxs("div",{className:te.buttonWrapper,children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(te.button,{[te.buttonBorder]:e==="border",[te.buttonBackground]:e==="surface"}),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Smiley",className:t.clx(te.icon,{[te.iconIcon]:e==="text"}),width:22,height:22,fill:"#757575"}),t.jsxRuntimeExports.jsx("span",{className:t.clx(te.text,{[te.textText]:e==="text"}),children:"Button Example"})]}),e==="text"&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(te.annotation,te.annotationText),children:[t.jsxRuntimeExports.jsx("div",{className:te.label,children:"Text Color"}),t.jsxRuntimeExports.jsx("div",{className:te.line}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle1)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle2)})]}),e==="text"&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(te.annotation,te.annotationIcon),children:[t.jsxRuntimeExports.jsx("div",{className:te.label,children:"Icon Color"}),t.jsxRuntimeExports.jsx("div",{className:te.line}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle1)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle2)})]}),e==="border"&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(te.annotation,te.annotationBorder),children:[t.jsxRuntimeExports.jsx("div",{className:te.label,children:"Border Color"}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.line,te.line1)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.line,te.line2)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle1)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle2)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle3)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle4)})]}),e==="surface"&&t.jsxRuntimeExports.jsxs("div",{className:t.clx(te.annotation,te.annotationSurface),children:[t.jsxRuntimeExports.jsx("div",{className:te.label,children:"Surface Color"}),t.jsxRuntimeExports.jsx("div",{className:te.line}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle1)}),t.jsxRuntimeExports.jsx("div",{className:t.clx(te.circle,te.circle2)})]})]})})},om={text:["primary","secondary","tertiary","inverted","action","action-hover","disabled","warning","error","success","information","link"],border:["primary","secondary","action","actionHover","disabled","warning","error","success","information","focus"],surface:["primary","secondary","action1","action1Hover","action2","action2Hover","disabled","warning","error","success","information","modal"]},im=()=>{const{activeBlock:e,setActiveColorCategory:n,activeColorCategory:s,themeSettings:r,updateColor:o}=t.useThemeSettingsStore();function i(){n(null)}function a(u,p,m){o(u,p,m)}const l=!!((e==null?void 0:e.name)==="Colors"&&s),c=(e==null?void 0:e.name)!=="Colors"||!s,d=s?om[s]:[];return t.jsxRuntimeExports.jsxs(rs,{isOpen:l,isClose:c,children:[t.jsxRuntimeExports.jsx(ss,{onClick:i,title:s==="text"?"Text & Icon Colors":`${Nt(s)} Colors`}),s&&t.jsxRuntimeExports.jsxs("div",{className:te.wrapper,children:[t.jsxRuntimeExports.jsx(rm,{}),d.map(u=>{const p=r.colors[s][u];return p?t.jsxRuntimeExports.jsx("div",{className:te.color,children:t.jsxRuntimeExports.jsxs("div",{className:te.content,children:[t.jsxRuntimeExports.jsx("div",{className:te.preview,style:{background:p}}),t.jsxRuntimeExports.jsx(xn,{title:Nt(u),initialColor:p,onChange:m=>a(s,u,m),isGradientActive:s==="surface"})]})},u):null})]})]})},am="_loader_1p5lr_1",lm={loader:am},cm=()=>{const{activeBlock:e,themeSettings:n,isLoadingThemeSettings:s}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:s?t.jsxRuntimeExports.jsx("div",{className:lm.loader,children:t.jsxRuntimeExports.jsx(sn,{})}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[(e==null?void 0:e.name)==="Fonts"&&n.fonts&&t.jsxRuntimeExports.jsx(fp,{}),(e==null?void 0:e.name)==="Fonts"&&n.fonts&&t.jsxRuntimeExports.jsx(ip,{}),(e==null?void 0:e.name)==="Colors"&&n.colors&&t.jsxRuntimeExports.jsx(sp,{}),(e==null?void 0:e.name)==="Colors"&&n.colors&&t.jsxRuntimeExports.jsx(im,{}),(e==null?void 0:e.name)==="Inputs"&&n.inputs&&t.jsxRuntimeExports.jsx(Ip,{}),(e==null?void 0:e.name)==="Borders"&&n.borders&&t.jsxRuntimeExports.jsx(Od,{}),(e==null?void 0:e.name)==="Buttons"&&n.buttons&&t.jsxRuntimeExports.jsx(ep,{})]})})},um=()=>{const{activeBlock:e,setActiveBlock:n}=t.useThemeSettingsStore(),{activeBlock:s}=t.useNavbarStore(),r=t.useNavigate();function o(){n(null),r("/admin/builder/theme")}const i=!!e,a=!e||s.name!=="Theme";return t.jsxRuntimeExports.jsxs(rs,{isOpen:i,isClose:a,children:[t.jsxRuntimeExports.jsx(ss,{onClick:o,title:(e==null?void 0:e.name)||""}),t.jsxRuntimeExports.jsx(cm,{})]})},dm=()=>{const{activeBlock:e}=t.useNavbarStore(),{showTooltip:n}=t.useTooltipStore();function s(){switch(e.name){case"Layers":return"Layers";case"Add":return"Add Sections";case"Theme":return"Theme Settings";case"Settings":return"Settings"}}return t.jsxRuntimeExports.jsxs("div",{className:$o.sidebar,style:{zIndex:n?50:"auto"},children:[t.jsxRuntimeExports.jsx("h3",{className:$o.title,children:s()}),e.name==="Layers"&&t.jsxRuntimeExports.jsx(J2,{}),e.name==="Add"&&t.jsxRuntimeExports.jsx(ca,{}),t.jsxRuntimeExports.jsx(Id,{}),t.jsxRuntimeExports.jsx(um,{}),e.name==="Theme"&&t.jsxRuntimeExports.jsx(ad,{}),e.name==="Settings"&&t.jsxRuntimeExports.jsx(td,{})]})},pm="_wrapper_no6if_1",mm="_header_no6if_12",xm="_content_no6if_23",hm="_buttons_no6if_44",fm="_label_no6if_51",gm="_description_no6if_52",jm="_preview_no6if_60",Cm="_block_no6if_66",ym="_slug_no6if_75",_m="_title_no6if_81",Em="_closeIcon_no6if_87",_t={wrapper:pm,header:mm,content:xm,buttons:hm,label:fm,description:gm,preview:jm,block:Cm,slug:ym,title:_m,closeIcon:Em},vm="_wrapper_ba9vp_2",Rm="_label_ba9vp_10",wm="_options_ba9vp_18",bm="_radioLabel_ba9vp_24",Sm="_radio_ba9vp_24",km="_custom_ba9vp_39",Nm="_option_ba9vp_18",ln={wrapper:vm,label:Rm,options:wm,radioLabel:bm,radio:Sm,custom:km,option:Nm},Im=e=>{const{defaultValue:n,options:s,onChange:r,label:o}=e,[i,a]=C.useState(n),l=c=>{const d=c.target.value;a(d),r(d)};return t.jsxRuntimeExports.jsxs("div",{className:ln.wrapper,children:[t.jsxRuntimeExports.jsx("span",{className:ln.label,children:o}),t.jsxRuntimeExports.jsx("div",{className:ln.options,children:s.map(c=>t.jsxRuntimeExports.jsxs("label",{className:ln.radioLabel,children:[t.jsxRuntimeExports.jsx("input",{type:"radio",value:c.value,checked:i===c.value,onChange:l,className:ln.radio}),t.jsxRuntimeExports.jsx("span",{className:ln.custom}),t.jsxRuntimeExports.jsx("span",{className:ln.option,children:c.label})]},c.value))})]})},Tm=()=>{var P,L,B,k,M,Z,z;const{setIsOpenModal:e,pages:n,createPage:s,updatePage:r,isEdit:o,setIsEdit:i,editedPage:a,setEditedPage:l,pageContext:c}=t.usePagesStore(),{setIsOpen:d}=t.useModalStore(),{createPage:u,updatePage:p}=t.useLayersStore(),[m,x]=C.useState(a?n&&((P=n[a])==null?void 0:P.path):""),[f,h]=C.useState(a?n&&((L=n[a])==null?void 0:L.name):""),[w,j]=C.useState(a?n&&((B=n[a])==null?void 0:B.seo)&&((M=(k=n[a])==null?void 0:k.seo)==null?void 0:M.pageDescription)||"":`${c.general.info.name} is powered by the Billgang.com platform which allows them to sell their digital products online for free.`),[v,_]=C.useState(a&&n&&(Z=n[a])!=null&&Z.isPrivate?"private":"public");function b(){x(""),h(""),j(""),_("public"),i(!1),l(null)}function E(){d(!1),setTimeout(()=>{b(),e(!1),d(!0)},300)}C.useEffect(()=>()=>{E()},[]);function R(V){return V[0]==="/"?V:"/"+V}function N(){s({path:R(m),name:f||m||"",icon:"File",seo:{pageTitle:f||"",pageDescription:w||""},visibility:v||"public"}),u(R(m)),E()}function S(){n&&(t.defaultPagePaths.includes(n[a].path)||la(n[a].path),p(n[a].path||"",m||""),r(a,{path:R(m),name:f||m,icon:n[a].icon||"File",seo:{pageTitle:f||"",pageDescription:w||""},visibility:v||"public"})),E()}return t.jsxRuntimeExports.jsxs("div",{className:_t.wrapper,onClick:V=>V.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:_t.header,children:[t.jsxRuntimeExports.jsx("h2",{children:o?"Edit Page":"Create New Page"}),t.jsxRuntimeExports.jsx("div",{className:_t.closeIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:"#757575",hoverable:!0,onClick:E})})]}),t.jsxRuntimeExports.jsxs("div",{className:_t.content,children:[t.jsxRuntimeExports.jsx(t.Input,{label:"Page Slug",onChange:V=>x(V),value:m,placeholder:"path-to-page",disabled:!!(a&&n&&((z=n[a])!=null&&z.name)&&t.defaultPagePaths.includes(n[a].path)),required:!0,regex:"^.+$"}),t.jsxRuntimeExports.jsx(t.Input,{label:"Page Title",onChange:V=>{h(V)},value:f.charAt(0).toUpperCase()+f.slice(1),placeholder:"Contact us"}),t.jsxRuntimeExports.jsx(t.Textarea,{label:"Description",onChange:V=>j(V),value:w,placeholder:`${c.general.info.name} is powered by the Billgang.com platform which allows them to sell their digital products online for free.`,maxLength:150}),t.jsxRuntimeExports.jsx(Im,{label:"Visibility",defaultValue:v,options:[{value:"public",label:"Public"},{value:"private",label:"Private"}],onChange:V=>_(V)}),t.jsxRuntimeExports.jsxs("div",{className:_t.preview,children:[t.jsxRuntimeExports.jsx("span",{className:_t.label,children:"Preview"}),t.jsxRuntimeExports.jsxs("div",{className:_t.block,children:[t.jsxRuntimeExports.jsx("span",{className:_t.slug,children:m||"yoursite.url"}),t.jsxRuntimeExports.jsx("span",{className:_t.title,children:f||"My Blank Page"}),t.jsxRuntimeExports.jsx("span",{className:_t.description,children:w||"It is My Description"})]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:_t.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{onClick:E,type:"Secondary",children:"Cancel"}),t.jsxRuntimeExports.jsx(t.Button,{onClick:o?S:N,disabled:m.length===0,children:o?"Update":"Create"})]})]})},Lm="_layout_1pjho_1",Pm="_main_1pjho_10",Mm="_content_1pjho_18",Bm="_notifications_1pjho_26",fs={layout:Lm,main:Pm,content:Mm,notifications:Bm},Am="_notification_2jmah_1",$m="_text_2jmah_22",Dm="_timer_2jmah_27",Om="_warning_2jmah_32",Hm="_error_2jmah_37",Vm="_success_2jmah_42",yn={notification:Am,text:$m,timer:Dm,warning:Om,error:Hm,success:Vm},Oo={warning:"#C1972A",error:"#FF3F19",success:"#338B13"},ua=e=>{const{type:n,message:s,style:r,padding:o,timer:i,id:a}=e,[l,c]=C.useState(i),{setNotifications:d}=t.useNotificationStore();function u(){const p=t.useNotificationStore.getState().notifications,m=p.filter(x=>x.id!==a);console.log("Удаляем id=",a,"Предыдущее:",p,"После:",m),d([...m])}return C.useEffect(()=>{const p=setTimeout(()=>{u()},i*1e3);return()=>clearTimeout(p)},[i]),C.useEffect(()=>{const p=setInterval(()=>c(m=>m-1),1e3);return()=>clearInterval(p)},[l]),t.jsxRuntimeExports.jsx("div",{style:{padding:o,position:"relative"},children:t.jsxRuntimeExports.jsxs("div",{className:t.clx(yn.notification,{[yn.warning]:n==="warning",[yn.error]:n==="error",[yn.success]:n==="success"}),style:r,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Info",fill:Oo[n],width:20,height:20})}),t.jsxRuntimeExports.jsx("div",{className:yn.text,children:s}),i&&t.jsxRuntimeExports.jsx("div",{className:yn.timer,children:l}),t.jsxRuntimeExports.jsx("div",{style:{display:"flex"},children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:Oo[n],width:20,height:20,hoverable:!0,onClick:()=>u()})})]})})},Fm="_modal_1h74q_1",Zm="_title_1h74q_14",zm="_buttons_1h74q_20",gs={modal:Fm,title:Zm,buttons:zm},da=()=>{const{title:e,description:n,onConfirm:s,setTitle:r,setDescription:o,setOnConfirm:i}=t.useConfirmationModalStore(),{setIsOpen:a}=t.useModalStore();function l(){a(!1),setTimeout(()=>{r(null),o(null),i(null),a(!0)},300)}return e&&n&&s&&t.jsxRuntimeExports.jsxs("div",{className:gs.modal,onClick:c=>c.stopPropagation(),children:[t.jsxRuntimeExports.jsx("div",{className:gs.title,children:e}),t.jsxRuntimeExports.jsx("div",{className:gs.description,children:n}),t.jsxRuntimeExports.jsxs("div",{className:gs.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{onClick:l,children:"Cancel"}),t.jsxRuntimeExports.jsx(t.Button,{onClick:()=>{s(),l()},type:"Secondary",children:"Confirm"})]})]})},Um=()=>{const{isOpenModal:e,setIsOpenModal:n}=t.usePagesStore(),{openModal:s,setOpenModal:r}=t.useChooseImageStore(),{notifications:o}=t.useNotificationStore(),{title:i,description:a,setTitle:l,setDescription:c,setOnConfirm:d}=t.useConfirmationModalStore();return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:fs.layout,children:[t.jsxRuntimeExports.jsx(p1,{}),t.jsxRuntimeExports.jsxs("main",{className:fs.main,children:[t.jsxRuntimeExports.jsx(s1,{}),t.jsxRuntimeExports.jsxs("div",{className:fs.content,children:[t.jsxRuntimeExports.jsx(dm,{}),t.jsxRuntimeExports.jsx(T2,{})]})]})]}),i&&a&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{l(null),c(null),d(null)},children:t.jsxRuntimeExports.jsx(da,{})}),e&&t.jsxRuntimeExports.jsx(t.Modal,{close:n,children:t.jsxRuntimeExports.jsx(Tm,{})}),s&&t.jsxRuntimeExports.jsx(t.Modal,{close:r,children:t.jsxRuntimeExports.jsx(t.ChooseImageModal,{})}),o.length>0&&t.jsxRuntimeExports.jsx("div",{className:fs.notifications,children:o.map(u=>t.jsxRuntimeExports.jsx(ua,{type:u.status,message:u.message,timer:10,id:u.id},u.id))})]})};async function _n(e,n){const s=localStorage.getItem("shopId")||void 0,r=`${t.API_URL}/${e}/builder/shops/${s}/${n}`;return(await t.request({url:r,withToken:!0,method:"get"})).data}async function Wm(){try{const[e,n,s,r,o,i,a,l]=await Promise.allSettled([_n("v1","general"),_n("v1","faqs"),_n("v1","listings"),_n("v1","products"),_n("v1","reviews"),_n("v1","categories"),{data:null},{data:null}]);return{general:e,faqs:n,listings:s,products:r,reviews:o,categories:i,fullPosts:a,posts:l}}catch(e){throw console.error("Error fetching page data:",e),e}}async function qm(){try{const{data:e}=await t.axios.get(`${t.GOOGLE_FONTS_API}?key=AIzaSyAEsTbjAPUz_TeuFCq4z4LPK9w_vst0Pfw`);return e.items}catch(e){throw console.error("Error fetching page data:",e),e}}async function Gm(){var r;const e=localStorage.getItem("shopId"),n=localStorage.getItem("draftId"),s=`${t.API_URL}/v2/builder/shops/${e}/drafts/${n}/pages`;try{return(await t.request({url:s,withToken:!0,method:"get"})).data}catch(o){return{data:[],status:(r=o.response)==null?void 0:r.status}}}async function Ym(){const e=localStorage.getItem("shopId")||void 0,n=localStorage.getItem("draftId")||void 0,s=`${t.API_URL}/v2/builder/shops/${e}/drafts/${n}/all`;return(await t.request({url:s,withToken:!0,method:"get"})).data}const Xm=e=>{const{blocks:n,settings:s,header:r,footer:o,announcement:i}=e,{setBlocks:a,setSourceBlocks:l,setHeader:c,setFooter:d,setAnnouncement:u,setSettings:p}=t.useBlocksStore(),{fonts:m,setFonts:x}=t.useFontsStore(),{setSettings:f}=t.useSettingsStore(),{setPageContext:h}=t.usePagesStore(),{setThemeSettings:w,setIsLoadingThemeSettings:j}=t.useThemeSettingsStore(),{setIsLoadingSettings:v}=t.useSettingsStore(),{notifications:_,setNotifications:b}=t.useNotificationStore(),{setBlocks:E,blocks:R,createPage:N,setIsLoadingLayers:S,setHeader:P,setAnnouncement:L,setFooter:B}=t.useLayersStore(),{setPages:k,setCurrentPage:M}=t.usePagesStore();return C.useEffect(()=>{j(!0),S(!0),v(!0);const Z={};Object.keys(n).forEach(V=>{Z[V]=n[V]}),l(Z),a(Z),c(r),d(o),u(i),p(s),(async()=>{const V={listings:null,products:null,reviews:null,categories:null,faqs:null,general:null,fullPosts:null,posts:null},U=await Wm();Object.keys(U).map(O=>{const X=O;V[X]=U[X].value.data}),h(V);const{data:q}=await Ym(),{themeSettings:Q,layers:g,settings:T}=q||{};if(T){if(T.settings){const O=new s;O.blockSettings={displayName:"Settings",isAddable:!1,...T.settings},f(O)}T.header&&P(T.header),T.footer&&B(T.footer),T.announcement&&L(T.announcement)}else{const O=new s;f(O)}Q&&w(Q);const G=await Gm(),y={};if(G.status>=400&&b([..._,{id:t.v4(),message:"Error fetching pages",status:"error"}]),G.data.length>0?(G.data.forEach(O=>{R[O.path]||N(O.path),y[O.id||O.path]={...O,icon:t.pages[O.path]?t.pages[O.path].icon:"File",name:O.name?O.name:t.pages[O.path].name}}),k(y),M(Object.keys(y)[0])):(k(t.pages),M(Object.keys(t.pages)[0])),m.length===0){const O=await qm();x([...O.map(X=>{const H=X.variants.map(J=>{if(!J.includes("italic"))return J==="regular"?"400":J}).filter(J=>J!==void 0);return{name:X.family,weights:H}})])}E(g),j(!1),S(!1),v(!1)})()},[]),t.jsxRuntimeExports.jsx(Um,{})};function Km(){const e=new URL(window.location.href);window.history.replaceState(null,"",e.pathname+e.hash)}function Jm(){const e=new URLSearchParams(document.location.search),n=e.get("shopId")||localStorage.getItem("shopId"),s=e.get("sellerAccessToken")||localStorage.getItem("sellerAccessToken"),r=e.get("draftId")||localStorage.getItem("draftId");return Km(),s&&localStorage.setItem("sellerAccessToken",s),n&&localStorage.setItem("shopId",n),r&&localStorage.setItem("draftId",r),!!(s&&n&&r)}const Qm=e=>{const{blocks:n,settings:s,header:r,footer:o,announcement:i}=e,[a,l]=C.useState(!0),c=t.useNavigate();return C.useEffect(()=>{l(!0),Jm()?l(!1):c("/")},[]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:a?t.jsxRuntimeExports.jsx(sn,{}):t.jsxRuntimeExports.jsx(Xm,{blocks:n,settings:s,header:r,footer:o,announcement:i})})},ex="_wrapper_1yd2j_1",tx="_error_1yd2j_11",nx="_title_1yd2j_21",sx="_buttons_1yd2j_29",On={wrapper:ex,error:tx,title:nx,buttons:sx},Ho=async e=>{const n=localStorage.getItem("shopId")||void 0,s=localStorage.getItem("draftId"),r=`${t.API_URL}/v2/builder/shops/${n}/drafts/${s}/reset`;return await t.request({url:r,withToken:!0,method:"post",body:e})},rx=()=>{const{error:e,setError:n}=t.useErrorStore(),{pages:s}=t.usePagesStore(),{setIsOpen:r}=t.useModalStore(),{title:o,description:i,setOnConfirm:a,setTitle:l,setDescription:c}=t.useConfirmationModalStore(),{setBlocks:d}=t.useLayersStore();async function u(){await Ho({resetSettings:(e==null?void 0:e.failedSettings)??!1,resetThemeSettings:(e==null?void 0:e.failedThemeSettings)??!1,resetPageIds:(e==null?void 0:e.failedPageIds)??[]}),n(null),d({}),window.location.reload()}async function p(){const m=[];s&&Object.keys(s).map(x=>s[x].id).filter(x=>x!==void 0).map(x=>m.push(x)),await Ho({resetSettings:!0,resetThemeSettings:!0,resetPageIds:m}),n(null)}return t.jsxRuntimeExports.jsxs("div",{className:On.wrapper,children:[t.jsxRuntimeExports.jsxs("div",{className:On.error,children:[t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("div",{className:On.title,children:"Oops! Something went wrong"}),t.jsxRuntimeExports.jsx("span",{className:On.message,children:(e==null?void 0:e.message)||""})]}),t.jsxRuntimeExports.jsxs("div",{className:On.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:u,children:"Reset Settings"}),t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:m=>{m.stopPropagation(),l("Reset All Settings"),c("Are you sure you want to reset all settings? This is irreversible."),a(async()=>{await p()})},children:"Reset All Settings"})]})]}),o&&i&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{r(!1),setTimeout(()=>{l(null),c(null),a(null),r(!0)},300)},children:t.jsxRuntimeExports.jsx(da,{})})]})},ox=e=>{const{children:n}=e,{pathname:s}=t.useLocation(),{setActiveBlock:r}=t.useNavbarStore(),{setActiveBlock:o}=t.useThemeSettingsStore(),{setActiveBlock:i}=t.usePreviewStore();return C.useEffect(()=>{switch(i({id:null,neededScroll:!1}),s){case"/admin/builder":r(t.navbarBlocks[0]);break;case"/admin/builder/add":r(t.navbarBlocks[1]);break;case"/admin/builder/theme":r(t.navbarBlocks[2]);break;case"/admin/builder/settings":r(t.navbarBlocks[3]);break;case"/admin/builder/theme/colors":r(t.navbarBlocks[2]),o(kt[0]);break;case"/admin/builder/theme/fonts":r(t.navbarBlocks[2]),o(kt[1]);break;case"/admin/builder/theme/borders":r(t.navbarBlocks[2]),o(kt[2]);break;case"/admin/builder/theme/buttons":r(t.navbarBlocks[2]),o(kt[3]);break;case"/admin/builder/theme/inputs":r(t.navbarBlocks[2]),o(kt[4]);break}},[s]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:n})},ix="_lock_1mxa7_1",ax="_wrapper_1mxa7_12",lx="_content_1mxa7_22",cx="_info_1mxa7_31",ux="_buttons_1mxa7_38",dx="_button_1mxa7_38",px="_input_1mxa7_50",mx="_error_1mxa7_57",Et={lock:ix,wrapper:ax,content:lx,info:cx,buttons:ux,button:dx,input:px,error:mx},xx=()=>{const[e,n]=C.useState(!1),[s,r]=C.useState(!1),[o,i]=C.useState(""),{general:a,setGeneral:l}=t.useGeneralStore(),c=t.useLocation(),d=t.useNavigate();C.useEffect(()=>{if(a&&(!a.info.passwordProtected||a.isPasswordValid)){const p=c.state.from==="/validation"?"/":c.state.from;d(p)}},[a]),C.useEffect(()=>{(async()=>{var f;n(!0);const m=localStorage.getItem("shopPassword")||"",x=await Dr(m);if(x.isPasswordValid){const h=((f=c.state)==null?void 0:f.from)||"/";d(h)}l(x),n(!1)})()},[]);async function u(){var m;if(n(!0),!(await Dr(o)).isPasswordValid)r(!0);else{localStorage.setItem("shopPassword",o);const x=((m=c.state)==null?void 0:m.from)||"/";d(x)}n(!1)}return t.jsxRuntimeExports.jsxs("div",{className:Et.wrapper,children:[!e&&t.jsxRuntimeExports.jsxs("div",{className:Et.content,children:[t.jsxRuntimeExports.jsx("div",{className:Et.lock,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Lock",fill:"var(--text-secondary)",width:64,height:64})}),t.jsxRuntimeExports.jsxs("div",{className:Et.info,children:[t.jsxRuntimeExports.jsx("h2",{id:"h2",className:Et.title,children:"The store is password protected"}),t.jsxRuntimeExports.jsx("p",{id:"p",className:Et.description,children:"If you do not have a password, we recommend you to contact the technical support of the store or write to the mail"})]}),t.jsxRuntimeExports.jsxs("div",{className:Et.input,children:[t.jsxRuntimeExports.jsx(t.Input$1,{type:"password",onChange:p=>{r(!1),i(p)},value:o,placeholder:"Password",required:!0}),t.jsxRuntimeExports.jsx("span",{className:Et.error,children:s&&"Incorrect password"})]}),t.jsxRuntimeExports.jsxs("div",{className:Et.buttons,children:[t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",className:Et.button,children:"Contact Support"}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",className:Et.button,disabled:s,onClick:u,children:"Submit"})]})]}),e&&t.jsxRuntimeExports.jsx(t.Loader,{})]})},hx="_notifications_2ywhg_1",fx={notifications:hx},gx=({children:e})=>{const n=t.useLocation(),{token:s,setToken:r}=t.useStorefrontStore(),{dashInfo:o,setDashInfo:i}=t.useCustomerDashboardStore();if(n.pathname.startsWith("/admin/builder"))return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:e});C.useEffect(()=>{if(!s||!o){const L=localStorage.getItem("token");if(L)try{const B=t.jwtDecode(L);i(B),r(L)}catch(B){console.error("Failed to decode token:",B),localStorage.removeItem("token")}}},[]);const a=t.useNavigate(),[l,c]=sa();C.useEffect(()=>{const L=l.get("r");L&&(localStorage.setItem("referralCode",L),l.delete("r"),c(l),a({pathname:n.pathname,search:l.toString()},{replace:!0}))},[l,n]);const{notifications:d}=t.useNotificationStore(),[u,p]=C.useState(!0),{setThemeSettings:m,themeSettings:x}=t.useThemeSettingsStore(),{settings:f,setSettings:h}=t.useSettingsStore(),{setHeader:w,setFooter:j,setAnnouncement:v,header:_,footer:b,announcement:E}=t.useLayersStore(),{general:R,setGeneral:N}=t.useGeneralStore(),{pageContext:S,setPageContext:P}=t.usePagesStore();return C.useEffect(()=>{p(!0);const L=async()=>{if(!R){const k=await Dr();k.isPasswordValid||a("/validation",{state:{from:n.pathname}}),N(k)}},B=async()=>{const{settings:k,theme:M}=(await Fc()).data,Z=n.pathname.startsWith("/validation")?null:await t.getDynamicPage(encodeURIComponent("/products"));if(Z){const{data:z}=Z;P({...S,listings:z.listings})}else P({...S});if(k&&f){const z=f;if(k.settings?(Object.keys(k.settings).map(V=>{z[V]=k.settings[V]}),h(k.settings)):h(f),k.header&&_){const V=_;Object.keys(k.header).map(U=>{V[U]=k.header[U]}),w(V)}if(k.footer&&b){const V=b;Object.keys(k.footer).map(U=>{V[U]=k.footer[U]}),j(V)}if(k.announcement&&E){const V=E;Object.keys(k.announcement).map(U=>{V[U]=k.announcement[U]}),v(V)}}else h(f);m(x),m(M||x),p(!1)};n.pathname.startsWith("/validation")||L(),B()},[]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:u?t.jsxRuntimeExports.jsx("div",{style:{width:"100vw",height:"100vh",display:"flex",justifyContent:"center",alignItems:"center"},children:t.jsxRuntimeExports.jsx(t.Loader,{})}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[e,d.length>0&&t.jsxRuntimeExports.jsx("div",{className:fx.notifications,children:d.map(L=>t.jsxRuntimeExports.jsx(ua,{type:L.status,message:L.message,timer:10,id:L.id},L.id))})]})})},jx=()=>(C.useEffect(()=>{setTimeout(()=>{window.location.reload()},500)},[]),t.jsxRuntimeExports.jsx("div",{style:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:t.jsxRuntimeExports.jsx(t.Loader,{})})),Cx="_wrapper_rccv2_1",yx="_content_rccv2_11",_x="_title_rccv2_21",xr={wrapper:Cx,content:yx,title:_x},Ft=()=>{const e=t.useNavigate();return t.jsxRuntimeExports.jsx("div",{className:xr.wrapper,children:t.jsxRuntimeExports.jsxs("div",{className:xr.content,children:[t.jsxRuntimeExports.jsx("h1",{className:xr.title,children:"Something went wrong"}),t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>{e("/")},children:"Go to Home"})]})})},Ex=({children:e,shopDomain:n,shopId:s,shopPassword:r})=>{const{setShopDomain:o,setShopId:i,setShopPassword:a,setShopTerms:l,setShopPrivacyPolicy:c,setShopRefundPolicy:d}=t.useStorefrontStore();return C.useLayoutEffect(()=>{const u=async()=>{const{data:x}=await t.fetchTerms();l(x)},p=async()=>{const{data:x}=await t.fetchPrivacyPolicy();c(x)},m=async()=>{const{data:x}=await t.fetchRefundPolicy();d(x)};o(n),i(s),r&&a(r),u(),p(),m()},[n,s,r]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:e})},vx="_statItem_16xmw_1",Rx="_content_16xmw_44",wx="_withChildren_16xmw_48",bx="_info_16xmw_53",Sx="_iconWrapper_16xmw_65",kx="_text_16xmw_75",Nx="_title_16xmw_81",Ix="_value_16xmw_85",Tx="_emptyImage_16xmw_91",Lx="_image_16xmw_11",Px="_imageTitle_16xmw_108",Mx="_imageDescription_16xmw_114",Bx="_emptyImageText_16xmw_118",Ax="_description_16xmw_133",Me={statItem:vx,content:Rx,withChildren:wx,info:bx,iconWrapper:Sx,text:kx,title:Nx,value:Ix,emptyImage:Tx,image:Lx,imageTitle:Px,imageDescription:Mx,emptyImageText:Bx,description:Ax},pt=({iconName:e,title:n,value:s,image:r,imageName:o,children:i,className:a,logo:l,imageDescription:c})=>t.jsxRuntimeExports.jsxs("div",{className:`${Me.statItem} ${a}`,children:[r&&r!=="empty"&&t.jsxRuntimeExports.jsxs("div",{style:{position:"relative"},children:[t.jsxRuntimeExports.jsx("div",{style:{background:"#000000"},children:t.jsxRuntimeExports.jsx("img",{src:r,alt:o,className:t.clx(Me.image,Me.emptyImage)})}),t.jsxRuntimeExports.jsxs("div",{className:Me.emptyImageText,children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(Me.title,Me.imageTitle),children:o}),t.jsxRuntimeExports.jsx("div",{id:"sm",className:t.clx(Me.description,Me.imageDescription),children:c})]})]}),r==="empty"&&t.jsxRuntimeExports.jsxs("div",{className:Me.emptyImage,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:64,height:64,fill:"var(--text-secondary)"}),t.jsxRuntimeExports.jsxs("div",{className:Me.emptyImageText,children:[t.jsxRuntimeExports.jsx("div",{className:Me.title,children:"No Product"}),t.jsxRuntimeExports.jsx("div",{id:"sm",className:Me.description,children:"Find the desired product in the all products tab"})]})]}),t.jsxRuntimeExports.jsxs("div",{className:`${Me.content} ${i?Me.withChildren:""}`,children:[t.jsxRuntimeExports.jsxs("div",{className:Me.info,children:[l?t.jsxRuntimeExports.jsx("div",{className:Me.iconWrapper,children:t.jsxRuntimeExports.jsx("img",{src:l,width:28,height:28})}):t.jsxRuntimeExports.jsx(t.Icon,{name:e||"File",className:Me.iconWrapper,width:28,height:28,fill:"var(--text-action)"}),t.jsxRuntimeExports.jsxs("div",{className:Me.text,children:[t.jsxRuntimeExports.jsx("div",{className:Me.title,children:n}),t.jsxRuntimeExports.jsx("div",{className:Me.value,children:s})]})]}),i]})]}),st=(e,n="auto")=>`https://imagedelivery.net/${e}/w=${n}`,Le=e=>{const n=new Intl.NumberFormat("en-US",{style:"currency",currency:e.currency||"USD"});let s=e.amount;return e.quantity&&(s=s*e.quantity),n.format(s)},$x=(e,n)=>{if(e===0)throw new Error("Old value cannot be zero, as it would result in division by zero.");return(n-e)/Math.abs(e)*100},Dx=e=>{if(Math.abs(e-365)<=15){const i=Math.round(e/365);return i===1?"year":`${i} years`}else if(Math.abs(e-30)<=5){const i=Math.round(e/30);return i===1?"month":`${i} months`}else return`${e} days`},Ox=e=>new Date(e).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}),Qn=e=>{const n=new Date(e),s={day:"2-digit",month:"2-digit",year:"numeric"},r={hour:"2-digit",minute:"2-digit"},o=n.toLocaleString("en-US",s),i=n.toLocaleString("en-US",r);return[o,i]},Hx="_card_1q96l_2",Vx="_email_1q96l_16",Fx="_balance_1q96l_21",Zx="_sidebar_1q96l_28",zx="_navList_1q96l_42",Ux="_navItem_1q96l_53",Wx="_activeNavItem_1q96l_66",qx="_inactiveNavItem_1q96l_71",Gx="_logoutNavItem_1q96l_79",Yx="_iconWrapper_1q96l_84",gt={card:Hx,email:Vx,balance:Fx,sidebar:Zx,navList:zx,navItem:Ux,activeNavItem:Wx,inactiveNavItem:qx,logoutNavItem:Gx,iconWrapper:Yx},Xx=({email:e,balance:n})=>t.jsxRuntimeExports.jsxs("div",{className:gt.card,children:[t.jsxRuntimeExports.jsx("div",{className:gt.email,children:e}),t.jsxRuntimeExports.jsxs("div",{className:gt.balance,children:["Balance: ",n]})]}),Kx=[[t.Routes.Home,"House"],[t.Routes.Orders,"CurrencyCircleDollar"],[t.Routes.Rewards,"Medal"],[t.Routes.Balance,"Wallet"],[t.Routes.Subscriptions,"CalendarCheck"],[t.Routes.Tickets,"Question"]],Vo=({children:e,className:n="",onClick:s})=>t.jsxRuntimeExports.jsx("button",{type:"button",className:t.clx(gt.navItem,n),onClick:s,children:e}),Jx=()=>{const{route:e,setRoute:n}=t.useCustomerDashboardStore(),s=t.useNavigate();return t.jsxRuntimeExports.jsxs("div",{className:gt.navList,children:[Kx.map(([r,o])=>{const i=r===e;return t.jsxRuntimeExports.jsxs(Vo,{onClick:()=>n(r),className:t.clx(i?gt.activeNavItem:gt.inactiveNavItem),children:[t.jsxRuntimeExports.jsx("div",{className:gt.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:o})}),t.jsxRuntimeExports.jsx("div",{children:r})]},r)}),t.jsxRuntimeExports.jsxs(Vo,{className:gt.logoutNavItem,onClick:()=>{au(),s("/")},children:[t.jsxRuntimeExports.jsx("div",{className:gt.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"SignOut"})}),t.jsxRuntimeExports.jsx("div",{children:"Sign Out"})]})]})};var ge=(e=>(e.New="NEW",e.Pending="PENDING",e.Completed="COMPLETED",e.Cancelled="CANCELLED",e.Expired="EXPIRED",e.FullDeliveryFailure="FULL_DELIVERY_FAILURE",e.PartiallyDelivered="PARTIALLY_DELIVERED",e.Refunded="REFUNDED",e.Failed="FAILED",e))(ge||{}),we=(e=>(e.Text="TEXT",e.Serial="SERIALS",e.Ebook="EBOOK",e.Link="LINK",e.Download="DOWNLOAD",e.Discord="DISCORD",e.Custom="CUSTOM",e))(we||{}),zt=(e=>(e.RIAL="RIAL",e.AWAITING_PAYMENT="AWAITING_PAYMENT",e.ACTIVE="ACTIVE",e.PAST_DUE="PAST_DUE",e.CANCELLED="CANCELLED",e.EXPIRED="EXPIRED",e.CHANGED_GATEWAY="CHANGED_GATEWAY",e.REPLACED="REPLACED",e))(zt||{});const Ln=async e=>(await ia(e)).data,io=async()=>{var s;const n=(await Yc()).data;if(n.isEnabled){const r=(s=n==null?void 0:n.topUpSettings)==null?void 0:s.gateways;r&&Ln(r)}return n},pa=async()=>{const n=(await Gc()).data;return{amount:n.realBalance+n.manualBalance,currency:n.currency}};var Wn=(e=>(e.ADDED="ADDED",e.REMOVED="REMOVED",e))(Wn||{}),ye=(e=>(e.NotPaid="NOT_PAID",e.Pending="PENDING",e.Paid="PAID",e.Expired="EXPIRED",e.Cancelled="CANCELLED",e))(ye||{});/*! *****************************************************************************
|
|
101
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
102
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
103
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
104
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
105
|
+
|
|
106
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
107
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
108
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
109
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
110
|
+
|
|
111
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
112
|
+
and limitations under the License.
|
|
113
|
+
***************************************************************************** */var tn=function(){return tn=Object.assign||function(n){for(var s,r=1,o=arguments.length;r<o;r++){s=arguments[r];for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])}return n},tn.apply(this,arguments)};function Qx(e,n){var s={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(s[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)n.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(s[r[o]]=e[r[o]]);return s}var e5=function(){return Math.random().toString(36).substring(6)},t5=function(e){var n=e.animate,s=n===void 0?!0:n,r=e.backgroundColor,o=r===void 0?"#f5f6f7":r,i=e.backgroundOpacity,a=i===void 0?1:i,l=e.baseUrl,c=l===void 0?"":l,d=e.children,u=e.foregroundColor,p=u===void 0?"#eee":u,m=e.foregroundOpacity,x=m===void 0?1:m,f=e.gradientRatio,h=f===void 0?2:f,w=e.uniqueKey,j=e.rtl,v=j===void 0?!1:j,_=e.speed,b=_===void 0?1.2:_,E=e.style,R=E===void 0?{}:E,N=e.title,S=N===void 0?"Loading...":N,P=e.beforeMask,L=P===void 0?null:P,B=Qx(e,["animate","backgroundColor","backgroundOpacity","baseUrl","children","foregroundColor","foregroundOpacity","gradientRatio","uniqueKey","rtl","speed","style","title","beforeMask"]),k=w||e5(),M="".concat(k,"-diff"),Z="".concat(k,"-animated-diff"),z="".concat(k,"-aria"),V=v?{transform:"scaleX(-1)"}:null,U="".concat(b,"s"),q="".concat(h*-1," 0"),Q="".concat(h," 0");return C.createElement("svg",tn({"aria-labelledby":z,role:"img",style:tn(tn({},R),V)},B),S?C.createElement("title",{id:z},S):null,L&&C.isValidElement(L)?L:null,C.createElement("rect",{role:"presentation",x:"0",y:"0",width:"100%",height:"100%",clipPath:"url(".concat(c,"#").concat(M,")"),style:{fill:"url(".concat(c,"#").concat(Z,")")}}),C.createElement("defs",null,C.createElement("clipPath",{id:M},d),C.createElement("linearGradient",{id:Z,gradientTransform:"translate(".concat(q,")")},C.createElement("stop",{offset:"0%",stopColor:o,stopOpacity:a}),C.createElement("stop",{offset:"50%",stopColor:p,stopOpacity:x}),C.createElement("stop",{offset:"100%",stopColor:o,stopOpacity:a}),s&&C.createElement("animateTransform",{attributeName:"gradientTransform",type:"translate",values:"".concat(q,"; 0 0; ").concat(Q),dur:U,repeatCount:"indefinite"}))))},fn=function(e){return e.children?C.createElement(t5,tn({},e)):C.createElement(n5,tn({},e))},n5=function(e){return C.createElement(fn,tn({viewBox:"0 0 476 124"},e),C.createElement("rect",{x:"48",y:"8",width:"88",height:"6",rx:"3"}),C.createElement("rect",{x:"48",y:"26",width:"52",height:"6",rx:"3"}),C.createElement("rect",{x:"0",y:"56",width:"410",height:"6",rx:"3"}),C.createElement("rect",{x:"0",y:"72",width:"380",height:"6",rx:"3"}),C.createElement("rect",{x:"0",y:"88",width:"178",height:"6",rx:"3"}),C.createElement("circle",{cx:"20",cy:"20",r:"20"}))};const s5=()=>{const{dashInfo:e,balance:n,setBalance:s,setDashInfo:r}=t.useCustomerDashboardStore();return C.useEffect(()=>{(async()=>{const{data:i}=await Uc(),a=await pa();r(i),s(a)})()},[]),t.jsxRuntimeExports.jsxs("div",{className:gt.sidebar,children:[!e||!n?t.jsxRuntimeExports.jsx(r5,{}):t.jsxRuntimeExports.jsx(Xx,{email:e.email,balance:Le(n)}),t.jsxRuntimeExports.jsx(Jx,{})]})},r5=()=>t.jsxRuntimeExports.jsx(fn,{speed:2,width:320,height:120,viewBox:"0 0 320 120",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",className:gt.skeleton,children:t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"10",ry:"10",width:"280",height:"100"})}),o5="_balanceContainer_1d1h9_1",i5="_balanceHeader_1d1h9_8",a5="_balanceAmount_1d1h9_15",l5="_balanceAmountTitle_1d1h9_28",c5="_balanceAmountValue_1d1h9_33",u5="_transactionDate_1d1h9_61",d5="_transactionItem_1d1h9_68",p5="_transactionDetails_1d1h9_76",m5="_iconWrapper_1d1h9_81",x5="_transactionInfo_1d1h9_92",h5="_transactionTitle_1d1h9_97",f5="_transactionId_1d1h9_101",g5="_transactionAmount_1d1h9_107",j5="_added_1d1h9_112",C5="_removed_1d1h9_115",y5="_noItemsBlock_1d1h9_119",_5="_pagination_1d1h9_128",E5="_modal_1d1h9_134",v5="_header_1d1h9_139",R5="_form_1d1h9_146",w5="_label_1d1h9_152",b5="_bonusBlock_1d1h9_165",S5="_gatewayList_1d1h9_179",k5="_gatewayButton_1d1h9_186",N5="_selected_1d1h9_195",I5="_colSpan2_1d1h9_198",T5="_gatewayName_1d1h9_205",L5="_error_1d1h9_208",P5="_submitButton_1d1h9_213",M5="_addBalanceButton_1d1h9_232",B5="_gatewayIcon_1d1h9_251",A5="_loaderContainer_1d1h9_273",$5="_transactionsContainer_1d1h9_281",D5="_transactionsHeader_1d1h9_286",O5="_transactionsContent_1d1h9_295",fe={balanceContainer:o5,balanceHeader:i5,balanceAmount:a5,balanceAmountTitle:l5,balanceAmountValue:c5,transactionDate:u5,transactionItem:d5,transactionDetails:p5,iconWrapper:m5,transactionInfo:x5,transactionTitle:h5,transactionId:f5,transactionAmount:g5,added:j5,removed:C5,noItemsBlock:y5,pagination:_5,modal:E5,header:v5,form:R5,label:w5,bonusBlock:b5,gatewayList:S5,gatewayButton:k5,selected:N5,colSpan2:I5,gatewayName:T5,error:L5,submitButton:P5,addBalanceButton:M5,gatewayIcon:B5,loaderContainer:A5,transactionsContainer:$5,transactionsHeader:D5,transactionsContent:O5},H5=async(e=1)=>await nu({PageNumber:e}),V5=async({price:e,gateway:n,customerEmail:s})=>await Zc({customerEmail:s,price:e,gateway:n}),F5=({enterAnother:e,bonusPercent:n,currency:s})=>t.jsxRuntimeExports.jsxs("div",{className:fe.bonusBlock,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Fire"}),t.jsxRuntimeExports.jsx("div",{children:e>0?`Enter another ${Le({amount:e,currency:s})} and receive an additional bonus of ${n}%`:`You will receive an additional bonus of ${n}%`})]}),ma=({setIsOpen:e,isModal:n=!0})=>{const[s,r]=C.useState({amount:"",gateway:""}),[o,i]=C.useState({}),[a,l]=C.useState(!1),{gatewaysDetail:c,setGatewaysDetail:d,dashInfo:u,balanceSettings:p}=t.useCustomerDashboardStore(),m=t.useNavigate(),{notifications:x,setNotifications:f}=t.useNotificationStore(),{setIsOpen:h}=t.useModalStore();C.useEffect(()=>{c||(async()=>{var B;const P=p!=null&&p.isEnabled?(B=p==null?void 0:p.topUpSettings)==null?void 0:B.gateways:[],L=await Ln(P);d(L)})()},[p,c]);const w=()=>{const S={};return(!s.amount||Number(s.amount)<1)&&(S.amount="The balance field cannot be empty."),s.gateway||(S.gateway="Select pay method"),i(S),Object.keys(S).length===0},j=async S=>{if(S.preventDefault(),!!w()){l(!0);try{const{data:P}=await V5({price:{amount:Number(s.amount),currency:p!=null&&p.isEnabled?p.topUpSettings.currency:"USD"},gateway:s.gateway,customerEmail:(u==null?void 0:u.email)||""});f([...x,{message:"Order created successfully",status:"success",id:t.v4()}]),m(`/charges/${P.data.chargeId}`)}catch(P){const L=P;f([...x,{message:`Order creation failed: ${L.message}`,status:"error",id:t.v4()}])}finally{e(!1),l(!1)}}};if(!p||!p.isEnabled)return null;const{topUpSettings:{currency:v,topUpBonusEnabled:_,bonusPercent:b,minimumTopUpForBonus:E}}=p,R=Number(s.amount),N=_&&!Number.isNaN(R)?E-R:E;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:a?t.jsxRuntimeExports.jsx(Rl,{}):t.jsxRuntimeExports.jsxs("div",{className:fe.modal,onClick:S=>S.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:fe.header,children:[t.jsxRuntimeExports.jsx("h2",{id:"h3",children:"Top Up Account Balance"}),n&&t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:()=>{h(!1),setTimeout(()=>{e(!1)},300)},className:fe.closeIcon,hoverable:!0})]}),t.jsxRuntimeExports.jsxs("form",{onSubmit:j,className:fe.form,children:[t.jsxRuntimeExports.jsxs("label",{className:fe.label,children:[t.jsxRuntimeExports.jsx(t.Input$1,{label:"Enter Amount",type:"number",placeholder:"1000",value:s.amount,onChange:S=>r(P=>({...P,amount:S})),leftIcon:t.jsxRuntimeExports.jsx(t.Icon,{name:"CurrencyDollarSimple",fill:"var(--text-secondary)"}),required:!0}),o.amount&&t.jsxRuntimeExports.jsx("span",{className:fe.error,children:o.amount})]}),_&&N!==void 0&&t.jsxRuntimeExports.jsx(F5,{enterAnother:N,bonusPercent:b,currency:v}),c&&t.jsxRuntimeExports.jsx("div",{className:fe.gatewayList,children:c.length>0?c.map((S,P)=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(fe.gatewayButton,{[fe.selected]:s.gateway===S.name},{[fe.colSpan2]:c.length-1===P}),onClick:()=>r(L=>({...L,gateway:S.name})),children:[t.jsxRuntimeExports.jsx("img",{alt:S.displayName,src:st(S.logoCfImageId),className:fe.gatewayIcon}),t.jsxRuntimeExports.jsx("div",{className:fe.gatewayName,children:S.displayName})]},S.name)):t.jsxRuntimeExports.jsx("span",{children:"Gateways not found"})}),!c&&t.jsxRuntimeExports.jsx(fn,{speed:2,width:"100%",height:"220px",viewBox:"0 0 600 220",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",children:t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"100%",height:"100%"})}),o.gateway&&t.jsxRuntimeExports.jsx("span",{className:fe.error,children:o.gateway}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",disabled:!s.gateway||a,className:fe.submitButton,children:"Continue to Checkout"}),t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx(jl,{}),t.jsxRuntimeExports.jsx(Cl,{})]})]})]})})},Z5=()=>{const[e,n]=C.useState([]),{balanceSettings:s,balance:r}=t.useCustomerDashboardStore(),{page:o,setPage:i}=t.usePaginationPagesStore(),{setIsOpen:a}=t.useModalStore(),[l,c]=C.useState(!0),[d,u]=C.useState(0),[p,m]=C.useState(!1),[x,f]=C.useState("Newest");C.useEffect(()=>{i(1)},[]),C.useEffect(()=>{(async()=>{c(!0);const{list:_,totalCount:b}=await H5(o);n(_),u(b),c(!1)})()},[]);const h=(v,_)=>{var N;const b={},E=new Date,R=[...v].sort((S,P)=>{const L=new Date(S.createdAt).getTime(),B=new Date(P.createdAt).getTime();return _==="Newest"?B-L:L-B});for(const S of R){const P=new Date(S.createdAt),L=P.toDateString()===E.toDateString()?"Today":P.toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"});b[L]||(b[L]=[]),(N=b[L])==null||N.push(S)}return b},w=({id:v,price:_,status:b,description:E})=>{const R=Le(_);return t.jsxRuntimeExports.jsxs("div",{className:fe.transactionItem,children:[t.jsxRuntimeExports.jsxs("div",{className:fe.transactionDetails,children:[t.jsxRuntimeExports.jsx(t.Icon,{className:fe.iconWrapper,name:b===Wn.ADDED?"Plus":"Minus",width:20,height:20}),t.jsxRuntimeExports.jsxs("div",{className:fe.transactionInfo,children:[t.jsxRuntimeExports.jsx("div",{className:fe.transactionTitle,children:E}),t.jsxRuntimeExports.jsxs("div",{className:fe.transactionId,children:["ID: ",v]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(fe.transactionAmount,{[fe.added]:b===Wn.ADDED,[fe.removed]:b===Wn.REMOVED}),children:[b===Wn.ADDED?"+":"-"," ",R]})]},v)},j=()=>{if(e!=null&&e.length){const v=h(e,x);return t.jsxRuntimeExports.jsxs("div",{className:fe.transactionsContainer,children:[t.jsxRuntimeExports.jsx("div",{className:fe.transactionsContent,children:Object.entries(v).map(([_,b])=>t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("div",{className:fe.transactionDate,children:_}),b.map(w)]},_))}),t.jsxRuntimeExports.jsx(Ks,{className:fe.pagination,currentPage:o,totalCount:d,onPageChange:i})]})}return t.jsxRuntimeExports.jsx(Xs,{title:"Transaction History",description:"When you top up your account balance or receive a refund from our team, you'll see a history of transactions here.",className:fe.noItemsBlock})};return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx("div",{className:fe.balanceContainer,children:t.jsxRuntimeExports.jsxs("div",{className:fe.balanceHeader,children:[r&&t.jsxRuntimeExports.jsxs("div",{className:fe.balanceAmount,children:[t.jsxRuntimeExports.jsx("span",{className:fe.balanceAmountTitle,children:"Your balance"}),t.jsxRuntimeExports.jsx("span",{className:fe.balanceAmountValue,children:Le(r)})]}),t.jsxRuntimeExports.jsxs(t.Button$1,{onClick:v=>{v.stopPropagation(),m(!0),a(!0)},className:fe.addBalanceButton,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus"}),t.jsxRuntimeExports.jsx("span",{children:"Add balance"})]})]})}),t.jsxRuntimeExports.jsxs("div",{className:fe.transactionsHeader,children:[(e==null?void 0:e.length)>0?t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Transactions"}):t.jsxRuntimeExports.jsx(os,{title:"Transactions"}),(e==null?void 0:e.length)>0&&t.jsxRuntimeExports.jsx(t.Select$1,{options:["Newest","Oldest"],value:x,onChange:v=>{f(v)},style:{width:"110px"}})]}),l?t.jsxRuntimeExports.jsx("div",{className:fe.loaderContainer,children:t.jsxRuntimeExports.jsx(t.Loader,{})}):t.jsxRuntimeExports.jsx("div",{children:j()}),p&&(s==null?void 0:s.isEnabled)&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>m(!1),children:t.jsxRuntimeExports.jsx(ma,{setIsOpen:m})})]})},z5="_home_4lenp_1",U5="_content_4lenp_13",W5="_statContainer_4lenp_29",q5="_text_4lenp_41",G5="_iconWrapper_4lenp_48",Y5="_loader_4lenp_52",wn={home:z5,content:U5,statContainer:W5,text:q5,iconWrapper:G5,loader:Y5},X5="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%202V9.85233L13.5806%2010.9427V6.58116L6.41169%208.82252V4.89257L17%202Z'%20fill='%23FF3F19'/%3e%3cpath%20d='M13.5806%2010.9427L13.5805%2014.691L3%2018V9.79935L6.41169%208.82252L6.41152%2013.2598L13.5806%2010.9427Z'%20fill='%23FF3F19'/%3e%3c/svg%3e",K5="Billgang",Fo=({children:e})=>t.jsxRuntimeExports.jsx("div",{className:wn.statContainer,children:e}),J5=()=>{var o;const[e,n]=C.useState(null),{setBalanceSettings:s}=t.useCustomerDashboardStore(),{general:r}=t.useGeneralStore();return C.useEffect(()=>{const i=async()=>{const{data:l}=await Wc();n(l)},a=async()=>{const l=await io();s(l)};i(),a()},[]),e?t.jsxRuntimeExports.jsxs("div",{className:wn.home,children:[t.jsxRuntimeExports.jsx(T3,{}),t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Your Statistics"}),t.jsxRuntimeExports.jsxs("div",{className:wn.content,children:[t.jsxRuntimeExports.jsxs(Fo,{children:[t.jsxRuntimeExports.jsx(pt,{iconName:"Calendar",title:"Customer since",value:Ox(e.createdAt)}),t.jsxRuntimeExports.jsx(pt,{iconName:"CurrencyCircleDollar",title:"Total spent",value:Le({amount:e.totalSpent})}),t.jsxRuntimeExports.jsx(pt,{iconName:"Medal",title:"Top",value:`#${e.ratingPlacement}`,children:t.jsxRuntimeExports.jsxs("div",{className:wn.text,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUp",className:wn.iconWrapper,width:16,height:16,fill:"var(--text-secondary)"}),"Spend $",e.spendMoreUsdForNextPlace," more to be #",e.ratingPlacement+1]})}),t.jsxRuntimeExports.jsx(pt,{iconName:"Star",title:"Average review",value:e.averageReview})]}),e.topSpenderProduct?t.jsxRuntimeExports.jsx(pt,{image:st(e.topSpenderProduct.image.cfId),imageName:e.topSpenderProduct.name,imageDescription:e.topSpenderProduct.shortDescription,iconName:"Crown",title:"Top spent",value:`${Le({amount:e.topSpenderProduct.amountSpentUsd||0})} spent`}):t.jsxRuntimeExports.jsx(pt,{image:"empty",iconName:"Crown",title:"Top spent",value:`${Le({amount:0})} spent`}),t.jsxRuntimeExports.jsxs(Fo,{children:[t.jsxRuntimeExports.jsx(pt,{iconName:"Bag",title:"Purchases",value:e.totalPurchases}),t.jsxRuntimeExports.jsx(pt,{iconName:"Eye",title:"Visits",value:e.visits}),t.jsxRuntimeExports.jsx(pt,{title:"Powered by",value:K5,logo:X5}),t.jsxRuntimeExports.jsx(pt,{title:"Store",value:(r==null?void 0:r.info.name)||"",logo:st(((o=r==null?void 0:r.info.logo)==null?void 0:o.cfId)||"")})]}),e.favoriteProduct?t.jsxRuntimeExports.jsx(pt,{image:st(e.favoriteProduct.image.cfId),imageName:e.favoriteProduct.name,imageDescription:e.favoriteProduct.shortDescription,iconName:"Heart",title:"Favorite product",value:`bought ${e.favoriteProduct.purchasedTimes} times`}):t.jsxRuntimeExports.jsx(pt,{image:"empty",iconName:"Heart",title:"Favorite product",value:"bought 0 times"})]})]}):t.jsxRuntimeExports.jsx("div",{className:wn.loader,children:t.jsxRuntimeExports.jsx(t.Loader,{})})},Q5=async(e=1)=>await t.fetchOrders({PageNumber:e}),e0=()=>{const[e,n]=C.useState(null),{balanceSettings:s,gatewaysDetail:r,setGatewaysDetail:o}=t.useCustomerDashboardStore(),[i,a]=C.useState(0),{page:l}=t.usePaginationPagesStore();return C.useEffect(()=>{const c=async()=>{const{list:u,totalCount:p}=await Q5(l);n(u),a(p)},d=async()=>{const u=await Ln(s!=null&&s.isEnabled?(s==null?void 0:s.topUpSettings.gateways)||[]:[]);o(u)};c(),r||d()},[l,r]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:e!=null&&e.length&&e.length===0?t.jsxRuntimeExports.jsx(Xs,{title:"No Orders",description:"When you purchase products from our website, you'll see a history of orders here."}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(os,{title:"Orders"}),t.jsxRuntimeExports.jsx(Q3,{orders:e,gatewaysDetail:r,totalCount:i})]})})};var es=(e=>(e.Balance="BALANCE",e.Product="PRODUCT",e))(es||{}),ut=(e=>(e.Spend="SPEND_AMOUNT",e.Order="ORDER_COUNT",e.Referral="REFER_FRIEND",e.Review="LEAVE_REVIEW",e))(ut||{});const t0=async()=>(await qc()).data,n0="_container_d9w9y_1",s0="_progress_d9w9y_16",r0="_status_d9w9y_20",o0="_name_d9w9y_31",i0="_completed_d9w9y_38",a0="_title_d9w9y_43",l0="_description_d9w9y_51",c0="_button_d9w9y_57",u0="_achievement_d9w9y_62",d0="_progressText_d9w9y_81",p0="_progressBackground_d9w9y_88",m0="_progressForeground_d9w9y_92",x0="_icon_d9w9y_96",tt={container:n0,progress:s0,status:r0,name:o0,completed:i0,title:a0,description:l0,button:c0,achievement:u0,progressText:d0,progressBackground:p0,progressForeground:m0,icon:x0},h0=()=>{const[e,n]=C.useState(null);C.useEffect(()=>{(async()=>{const i=await t0();n(i)})()},[]);const s=e&&e.length===0,r=e&&e.length>0;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:s?t.jsxRuntimeExports.jsx(Xs,{title:"Rewards Unavailable",description:"Check back in the future to join our reward program."}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(os,{title:"Rewards",description:"To unlock an exclusive reward, complete everything on this checklist"}),t.jsxRuntimeExports.jsxs("div",{className:tt.container,children:[r&&e.map(o=>t.jsxRuntimeExports.jsx(f0,{achievement:o},o.id)),!r&&[...new Array(6)].map((o,i)=>t.jsxRuntimeExports.jsx(fn,{speed:2,width:"100%",height:400,viewBox:"0 0 300 300",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",children:t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"10",ry:"10",width:"100%",height:"300px"})},i))]})]})})},f0=({achievement:e})=>{const[n,s]=_0(e),[r,o,i]=E0(e),a=o===i;return t.jsxRuntimeExports.jsxs("div",{className:tt.achievement,children:[t.jsxRuntimeExports.jsx(g0,{percentage:r}),t.jsxRuntimeExports.jsx("div",{className:`${tt.status} ${a?tt.completed:""}`,children:a?t.jsxRuntimeExports.jsxs("div",{className:tt.statusContainer,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Confetti"})," ",t.jsxRuntimeExports.jsx("span",{className:"ml-1",children:"Completed!"})]}):`Done: ${o} / ${i}`}),t.jsxRuntimeExports.jsxs("div",{className:tt.title,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Bag",className:tt.icon,fill:"var(--text-action)",width:18,height:18}),t.jsxRuntimeExports.jsx("div",{className:tt.name,children:n})]}),t.jsxRuntimeExports.jsx("span",{className:tt.description,children:s}),t.jsxRuntimeExports.jsx(t.Button$1,{type:a?"Primary":"Secondary",className:tt.button,disabled:!a,children:a?t.jsxRuntimeExports.jsx("span",{children:"Claim"}):j0(e)})]})},g0=({percentage:e,radius:n=40,strokeWidth:s=8})=>{const r=n+s/2,o=r*2,i=2*Math.PI*n,a=i-e/100*i;return t.jsxRuntimeExports.jsxs("div",{style:{width:o,height:o},className:tt.progress,children:[t.jsxRuntimeExports.jsxs("svg",{"aria-hidden":"true",width:o,height:o,children:[t.jsxRuntimeExports.jsx("circle",{cx:r,cy:r,r:n,fill:"transparent",className:tt.progressBackground,strokeWidth:s}),t.jsxRuntimeExports.jsx("circle",{cx:r,cy:r,r:n,fill:"transparent",strokeWidth:s,strokeDasharray:`${i} ${i}`,strokeDashoffset:a,className:tt.progressForeground})]}),t.jsxRuntimeExports.jsxs("span",{className:tt.progressText,children:[e,"%"]})]})},js=e=>{switch(e.rewardRule.rewardType){case es.Balance:return`${Le(e.rewardRule.rewardOptions.balance)} on the balance`;case es.Product:return`products: ${e.rewardRule.rewardOptions.productsWithVariants.map(n=>`${n.quantity} ${n.productName} (${n.variantName})`).join()}`}},j0=e=>{switch(e.rewardRule.rewardType){case es.Balance:return Le(e.rewardRule.rewardOptions.balance);case es.Product:return`${e.rewardRule.rewardOptions.productsWithVariants.map(n=>`${n.quantity} ${n.productName} (${n.variantName})`).join()}`}},C0=e=>{switch(e.rewardRule.ruleType){case ut.Spend:return`Spend $${e.rewardRule.ruleOptions.forEach} in total purchases at our store to receive a reward of ${js(e)}. You've spent $${e.progress} so far.`;case ut.Order:return`Place ${e.rewardRule.ruleOptions.ordersCount} orders to receive a reward of ${js(e)}. You've made ${e.progress} orders so far.`;case ut.Referral:return`On your referral link should sign up ${e.rewardRule.ruleOptions.minReferrals} people and make at least ${e.rewardRule.ruleOptions.minCompletedOrders} purchase to receive a reward of ${js(e)}. You've referred ${e.progress} friends so far.`;case ut.Review:return`Leave ${e.rewardRule.ruleOptions.minReviews} reviews with a minimum rating of ${e.rewardRule.ruleOptions.minStars} to receive a reward of ${js(e)}. You've left ${e.progress} reviews so far.`}},y0=e=>{switch(e.rewardRule.ruleType){case ut.Spend:return`Spend $${e.rewardRule.ruleOptions.forEach} at our store`;case ut.Order:return`Make ${e.rewardRule.ruleOptions.ordersCount} orders`;case ut.Referral:return`Refer ${e.rewardRule.ruleOptions.minReferrals} friends to our store`;case ut.Review:return`Leave ${e.rewardRule.ruleOptions.minReviews} reviews with a minimum rating of ${e.rewardRule.ruleOptions.minStars}`}},_0=e=>[y0(e),C0(e)],E0=e=>{let n;switch(e.rewardRule.ruleType){case ut.Spend:n=e.rewardRule.ruleOptions.forEach;break;case ut.Order:n=e.rewardRule.ruleOptions.ordersCount;break;case ut.Referral:n=e.rewardRule.ruleOptions.minReferrals;break;case ut.Review:n=e.rewardRule.ruleOptions.minReviews;break}return[Math.round((e.progress/n*100+Number.EPSILON)*100)/100,e.progress,n]},v0="_appContainer_6buzr_1",R0="_contentContainer_6buzr_15",Zo={appContainer:v0,contentContainer:R0},w0="_wrapper_10svy_2",b0="_tableContainer_10svy_7",S0="_ticketsTable_10svy_22",k0="_tableBody_10svy_28",N0="_scrollContainer_10svy_38",I0="_tableItem_10svy_46",T0="_tableLoader_10svy_53",vt={wrapper:w0,tableContainer:b0,ticketsTable:S0,tableBody:k0,scrollContainer:N0,tableItem:I0,tableLoader:T0},L0=async(e=1)=>{try{return await tu({PageNumber:e})}catch(n){return console.error("Failed to fetch tickets:",n),{list:[],totalCount:0}}},P0=()=>{const[e,n]=C.useState([]),{page:s,setPage:r}=t.usePaginationPagesStore(),[o,i]=C.useState(!0),[a,l]=C.useState(0);C.useEffect(()=>{(async()=>{i(!0);const{list:p,totalCount:m}=await L0(s);n(p),l(m),i(!1)})()},[s]);const c=!e.length,d=!o&&!c;return t.jsxRuntimeExports.jsxs("div",{className:vt.wrapper,children:[t.jsxRuntimeExports.jsx(os,{title:"Tickets"}),t.jsxRuntimeExports.jsxs("div",{className:vt.tableContainer,children:[t.jsxRuntimeExports.jsxs("div",{className:vt.scrollContainer,children:[t.jsxRuntimeExports.jsxs(mo,{className:vt.ticketsTable,children:[t.jsxRuntimeExports.jsx(We,{className:vt.tableItem,children:"TICKET ID"}),t.jsxRuntimeExports.jsx(We,{className:vt.tableItem,children:"LAST MESSAGE"}),t.jsxRuntimeExports.jsx(We,{className:vt.tableItem,children:"DATE"}),t.jsxRuntimeExports.jsx(We,{className:vt.tableItem,children:"STATUS"})]}),d&&t.jsxRuntimeExports.jsx("div",{className:vt.tableBody,children:e==null?void 0:e.map(u=>t.jsxRuntimeExports.jsx(zy,{item:u},u.id))}),!d&&t.jsxRuntimeExports.jsx("div",{className:vt.tableBody,children:t.jsxRuntimeExports.jsx("div",{className:vt.tableLoader,children:t.jsxRuntimeExports.jsx(t.Loader,{})})})]}),d&&t.jsxRuntimeExports.jsx(Ks,{currentPage:s,totalCount:a,onPageChange:r})]})]})};var Vr={exports:{}},Cs={exports:{}},Ee={};/** @license React v16.13.1
|
|
114
|
+
* react-is.production.min.js
|
|
115
|
+
*
|
|
116
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
117
|
+
*
|
|
118
|
+
* This source code is licensed under the MIT license found in the
|
|
119
|
+
* LICENSE file in the root directory of this source tree.
|
|
120
|
+
*/var zo;function M0(){if(zo)return Ee;zo=1;var e=typeof Symbol=="function"&&Symbol.for,n=e?Symbol.for("react.element"):60103,s=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,m=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,h=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,j=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function _(E){if(typeof E=="object"&&E!==null){var R=E.$$typeof;switch(R){case n:switch(E=E.type,E){case c:case d:case r:case i:case o:case p:return E;default:switch(E=E&&E.$$typeof,E){case l:case u:case f:case x:case a:return E;default:return R}}case s:return R}}}function b(E){return _(E)===d}return Ee.AsyncMode=c,Ee.ConcurrentMode=d,Ee.ContextConsumer=l,Ee.ContextProvider=a,Ee.Element=n,Ee.ForwardRef=u,Ee.Fragment=r,Ee.Lazy=f,Ee.Memo=x,Ee.Portal=s,Ee.Profiler=i,Ee.StrictMode=o,Ee.Suspense=p,Ee.isAsyncMode=function(E){return b(E)||_(E)===c},Ee.isConcurrentMode=b,Ee.isContextConsumer=function(E){return _(E)===l},Ee.isContextProvider=function(E){return _(E)===a},Ee.isElement=function(E){return typeof E=="object"&&E!==null&&E.$$typeof===n},Ee.isForwardRef=function(E){return _(E)===u},Ee.isFragment=function(E){return _(E)===r},Ee.isLazy=function(E){return _(E)===f},Ee.isMemo=function(E){return _(E)===x},Ee.isPortal=function(E){return _(E)===s},Ee.isProfiler=function(E){return _(E)===i},Ee.isStrictMode=function(E){return _(E)===o},Ee.isSuspense=function(E){return _(E)===p},Ee.isValidElementType=function(E){return typeof E=="string"||typeof E=="function"||E===r||E===d||E===i||E===o||E===p||E===m||typeof E=="object"&&E!==null&&(E.$$typeof===f||E.$$typeof===x||E.$$typeof===a||E.$$typeof===l||E.$$typeof===u||E.$$typeof===w||E.$$typeof===j||E.$$typeof===v||E.$$typeof===h)},Ee.typeOf=_,Ee}var ve={};/** @license React v16.13.1
|
|
121
|
+
* react-is.development.js
|
|
122
|
+
*
|
|
123
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
124
|
+
*
|
|
125
|
+
* This source code is licensed under the MIT license found in the
|
|
126
|
+
* LICENSE file in the root directory of this source tree.
|
|
127
|
+
*/var Uo;function B0(){return Uo||(Uo=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,n=e?Symbol.for("react.element"):60103,s=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,m=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,h=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,j=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function _(F){return typeof F=="string"||typeof F=="function"||F===r||F===d||F===i||F===o||F===p||F===m||typeof F=="object"&&F!==null&&(F.$$typeof===f||F.$$typeof===x||F.$$typeof===a||F.$$typeof===l||F.$$typeof===u||F.$$typeof===w||F.$$typeof===j||F.$$typeof===v||F.$$typeof===h)}function b(F){if(typeof F=="object"&&F!==null){var Fe=F.$$typeof;switch(Fe){case n:var ee=F.type;switch(ee){case c:case d:case r:case i:case o:case p:return ee;default:var se=ee&&ee.$$typeof;switch(se){case l:case u:case f:case x:case a:return se;default:return Fe}}case s:return Fe}}}var E=c,R=d,N=l,S=a,P=n,L=u,B=r,k=f,M=x,Z=s,z=i,V=o,U=p,q=!1;function Q(F){return q||(q=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),g(F)||b(F)===c}function g(F){return b(F)===d}function T(F){return b(F)===l}function G(F){return b(F)===a}function y(F){return typeof F=="object"&&F!==null&&F.$$typeof===n}function O(F){return b(F)===u}function X(F){return b(F)===r}function H(F){return b(F)===f}function J(F){return b(F)===x}function re(F){return b(F)===s}function pe(F){return b(F)===i}function ae(F){return b(F)===o}function ke(F){return b(F)===p}ve.AsyncMode=E,ve.ConcurrentMode=R,ve.ContextConsumer=N,ve.ContextProvider=S,ve.Element=P,ve.ForwardRef=L,ve.Fragment=B,ve.Lazy=k,ve.Memo=M,ve.Portal=Z,ve.Profiler=z,ve.StrictMode=V,ve.Suspense=U,ve.isAsyncMode=Q,ve.isConcurrentMode=g,ve.isContextConsumer=T,ve.isContextProvider=G,ve.isElement=y,ve.isForwardRef=O,ve.isFragment=X,ve.isLazy=H,ve.isMemo=J,ve.isPortal=re,ve.isProfiler=pe,ve.isStrictMode=ae,ve.isSuspense=ke,ve.isValidElementType=_,ve.typeOf=b}()),ve}var Wo;function ao(){return Wo||(Wo=1,process.env.NODE_ENV==="production"?Cs.exports=M0():Cs.exports=B0()),Cs.exports}/*
|
|
128
|
+
object-assign
|
|
129
|
+
(c) Sindre Sorhus
|
|
130
|
+
@license MIT
|
|
131
|
+
*/var hr,qo;function A0(){if(qo)return hr;qo=1;var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function o(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var a={},l=0;l<10;l++)a["_"+String.fromCharCode(l)]=l;var c=Object.getOwnPropertyNames(a).map(function(u){return a[u]});if(c.join("")!=="0123456789")return!1;var d={};return"abcdefghijklmnopqrst".split("").forEach(function(u){d[u]=u}),Object.keys(Object.assign({},d)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return hr=o()?Object.assign:function(i,a){for(var l,c=r(i),d,u=1;u<arguments.length;u++){l=Object(arguments[u]);for(var p in l)n.call(l,p)&&(c[p]=l[p]);if(e){d=e(l);for(var m=0;m<d.length;m++)s.call(l,d[m])&&(c[d[m]]=l[d[m]])}}return c},hr}var fr,Go;function lo(){if(Go)return fr;Go=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return fr=e,fr}var gr,Yo;function xa(){return Yo||(Yo=1,gr=Function.call.bind(Object.prototype.hasOwnProperty)),gr}var jr,Xo;function $0(){if(Xo)return jr;Xo=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var n=lo(),s={},r=xa();e=function(i){var a="Warning: "+i;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function o(i,a,l,c,d){if(process.env.NODE_ENV!=="production"){for(var u in i)if(r(i,u)){var p;try{if(typeof i[u]!="function"){var m=Error((c||"React class")+": "+l+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw m.name="Invariant Violation",m}p=i[u](a,u,c,l,null,n)}catch(f){p=f}if(p&&!(p instanceof Error)&&e((c||"React class")+": type specification of "+l+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof p+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),p instanceof Error&&!(p.message in s)){s[p.message]=!0;var x=d?d():"";e("Failed "+l+" type: "+p.message+(x??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(s={})},jr=o,jr}var Cr,Ko;function D0(){if(Ko)return Cr;Ko=1;var e=ao(),n=A0(),s=lo(),r=xa(),o=$0(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(l){var c="Warning: "+l;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function a(){return null}return Cr=function(l,c){var d=typeof Symbol=="function"&&Symbol.iterator,u="@@iterator";function p(g){var T=g&&(d&&g[d]||g[u]);if(typeof T=="function")return T}var m="<<anonymous>>",x={array:j("array"),bigint:j("bigint"),bool:j("boolean"),func:j("function"),number:j("number"),object:j("object"),string:j("string"),symbol:j("symbol"),any:v(),arrayOf:_,element:b(),elementType:E(),instanceOf:R,node:L(),objectOf:S,oneOf:N,oneOfType:P,shape:k,exact:M};function f(g,T){return g===T?g!==0||1/g===1/T:g!==g&&T!==T}function h(g,T){this.message=g,this.data=T&&typeof T=="object"?T:{},this.stack=""}h.prototype=Error.prototype;function w(g){if(process.env.NODE_ENV!=="production")var T={},G=0;function y(X,H,J,re,pe,ae,ke){if(re=re||m,ae=ae||J,ke!==s){if(c){var F=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw F.name="Invariant Violation",F}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var Fe=re+":"+J;!T[Fe]&&G<3&&(i("You are manually calling a React.PropTypes validation function for the `"+ae+"` prop on `"+re+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),T[Fe]=!0,G++)}}return H[J]==null?X?H[J]===null?new h("The "+pe+" `"+ae+"` is marked as required "+("in `"+re+"`, but its value is `null`.")):new h("The "+pe+" `"+ae+"` is marked as required in "+("`"+re+"`, but its value is `undefined`.")):null:g(H,J,re,pe,ae)}var O=y.bind(null,!1);return O.isRequired=y.bind(null,!0),O}function j(g){function T(G,y,O,X,H,J){var re=G[y],pe=V(re);if(pe!==g){var ae=U(re);return new h("Invalid "+X+" `"+H+"` of type "+("`"+ae+"` supplied to `"+O+"`, expected ")+("`"+g+"`."),{expectedType:g})}return null}return w(T)}function v(){return w(a)}function _(g){function T(G,y,O,X,H){if(typeof g!="function")return new h("Property `"+H+"` of component `"+O+"` has invalid PropType notation inside arrayOf.");var J=G[y];if(!Array.isArray(J)){var re=V(J);return new h("Invalid "+X+" `"+H+"` of type "+("`"+re+"` supplied to `"+O+"`, expected an array."))}for(var pe=0;pe<J.length;pe++){var ae=g(J,pe,O,X,H+"["+pe+"]",s);if(ae instanceof Error)return ae}return null}return w(T)}function b(){function g(T,G,y,O,X){var H=T[G];if(!l(H)){var J=V(H);return new h("Invalid "+O+" `"+X+"` of type "+("`"+J+"` supplied to `"+y+"`, expected a single ReactElement."))}return null}return w(g)}function E(){function g(T,G,y,O,X){var H=T[G];if(!e.isValidElementType(H)){var J=V(H);return new h("Invalid "+O+" `"+X+"` of type "+("`"+J+"` supplied to `"+y+"`, expected a single ReactElement type."))}return null}return w(g)}function R(g){function T(G,y,O,X,H){if(!(G[y]instanceof g)){var J=g.name||m,re=Q(G[y]);return new h("Invalid "+X+" `"+H+"` of type "+("`"+re+"` supplied to `"+O+"`, expected ")+("instance of `"+J+"`."))}return null}return w(T)}function N(g){if(!Array.isArray(g))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),a;function T(G,y,O,X,H){for(var J=G[y],re=0;re<g.length;re++)if(f(J,g[re]))return null;var pe=JSON.stringify(g,function(ke,F){var Fe=U(F);return Fe==="symbol"?String(F):F});return new h("Invalid "+X+" `"+H+"` of value `"+String(J)+"` "+("supplied to `"+O+"`, expected one of "+pe+"."))}return w(T)}function S(g){function T(G,y,O,X,H){if(typeof g!="function")return new h("Property `"+H+"` of component `"+O+"` has invalid PropType notation inside objectOf.");var J=G[y],re=V(J);if(re!=="object")return new h("Invalid "+X+" `"+H+"` of type "+("`"+re+"` supplied to `"+O+"`, expected an object."));for(var pe in J)if(r(J,pe)){var ae=g(J,pe,O,X,H+"."+pe,s);if(ae instanceof Error)return ae}return null}return w(T)}function P(g){if(!Array.isArray(g))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var T=0;T<g.length;T++){var G=g[T];if(typeof G!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+q(G)+" at index "+T+"."),a}function y(O,X,H,J,re){for(var pe=[],ae=0;ae<g.length;ae++){var ke=g[ae],F=ke(O,X,H,J,re,s);if(F==null)return null;F.data&&r(F.data,"expectedType")&&pe.push(F.data.expectedType)}var Fe=pe.length>0?", expected one of type ["+pe.join(", ")+"]":"";return new h("Invalid "+J+" `"+re+"` supplied to "+("`"+H+"`"+Fe+"."))}return w(y)}function L(){function g(T,G,y,O,X){return Z(T[G])?null:new h("Invalid "+O+" `"+X+"` supplied to "+("`"+y+"`, expected a ReactNode."))}return w(g)}function B(g,T,G,y,O){return new h((g||"React class")+": "+T+" type `"+G+"."+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+O+"`.")}function k(g){function T(G,y,O,X,H){var J=G[y],re=V(J);if(re!=="object")return new h("Invalid "+X+" `"+H+"` of type `"+re+"` "+("supplied to `"+O+"`, expected `object`."));for(var pe in g){var ae=g[pe];if(typeof ae!="function")return B(O,X,H,pe,U(ae));var ke=ae(J,pe,O,X,H+"."+pe,s);if(ke)return ke}return null}return w(T)}function M(g){function T(G,y,O,X,H){var J=G[y],re=V(J);if(re!=="object")return new h("Invalid "+X+" `"+H+"` of type `"+re+"` "+("supplied to `"+O+"`, expected `object`."));var pe=n({},G[y],g);for(var ae in pe){var ke=g[ae];if(r(g,ae)&&typeof ke!="function")return B(O,X,H,ae,U(ke));if(!ke)return new h("Invalid "+X+" `"+H+"` key `"+ae+"` supplied to `"+O+"`.\nBad object: "+JSON.stringify(G[y],null," ")+`
|
|
132
|
+
Valid keys: `+JSON.stringify(Object.keys(g),null," "));var F=ke(J,ae,O,X,H+"."+ae,s);if(F)return F}return null}return w(T)}function Z(g){switch(typeof g){case"number":case"string":case"undefined":return!0;case"boolean":return!g;case"object":if(Array.isArray(g))return g.every(Z);if(g===null||l(g))return!0;var T=p(g);if(T){var G=T.call(g),y;if(T!==g.entries){for(;!(y=G.next()).done;)if(!Z(y.value))return!1}else for(;!(y=G.next()).done;){var O=y.value;if(O&&!Z(O[1]))return!1}}else return!1;return!0;default:return!1}}function z(g,T){return g==="symbol"?!0:T?T["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&T instanceof Symbol:!1}function V(g){var T=typeof g;return Array.isArray(g)?"array":g instanceof RegExp?"object":z(T,g)?"symbol":T}function U(g){if(typeof g>"u"||g===null)return""+g;var T=V(g);if(T==="object"){if(g instanceof Date)return"date";if(g instanceof RegExp)return"regexp"}return T}function q(g){var T=U(g);switch(T){case"array":case"object":return"an "+T;case"boolean":case"date":case"regexp":return"a "+T;default:return T}}function Q(g){return!g.constructor||!g.constructor.name?m:g.constructor.name}return x.checkPropTypes=o,x.resetWarningCache=o.resetWarningCache,x.PropTypes=x,x},Cr}var yr,Jo;function O0(){if(Jo)return yr;Jo=1;var e=lo();function n(){}function s(){}return s.resetWarningCache=n,yr=function(){function r(a,l,c,d,u,p){if(p!==e){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}r.isRequired=r;function o(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:s,resetWarningCache:n};return i.PropTypes=i,i},yr}if(process.env.NODE_ENV!=="production"){var H0=ao(),V0=!0;Vr.exports=D0()(H0.isElement,V0)}else Vr.exports=O0()();var F0=Vr.exports;const Qe=t.getDefaultExportFromCjs(F0);var Z0=["sitekey","onChange","theme","type","tabindex","onExpired","onErrored","size","stoken","grecaptcha","badge","hl","isolated"];function Fr(){return Fr=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var s=arguments[n];for(var r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r])}return e},Fr.apply(this,arguments)}function z0(e,n){if(e==null)return{};var s={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(n.indexOf(o)>=0)&&(s[o]=e[o]);return s}function ys(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function U0(e,n){e.prototype=Object.create(n.prototype),e.prototype.constructor=e,Zr(e,n)}function Zr(e,n){return Zr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},Zr(e,n)}var Gs=function(e){U0(n,e);function n(){var r;return r=e.call(this)||this,r.handleExpired=r.handleExpired.bind(ys(r)),r.handleErrored=r.handleErrored.bind(ys(r)),r.handleChange=r.handleChange.bind(ys(r)),r.handleRecaptchaRef=r.handleRecaptchaRef.bind(ys(r)),r}var s=n.prototype;return s.getCaptchaFunction=function(o){return this.props.grecaptcha?this.props.grecaptcha.enterprise?this.props.grecaptcha.enterprise[o]:this.props.grecaptcha[o]:null},s.getValue=function(){var o=this.getCaptchaFunction("getResponse");return o&&this._widgetId!==void 0?o(this._widgetId):null},s.getWidgetId=function(){return this.props.grecaptcha&&this._widgetId!==void 0?this._widgetId:null},s.execute=function(){var o=this.getCaptchaFunction("execute");if(o&&this._widgetId!==void 0)return o(this._widgetId);this._executeRequested=!0},s.executeAsync=function(){var o=this;return new Promise(function(i,a){o.executionResolve=i,o.executionReject=a,o.execute()})},s.reset=function(){var o=this.getCaptchaFunction("reset");o&&this._widgetId!==void 0&&o(this._widgetId)},s.forceReset=function(){var o=this.getCaptchaFunction("reset");o&&o()},s.handleExpired=function(){this.props.onExpired?this.props.onExpired():this.handleChange(null)},s.handleErrored=function(){this.props.onErrored&&this.props.onErrored(),this.executionReject&&(this.executionReject(),delete this.executionResolve,delete this.executionReject)},s.handleChange=function(o){this.props.onChange&&this.props.onChange(o),this.executionResolve&&(this.executionResolve(o),delete this.executionReject,delete this.executionResolve)},s.explicitRender=function(){var o=this.getCaptchaFunction("render");if(o&&this._widgetId===void 0){var i=document.createElement("div");this._widgetId=o(i,{sitekey:this.props.sitekey,callback:this.handleChange,theme:this.props.theme,type:this.props.type,tabindex:this.props.tabindex,"expired-callback":this.handleExpired,"error-callback":this.handleErrored,size:this.props.size,stoken:this.props.stoken,hl:this.props.hl,badge:this.props.badge,isolated:this.props.isolated}),this.captcha.appendChild(i)}this._executeRequested&&this.props.grecaptcha&&this._widgetId!==void 0&&(this._executeRequested=!1,this.execute())},s.componentDidMount=function(){this.explicitRender()},s.componentDidUpdate=function(){this.explicitRender()},s.handleRecaptchaRef=function(o){this.captcha=o},s.render=function(){var o=this.props;o.sitekey,o.onChange,o.theme,o.type,o.tabindex,o.onExpired,o.onErrored,o.size,o.stoken,o.grecaptcha,o.badge,o.hl,o.isolated;var i=z0(o,Z0);return A.createElement("div",Fr({},i,{ref:this.handleRecaptchaRef}))},n}(A.Component);Gs.displayName="ReCAPTCHA";Gs.propTypes={sitekey:Qe.string.isRequired,onChange:Qe.func,grecaptcha:Qe.object,theme:Qe.oneOf(["dark","light"]),type:Qe.oneOf(["image","audio"]),tabindex:Qe.number,onExpired:Qe.func,onErrored:Qe.func,size:Qe.oneOf(["compact","normal","invisible"]),stoken:Qe.string,hl:Qe.string,badge:Qe.oneOf(["bottomright","bottomleft","inline"]),isolated:Qe.bool};Gs.defaultProps={onChange:function(){},theme:"light",type:"image",tabindex:0,size:"normal",badge:"bottomright"};var co=ao(),W0={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},q0={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},G0={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},ha={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},uo={};uo[co.ForwardRef]=G0;uo[co.Memo]=ha;function Qo(e){return co.isMemo(e)?ha:uo[e.$$typeof]||W0}var Y0=Object.defineProperty,X0=Object.getOwnPropertyNames,ei=Object.getOwnPropertySymbols,K0=Object.getOwnPropertyDescriptor,J0=Object.getPrototypeOf,ti=Object.prototype;function fa(e,n,s){if(typeof n!="string"){if(ti){var r=J0(n);r&&r!==ti&&fa(e,r,s)}var o=X0(n);ei&&(o=o.concat(ei(n)));for(var i=Qo(e),a=Qo(n),l=0;l<o.length;++l){var c=o[l];if(!q0[c]&&!(s&&s[c])&&!(a&&a[c])&&!(i&&i[c])){var d=K0(n,c);try{Y0(e,c,d)}catch{}}}}return e}var Q0=fa;const eh=t.getDefaultExportFromCjs(Q0);function zr(){return zr=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var s=arguments[n];for(var r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r])}return e},zr.apply(this,arguments)}function th(e,n){if(e==null)return{};var s={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(n.indexOf(o)>=0)&&(s[o]=e[o]);return s}function nh(e,n){e.prototype=Object.create(n.prototype),e.prototype.constructor=e,e.__proto__=n}var Rt={},sh=0;function rh(e,n){return n=n||{},function(r){var o=r.displayName||r.name||"Component",i=function(l){nh(c,l);function c(u,p){var m;return m=l.call(this,u,p)||this,m.state={},m.__scriptURL="",m}var d=c.prototype;return d.asyncScriptLoaderGetScriptLoaderID=function(){return this.__scriptLoaderID||(this.__scriptLoaderID="async-script-loader-"+sh++),this.__scriptLoaderID},d.setupScriptURL=function(){return this.__scriptURL=typeof e=="function"?e():e,this.__scriptURL},d.asyncScriptLoaderHandleLoad=function(p){var m=this;this.setState(p,function(){return m.props.asyncScriptOnLoad&&m.props.asyncScriptOnLoad(m.state)})},d.asyncScriptLoaderTriggerOnScriptLoaded=function(){var p=Rt[this.__scriptURL];if(!p||!p.loaded)throw new Error("Script is not loaded.");for(var m in p.observers)p.observers[m](p);delete window[n.callbackName]},d.componentDidMount=function(){var p=this,m=this.setupScriptURL(),x=this.asyncScriptLoaderGetScriptLoaderID(),f=n,h=f.globalName,w=f.callbackName,j=f.scriptId;if(h&&typeof window[h]<"u"&&(Rt[m]={loaded:!0,observers:{}}),Rt[m]){var v=Rt[m];if(v&&(v.loaded||v.errored)){this.asyncScriptLoaderHandleLoad(v);return}v.observers[x]=function(N){return p.asyncScriptLoaderHandleLoad(N)};return}var _={};_[x]=function(N){return p.asyncScriptLoaderHandleLoad(N)},Rt[m]={loaded:!1,observers:_};var b=document.createElement("script");b.src=m,b.async=!0;for(var E in n.attributes)b.setAttribute(E,n.attributes[E]);j&&(b.id=j);var R=function(S){if(Rt[m]){var P=Rt[m],L=P.observers;for(var B in L)S(L[B])&&delete L[B]}};w&&typeof window<"u"&&(window[w]=function(){return p.asyncScriptLoaderTriggerOnScriptLoaded()}),b.onload=function(){var N=Rt[m];N&&(N.loaded=!0,R(function(S){return w?!1:(S(N),!0)}))},b.onerror=function(){var N=Rt[m];N&&(N.errored=!0,R(function(S){return S(N),!0}))},document.body.appendChild(b)},d.componentWillUnmount=function(){var p=this.__scriptURL;if(n.removeOnUnmount===!0)for(var m=document.getElementsByTagName("script"),x=0;x<m.length;x+=1)m[x].src.indexOf(p)>-1&&m[x].parentNode&&m[x].parentNode.removeChild(m[x]);var f=Rt[p];f&&(delete f.observers[this.asyncScriptLoaderGetScriptLoaderID()],n.removeOnUnmount===!0&&delete Rt[p])},d.render=function(){var p=n.globalName,m=this.props;m.asyncScriptOnLoad;var x=m.forwardedRef,f=th(m,["asyncScriptOnLoad","forwardedRef"]);return p&&typeof window<"u"&&(f[p]=typeof window[p]<"u"?window[p]:void 0),f.ref=x,C.createElement(r,f)},c}(C.Component),a=C.forwardRef(function(l,c){return C.createElement(i,zr({},l,{forwardedRef:c}))});return a.displayName="AsyncScriptLoader("+o+")",a.propTypes={asyncScriptOnLoad:Qe.func},eh(a,r)}}var Ur="onloadcallback",oh="grecaptcha";function Wr(){return typeof window<"u"&&window.recaptchaOptions||{}}function ih(){var e=Wr(),n=e.useRecaptchaNet?"recaptcha.net":"www.google.com";return e.enterprise?"https://"+n+"/recaptcha/enterprise.js?onload="+Ur+"&render=explicit":"https://"+n+"/recaptcha/api.js?onload="+Ur+"&render=explicit"}const ah=rh(ih,{callbackName:Ur,globalName:oh,attributes:Wr().nonce?{nonce:Wr().nonce}:{}})(Gs),lh="6LdQiIIpAAAAAAkhvhS9zuo5WNS5mAzZrALD9cCa",ga=C.createContext(void 0),Fs=({children:e})=>{const n=C.useRef(null);C.useEffect(()=>{typeof window<"u"&&ch()},[]);const s=async()=>{var r,o;try{const i=await((r=n.current)==null?void 0:r.executeAsync());return(o=n.current)==null||o.reset(),i??null}catch(i){return console.error("executeRecaptcha error:",i),null}};return t.jsxRuntimeExports.jsxs(ga.Provider,{value:{recaptchaRef:n,executeRecaptcha:s},children:[e,t.jsxRuntimeExports.jsx(ah,{sitekey:lh,size:"invisible",ref:n})]})},Ys=()=>{const e=C.useContext(ga);if(e===void 0)throw new Error("useReCaptcha must be used within a ReCaptchaProvider");return e};function ch(){var n,s;if(typeof window>"u")return;const e=(s=(n=[...document.getElementsByTagName("iframe")].find(r=>r.src.includes("google.com/recaptcha/api2/bframe")))==null?void 0:n.parentNode)==null?void 0:s.parentNode;e&&new MutationObserver(()=>{(e.style.visibility!=="visible"||e.style.opacity!=="1")&&(e.style.opacity="1",e.style.visibility="visible")}).observe(e,{attributeFilter:["style"]})}var uh=Object.defineProperty,dh=Object.defineProperties,ph=Object.getOwnPropertyDescriptors,Zs=Object.getOwnPropertySymbols,ja=Object.prototype.hasOwnProperty,Ca=Object.prototype.propertyIsEnumerable,ni=(e,n,s)=>n in e?uh(e,n,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[n]=s,mh=(e,n)=>{for(var s in n||(n={}))ja.call(n,s)&&ni(e,s,n[s]);if(Zs)for(var s of Zs(n))Ca.call(n,s)&&ni(e,s,n[s]);return e},xh=(e,n)=>dh(e,ph(n)),hh=(e,n)=>{var s={};for(var r in e)ja.call(e,r)&&n.indexOf(r)<0&&(s[r]=e[r]);if(e!=null&&Zs)for(var r of Zs(e))n.indexOf(r)<0&&Ca.call(e,r)&&(s[r]=e[r]);return s};function fh(e){let n=setTimeout(e,0),s=setTimeout(e,10),r=setTimeout(e,50);return[n,s,r]}function gh(e){let n=A.useRef();return A.useEffect(()=>{n.current=e}),n.current}var jh=18,ya=40,Ch=`${ya}px`,yh=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");function _h({containerRef:e,inputRef:n,pushPasswordManagerStrategy:s,isFocused:r}){let[o,i]=A.useState(!1),[a,l]=A.useState(!1),[c,d]=A.useState(!1),u=A.useMemo(()=>s==="none"?!1:(s==="increase-width"||s==="experimental-no-flickering")&&o&&a,[o,a,s]),p=A.useCallback(()=>{let m=e.current,x=n.current;if(!m||!x||c||s==="none")return;let f=m,h=f.getBoundingClientRect().left+f.offsetWidth,w=f.getBoundingClientRect().top+f.offsetHeight/2,j=h-jh,v=w;document.querySelectorAll(yh).length===0&&document.elementFromPoint(j,v)===m||(i(!0),d(!0))},[e,n,c,s]);return A.useEffect(()=>{let m=e.current;if(!m||s==="none")return;function x(){let h=window.innerWidth-m.getBoundingClientRect().right;l(h>=ya)}x();let f=setInterval(x,1e3);return()=>{clearInterval(f)}},[e,s]),A.useEffect(()=>{let m=r||document.activeElement===n.current;if(s==="none"||!m)return;let x=setTimeout(p,0),f=setTimeout(p,2e3),h=setTimeout(p,5e3),w=setTimeout(()=>{d(!0)},6e3);return()=>{clearTimeout(x),clearTimeout(f),clearTimeout(h),clearTimeout(w)}},[n,r,s,p]),{hasPWMBadge:o,willPushPWMBadge:u,PWM_BADGE_SPACE_WIDTH:Ch}}var Eh=A.createContext({}),_a=A.forwardRef((e,n)=>{var s=e,{value:r,onChange:o,maxLength:i,textAlign:a="left",pattern:l,placeholder:c,inputMode:d="numeric",onComplete:u,pushPasswordManagerStrategy:p="increase-width",pasteTransformer:m,containerClassName:x,noScriptCSSFallback:f=vh,render:h,children:w}=s,j=hh(s,["value","onChange","maxLength","textAlign","pattern","placeholder","inputMode","onComplete","pushPasswordManagerStrategy","pasteTransformer","containerClassName","noScriptCSSFallback","render","children"]),v,_,b,E,R;let[N,S]=A.useState(typeof j.defaultValue=="string"?j.defaultValue:""),P=r??N,L=gh(P),B=A.useCallback(ee=>{o==null||o(ee),S(ee)},[o]),k=A.useMemo(()=>l?typeof l=="string"?new RegExp(l):l:null,[l]),M=A.useRef(null),Z=A.useRef(null),z=A.useRef({value:P,onChange:B,isIOS:typeof window<"u"&&((_=(v=window==null?void 0:window.CSS)==null?void 0:v.supports)==null?void 0:_.call(v,"-webkit-touch-callout","none"))}),V=A.useRef({prev:[(b=M.current)==null?void 0:b.selectionStart,(E=M.current)==null?void 0:E.selectionEnd,(R=M.current)==null?void 0:R.selectionDirection]});A.useImperativeHandle(n,()=>M.current,[]),A.useEffect(()=>{let ee=M.current,se=Z.current;if(!ee||!se)return;z.current.value!==ee.value&&z.current.onChange(ee.value),V.current.prev=[ee.selectionStart,ee.selectionEnd,ee.selectionDirection];function K(){if(document.activeElement!==ee){G(null),O(null);return}let W=ee.selectionStart,ne=ee.selectionEnd,le=ee.selectionDirection,de=ee.maxLength,je=ee.value,Ce=V.current.prev,Ae=-1,I=-1,D;if(je.length!==0&&W!==null&&ne!==null){let it=W===ne,Ot=W===je.length&&je.length<de;if(it&&!Ot){let $e=W;if($e===0)Ae=0,I=1,D="forward";else if($e===de)Ae=$e-1,I=$e,D="backward";else if(de>1&&je.length>1){let Ht=0;if(Ce[0]!==null&&Ce[1]!==null){D=$e<Ce[1]?"backward":"forward";let on=Ce[0]===Ce[1]&&Ce[0]<de;D==="backward"&&!on&&(Ht=-1)}Ae=Ht+$e,I=Ht+$e+1}}Ae!==-1&&I!==-1&&Ae!==I&&M.current.setSelectionRange(Ae,I,D)}let ie=Ae!==-1?Ae:W,he=I!==-1?I:ne,Re=D??le;G(ie),O(he),V.current.prev=[ie,he,Re]}if(document.addEventListener("selectionchange",K,{capture:!0}),K(),document.activeElement===ee&&g(!0),!document.getElementById("input-otp-style")){let W=document.createElement("style");if(W.id="input-otp-style",document.head.appendChild(W),W.sheet){let ne="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";Hn(W.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),Hn(W.sheet,`[data-input-otp]:autofill { ${ne} }`),Hn(W.sheet,`[data-input-otp]:-webkit-autofill { ${ne} }`),Hn(W.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),Hn(W.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let Y=()=>{se&&se.style.setProperty("--root-height",`${ee.clientHeight}px`)};Y();let ue=new ResizeObserver(Y);return ue.observe(ee),()=>{document.removeEventListener("selectionchange",K,{capture:!0}),ue.disconnect()}},[]);let[U,q]=A.useState(!1),[Q,g]=A.useState(!1),[T,G]=A.useState(null),[y,O]=A.useState(null);A.useEffect(()=>{fh(()=>{var ee,se,K,Y;(ee=M.current)==null||ee.dispatchEvent(new Event("input"));let ue=(se=M.current)==null?void 0:se.selectionStart,W=(K=M.current)==null?void 0:K.selectionEnd,ne=(Y=M.current)==null?void 0:Y.selectionDirection;ue!==null&&W!==null&&(G(ue),O(W),V.current.prev=[ue,W,ne])})},[P,Q]),A.useEffect(()=>{L!==void 0&&P!==L&&L.length<i&&P.length===i&&(u==null||u(P))},[i,u,L,P]);let X=_h({containerRef:Z,inputRef:M,pushPasswordManagerStrategy:p,isFocused:Q}),H=A.useCallback(ee=>{let se=ee.currentTarget.value.slice(0,i);if(se.length>0&&k&&!k.test(se)){ee.preventDefault();return}typeof L=="string"&&se.length<L.length&&document.dispatchEvent(new Event("selectionchange")),B(se)},[i,B,L,k]),J=A.useCallback(()=>{var ee;if(M.current){let se=Math.min(M.current.value.length,i-1),K=M.current.value.length;(ee=M.current)==null||ee.setSelectionRange(se,K),G(se),O(K)}g(!0)},[i]),re=A.useCallback(ee=>{var se,K;let Y=M.current;if(!m&&(!z.current.isIOS||!ee.clipboardData||!Y))return;let ue=ee.clipboardData.getData("text/plain"),W=m?m(ue):ue;ee.preventDefault();let ne=(se=M.current)==null?void 0:se.selectionStart,le=(K=M.current)==null?void 0:K.selectionEnd,de=(ne!==le?P.slice(0,ne)+W+P.slice(le):P.slice(0,ne)+W+P.slice(ne)).slice(0,i);if(de.length>0&&k&&!k.test(de))return;Y.value=de,B(de);let je=Math.min(de.length,i-1),Ce=de.length;Y.setSelectionRange(je,Ce),G(je),O(Ce)},[i,B,k,P]),pe=A.useMemo(()=>({position:"relative",cursor:j.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"}),[j.disabled]),ae=A.useMemo(()=>({position:"absolute",inset:0,width:X.willPushPWMBadge?`calc(100% + ${X.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:X.willPushPWMBadge?`inset(0 ${X.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:a,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"}),[X.PWM_BADGE_SPACE_WIDTH,X.willPushPWMBadge,a]),ke=A.useMemo(()=>A.createElement("input",xh(mh({autoComplete:j.autoComplete||"one-time-code"},j),{"data-input-otp":!0,"data-input-otp-placeholder-shown":P.length===0||void 0,"data-input-otp-mss":T,"data-input-otp-mse":y,inputMode:d,pattern:k==null?void 0:k.source,"aria-placeholder":c,style:ae,maxLength:i,value:P,ref:M,onPaste:ee=>{var se;re(ee),(se=j.onPaste)==null||se.call(j,ee)},onChange:H,onMouseOver:ee=>{var se;q(!0),(se=j.onMouseOver)==null||se.call(j,ee)},onMouseLeave:ee=>{var se;q(!1),(se=j.onMouseLeave)==null||se.call(j,ee)},onFocus:ee=>{var se;J(),(se=j.onFocus)==null||se.call(j,ee)},onBlur:ee=>{var se;g(!1),(se=j.onBlur)==null||se.call(j,ee)}})),[H,J,re,d,ae,i,y,T,j,k==null?void 0:k.source,P]),F=A.useMemo(()=>({slots:Array.from({length:i}).map((ee,se)=>{var K;let Y=Q&&T!==null&&y!==null&&(T===y&&se===T||se>=T&&se<y),ue=P[se]!==void 0?P[se]:null,W=P[0]!==void 0?null:(K=c==null?void 0:c[se])!=null?K:null;return{char:ue,placeholderChar:W,isActive:Y,hasFakeCaret:Y&&ue===null}}),isFocused:Q,isHovering:!j.disabled&&U}),[Q,U,i,y,T,j.disabled,P]),Fe=A.useMemo(()=>h?h(F):A.createElement(Eh.Provider,{value:F},w),[w,F,h]);return A.createElement(A.Fragment,null,f!==null&&A.createElement("noscript",null,A.createElement("style",null,f)),A.createElement("div",{ref:Z,"data-input-otp-container":!0,style:pe,className:x},Fe,A.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},ke)))});_a.displayName="Input";function Hn(e,n){try{e.insertRule(n)}catch{console.error("input-otp could not insert CSS rule:",n)}}var vh=`
|
|
133
|
+
[data-input-otp] {
|
|
134
|
+
--nojs-bg: white !important;
|
|
135
|
+
--nojs-fg: black !important;
|
|
136
|
+
|
|
137
|
+
background-color: var(--nojs-bg) !important;
|
|
138
|
+
color: var(--nojs-fg) !important;
|
|
139
|
+
caret-color: var(--nojs-fg) !important;
|
|
140
|
+
letter-spacing: .25em !important;
|
|
141
|
+
text-align: center !important;
|
|
142
|
+
border: 1px solid var(--nojs-fg) !important;
|
|
143
|
+
border-radius: 4px !important;
|
|
144
|
+
width: 100% !important;
|
|
145
|
+
}
|
|
146
|
+
@media (prefers-color-scheme: dark) {
|
|
147
|
+
[data-input-otp] {
|
|
148
|
+
--nojs-bg: black !important;
|
|
149
|
+
--nojs-fg: white !important;
|
|
150
|
+
}
|
|
151
|
+
}`;const Rh="_authContainer_1ib3s_2",wh="_authWrapper_1ib3s_11",bh="_inModal_1ib3s_18",Sh="_formHeaderTitle_1ib3s_25",kh="_formHeaderSubtitle_1ib3s_31",Nh="_formLabel_1ib3s_37",Ih="_formError_1ib3s_49",Th="_submitButton_1ib3s_55",Lh="_backButton_1ib3s_62",Ph="_otpContainer_1ib3s_76",Mh="_otpSlots_1ib3s_83",Bh="_otpSlot_1ib3s_83",Ah="_active_1ib3s_106",$h="_otpSlotEmpty_1ib3s_111",Dh="_actionRow_1ib3s_115",Oh="_authForm_1ib3s_122",Hh="_formHeader_1ib3s_25",Vh="_input_1ib3s_133",Te={authContainer:Rh,authWrapper:wh,inModal:bh,formHeaderTitle:Sh,formHeaderSubtitle:kh,formLabel:Nh,formError:Ih,submitButton:Th,backButton:Lh,otpContainer:Ph,otpSlots:Mh,otpSlot:Bh,active:Ah,otpSlotEmpty:$h,actionRow:Dh,authForm:Oh,formHeader:Hh,input:Vh},Fh=C.forwardRef(({value:e,onChange:n,onComplete:s},r)=>t.jsxRuntimeExports.jsx(_a,{ref:r,value:e,onChange:n,onComplete:s,maxLength:6,containerClassName:Te.otpContainer,render:({slots:o})=>t.jsxRuntimeExports.jsx("div",{className:Te.otpSlots,children:o.map(i=>t.jsxRuntimeExports.jsx(Zh,{...i},crypto.randomUUID()))})}));function Zh({char:e,isActive:n}){return t.jsxRuntimeExports.jsx("div",{className:t.clx(Te.otpSlot,{[Te.active]:n}),children:e?t.jsxRuntimeExports.jsx("div",{children:e}):t.jsxRuntimeExports.jsx("div",{className:Te.otpSlotEmpty,children:"0"})})}const zh=e=>{const n=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;return e.trim()?n.test(e)?null:"Please enter a valid email.":"The email field cannot be empty."},Uh=e=>/^[0-9]{6}$/.test(e)?null:"Invalid verification code. The code should be a six-digit number. Please try again",Ea=({title:e,subtitle:n})=>t.jsxRuntimeExports.jsxs("div",{className:Te.formHeader,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",className:Te.formHeaderTitle,children:e}),t.jsxRuntimeExports.jsx("div",{className:Te.formHeaderSubtitle,children:n})]}),va=({error:e})=>e?t.jsxRuntimeExports.jsx("div",{className:Te.formError,children:e}):null,Wh=()=>{const[e,n]=C.useState(""),[s,r]=C.useState(null),[o,i]=C.useState(!1),{executeRecaptcha:a}=Ys(),{setOtpRequest:l}=t.useCustomerDashboardStore(),{setRecaptcha:c}=t.useCartStore(),d=async u=>{u.preventDefault(),r(null);const p=zh(e);if(p){r(p);return}i(!0);try{const m=await a();if(!m)throw new Error("ReCaptcha verification failed");c(m),await ou({email:e,recaptcha:m}),l({requested:!0,email:e})}catch{r("Failed to request OTP. Please try again.")}finally{i(!1)}};return t.jsxRuntimeExports.jsxs("form",{onSubmit:d,className:Te.authForm,children:[t.jsxRuntimeExports.jsx(Ea,{title:"Sign In",subtitle:"To continue, enter your email address below."}),t.jsxRuntimeExports.jsxs("div",{className:Te.input,children:[t.jsxRuntimeExports.jsx(t.Input$1,{label:"Email Address",placeholder:"Enter your email address",value:e,onChange:u=>{n(u),r(null)}}),t.jsxRuntimeExports.jsx(va,{error:s})]}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",className:Te.submitButton,disabled:o,children:o?t.jsxRuntimeExports.jsx(t.Loader,{}):t.jsxRuntimeExports.jsx("span",{children:"Sign In"})})]})},qh=({onSignIn:e})=>{const{otpRequest:n,setOtpRequest:s}=t.useCustomerDashboardStore(),[r,o]=C.useState(""),[i,a]=C.useState(null),[l,c]=C.useState(!1),{recaptcha:d}=t.useCartStore(),u=async()=>{a(null);const m=Uh(r);if(m){a(m);return}c(!0);try{await iu({email:n.email,otp:r,recaptcha:d||""}),e&&e()}catch{a("Invalid OTP. Please try again.")}finally{c(!1)}},p=()=>s({requested:!1,email:""});return t.jsxRuntimeExports.jsxs("form",{onSubmit:u,className:Te.authForm,children:[t.jsxRuntimeExports.jsx(Ea,{title:"Check Your Email",subtitle:`Enter the 6-digit code we sent to ${n.email}`}),t.jsxRuntimeExports.jsxs("label",{className:Te.formLabel,children:["Code",t.jsxRuntimeExports.jsx(Fh,{onChange:m=>{o(m),a(null)},value:r,onComplete:u})]}),t.jsxRuntimeExports.jsx(va,{error:i}),t.jsxRuntimeExports.jsxs("div",{className:Te.actionRow,children:[t.jsxRuntimeExports.jsx(t.Button$1,{onClick:p,type:"Secondary",className:Te.backButton,children:t.jsxRuntimeExports.jsx("span",{className:Te.backText,children:"Back"})}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",className:Te.submitButton,disabled:l,children:l?t.jsxRuntimeExports.jsx(t.Loader,{}):t.jsxRuntimeExports.jsx("span",{className:Te.submitText,children:"Sign In"})})]})]})},Ra=({inModal:e,onSignIn:n})=>{const{otpRequest:s}=t.useCustomerDashboardStore();return t.jsxRuntimeExports.jsx("div",{className:Te.authContainer,children:s?t.jsxRuntimeExports.jsx("div",{className:t.clx(Te.authWrapper,e&&Te.inModal),children:s.requested?t.jsxRuntimeExports.jsx(qh,{onSignIn:n}):t.jsxRuntimeExports.jsx(Wh,{})}):t.jsxRuntimeExports.jsx(t.Loader,{})})},Gh=async(e=1)=>await t.fetchSubscriptions({PageNumber:e}),Yh=()=>{const[e,n]=C.useState(null),[s,r]=C.useState(0),{page:o,setPage:i}=t.usePaginationPagesStore(),{gatewaysDetail:a,setGatewaysDetail:l,balanceSettings:c}=t.useCustomerDashboardStore();return console.log(a),C.useEffect(()=>{const d=async()=>{const{list:p,totalCount:m}=await Gh(o);n(p),r(m)},u=async()=>{const p=await Ln(c!=null&&c.isEnabled?(c==null?void 0:c.topUpSettings.gateways)||[]:[]);l(p)};d(),a||u()},[o]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:e&&e.length===0?t.jsxRuntimeExports.jsx(Xs,{title:"Subscriptions History",description:"When you subscribe to a product on our website, you'll see a history of your subscriptions here."}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(os,{title:"Subscriptions"}),t.jsxRuntimeExports.jsx(f_,{subscriptions:e,gatewaysDetail:a,totalCount:s,page:o,setPage:i})]})})},Xh={[t.Routes.Home]:J5,[t.Routes.Orders]:e0,[t.Routes.Rewards]:h0,[t.Routes.Balance]:Z5,[t.Routes.Subscriptions]:Yh,[t.Routes.Tickets]:P0},Kh=()=>{const{token:e,route:n,setRoute:s}=t.useCustomerDashboardStore(),r=Xh[n];return e?(C.useEffect(()=>{window.location.pathname.includes("/ticket")&&s(t.Routes.Tickets)},[window.location.pathname]),t.jsxRuntimeExports.jsxs("main",{className:Zo.appContainer,children:[t.jsxRuntimeExports.jsx(s5,{}),t.jsxRuntimeExports.jsx("div",{className:Zo.contentContainer,children:t.jsxRuntimeExports.jsx(r,{})})]})):t.jsxRuntimeExports.jsx(Ra,{})},Jh=()=>t.jsxRuntimeExports.jsx(Fs,{children:t.jsxRuntimeExports.jsx(Kh,{})}),Qh="_referralBlock_13eah_2",e3="_skeleton_13eah_3",t3="_referralContainer_13eah_14",n3="_title_13eah_26",s3="_description_13eah_31",r3="_linkContainer_13eah_51",o3="_modalContainer_13eah_72",i3="_steps_13eah_81",a3="_joinButton_13eah_87",l3="_stepItem_13eah_92",c3="_iconContainer_13eah_98",u3="_index_13eah_106",d3="_bar_13eah_118",p3="_content_13eah_125",m3="_caption_13eah_130",x3="_descriptionStep_13eah_136",h3="_error_13eah_146",f3="_infoBlock_13eah_150",g3="_infoIcon_13eah_159",j3="_infoText_13eah_168",C3="_actions_13eah_173",y3="_cancelButton_13eah_178",_3="_referralStats_13eah_182",E3="_referralInfo_13eah_196",v3="_referralStatsItem_13eah_202",R3="_referralStatsItemValue_13eah_212",w3="_referralStatsItemLabel_13eah_216",b3="_referral_13eah_2",S3="_header_13eah_232",k3="_contentModal_13eah_242",xe={referralBlock:Qh,skeleton:e3,referralContainer:t3,title:n3,description:s3,linkContainer:r3,modalContainer:o3,steps:i3,joinButton:a3,stepItem:l3,iconContainer:c3,index:u3,bar:d3,content:p3,caption:m3,descriptionStep:x3,error:h3,infoBlock:f3,infoIcon:g3,infoText:j3,actions:C3,cancelButton:y3,referralStats:_3,referralInfo:E3,referralStatsItem:v3,referralStatsItemValue:R3,referralStatsItemLabel:w3,referral:b3,header:S3,contentModal:k3},N3=({caption:e,description:n,index:s,bar:r=!0})=>t.jsxRuntimeExports.jsxs("div",{className:xe.stepItem,children:[t.jsxRuntimeExports.jsxs("div",{className:xe.iconContainer,children:[t.jsxRuntimeExports.jsx("div",{className:xe.index,children:s}),r&&t.jsxRuntimeExports.jsx("div",{className:xe.bar})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.content,children:[t.jsxRuntimeExports.jsx("div",{className:xe.caption,children:e}),t.jsxRuntimeExports.jsx("div",{className:xe.descriptionStep,children:n})]})]}),I3=({setIsOpen:e,setIsLoading:n})=>{const[s,r]=C.useState(""),[o,i]=C.useState(""),{notifications:a,setNotifications:l}=t.useNotificationStore(),{setIsOpen:c}=t.useModalStore(),d=async p=>{if(p.preventDefault(),s.length<3){i("Referral Code should have minimum length of 3");return}n(!0),u();try{await uu({referralCode:s}),l([...a,{message:"Referral Code has been applied",status:"success",id:t.v4()}])}catch(m){const x=m;l([...a,{message:x.message,status:"error",id:t.v4()}])}n(!1),e(!1),r(""),i("")},u=()=>{c(!1),setTimeout(()=>{e(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{onClick:p=>p.stopPropagation(),className:xe.modalContainer,children:[t.jsxRuntimeExports.jsxs("div",{className:xe.header,children:[t.jsxRuntimeExports.jsx("div",{id:"h3",children:"Create an affiliate code"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:u,hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.contentModal,children:[t.jsxRuntimeExports.jsx(t.Input$1,{value:s,onChange:p=>r(p),placeholder:"Enter code here (e.g., Join)",label:"Affiliate Code"}),o&&t.jsxRuntimeExports.jsx("div",{className:xe.error,children:o}),t.jsxRuntimeExports.jsxs("div",{className:xe.infoBlock,children:[t.jsxRuntimeExports.jsx("div",{className:xe.infoIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Info"})}),t.jsxRuntimeExports.jsx("div",{className:xe.infoText,children:"Once you join our referral program, you'll gain access to special deals, rewards, and potentially earn a percentage (%) of revenue."})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.actions,children:[t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",className:xe.cancelButton,onClick:u,children:t.jsxRuntimeExports.jsx("span",{children:"Cancel"})}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:d,children:t.jsxRuntimeExports.jsx("span",{children:"Create"})})]})]})]})},_s=()=>t.jsxRuntimeExports.jsx("div",{style:{display:"flex",alignItems:"center",width:"100%"},children:t.jsxRuntimeExports.jsxs("svg",{width:"100%",height:"64",viewBox:"0 0 208 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_2098_5511)",children:[t.jsxRuntimeExports.jsx("mask",{id:"path-1-inside-1_2098_5511",fill:"white",children:t.jsxRuntimeExports.jsx("path",{d:"M0 0H208V16H0V0Z"})}),t.jsxRuntimeExports.jsx("path",{d:"M208 16.5C208.276 16.5 208.5 16.2761 208.5 16C208.5 15.7239 208.276 15.5 208 15.5V16.5ZM0 15.5C-0.276142 15.5 -0.5 15.7239 -0.5 16C-0.5 16.2761 -0.276142 16.5 0 16.5V15.5ZM4 16.5C4.27614 16.5 4.5 16.2761 4.5 16C4.5 15.7239 4.27614 15.5 4 15.5V16.5ZM12 15.5C11.7239 15.5 11.5 15.7239 11.5 16C11.5 16.2761 11.7239 16.5 12 16.5V15.5ZM20 16.5C20.2761 16.5 20.5 16.2761 20.5 16C20.5 15.7239 20.2761 15.5 20 15.5V16.5ZM28 15.5C27.7239 15.5 27.5 15.7239 27.5 16C27.5 16.2761 27.7239 16.5 28 16.5V15.5ZM36 16.5C36.2761 16.5 36.5 16.2761 36.5 16C36.5 15.7239 36.2761 15.5 36 15.5V16.5ZM44 15.5C43.7239 15.5 43.5 15.7239 43.5 16C43.5 16.2761 43.7239 16.5 44 16.5V15.5ZM52 16.5C52.2761 16.5 52.5 16.2761 52.5 16C52.5 15.7239 52.2761 15.5 52 15.5V16.5ZM60 15.5C59.7239 15.5 59.5 15.7239 59.5 16C59.5 16.2761 59.7239 16.5 60 16.5V15.5ZM68 16.5C68.2761 16.5 68.5 16.2761 68.5 16C68.5 15.7239 68.2761 15.5 68 15.5V16.5ZM76 15.5C75.7239 15.5 75.5 15.7239 75.5 16C75.5 16.2761 75.7239 16.5 76 16.5V15.5ZM84 16.5C84.2761 16.5 84.5 16.2761 84.5 16C84.5 15.7239 84.2761 15.5 84 15.5V16.5ZM92 15.5C91.7239 15.5 91.5 15.7239 91.5 16C91.5 16.2761 91.7239 16.5 92 16.5V15.5ZM100 16.5C100.276 16.5 100.5 16.2761 100.5 16C100.5 15.7239 100.276 15.5 100 15.5V16.5ZM108 15.5C107.724 15.5 107.5 15.7239 107.5 16C107.5 16.2761 107.724 16.5 108 16.5V15.5ZM116 16.5C116.276 16.5 116.5 16.2761 116.5 16C116.5 15.7239 116.276 15.5 116 15.5V16.5ZM124 15.5C123.724 15.5 123.5 15.7239 123.5 16C123.5 16.2761 123.724 16.5 124 16.5V15.5ZM132 16.5C132.276 16.5 132.5 16.2761 132.5 16C132.5 15.7239 132.276 15.5 132 15.5V16.5ZM140 15.5C139.724 15.5 139.5 15.7239 139.5 16C139.5 16.2761 139.724 16.5 140 16.5V15.5ZM148 16.5C148.276 16.5 148.5 16.2761 148.5 16C148.5 15.7239 148.276 15.5 148 15.5V16.5ZM156 15.5C155.724 15.5 155.5 15.7239 155.5 16C155.5 16.2761 155.724 16.5 156 16.5V15.5ZM164 16.5C164.276 16.5 164.5 16.2761 164.5 16C164.5 15.7239 164.276 15.5 164 15.5V16.5ZM172 15.5C171.724 15.5 171.5 15.7239 171.5 16C171.5 16.2761 171.724 16.5 172 16.5V15.5ZM180 16.5C180.276 16.5 180.5 16.2761 180.5 16C180.5 15.7239 180.276 15.5 180 15.5V16.5ZM188 15.5C187.724 15.5 187.5 15.7239 187.5 16C187.5 16.2761 187.724 16.5 188 16.5V15.5ZM196 16.5C196.276 16.5 196.5 16.2761 196.5 16C196.5 15.7239 196.276 15.5 196 15.5V16.5ZM204 15.5C203.724 15.5 203.5 15.7239 203.5 16C203.5 16.2761 203.724 16.5 204 16.5V15.5ZM0 16.5H4V15.5H0V16.5ZM12 16.5H20V15.5H12V16.5ZM28 16.5H36V15.5H28V16.5ZM44 16.5H52V15.5H44V16.5ZM60 16.5H68V15.5H60V16.5ZM76 16.5H84V15.5H76V16.5ZM92 16.5H100V15.5H92V16.5ZM108 16.5H116V15.5H108V16.5ZM124 16.5H132V15.5H124V16.5ZM140 16.5H148V15.5H140V16.5ZM156 16.5H164V15.5H156V16.5ZM172 16.5H180V15.5H172V16.5ZM188 16.5H196V15.5H188V16.5ZM204 16.5H208V15.5H204V16.5ZM208 17C208.552 17 209 16.5523 209 16C209 15.4477 208.552 15 208 15V17ZM0 15C-0.552285 15 -1 15.4477 -1 16C-1 16.5523 -0.552285 17 0 17V15ZM4 17C4.55228 17 5 16.5523 5 16C5 15.4477 4.55228 15 4 15V17ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17V15ZM20 17C20.5523 17 21 16.5523 21 16C21 15.4477 20.5523 15 20 15V17ZM28 15C27.4477 15 27 15.4477 27 16C27 16.5523 27.4477 17 28 17V15ZM36 17C36.5523 17 37 16.5523 37 16C37 15.4477 36.5523 15 36 15V17ZM44 15C43.4477 15 43 15.4477 43 16C43 16.5523 43.4477 17 44 17V15ZM52 17C52.5523 17 53 16.5523 53 16C53 15.4477 52.5523 15 52 15V17ZM60 15C59.4477 15 59 15.4477 59 16C59 16.5523 59.4477 17 60 17V15ZM68 17C68.5523 17 69 16.5523 69 16C69 15.4477 68.5523 15 68 15V17ZM76 15C75.4477 15 75 15.4477 75 16C75 16.5523 75.4477 17 76 17V15ZM84 17C84.5523 17 85 16.5523 85 16C85 15.4477 84.5523 15 84 15V17ZM92 15C91.4477 15 91 15.4477 91 16C91 16.5523 91.4477 17 92 17V15ZM100 17C100.552 17 101 16.5523 101 16C101 15.4477 100.552 15 100 15V17ZM108 15C107.448 15 107 15.4477 107 16C107 16.5523 107.448 17 108 17V15ZM116 17C116.552 17 117 16.5523 117 16C117 15.4477 116.552 15 116 15V17ZM124 15C123.448 15 123 15.4477 123 16C123 16.5523 123.448 17 124 17V15ZM132 17C132.552 17 133 16.5523 133 16C133 15.4477 132.552 15 132 15V17ZM140 15C139.448 15 139 15.4477 139 16C139 16.5523 139.448 17 140 17V15ZM148 17C148.552 17 149 16.5523 149 16C149 15.4477 148.552 15 148 15V17ZM156 15C155.448 15 155 15.4477 155 16C155 16.5523 155.448 17 156 17V15ZM164 17C164.552 17 165 16.5523 165 16C165 15.4477 164.552 15 164 15V17ZM172 15C171.448 15 171 15.4477 171 16C171 16.5523 171.448 17 172 17V15ZM180 17C180.552 17 181 16.5523 181 16C181 15.4477 180.552 15 180 15V17ZM188 15C187.448 15 187 15.4477 187 16C187 16.5523 187.448 17 188 17V15ZM196 17C196.552 17 197 16.5523 197 16C197 15.4477 196.552 15 196 15V17ZM204 15C203.448 15 203 15.4477 203 16C203 16.5523 203.448 17 204 17V15ZM0 17H4V15H0V17ZM12 17H20V15H12V17ZM28 17H36V15H28V17ZM44 17H52V15H44V17ZM60 17H68V15H60V17ZM76 17H84V15H76V17ZM92 17H100V15H92V17ZM108 17H116V15H108V17ZM124 17H132V15H124V17ZM140 17H148V15H140V17ZM156 17H164V15H156V17ZM172 17H180V15H172V17ZM188 17H196V15H188V17ZM204 17H208V15H204V17Z",fill:"#F8F8F8",mask:"url(#path-1-inside-1_2098_5511)"}),t.jsxRuntimeExports.jsx("mask",{id:"path-3-inside-2_2098_5511",fill:"white",children:t.jsxRuntimeExports.jsx("path",{d:"M0 16H208V32H0V16Z"})}),t.jsxRuntimeExports.jsx("path",{d:"M208 32.5C208.276 32.5 208.5 32.2761 208.5 32C208.5 31.7239 208.276 31.5 208 31.5V32.5ZM0 31.5C-0.276142 31.5 -0.5 31.7239 -0.5 32C-0.5 32.2761 -0.276142 32.5 0 32.5V31.5ZM4 32.5C4.27614 32.5 4.5 32.2761 4.5 32C4.5 31.7239 4.27614 31.5 4 31.5V32.5ZM12 31.5C11.7239 31.5 11.5 31.7239 11.5 32C11.5 32.2761 11.7239 32.5 12 32.5V31.5ZM20 32.5C20.2761 32.5 20.5 32.2761 20.5 32C20.5 31.7239 20.2761 31.5 20 31.5V32.5ZM28 31.5C27.7239 31.5 27.5 31.7239 27.5 32C27.5 32.2761 27.7239 32.5 28 32.5V31.5ZM36 32.5C36.2761 32.5 36.5 32.2761 36.5 32C36.5 31.7239 36.2761 31.5 36 31.5V32.5ZM44 31.5C43.7239 31.5 43.5 31.7239 43.5 32C43.5 32.2761 43.7239 32.5 44 32.5V31.5ZM52 32.5C52.2761 32.5 52.5 32.2761 52.5 32C52.5 31.7239 52.2761 31.5 52 31.5V32.5ZM60 31.5C59.7239 31.5 59.5 31.7239 59.5 32C59.5 32.2761 59.7239 32.5 60 32.5V31.5ZM68 32.5C68.2761 32.5 68.5 32.2761 68.5 32C68.5 31.7239 68.2761 31.5 68 31.5V32.5ZM76 31.5C75.7239 31.5 75.5 31.7239 75.5 32C75.5 32.2761 75.7239 32.5 76 32.5V31.5ZM84 32.5C84.2761 32.5 84.5 32.2761 84.5 32C84.5 31.7239 84.2761 31.5 84 31.5V32.5ZM92 31.5C91.7239 31.5 91.5 31.7239 91.5 32C91.5 32.2761 91.7239 32.5 92 32.5V31.5ZM100 32.5C100.276 32.5 100.5 32.2761 100.5 32C100.5 31.7239 100.276 31.5 100 31.5V32.5ZM108 31.5C107.724 31.5 107.5 31.7239 107.5 32C107.5 32.2761 107.724 32.5 108 32.5V31.5ZM116 32.5C116.276 32.5 116.5 32.2761 116.5 32C116.5 31.7239 116.276 31.5 116 31.5V32.5ZM124 31.5C123.724 31.5 123.5 31.7239 123.5 32C123.5 32.2761 123.724 32.5 124 32.5V31.5ZM132 32.5C132.276 32.5 132.5 32.2761 132.5 32C132.5 31.7239 132.276 31.5 132 31.5V32.5ZM140 31.5C139.724 31.5 139.5 31.7239 139.5 32C139.5 32.2761 139.724 32.5 140 32.5V31.5ZM148 32.5C148.276 32.5 148.5 32.2761 148.5 32C148.5 31.7239 148.276 31.5 148 31.5V32.5ZM156 31.5C155.724 31.5 155.5 31.7239 155.5 32C155.5 32.2761 155.724 32.5 156 32.5V31.5ZM164 32.5C164.276 32.5 164.5 32.2761 164.5 32C164.5 31.7239 164.276 31.5 164 31.5V32.5ZM172 31.5C171.724 31.5 171.5 31.7239 171.5 32C171.5 32.2761 171.724 32.5 172 32.5V31.5ZM180 32.5C180.276 32.5 180.5 32.2761 180.5 32C180.5 31.7239 180.276 31.5 180 31.5V32.5ZM188 31.5C187.724 31.5 187.5 31.7239 187.5 32C187.5 32.2761 187.724 32.5 188 32.5V31.5ZM196 32.5C196.276 32.5 196.5 32.2761 196.5 32C196.5 31.7239 196.276 31.5 196 31.5V32.5ZM204 31.5C203.724 31.5 203.5 31.7239 203.5 32C203.5 32.2761 203.724 32.5 204 32.5V31.5ZM0 32.5H4V31.5H0V32.5ZM12 32.5H20V31.5H12V32.5ZM28 32.5H36V31.5H28V32.5ZM44 32.5H52V31.5H44V32.5ZM60 32.5H68V31.5H60V32.5ZM76 32.5H84V31.5H76V32.5ZM92 32.5H100V31.5H92V32.5ZM108 32.5H116V31.5H108V32.5ZM124 32.5H132V31.5H124V32.5ZM140 32.5H148V31.5H140V32.5ZM156 32.5H164V31.5H156V32.5ZM172 32.5H180V31.5H172V32.5ZM188 32.5H196V31.5H188V32.5ZM204 32.5H208V31.5H204V32.5ZM208 33C208.552 33 209 32.5523 209 32C209 31.4477 208.552 31 208 31V33ZM0 31C-0.552285 31 -1 31.4477 -1 32C-1 32.5523 -0.552285 33 0 33V31ZM4 33C4.55228 33 5 32.5523 5 32C5 31.4477 4.55228 31 4 31V33ZM12 31C11.4477 31 11 31.4477 11 32C11 32.5523 11.4477 33 12 33V31ZM20 33C20.5523 33 21 32.5523 21 32C21 31.4477 20.5523 31 20 31V33ZM28 31C27.4477 31 27 31.4477 27 32C27 32.5523 27.4477 33 28 33V31ZM36 33C36.5523 33 37 32.5523 37 32C37 31.4477 36.5523 31 36 31V33ZM44 31C43.4477 31 43 31.4477 43 32C43 32.5523 43.4477 33 44 33V31ZM52 33C52.5523 33 53 32.5523 53 32C53 31.4477 52.5523 31 52 31V33ZM60 31C59.4477 31 59 31.4477 59 32C59 32.5523 59.4477 33 60 33V31ZM68 33C68.5523 33 69 32.5523 69 32C69 31.4477 68.5523 31 68 31V33ZM76 31C75.4477 31 75 31.4477 75 32C75 32.5523 75.4477 33 76 33V31ZM84 33C84.5523 33 85 32.5523 85 32C85 31.4477 84.5523 31 84 31V33ZM92 31C91.4477 31 91 31.4477 91 32C91 32.5523 91.4477 33 92 33V31ZM100 33C100.552 33 101 32.5523 101 32C101 31.4477 100.552 31 100 31V33ZM108 31C107.448 31 107 31.4477 107 32C107 32.5523 107.448 33 108 33V31ZM116 33C116.552 33 117 32.5523 117 32C117 31.4477 116.552 31 116 31V33ZM124 31C123.448 31 123 31.4477 123 32C123 32.5523 123.448 33 124 33V31ZM132 33C132.552 33 133 32.5523 133 32C133 31.4477 132.552 31 132 31V33ZM140 31C139.448 31 139 31.4477 139 32C139 32.5523 139.448 33 140 33V31ZM148 33C148.552 33 149 32.5523 149 32C149 31.4477 148.552 31 148 31V33ZM156 31C155.448 31 155 31.4477 155 32C155 32.5523 155.448 33 156 33V31ZM164 33C164.552 33 165 32.5523 165 32C165 31.4477 164.552 31 164 31V33ZM172 31C171.448 31 171 31.4477 171 32C171 32.5523 171.448 33 172 33V31ZM180 33C180.552 33 181 32.5523 181 32C181 31.4477 180.552 31 180 31V33ZM188 31C187.448 31 187 31.4477 187 32C187 32.5523 187.448 33 188 33V31ZM196 33C196.552 33 197 32.5523 197 32C197 31.4477 196.552 31 196 31V33ZM204 31C203.448 31 203 31.4477 203 32C203 32.5523 203.448 33 204 33V31ZM0 33H4V31H0V33ZM12 33H20V31H12V33ZM28 33H36V31H28V33ZM44 33H52V31H44V33ZM60 33H68V31H60V33ZM76 33H84V31H76V33ZM92 33H100V31H92V33ZM108 33H116V31H108V33ZM124 33H132V31H124V33ZM140 33H148V31H140V33ZM156 33H164V31H156V33ZM172 33H180V31H172V33ZM188 33H196V31H188V33ZM204 33H208V31H204V33Z",fill:"#F8F8F8",mask:"url(#path-3-inside-2_2098_5511)"}),t.jsxRuntimeExports.jsx("mask",{id:"path-5-inside-3_2098_5511",fill:"white",children:t.jsxRuntimeExports.jsx("path",{d:"M0 32H208V48H0V32Z"})}),t.jsxRuntimeExports.jsx("path",{d:"M208 48.5C208.276 48.5 208.5 48.2761 208.5 48C208.5 47.7239 208.276 47.5 208 47.5V48.5ZM0 47.5C-0.276142 47.5 -0.5 47.7239 -0.5 48C-0.5 48.2761 -0.276142 48.5 0 48.5V47.5ZM4 48.5C4.27614 48.5 4.5 48.2761 4.5 48C4.5 47.7239 4.27614 47.5 4 47.5V48.5ZM12 47.5C11.7239 47.5 11.5 47.7239 11.5 48C11.5 48.2761 11.7239 48.5 12 48.5V47.5ZM20 48.5C20.2761 48.5 20.5 48.2761 20.5 48C20.5 47.7239 20.2761 47.5 20 47.5V48.5ZM28 47.5C27.7239 47.5 27.5 47.7239 27.5 48C27.5 48.2761 27.7239 48.5 28 48.5V47.5ZM36 48.5C36.2761 48.5 36.5 48.2761 36.5 48C36.5 47.7239 36.2761 47.5 36 47.5V48.5ZM44 47.5C43.7239 47.5 43.5 47.7239 43.5 48C43.5 48.2761 43.7239 48.5 44 48.5V47.5ZM52 48.5C52.2761 48.5 52.5 48.2761 52.5 48C52.5 47.7239 52.2761 47.5 52 47.5V48.5ZM60 47.5C59.7239 47.5 59.5 47.7239 59.5 48C59.5 48.2761 59.7239 48.5 60 48.5V47.5ZM68 48.5C68.2761 48.5 68.5 48.2761 68.5 48C68.5 47.7239 68.2761 47.5 68 47.5V48.5ZM76 47.5C75.7239 47.5 75.5 47.7239 75.5 48C75.5 48.2761 75.7239 48.5 76 48.5V47.5ZM84 48.5C84.2761 48.5 84.5 48.2761 84.5 48C84.5 47.7239 84.2761 47.5 84 47.5V48.5ZM92 47.5C91.7239 47.5 91.5 47.7239 91.5 48C91.5 48.2761 91.7239 48.5 92 48.5V47.5ZM100 48.5C100.276 48.5 100.5 48.2761 100.5 48C100.5 47.7239 100.276 47.5 100 47.5V48.5ZM108 47.5C107.724 47.5 107.5 47.7239 107.5 48C107.5 48.2761 107.724 48.5 108 48.5V47.5ZM116 48.5C116.276 48.5 116.5 48.2761 116.5 48C116.5 47.7239 116.276 47.5 116 47.5V48.5ZM124 47.5C123.724 47.5 123.5 47.7239 123.5 48C123.5 48.2761 123.724 48.5 124 48.5V47.5ZM132 48.5C132.276 48.5 132.5 48.2761 132.5 48C132.5 47.7239 132.276 47.5 132 47.5V48.5ZM140 47.5C139.724 47.5 139.5 47.7239 139.5 48C139.5 48.2761 139.724 48.5 140 48.5V47.5ZM148 48.5C148.276 48.5 148.5 48.2761 148.5 48C148.5 47.7239 148.276 47.5 148 47.5V48.5ZM156 47.5C155.724 47.5 155.5 47.7239 155.5 48C155.5 48.2761 155.724 48.5 156 48.5V47.5ZM164 48.5C164.276 48.5 164.5 48.2761 164.5 48C164.5 47.7239 164.276 47.5 164 47.5V48.5ZM172 47.5C171.724 47.5 171.5 47.7239 171.5 48C171.5 48.2761 171.724 48.5 172 48.5V47.5ZM180 48.5C180.276 48.5 180.5 48.2761 180.5 48C180.5 47.7239 180.276 47.5 180 47.5V48.5ZM188 47.5C187.724 47.5 187.5 47.7239 187.5 48C187.5 48.2761 187.724 48.5 188 48.5V47.5ZM196 48.5C196.276 48.5 196.5 48.2761 196.5 48C196.5 47.7239 196.276 47.5 196 47.5V48.5ZM204 47.5C203.724 47.5 203.5 47.7239 203.5 48C203.5 48.2761 203.724 48.5 204 48.5V47.5ZM0 48.5H4V47.5H0V48.5ZM12 48.5H20V47.5H12V48.5ZM28 48.5H36V47.5H28V48.5ZM44 48.5H52V47.5H44V48.5ZM60 48.5H68V47.5H60V48.5ZM76 48.5H84V47.5H76V48.5ZM92 48.5H100V47.5H92V48.5ZM108 48.5H116V47.5H108V48.5ZM124 48.5H132V47.5H124V48.5ZM140 48.5H148V47.5H140V48.5ZM156 48.5H164V47.5H156V48.5ZM172 48.5H180V47.5H172V48.5ZM188 48.5H196V47.5H188V48.5ZM204 48.5H208V47.5H204V48.5ZM208 49C208.552 49 209 48.5523 209 48C209 47.4477 208.552 47 208 47V49ZM0 47C-0.552285 47 -1 47.4477 -1 48C-1 48.5523 -0.552285 49 0 49V47ZM4 49C4.55228 49 5 48.5523 5 48C5 47.4477 4.55228 47 4 47V49ZM12 47C11.4477 47 11 47.4477 11 48C11 48.5523 11.4477 49 12 49V47ZM20 49C20.5523 49 21 48.5523 21 48C21 47.4477 20.5523 47 20 47V49ZM28 47C27.4477 47 27 47.4477 27 48C27 48.5523 27.4477 49 28 49V47ZM36 49C36.5523 49 37 48.5523 37 48C37 47.4477 36.5523 47 36 47V49ZM44 47C43.4477 47 43 47.4477 43 48C43 48.5523 43.4477 49 44 49V47ZM52 49C52.5523 49 53 48.5523 53 48C53 47.4477 52.5523 47 52 47V49ZM60 47C59.4477 47 59 47.4477 59 48C59 48.5523 59.4477 49 60 49V47ZM68 49C68.5523 49 69 48.5523 69 48C69 47.4477 68.5523 47 68 47V49ZM76 47C75.4477 47 75 47.4477 75 48C75 48.5523 75.4477 49 76 49V47ZM84 49C84.5523 49 85 48.5523 85 48C85 47.4477 84.5523 47 84 47V49ZM92 47C91.4477 47 91 47.4477 91 48C91 48.5523 91.4477 49 92 49V47ZM100 49C100.552 49 101 48.5523 101 48C101 47.4477 100.552 47 100 47V49ZM108 47C107.448 47 107 47.4477 107 48C107 48.5523 107.448 49 108 49V47ZM116 49C116.552 49 117 48.5523 117 48C117 47.4477 116.552 47 116 47V49ZM124 47C123.448 47 123 47.4477 123 48C123 48.5523 123.448 49 124 49V47ZM132 49C132.552 49 133 48.5523 133 48C133 47.4477 132.552 47 132 47V49ZM140 47C139.448 47 139 47.4477 139 48C139 48.5523 139.448 49 140 49V47ZM148 49C148.552 49 149 48.5523 149 48C149 47.4477 148.552 47 148 47V49ZM156 47C155.448 47 155 47.4477 155 48C155 48.5523 155.448 49 156 49V47ZM164 49C164.552 49 165 48.5523 165 48C165 47.4477 164.552 47 164 47V49ZM172 47C171.448 47 171 47.4477 171 48C171 48.5523 171.448 49 172 49V47ZM180 49C180.552 49 181 48.5523 181 48C181 47.4477 180.552 47 180 47V49ZM188 47C187.448 47 187 47.4477 187 48C187 48.5523 187.448 49 188 49V47ZM196 49C196.552 49 197 48.5523 197 48C197 47.4477 196.552 47 196 47V49ZM204 47C203.448 47 203 47.4477 203 48C203 48.5523 203.448 49 204 49V47ZM0 49H4V47H0V49ZM12 49H20V47H12V49ZM28 49H36V47H28V49ZM44 49H52V47H44V49ZM60 49H68V47H60V49ZM76 49H84V47H76V49ZM92 49H100V47H92V49ZM108 49H116V47H108V49ZM124 49H132V47H124V49ZM140 49H148V47H140V49ZM156 49H164V47H156V49ZM172 49H180V47H172V49ZM188 49H196V47H188V49ZM204 49H208V47H204V49Z",fill:"#F8F8F8",mask:"url(#path-5-inside-3_2098_5511)"}),t.jsxRuntimeExports.jsx("mask",{id:"path-7-inside-4_2098_5511",fill:"white",children:t.jsxRuntimeExports.jsx("path",{d:"M0 48H208V64H0V48Z"})}),t.jsxRuntimeExports.jsx("path",{d:"M208 64.5C208.276 64.5 208.5 64.2761 208.5 64C208.5 63.7239 208.276 63.5 208 63.5V64.5ZM0 63.5C-0.276142 63.5 -0.5 63.7239 -0.5 64C-0.5 64.2761 -0.276142 64.5 0 64.5V63.5ZM4 64.5C4.27614 64.5 4.5 64.2761 4.5 64C4.5 63.7239 4.27614 63.5 4 63.5V64.5ZM12 63.5C11.7239 63.5 11.5 63.7239 11.5 64C11.5 64.2761 11.7239 64.5 12 64.5V63.5ZM20 64.5C20.2761 64.5 20.5 64.2761 20.5 64C20.5 63.7239 20.2761 63.5 20 63.5V64.5ZM28 63.5C27.7239 63.5 27.5 63.7239 27.5 64C27.5 64.2761 27.7239 64.5 28 64.5V63.5ZM36 64.5C36.2761 64.5 36.5 64.2761 36.5 64C36.5 63.7239 36.2761 63.5 36 63.5V64.5ZM44 63.5C43.7239 63.5 43.5 63.7239 43.5 64C43.5 64.2761 43.7239 64.5 44 64.5V63.5ZM52 64.5C52.2761 64.5 52.5 64.2761 52.5 64C52.5 63.7239 52.2761 63.5 52 63.5V64.5ZM60 63.5C59.7239 63.5 59.5 63.7239 59.5 64C59.5 64.2761 59.7239 64.5 60 64.5V63.5ZM68 64.5C68.2761 64.5 68.5 64.2761 68.5 64C68.5 63.7239 68.2761 63.5 68 63.5V64.5ZM76 63.5C75.7239 63.5 75.5 63.7239 75.5 64C75.5 64.2761 75.7239 64.5 76 64.5V63.5ZM84 64.5C84.2761 64.5 84.5 64.2761 84.5 64C84.5 63.7239 84.2761 63.5 84 63.5V64.5ZM92 63.5C91.7239 63.5 91.5 63.7239 91.5 64C91.5 64.2761 91.7239 64.5 92 64.5V63.5ZM100 64.5C100.276 64.5 100.5 64.2761 100.5 64C100.5 63.7239 100.276 63.5 100 63.5V64.5ZM108 63.5C107.724 63.5 107.5 63.7239 107.5 64C107.5 64.2761 107.724 64.5 108 64.5V63.5ZM116 64.5C116.276 64.5 116.5 64.2761 116.5 64C116.5 63.7239 116.276 63.5 116 63.5V64.5ZM124 63.5C123.724 63.5 123.5 63.7239 123.5 64C123.5 64.2761 123.724 64.5 124 64.5V63.5ZM132 64.5C132.276 64.5 132.5 64.2761 132.5 64C132.5 63.7239 132.276 63.5 132 63.5V64.5ZM140 63.5C139.724 63.5 139.5 63.7239 139.5 64C139.5 64.2761 139.724 64.5 140 64.5V63.5ZM148 64.5C148.276 64.5 148.5 64.2761 148.5 64C148.5 63.7239 148.276 63.5 148 63.5V64.5ZM156 63.5C155.724 63.5 155.5 63.7239 155.5 64C155.5 64.2761 155.724 64.5 156 64.5V63.5ZM164 64.5C164.276 64.5 164.5 64.2761 164.5 64C164.5 63.7239 164.276 63.5 164 63.5V64.5ZM172 63.5C171.724 63.5 171.5 63.7239 171.5 64C171.5 64.2761 171.724 64.5 172 64.5V63.5ZM180 64.5C180.276 64.5 180.5 64.2761 180.5 64C180.5 63.7239 180.276 63.5 180 63.5V64.5ZM188 63.5C187.724 63.5 187.5 63.7239 187.5 64C187.5 64.2761 187.724 64.5 188 64.5V63.5ZM196 64.5C196.276 64.5 196.5 64.2761 196.5 64C196.5 63.7239 196.276 63.5 196 63.5V64.5ZM204 63.5C203.724 63.5 203.5 63.7239 203.5 64C203.5 64.2761 203.724 64.5 204 64.5V63.5ZM0 64.5H4V63.5H0V64.5ZM12 64.5H20V63.5H12V64.5ZM28 64.5H36V63.5H28V64.5ZM44 64.5H52V63.5H44V64.5ZM60 64.5H68V63.5H60V64.5ZM76 64.5H84V63.5H76V64.5ZM92 64.5H100V63.5H92V64.5ZM108 64.5H116V63.5H108V64.5ZM124 64.5H132V63.5H124V64.5ZM140 64.5H148V63.5H140V64.5ZM156 64.5H164V63.5H156V64.5ZM172 64.5H180V63.5H172V64.5ZM188 64.5H196V63.5H188V64.5ZM204 64.5H208V63.5H204V64.5ZM208 65C208.552 65 209 64.5523 209 64C209 63.4477 208.552 63 208 63V65ZM0 63C-0.552285 63 -1 63.4477 -1 64C-1 64.5523 -0.552285 65 0 65V63ZM4 65C4.55228 65 5 64.5523 5 64C5 63.4477 4.55228 63 4 63V65ZM12 63C11.4477 63 11 63.4477 11 64C11 64.5523 11.4477 65 12 65V63ZM20 65C20.5523 65 21 64.5523 21 64C21 63.4477 20.5523 63 20 63V65ZM28 63C27.4477 63 27 63.4477 27 64C27 64.5523 27.4477 65 28 65V63ZM36 65C36.5523 65 37 64.5523 37 64C37 63.4477 36.5523 63 36 63V65ZM44 63C43.4477 63 43 63.4477 43 64C43 64.5523 43.4477 65 44 65V63ZM52 65C52.5523 65 53 64.5523 53 64C53 63.4477 52.5523 63 52 63V65ZM60 63C59.4477 63 59 63.4477 59 64C59 64.5523 59.4477 65 60 65V63ZM68 65C68.5523 65 69 64.5523 69 64C69 63.4477 68.5523 63 68 63V65ZM76 63C75.4477 63 75 63.4477 75 64C75 64.5523 75.4477 65 76 65V63ZM84 65C84.5523 65 85 64.5523 85 64C85 63.4477 84.5523 63 84 63V65ZM92 63C91.4477 63 91 63.4477 91 64C91 64.5523 91.4477 65 92 65V63ZM100 65C100.552 65 101 64.5523 101 64C101 63.4477 100.552 63 100 63V65ZM108 63C107.448 63 107 63.4477 107 64C107 64.5523 107.448 65 108 65V63ZM116 65C116.552 65 117 64.5523 117 64C117 63.4477 116.552 63 116 63V65ZM124 63C123.448 63 123 63.4477 123 64C123 64.5523 123.448 65 124 65V63ZM132 65C132.552 65 133 64.5523 133 64C133 63.4477 132.552 63 132 63V65ZM140 63C139.448 63 139 63.4477 139 64C139 64.5523 139.448 65 140 65V63ZM148 65C148.552 65 149 64.5523 149 64C149 63.4477 148.552 63 148 63V65ZM156 63C155.448 63 155 63.4477 155 64C155 64.5523 155.448 65 156 65V63ZM164 65C164.552 65 165 64.5523 165 64C165 63.4477 164.552 63 164 63V65ZM172 63C171.448 63 171 63.4477 171 64C171 64.5523 171.448 65 172 65V63ZM180 65C180.552 65 181 64.5523 181 64C181 63.4477 180.552 63 180 63V65ZM188 63C187.448 63 187 63.4477 187 64C187 64.5523 187.448 65 188 65V63ZM196 65C196.552 65 197 64.5523 197 64C197 63.4477 196.552 63 196 63V65ZM204 63C203.448 63 203 63.4477 203 64C203 64.5523 203.448 65 204 65V63ZM0 65H4V63H0V65ZM12 65H20V63H12V65ZM28 65H36V63H28V65ZM44 65H52V63H44V65ZM60 65H68V63H60V65ZM76 65H84V63H76V65ZM92 65H100V63H92V65ZM108 65H116V63H108V65ZM124 65H132V63H124V65ZM140 65H148V63H140V65ZM156 65H164V63H156V65ZM172 65H180V63H172V65ZM188 65H196V63H188V65ZM204 65H208V63H204V65Z",fill:"#F8F8F8",mask:"url(#path-7-inside-4_2098_5511)"}),t.jsxRuntimeExports.jsx("path",{opacity:"0.25",d:"M188.216 21.8308L192.267 33.3363C192.984 35.3729 195.553 36.0079 197.136 34.5401L200.346 31.5644C200.704 31.2324 200.976 30.8179 201.137 30.357L202.893 25.3492L207.891 8.63898C207.962 8.40249 207.998 8.15696 207.998 7.91011V61C207.998 62.6569 206.655 64 204.998 64H2.99805C1.34119 64 -0.00195312 62.6569 -0.00195312 61V38.199C-0.00195312 37.5477 0.209976 36.9142 0.601822 36.394L4.07924 31.7775C5.46086 29.9434 8.30679 30.2781 9.22513 32.3828L13.7407 42.7321C14.1196 43.6005 14.8865 44.2389 15.8092 44.454L20.4905 45.5454C21.1539 45.7 21.8501 45.6244 22.4647 45.3308L27.6593 42.8495C28.3218 42.533 28.8452 41.9846 29.1305 41.3081L33.0958 31.9045C34.1272 29.4587 37.593 29.4587 38.6244 31.9045L39.704 34.4648C40.8065 37.0793 44.5863 36.8438 45.3559 34.1128L49.5889 19.0897C49.9533 17.7966 51.133 16.9033 52.4765 16.9033H56.4941C57.0707 16.9033 57.6351 16.7372 58.1197 16.4247L61.1576 14.466C62.8476 13.3764 65.11 14.2251 65.6662 16.1575L70.599 33.2936C71.1572 35.2328 73.4323 36.079 75.122 34.9758L75.9273 34.45C77.4802 33.4361 79.5719 34.0601 80.3156 35.7591L84.8676 46.1586C85.5306 47.6733 87.2942 48.366 88.8108 47.7074L91.9453 46.3462C92.765 45.9903 93.3833 45.2875 93.632 44.4292L99.0729 25.6458C99.6874 23.5244 102.321 22.7938 103.941 24.2955C105.587 25.8222 108.267 25.0377 108.831 22.864L112.541 8.54954C113.26 5.77543 117.087 5.49227 118.207 8.13037L120.305 13.0767C121.105 14.9603 123.513 15.5086 125.049 14.1567L125.58 13.6896C127.224 12.2425 129.814 12.9875 130.438 15.0869L134.329 28.1818C135.073 30.6853 138.439 31.1086 139.779 28.8673L142.671 24.0333C143.159 23.2175 144.004 22.6813 144.95 22.5878L149.822 22.1065C150.344 22.0549 150.843 21.8672 151.271 21.5621L154.984 18.9089C156.467 17.8494 158.544 18.346 159.388 19.9617L161.285 23.5972C162.565 26.0491 166.199 25.6102 166.858 22.9241L169.511 12.1165C170.239 9.14844 174.421 9.04274 175.298 11.9702L177.723 20.0592C178.406 22.3382 181.343 22.9532 182.883 21.1398L183.099 20.8852C184.598 19.1202 187.447 19.6467 188.216 21.8308Z",fill:"url(#paint0_linear_2098_5511)"}),t.jsxRuntimeExports.jsx("path",{d:"M207.998 8.42336L201.106 31.2146C200.924 31.8169 200.557 32.3467 200.057 32.729L196.94 35.1136C195.319 36.3534 192.96 35.6482 192.286 33.7223L188.181 22.0024C187.422 19.8338 184.606 19.289 183.092 21.0179L182.846 21.2991C181.3 23.0654 178.416 22.4516 177.723 20.2087L175.29 12.336C174.395 9.4396 170.259 9.54691 169.515 12.4858L166.857 22.9946C166.185 25.6477 162.603 26.0903 161.306 23.6803L159.382 20.1042C158.534 18.5278 156.503 18.0404 155.031 19.0601L151.262 21.6725C150.84 21.9649 150.35 22.1442 149.839 22.1931L144.931 22.6636C143.996 22.7532 143.157 23.2757 142.664 24.0754L139.754 28.7942C138.4 30.9907 135.088 30.5657 134.332 28.0982L130.441 15.3948C129.808 13.3298 127.267 12.5895 125.624 13.9921L125.005 14.5209C123.474 15.8283 121.115 15.2863 120.308 13.4417L118.191 8.60225C117.054 6.00226 113.277 6.28847 112.544 9.03014L108.848 22.8647C108.27 25.0292 105.606 25.8158 103.94 24.3175V24.3175C102.303 22.8447 99.6856 23.5762 99.0555 25.6864L93.6445 43.8072C93.388 44.6663 92.7608 45.3656 91.9346 45.7136L88.763 47.0496C87.2632 47.6814 85.5332 47.0022 84.8638 45.5188L80.3156 35.4387C79.5653 33.7759 77.517 33.1621 75.9758 34.1381L75.0745 34.709C73.393 35.774 71.1595 34.9362 70.5933 33.028L65.672 16.4433C65.1078 14.5419 62.8867 13.7015 61.2051 14.7533L58.1073 16.6909C57.6303 16.9892 57.079 17.1474 56.5164 17.1474H52.4575C51.123 17.1474 49.9489 18.029 49.5766 19.3106L45.3511 33.8582C44.5676 36.5556 40.8386 36.7934 39.7188 34.2174L38.6114 31.6698C37.5658 29.2644 34.1544 29.2644 33.1088 31.6698L29.1425 40.7941C28.8495 41.4681 28.3193 42.0111 27.6525 42.3201L22.4421 44.7345C21.8411 45.0129 21.165 45.0847 20.519 44.9386L15.803 43.872C14.8836 43.6641 14.1154 43.0362 13.7288 42.1765L9.21662 32.1447C8.28874 30.0817 5.49845 29.7487 4.11113 31.5353L-0.00196201 36.8322",stroke:"#FF3F19"})]}),t.jsxRuntimeExports.jsxs("defs",{children:[t.jsxRuntimeExports.jsxs("linearGradient",{id:"paint0_linear_2098_5511",x1:"103.998",y1:"0",x2:"103.998",y2:"64",gradientUnits:"userSpaceOnUse",children:[t.jsxRuntimeExports.jsx("stop",{stopColor:"#FF3F19"}),t.jsxRuntimeExports.jsx("stop",{offset:"1",stopColor:"white",stopOpacity:"0"})]}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_2098_5511",children:t.jsxRuntimeExports.jsx("rect",{width:"208",height:"64",fill:"white"})})]})]})}),T3=()=>{const[e,n]=C.useState(null),[s,r]=C.useState(!1),[o,i]=C.useState(!1),[a,l]=C.useState(!1);if(C.useEffect(()=>{r(!0),i(!0),(async()=>{const m=await cu();n(m)})(),r(!1),i(!1)},[]),!e)return t.jsxRuntimeExports.jsx(t.Loader,{});const{isAvailable:c,isActivated:d,info:u}=e.data;return c?t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsxs("div",{className:xe.referral,children:[t.jsxRuntimeExports.jsx("div",{className:xe.referralBlock,children:s?t.jsxRuntimeExports.jsx(M3,{}):t.jsxRuntimeExports.jsxs("div",{className:xe.referralContainer,children:[t.jsxRuntimeExports.jsx("div",{id:"h2",className:xe.title,children:"Refer friends"}),t.jsxRuntimeExports.jsx("div",{className:xe.description,children:"Refer friends. Earn rewards. Make bank."}),d?t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsx(P3,{referral:e})}):t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsx(L3,{setIsOpen:l})})]})}),o?t.jsxRuntimeExports.jsx("div",{className:xe.referralStats}):t.jsxRuntimeExports.jsxs("div",{className:xe.referralStats,children:[t.jsxRuntimeExports.jsxs("div",{className:xe.referralStatsItem,children:[t.jsxRuntimeExports.jsx("div",{id:"lg",className:xe.referralStatsItemLabel,children:"Referrals"}),t.jsxRuntimeExports.jsx("div",{id:"h2",className:xe.referralStatsItemValue,children:u!=null&&u.totalReferrals?`${u.totalReferrals} person`:"-"}),t.jsxRuntimeExports.jsx(_s,{})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.referralStatsItem,children:[t.jsxRuntimeExports.jsx("div",{id:"lg",className:xe.referralStatsItemLabel,children:"Earned"}),t.jsxRuntimeExports.jsx("div",{id:"h2",className:xe.referralStatsItemValue,children:"-"}),t.jsxRuntimeExports.jsx(_s,{})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.referralStatsItem,children:[t.jsxRuntimeExports.jsx("div",{id:"lg",className:xe.referralStatsItemLabel,children:"Total Revenue"}),t.jsxRuntimeExports.jsx("div",{id:"h2",className:xe.referralStatsItemValue,children:Le({amount:(u==null?void 0:u.totalRevenueUsd)||0})}),t.jsxRuntimeExports.jsx(_s,{})]}),t.jsxRuntimeExports.jsxs("div",{className:xe.referralStatsItem,children:[t.jsxRuntimeExports.jsx("div",{id:"lg",className:xe.referralStatsItemLabel,children:"Earn Procent"}),t.jsxRuntimeExports.jsx("div",{id:"h2",className:xe.referralStatsItemValue,children:`${e.data.earnPercent}%`||"-"}),t.jsxRuntimeExports.jsx(_s,{})]})]})]}),a&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>l(!1),children:t.jsxRuntimeExports.jsx(I3,{setIsOpen:l,setIsLoading:r})})]}):null},L3=({setIsOpen:e})=>{const{setIsOpen:n}=t.useModalStore();return t.jsxRuntimeExports.jsxs("div",{className:xe.steps,onClick:s=>s.stopPropagation(),children:[t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",className:xe.joinButton,onClick:()=>{e(!0),n(!0)},children:"Join the referral Program"}),t.jsxRuntimeExports.jsx("div",{children:Jc.map(({caption:s,description:r},o,i)=>t.jsxRuntimeExports.jsx(N3,{caption:s,description:r,index:o+1,bar:o+1!==i.length},s))})]})},P3=({referral:e})=>{var i,a;const{shopDomain:n}=t.useStorefrontStore(),s=`https://${n}/?r=${(i=e.data.info)==null?void 0:i.referralCode}`,{notifications:r,setNotifications:o}=t.useNotificationStore();return t.jsxRuntimeExports.jsxs("div",{className:xe.referralInfo,children:[t.jsxRuntimeExports.jsx(t.Input$1,{onChange:()=>{},label:"Affiliate Code",value:((a=e.data.info)==null?void 0:a.referralCode)||"",disabled:!0}),t.jsxRuntimeExports.jsx("div",{className:xe.linkContainer,children:t.jsxRuntimeExports.jsx(t.Input$1,{onChange:()=>{},label:"Affiliate Link",value:s,disabled:!0,rightIcon:t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy",fill:"var(--text-action)",onClick:()=>{navigator.clipboard.writeText(s),o([...r,{message:"Link copied to clipboard",status:"success",id:t.v4()}])},hoverable:!0})})})]})},M3=()=>t.jsxRuntimeExports.jsxs(fn,{speed:2,width:500,height:"100%",viewBox:"0 0 500 305",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",className:xe.skeleton,children:[t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"10",ry:"10",width:"264",height:"40"}),t.jsxRuntimeExports.jsx("rect",{x:"0",y:"45",rx:"10",ry:"10",width:"160",height:"24"}),t.jsxRuntimeExports.jsx("rect",{x:"0",y:"100",rx:"10",ry:"10",width:"100",height:"40"}),t.jsxRuntimeExports.jsx("rect",{x:"0",y:"150",rx:"10",ry:"10",width:"476",height:"40"}),t.jsxRuntimeExports.jsx("rect",{x:"0",y:"220",rx:"10",ry:"10",width:"428",height:"50"})]}),B3="_title_u8oqs_1",A3="_heading_u8oqs_10",$3="_description_u8oqs_15",_r={title:B3,heading:A3,description:$3},os=({title:e,description:n})=>t.jsxRuntimeExports.jsxs("div",{className:_r.title,children:[t.jsxRuntimeExports.jsx("div",{id:"h3",className:_r.heading,children:e}),n&&t.jsxRuntimeExports.jsx("div",{className:_r.description,children:n})]}),D3="_noItemsBlock_krhys_4",O3="_noItemsBlockIcon_krhys_13",H3="_noItemsBlockTitle_krhys_20",V3="_noItemsBlockDescription_krhys_29",Es={noItemsBlock:D3,noItemsBlockIcon:O3,noItemsBlockTitle:H3,noItemsBlockDescription:V3},Xs=({title:e,description:n,className:s})=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(Es.noItemsBlock,s),children:[t.jsxRuntimeExports.jsx("div",{className:Es.noItemsBlockIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Info",fill:"var(--text-secondary)"})}),t.jsxRuntimeExports.jsx("div",{className:Es.noItemsBlockTitle,children:e}),t.jsxRuntimeExports.jsx("div",{className:Es.noItemsBlockDescription,children:n})]}),F3="_ordersTable_110u9_2",Z3="_gatewayItem_110u9_10",z3="_gatewayIcon_110u9_15",U3="_orderTime_110u9_20",W3="_reviewContainer_110u9_25",q3="_reviewRating_110u9_35",G3="_tableLoader_110u9_39",Y3="_tableItem_110u9_48",ct={ordersTable:F3,gatewayItem:Z3,gatewayIcon:z3,orderTime:U3,reviewContainer:W3,reviewRating:q3,tableLoader:G3,tableItem:Y3};var hn=(e=>(e[e.SUCCESS=1]="SUCCESS",e[e.WARNING=2]="WARNING",e[e.ERROR=3]="ERROR",e))(hn||{});const X3={[ge.New]:2,[ge.Pending]:2,[ge.Completed]:1,[ge.Cancelled]:3,[ge.Expired]:3,[ge.FullDeliveryFailure]:3,[ge.PartiallyDelivered]:2,[ge.Refunded]:1,[ge.Failed]:3},K3=(e,n)=>{const s=n.find(r=>r.name===e);return s?t.jsxRuntimeExports.jsxs("div",{className:ct.gatewayItem,children:[t.jsxRuntimeExports.jsx("img",{alt:s.displayName,src:st(s.logoCfImageId),className:ct.gatewayIcon}),t.jsxRuntimeExports.jsx("div",{children:s.displayName})]}):null},J3=({item:e,gatewaysDetail:n})=>{const[s,r]=Qn(e.time);return t.jsxRuntimeExports.jsxs(C.Fragment,{children:[t.jsxRuntimeExports.jsx(Ve,{children:e.id}),t.jsxRuntimeExports.jsx(Ve,{children:t.jsxRuntimeExports.jsx(y4,{status:e.status,variant:X3[e.status]})}),t.jsxRuntimeExports.jsx(Ve,{children:Le(e.price)}),t.jsxRuntimeExports.jsx(Ve,{children:K3(e.gatewayName,n)}),t.jsxRuntimeExports.jsx(Ve,{children:t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("div",{children:s}),t.jsxRuntimeExports.jsx("div",{className:ct.orderTime,children:r})]})}),t.jsxRuntimeExports.jsx(Ve,{children:e.review?t.jsxRuntimeExports.jsxs("div",{className:ct.reviewContainer,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Star",fill:"var(--text-secondary)"}),t.jsxRuntimeExports.jsx("div",{className:ct.reviewRating,children:e.review.rating})]}):"None"})]},e.id)},Q3=({orders:e,gatewaysDetail:n,totalCount:s})=>{const{page:r,setPage:o}=t.usePaginationPagesStore(),a=!(!(e!=null&&e.length)||!n)&&e.length>0;return t.jsxRuntimeExports.jsxs("div",{className:ct.ordersTable,children:[t.jsxRuntimeExports.jsxs(mo,{children:[t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Invoice ID"}),t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Status"}),t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Value"}),t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Payment"}),t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Date"}),t.jsxRuntimeExports.jsx(We,{className:ct.tableItem,children:"Review"}),a&&e.map(l=>t.jsxRuntimeExports.jsx(J3,{item:l,gatewaysDetail:n},l.id))]}),!a&&t.jsxRuntimeExports.jsx("div",{className:ct.tableLoader,children:t.jsxRuntimeExports.jsx(t.Loader,{})}),a&&t.jsxRuntimeExports.jsx(Ks,{currentPage:r,totalCount:s,onPageChange:o})]})},e4="_table_1nbu1_4",t4="_tableItem_1nbu1_11",n4="_tableItemTitle_1nbu1_26",po={table:e4,tableItem:t4,tableItemTitle:n4},Ve=({children:e,className:n})=>t.jsxRuntimeExports.jsx("div",{className:t.clx(po.tableItem,n),children:e}),We=({children:e,className:n})=>t.jsxRuntimeExports.jsx(Ve,{className:t.clx(po.tableItemTitle,n),children:e}),mo=({children:e,className:n})=>t.jsxRuntimeExports.jsx("div",{className:t.clx(po.table,n),children:e}),s4="_paginationContainer_pt4l5_4",r4="_paginationWithRange_pt4l5_16",o4="_paginationWithRangeText_pt4l5_33",i4="_paginationWithRangePagination_pt4l5_45",Ms={paginationContainer:s4,paginationWithRange:r4,paginationWithRangeText:o4,paginationWithRangePagination:i4},vs=(e,n)=>Array.from({length:n-e+1},(s,r)=>e+r),a4=(e,n,s)=>{const r=s*2+3+2;if(n<=r)return vs(1,n);const o=Math.max(e-s,1),i=Math.min(e+s,n),a=o>2,l=i<n-2;return!a&&l?[...vs(1,3+2*s),"right-ellipsis",n]:a&&!l?[1,"left-ellipsis",...vs(n-(3+2*s)+1,n)]:[1,"left-ellipsis",...vs(o,i),"right-ellipsis",n]},l4=({currentPage:e,totalPages:n,onPageChange:s,siblingCount:r=1})=>{console.log(e);const o=c=>{const d=r*2+1;s(c?Math.max(e-d,1):Math.min(e+d,n))},i=e===1,a=e===n,l=c=>t.jsxRuntimeExports.jsx(t.Button$1,{type:typeof c=="number"&&c===e?"Primary":"Secondary",onClick:()=>typeof c=="string"?o(c==="left-ellipsis"):s(c),"aria-current":typeof c=="number"&&c===e?"page":void 0,children:typeof c=="string"?"…":c},c);return t.jsxRuntimeExports.jsxs("div",{className:Ms.paginationContainer,children:[t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:()=>!i&&s(e-1),disabled:i,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowLeft"})}),a4(e,n,r).map(l),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:()=>!a&&s(e+1),disabled:a,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowRight"})})]})},c4=(e,n,s)=>{const r=(e-1)*s+1,o=Math.min(e*s,n);return`Showing ${r}-${o} entries of ${n}`},Ks=({className:e,totalCount:n,...s})=>{const r=Math.ceil(n/t.PageSize);return r<2?null:t.jsxRuntimeExports.jsxs("div",{className:`${Ms.paginationWithRange} ${e}`,children:[t.jsxRuntimeExports.jsx("div",{className:Ms.paginationWithRangeText,children:c4(s.currentPage,n,t.PageSize)}),t.jsxRuntimeExports.jsx("div",{className:Ms.paginationWithRangePagination,children:t.jsxRuntimeExports.jsx(l4,{...s,totalPages:r})})]})},u4="_statusIndicator_1mzab_4",d4="_statusIndicatorSuccess_1mzab_11",p4="_statusIndicatorWarning_1mzab_15",m4="_statusIndicatorError_1mzab_19",x4="_statusIndicatorText_1mzab_23",Gn={statusIndicator:u4,statusIndicatorSuccess:d4,statusIndicatorWarning:p4,statusIndicatorError:m4,statusIndicatorText:x4},h4=()=>t.jsxRuntimeExports.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:t.jsxRuntimeExports.jsx("path",{d:"M11.2105 5.91453C11.2628 5.96677 11.3043 6.02881 11.3326 6.0971C11.3609 6.16538 11.3754 6.23858 11.3754 6.3125C11.3754 6.38642 11.3609 6.45962 11.3326 6.5279C11.3043 6.59619 11.2628 6.65823 11.2105 6.71047L7.27297 10.648C7.22073 10.7003 7.15869 10.7418 7.09041 10.7701C7.02212 10.7984 6.94892 10.8129 6.875 10.8129C6.80108 10.8129 6.72789 10.7984 6.6596 10.7701C6.59131 10.7418 6.52928 10.7003 6.47703 10.648L4.78953 8.96047C4.68399 8.85492 4.62469 8.71177 4.62469 8.5625C4.62469 8.41323 4.68399 8.27008 4.78953 8.16453C4.89508 8.05898 5.03824 7.99969 5.1875 7.99969C5.33677 7.99969 5.47992 8.05898 5.58547 8.16453L6.875 9.45477L10.4145 5.91453C10.4668 5.86223 10.5288 5.82074 10.5971 5.79244C10.6654 5.76413 10.7386 5.74956 10.8125 5.74956C10.8864 5.74956 10.9596 5.76413 11.0279 5.79244C11.0962 5.82074 11.1582 5.86223 11.2105 5.91453ZM15.3125 8C15.3125 9.44628 14.8836 10.8601 14.0801 12.0626C13.2766 13.2651 12.1346 14.2024 10.7984 14.7559C9.46219 15.3093 7.99189 15.4541 6.57341 15.172C5.15492 14.8898 3.85196 14.1934 2.82928 13.1707C1.80661 12.148 1.11017 10.8451 0.828011 9.4266C0.545857 8.00811 0.690668 6.53781 1.24413 5.20163C1.7976 3.86544 2.73486 2.72339 3.9374 1.91988C5.13993 1.11637 6.55373 0.6875 8 0.6875C9.93877 0.689547 11.7975 1.46063 13.1685 2.83154C14.5394 4.20246 15.3105 6.06123 15.3125 8ZM14.1875 8C14.1875 6.77623 13.8246 5.57994 13.1447 4.56241C12.4648 3.54488 11.4985 2.75181 10.3679 2.2835C9.23724 1.81518 7.99314 1.69264 6.79288 1.93139C5.59262 2.17014 4.49012 2.75944 3.62478 3.62478C2.75944 4.49011 2.17014 5.59262 1.93139 6.79288C1.69265 7.99314 1.81518 9.23724 2.2835 10.3679C2.75182 11.4985 3.54488 12.4648 4.56241 13.1447C5.57994 13.8246 6.77623 14.1875 8 14.1875C9.64046 14.1856 11.2132 13.5331 12.3732 12.3732C13.5331 11.2132 14.1856 9.64046 14.1875 8Z",fill:"#338B13"})}),f4=()=>t.jsxRuntimeExports.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:t.jsxRuntimeExports.jsx("path",{d:"M8 0.6875C6.55373 0.6875 5.13993 1.11637 3.9374 1.91988C2.73486 2.72339 1.7976 3.86544 1.24413 5.20163C0.690668 6.53781 0.545857 8.00811 0.828011 9.4266C1.11017 10.8451 1.80661 12.148 2.82928 13.1707C3.85196 14.1934 5.15492 14.8898 6.57341 15.172C7.99189 15.4541 9.46219 15.3093 10.7984 14.7559C12.1346 14.2024 13.2766 13.2651 14.0801 12.0626C14.8836 10.8601 15.3125 9.44628 15.3125 8C15.3105 6.06123 14.5394 4.20246 13.1685 2.83154C11.7975 1.46063 9.93877 0.689547 8 0.6875ZM8 14.1875C6.77623 14.1875 5.57994 13.8246 4.56241 13.1447C3.54488 12.4648 2.75182 11.4985 2.2835 10.3679C1.81518 9.23724 1.69265 7.99314 1.93139 6.79288C2.17014 5.59262 2.75944 4.49011 3.62478 3.62478C4.49012 2.75944 5.59262 2.17014 6.79288 1.93139C7.99314 1.69264 9.23724 1.81518 10.3679 2.2835C11.4985 2.75181 12.4648 3.54488 13.1447 4.56241C13.8246 5.57994 14.1875 6.77623 14.1875 8C14.1856 9.64046 13.5331 11.2132 12.3732 12.3732C11.2132 13.5331 9.64046 14.1856 8 14.1875ZM12.5 8C12.5 8.14918 12.4407 8.29226 12.3353 8.39775C12.2298 8.50324 12.0867 8.5625 11.9375 8.5625H8C7.85082 8.5625 7.70775 8.50324 7.60226 8.39775C7.49677 8.29226 7.4375 8.14918 7.4375 8V4.0625C7.4375 3.91332 7.49677 3.77024 7.60226 3.66475C7.70775 3.55926 7.85082 3.5 8 3.5C8.14919 3.5 8.29226 3.55926 8.39775 3.66475C8.50324 3.77024 8.5625 3.91332 8.5625 4.0625V7.4375H11.9375C12.0867 7.4375 12.2298 7.49676 12.3353 7.60225C12.4407 7.70774 12.5 7.85082 12.5 8Z",fill:"#C1972A"})}),g4=()=>t.jsxRuntimeExports.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsxRuntimeExports.jsx("path",{d:"M9 17.0625C4.5525 17.0625 0.9375 13.4475 0.9375 9C0.9375 4.5525 4.5525 0.9375 9 0.9375C13.4475 0.9375 17.0625 4.5525 17.0625 9C17.0625 13.4475 13.4475 17.0625 9 17.0625ZM9 2.0625C5.175 2.0625 2.0625 5.175 2.0625 9C2.0625 12.825 5.175 15.9375 9 15.9375C12.825 15.9375 15.9375 12.825 15.9375 9C15.9375 5.175 12.825 2.0625 9 2.0625Z",fill:"#C12A2A"}),t.jsxRuntimeExports.jsx("path",{d:"M6.87752 11.685C6.73502 11.685 6.59252 11.6325 6.48002 11.52C6.26252 11.3025 6.26252 10.9425 6.48002 10.725L10.725 6.48C10.9425 6.2625 11.3025 6.2625 11.52 6.48C11.7375 6.6975 11.7375 7.0575 11.52 7.275L7.27502 11.52C7.17002 11.6325 7.02002 11.685 6.87752 11.685Z",fill:"#C12A2A"}),t.jsxRuntimeExports.jsx("path",{d:"M11.1225 11.685C10.98 11.685 10.8375 11.6325 10.725 11.52L6.48002 7.275C6.26252 7.0575 6.26252 6.6975 6.48002 6.48C6.69752 6.2625 7.05752 6.2625 7.27502 6.48L11.52 10.725C11.7375 10.9425 11.7375 11.3025 11.52 11.52C11.4075 11.6325 11.265 11.685 11.1225 11.685Z",fill:"#C12A2A"})]}),j4={[hn.SUCCESS]:h4,[hn.WARNING]:f4,[hn.ERROR]:g4},C4={[hn.SUCCESS]:Gn.statusIndicatorSuccess,[hn.WARNING]:Gn.statusIndicatorWarning,[hn.ERROR]:Gn.statusIndicatorError},y4=({status:e,variant:n})=>{const s=j4[n];return t.jsxRuntimeExports.jsxs("div",{className:t.clx(Gn.statusIndicator,C4[n]),children:[t.jsxRuntimeExports.jsx(s,{}),t.jsxRuntimeExports.jsx("span",{className:Gn.statusIndicatorText,children:e})]})},_4="_checkoutItemsContainer_1kn61_2",E4="_innerContainer_1kn61_16",v4="_headerSection_1kn61_22",R4="_header_1kn61_22",w4="_productsContainer_1kn61_47",b4="_couponContainer_1kn61_54",S4="_checkoutFooter_1kn61_58",cn={checkoutItemsContainer:_4,innerContainer:E4,headerSection:v4,header:R4,productsContainer:w4,couponContainer:b4,checkoutFooter:S4},k4="_checkoutFooter_1dzvc_1",N4="_footerBranding_1dzvc_9",I4="_poweredText_1dzvc_14",T4="_footerNav_1dzvc_19",Rs={checkoutFooter:k4,footerBranding:N4,poweredText:I4,footerNav:T4},L4="data:image/svg+xml,%3csvg%20width='100'%20height='26'%20viewBox='0%200%20100%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.3996%203.39999V12.8228L16.2964%2014.1313V8.89738L7.69363%2011.587V6.87107L20.3996%203.39999Z'%20fill='%23FF3F19'/%3e%3cpath%20d='M16.2964%2014.1313L16.2962%2018.6292L3.59961%2022.6V12.7592L7.69363%2011.587L7.69344%2016.9118L16.2964%2014.1313Z'%20fill='%23FF3F19'/%3e%3cpath%20d='M95.6308%2022C93.4931%2022%2091.8804%2020.882%2091.4678%2019.1776L93.118%2019.0676C93.4181%2019.984%2094.0931%2020.5338%2095.6308%2020.5338C97.4311%2020.5338%2098.4249%2019.8373%2098.4249%2018.4078V16.8316C97.9374%2017.858%2096.8122%2018.5178%2095.5183%2018.5178C92.9868%2018.5178%2091.1865%2016.575%2091.1865%2013.8076C91.1865%2011.0401%2092.9492%209.09737%2095.4433%209.09737C96.831%209.09737%2098.0499%209.77549%2098.5%2010.8568V9.3173H100V18.3711C100%2020.6438%2098.3687%2022%2095.6308%2022ZM95.5933%2017.0515C97.2998%2017.0515%2098.4062%2015.8053%2098.4249%2013.8076C98.4624%2011.8099%2097.3186%2010.5636%2095.5933%2010.5636C93.8494%2010.5636%2092.8367%2011.8099%2092.8367%2013.8076C92.8367%2015.8053%2093.8869%2017.0515%2095.5933%2017.0515Z'%20fill='%23252525'/%3e%3cpath%20d='M81.1836%2019.0309V9.3173H82.6275L82.665%2011.0584C83.1901%209.72051%2084.3527%209.09737%2085.7217%209.09737C87.9907%209.09737%2089.0783%2010.7285%2089.0783%2012.7812V19.0309H87.5031V13.2211C87.5031%2011.425%2086.8843%2010.4536%2085.3841%2010.4536C83.8464%2010.4536%2082.7588%2011.425%2082.7588%2013.2211V19.0309H81.1836Z'%20fill='%23252525'/%3e%3cpath%20d='M73.3176%2019.2509C71.2549%2019.2509%2069.9609%2018.2795%2069.9609%2016.6117C69.9609%2014.9622%2070.9173%2014.0458%2073.0926%2013.6426L76.618%2013.0011C76.618%2011.37%2075.8304%2010.5636%2074.2552%2010.5636C72.8676%2010.5636%2072.0987%2011.1867%2071.7987%2012.3047L70.1297%2012.1764C70.5048%2010.3436%2072.0049%209.09737%2074.2552%209.09737C76.8056%209.09737%2078.1932%2010.6002%2078.1932%2013.0561V17.0699C78.1932%2017.5097%2078.3433%2017.6747%2078.7183%2017.6747H79.1121V19.0309C78.9996%2019.0493%2078.7558%2019.0676%2078.512%2019.0676C77.3119%2019.0676%2076.7681%2018.6094%2076.6368%2017.5281C76.1492%2018.5361%2074.7803%2019.2509%2073.3176%2019.2509ZM73.4676%2017.8946C75.4554%2017.8946%2076.618%2016.6483%2076.618%2015.0355V14.3391L73.3926%2014.9255C72.0425%2015.1638%2071.6111%2015.6586%2071.6111%2016.4651C71.6111%2017.3814%2072.305%2017.8946%2073.4676%2017.8946Z'%20fill='%23252525'/%3e%3cpath%20d='M63.2168%2022C61.079%2022%2059.4663%2020.882%2059.0537%2019.1776L60.704%2019.0676C61.004%2019.984%2061.6791%2020.5338%2063.2168%2020.5338C65.017%2020.5338%2066.0109%2019.8373%2066.0109%2018.4078V16.8316C65.5233%2017.858%2064.3982%2018.5178%2063.1043%2018.5178C60.5727%2018.5178%2058.7725%2016.575%2058.7725%2013.8076C58.7725%2011.0401%2060.5352%209.09737%2063.0293%209.09737C64.4169%209.09737%2065.6358%209.77549%2066.0859%2010.8568V9.3173H67.5861V18.3711C67.5861%2020.6438%2065.9546%2022%2063.2168%2022ZM63.1793%2017.0515C64.8857%2017.0515%2065.9921%2015.8053%2066.0109%2013.8076C66.0484%2011.8099%2064.9045%2010.5636%2063.1793%2010.5636C61.4353%2010.5636%2060.4227%2011.8099%2060.4227%2013.8076C60.4227%2015.8053%2061.4728%2017.0515%2063.1793%2017.0515Z'%20fill='%23252525'/%3e%3cpath%20d='M56.2141%2019.0309C55.0515%2019.0309%2054.2451%2018.4811%2054.2451%2017.1982L54.2639%206.01834H55.8391V17.0699C55.8391%2017.4731%2056.0453%2017.6747%2056.4579%2017.6747H57.3205V19.0309H56.2141Z'%20fill='%23252525'/%3e%3cpath%20d='M51.0686%2019.0309C49.906%2019.0309%2049.0996%2018.4811%2049.0996%2017.1982L49.1184%206.01834H50.6936V17.0699C50.6936%2017.4731%2050.8998%2017.6747%2051.3124%2017.6747H52.175V19.0309H51.0686Z'%20fill='%23252525'/%3e%3cpath%20d='M44.5209%2019.0309V9.3173H46.0961V19.0309H44.5209ZM44.4834%207.79611V6H46.1336V7.79611H44.4834Z'%20fill='%23252525'/%3e%3cpath%20d='M32%2019.0309V6.01834H36.5756C39.726%206.01834%2041.3012%207.09967%2041.3012%209.51891C41.3012%2010.9851%2040.4198%2012.0481%2038.9384%2012.3047C40.7574%2012.5613%2041.8638%2013.7709%2041.8638%2015.4571C41.8638%2017.8213%2040.2323%2019.0309%2037.3257%2019.0309H32ZM37.3257%2017.4914C39.1447%2017.4914%2040.176%2016.74%2040.176%2015.3654C40.176%2013.9908%2039.1447%2013.1844%2037.3257%2013.1844H33.6127V17.4914H37.3257ZM36.5756%2011.6449C38.5258%2011.6449%2039.6135%2010.8935%2039.6135%209.59222C39.6135%208.21765%2038.6008%207.55786%2036.5756%207.55786H33.6127V11.6449H36.5756Z'%20fill='%23252525'/%3e%3c/svg%3e",qt=({className:e})=>{const{shopTerms:n,shopPrivacyPolicy:s,shopRefundPolicy:r}=t.useStorefrontStore();return t.jsxRuntimeExports.jsxs("footer",{className:`${Rs.checkoutFooter} ${e}`,children:[t.jsxRuntimeExports.jsxs("div",{className:Rs.footerBranding,children:[t.jsxRuntimeExports.jsx("p",{className:Rs.poweredText,children:"Powered by"}),t.jsxRuntimeExports.jsx("img",{src:L4,alt:"Billgang"})]}),t.jsxRuntimeExports.jsx("nav",{children:t.jsxRuntimeExports.jsxs("ul",{className:Rs.footerNav,children:[(n==null?void 0:n.showTermsOfServiceOnProduct)&&t.jsxRuntimeExports.jsx("li",{children:t.jsxRuntimeExports.jsx("a",{href:n.termsOfService,target:"_blank",rel:"noopener noreferrer",children:"Terms"})}),(s==null?void 0:s.showPrivacyPolicyOnProduct)&&t.jsxRuntimeExports.jsx("li",{children:t.jsxRuntimeExports.jsx("a",{href:s.privacyPolicy,target:"_blank",rel:"noopener noreferrer",children:"Privacy"})}),(r==null?void 0:r.showRefundPolicyOnProduct)&&t.jsxRuntimeExports.jsx("li",{children:t.jsxRuntimeExports.jsx("a",{href:r.refundPolicy,target:"_blank",rel:"noopener noreferrer",children:"Refund"})})]})})]})},P4="_checkoutHeader_d2mbf_1",M4="_leftContainer_d2mbf_20",B4="_backArrow_d2mbf_26",A4="_logoContainer_d2mbf_38",$4="_logo_d2mbf_38",Vn={checkoutHeader:P4,leftContainer:M4,backArrow:B4,logoContainer:A4,logo:$4},D4="_activeBadge_hjug8_1",O4="_activeBadgeText_hjug8_12",si={activeBadge:D4,activeBadgeText:O4},H4=({className:e})=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(si.activeBadge,e),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}),t.jsxRuntimeExports.jsx("p",{className:si.activeBadgeText,children:"Active"})]}),V4="_timerContainer_105jf_2",F4="_timerText_105jf_12",ri={timerContainer:V4,timerText:F4},Z4=({expiresAt:e})=>{const[n,s]=C.useState(r());function r(){const o=new Date,i=new Date(e).getTime()-o.getTime();if(i<=0)return{hours:"00",minutes:"00",seconds:"00"};const a=Math.floor(i/(1e3*60*60)),l=Math.floor(i%(1e3*60*60)/(1e3*60)),c=Math.floor(i%(1e3*60)/1e3);return{hours:String(a).padStart(2,"0"),minutes:String(l).padStart(2,"0"),seconds:String(c).padStart(2,"0")}}return C.useEffect(()=>{const o=setInterval(()=>{s(r())},1e3);return()=>clearInterval(o)},[e]),n.hours==="00"&&n.minutes==="00"&&n.seconds==="00"?null:t.jsxRuntimeExports.jsxs("div",{className:ri.timerContainer,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Clock"}),t.jsxRuntimeExports.jsxs("p",{className:ri.timerText,children:[n.hours,":",n.minutes,":",n.seconds]})]})},z4="_progressBar_mcabf_4",U4="_progressBarLabel_mcabf_12",W4="_progressBarTrack_mcabf_17",q4="_progressBarFill_mcabf_28",ws={progressBar:z4,progressBarLabel:U4,progressBarTrack:W4,progressBarFill:q4},wa=({color:e,percent:n,disablePercentLabel:s})=>t.jsxRuntimeExports.jsxs("div",{className:ws.progressBar,children:[!s&&t.jsxRuntimeExports.jsxs("p",{className:ws.progressBarLabel,children:[n,"%"]}),t.jsxRuntimeExports.jsx("div",{className:ws.progressBarTrack,children:t.jsxRuntimeExports.jsx("div",{style:{width:`${n}%`,background:e||void 0},className:ws.progressBarFill})})]}),G4=()=>t.jsxRuntimeExports.jsx("svg",{width:"26",height:"25","aria-hidden":"true",viewBox:"0 0 26 25",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M25.1625 9.64109C25.0565 9.31448 24.8568 9.02626 24.5882 8.81233C24.3197 8.5984 23.9941 8.4682 23.652 8.43797L17.1563 7.87796L14.61 1.82296C14.4774 1.50525 14.2538 1.23386 13.9673 1.04296C13.6808 0.852072 13.3443 0.750214 13 0.750214C12.6557 0.750214 12.3192 0.852072 12.0327 1.04296C11.7462 1.23386 11.5226 1.50525 11.39 1.82296L8.85141 7.87796L2.34797 8.44125C2.00457 8.4701 1.67733 8.5997 1.4073 8.81379C1.13726 9.02789 0.936445 9.31694 0.830032 9.64471C0.723618 9.97248 0.716345 10.3244 0.809124 10.6563C0.901902 10.9881 1.0906 11.2852 1.35156 11.5103L6.28547 15.8219L4.80672 22.2247C4.72853 22.5597 4.75084 22.9104 4.87086 23.2329C4.99089 23.5553 5.20331 23.8352 5.48156 24.0376C5.75981 24.24 6.09154 24.3559 6.43528 24.3708C6.77903 24.3856 7.11953 24.2988 7.41422 24.1212L12.9923 20.7306L18.5825 24.1212C18.8772 24.2988 19.2177 24.3856 19.5614 24.3708C19.9052 24.3559 20.2369 24.24 20.5152 24.0376C20.7934 23.8352 21.0058 23.5553 21.1259 23.2329C21.2459 22.9104 21.2682 22.5597 21.19 22.2247L19.7123 15.8153L24.6452 11.5103C24.9061 11.2845 25.0944 10.9865 25.1865 10.6539C25.2785 10.3213 25.2702 9.96895 25.1625 9.64109ZM23.4978 10.188L18.565 14.493C18.3249 14.7018 18.1463 14.9721 18.0484 15.2749C17.9505 15.5777 17.937 15.9014 18.0094 16.2112L19.4914 22.625L13.9056 19.2344C13.6331 19.0684 13.3202 18.9806 13.0011 18.9806C12.682 18.9806 12.3691 19.0684 12.0966 19.2344L6.51844 22.625L7.99063 16.2156C8.06298 15.9058 8.04948 15.582 7.95157 15.2793C7.85367 14.9765 7.67508 14.7062 7.435 14.4973L2.5 10.1945C2.4996 10.1913 2.4996 10.188 2.5 10.1847L9.00125 9.6225C9.31866 9.59452 9.6224 9.48041 9.87972 9.29248C10.137 9.10455 10.3382 8.84993 10.4614 8.55609L13 2.50875L15.5375 8.55609C15.6607 8.84993 15.8619 9.10455 16.1192 9.29248C16.3765 9.48041 16.6802 9.59452 16.9977 9.6225L23.5 10.1847C23.5 10.1847 23.5 10.1912 23.5 10.1923L23.4978 10.188Z",fill:"currentColor"})}),Y4=()=>t.jsxRuntimeExports.jsx("svg",{width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M20.9852 9.72294L16.7571 13.4129L18.0236 18.9067C18.0906 19.1939 18.0715 19.4945 17.9686 19.7709C17.8658 20.0472 17.6837 20.2872 17.4452 20.4606C17.2067 20.6341 16.9223 20.7334 16.6277 20.7462C16.3331 20.7589 16.0412 20.6845 15.7886 20.5323L10.9971 17.6261L6.2158 20.5323C5.96321 20.6845 5.67135 20.7589 5.37671 20.7462C5.08208 20.7334 4.79773 20.6341 4.55923 20.4606C4.32074 20.2872 4.13866 20.0472 4.03578 19.7709C3.9329 19.4945 3.91378 19.1939 3.9808 18.9067L5.24549 13.4186L1.01643 9.72294C0.792748 9.53002 0.631004 9.27536 0.55148 8.99089C0.471955 8.70642 0.478189 8.4048 0.569401 8.12385C0.660612 7.84291 0.832741 7.59515 1.0642 7.41164C1.29566 7.22813 1.57615 7.11705 1.87049 7.09231L7.44486 6.6095L9.6208 1.4195C9.73443 1.14717 9.9261 0.914551 10.1717 0.750929C10.4172 0.587308 10.7057 0.5 11.0008 0.5C11.2959 0.5 11.5844 0.587308 11.8299 0.750929C12.0755 0.914551 12.2672 1.14717 12.3808 1.4195L14.5633 6.6095L20.1358 7.09231C20.4301 7.11705 20.7106 7.22813 20.9421 7.41164C21.1736 7.59515 21.3457 7.84291 21.4369 8.12385C21.5281 8.4048 21.5343 8.70642 21.4548 8.99089C21.3753 9.27536 21.2135 9.53002 20.9899 9.72294H20.9852Z",fill:"#D92F0D"})}),X4=()=>t.jsxRuntimeExports.jsxs("svg",{width:"72",height:"24",viewBox:"0 0 72 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_1466_4561)",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9656 10.3538C18.2402 8.58846 16.8424 7.63956 14.9309 7.00654L15.551 4.6153L14.0371 4.2526L13.4335 6.58088C13.0355 6.48543 12.6267 6.3955 12.2205 6.30635L12.8285 3.9627L11.3155 3.6L10.6951 5.99046C10.3657 5.91836 10.0422 5.8471 9.7284 5.77202L9.73015 5.7645L7.64241 5.26323L7.23968 6.81792C7.23968 6.81792 8.36289 7.06548 8.33922 7.08071C8.95228 7.22783 9.06315 7.61803 9.04474 7.92731L8.33841 10.6515C8.38063 10.6618 8.43538 10.6767 8.49581 10.7001L8.45182 10.6895C8.41447 10.6805 8.37564 10.6712 8.33578 10.662L7.34575 14.4782C7.27083 14.6573 7.08066 14.926 6.65204 14.824C6.66721 14.8451 5.55169 14.5599 5.55169 14.5599L4.80005 16.2262L6.77019 16.6984C6.98594 16.7504 7.19915 16.8038 7.41019 16.8567C7.55766 16.8937 7.70408 16.9304 7.84957 16.9662L7.22309 19.3848L8.73527 19.7475L9.35568 17.3545C9.76879 17.4624 10.1697 17.5618 10.5622 17.6556L9.94386 20.0373L11.4579 20.4L12.0843 17.9859C14.6659 18.4556 16.607 18.2662 17.4241 16.0211C18.0824 14.2136 17.3913 13.171 16.0331 12.4911C17.0223 12.2717 17.7674 11.6462 17.9661 10.3539L17.9656 10.3536L17.9656 10.3538ZM14.5079 15.0208C14.0786 16.6792 11.3788 15.9936 10.1436 15.6799C10.0325 15.6517 9.93318 15.6265 9.84849 15.6063L10.6798 12.402C10.7831 12.4267 10.9092 12.4539 11.0521 12.4848L11.0521 12.4848C12.3298 12.7605 14.9477 13.3254 14.508 15.0208H14.5079ZM11.3014 10.9928C12.3312 11.2571 14.5778 11.8336 14.9691 10.3263H14.9692C15.3688 8.78475 13.1854 8.31998 12.1191 8.09299C11.9992 8.06746 11.8933 8.04493 11.8069 8.02422L11.0532 10.9303C11.1243 10.9474 11.2078 10.9688 11.3014 10.9928Z",fill:"#F7931A"})]}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip1_1466_4561)",children:[t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M27.3837 16.4017C29.6027 16.4483 31.781 16.4937 34 16.5857C33.9187 16.9525 33.8362 17.2727 33.7956 17.5941C33.6712 18.0529 33.5481 18.4664 33.4668 18.9252C33.4249 19.1546 33.3424 19.2 33.138 19.2H22.5344C22.9051 17.5941 23.2745 16.0815 23.6439 14.4756C23.0688 14.705 22.5751 14.9344 22 15.2092C22.165 14.5223 22.3288 13.9261 22.5344 13.2832C22.5344 13.1924 22.6576 13.1458 22.7401 13.1458C23.1107 12.963 23.5208 12.8243 23.8902 12.6403C24.0134 12.5962 24.1377 12.4588 24.1377 12.3201L25.8617 5.16681C25.9036 4.89203 25.9849 4.8 26.273 4.8H30.0128C29.5608 6.67939 29.1495 8.56137 28.6976 10.5328C29.3552 10.2126 29.9721 9.93657 30.6703 9.66179C30.5878 10.0286 30.4647 10.3487 30.424 10.6702C30.3415 11.4051 29.9721 11.8172 29.3145 12.0013C29.0276 12.092 28.7383 12.2294 28.4513 12.3681C28.3494 12.436 28.2648 12.5305 28.205 12.6429C27.9169 13.8807 27.6288 15.0731 27.3825 16.3109V16.403L27.3837 16.4017Z",fill:"#345D9D"})]}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip2_1466_4561)",children:[t.jsxRuntimeExports.jsx("rect",{x:"32",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M43.9946 3.6L43.8636 3.98284V15.0909L43.9946 15.2034L49.9879 12.1555L43.9946 3.6Z",fill:"#252525"}),t.jsxRuntimeExports.jsx("path",{d:"M43.9946 3.6L38 12.1555L43.9946 15.2034L43.9934 9.81181L43.9946 3.6Z",fill:"#252525"}),t.jsxRuntimeExports.jsx("path",{d:"M43.9948 16.1802L43.9209 16.2577V20.2146L43.9948 20.4L49.9917 13.134L43.9948 16.1802Z",fill:"#252525"}),t.jsxRuntimeExports.jsx("path",{d:"M43.9948 20.4V16.1802L38 13.134L43.9948 20.4Z",fill:"#252525"}),t.jsxRuntimeExports.jsx("path",{d:"M44.0067 15.2052L50 12.1574L44.0067 9.81369V15.2052Z",fill:"#252525"}),t.jsxRuntimeExports.jsx("path",{d:"M38 12.1555L43.9934 15.2044V9.81181L38 12.1555Z",fill:"#252525"})]}),t.jsxRuntimeExports.jsx("rect",{x:"48",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("rect",{x:"48",width:"24",height:"24",rx:"12",stroke:"#F0F0F0"}),t.jsxRuntimeExports.jsx("path",{d:"M55.4623 17V13.962H52.6763V12.898H55.4623V9.846H56.5123V12.898H59.2843V13.962H56.5123V17H55.4623ZM64.3943 17.168C63.6476 17.168 63.0176 17.056 62.5043 16.832C61.991 16.5987 61.6036 16.272 61.3423 15.852C61.081 15.432 60.9503 14.9327 60.9503 14.354V14.172H62.1963V14.354C62.1963 14.9327 62.3783 15.376 62.7423 15.684C63.1156 15.9827 63.629 16.132 64.2823 16.132C64.9356 16.132 65.463 15.992 65.8643 15.712C66.2656 15.4227 66.4663 14.9653 66.4663 14.34C66.4663 13.8827 66.359 13.5327 66.1443 13.29C65.9296 13.0473 65.6496 12.8793 65.3043 12.786C64.9683 12.6833 64.609 12.632 64.2263 12.632H63.2183V11.596H64.2683C64.623 11.596 64.9496 11.54 65.2483 11.428C65.547 11.316 65.785 11.134 65.9623 10.882C66.149 10.6207 66.2423 10.2847 66.2423 9.874C66.2423 9.50067 66.1583 9.19733 65.9903 8.964C65.8316 8.73067 65.6123 8.558 65.3323 8.446C65.0523 8.32467 64.7443 8.264 64.4083 8.264C64.035 8.264 63.699 8.32933 63.4003 8.46C63.1016 8.58133 62.8636 8.768 62.6863 9.02C62.5183 9.272 62.4343 9.58933 62.4343 9.972V10.154H61.1743V9.902C61.1743 9.37 61.3096 8.90333 61.5803 8.502C61.8603 8.10067 62.2383 7.788 62.7143 7.564C63.1996 7.34 63.755 7.228 64.3803 7.228C64.9963 7.228 65.5376 7.326 66.0043 7.522C66.4803 7.718 66.8536 8.00733 67.1243 8.39C67.395 8.77267 67.5303 9.244 67.5303 9.804C67.5303 10.2147 67.4556 10.5647 67.3063 10.854C67.157 11.134 66.961 11.3673 66.7183 11.554C66.4756 11.7407 66.2143 11.8947 65.9343 12.016V12.072C66.4476 12.2213 66.877 12.492 67.2223 12.884C67.5676 13.276 67.7403 13.7893 67.7403 14.424C67.7403 14.9933 67.5956 15.4833 67.3063 15.894C67.0263 16.3047 66.6296 16.622 66.1163 16.846C65.6123 17.0607 65.0383 17.168 64.3943 17.168Z",fill:"#757575"}),t.jsxRuntimeExports.jsxs("defs",{children:[t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_1466_4561",children:t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"})}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip1_1466_4561",children:t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"white"})}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip2_1466_4561",children:t.jsxRuntimeExports.jsx("rect",{x:"32",width:"24",height:"24",rx:"12",fill:"white"})})]})]}),K4=()=>t.jsxRuntimeExports.jsxs("svg",{width:"56",height:"24",viewBox:"0 0 56 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_1466_4573)",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M12.371 10.7018C12.3586 11.7047 13.2368 12.2645 13.8984 12.5972C14.5782 12.9387 14.8065 13.1576 14.8039 13.4629C14.7987 13.9302 14.2616 14.1364 13.759 14.1445C12.8821 14.1585 12.3722 13.9001 11.9669 13.7046L11.651 15.2304C12.0577 15.4239 12.8107 15.5926 13.5916 15.6C15.4246 15.6 16.6239 14.666 16.6304 13.2179C16.6375 11.38 14.1676 11.2783 14.1845 10.4568C14.1903 10.2077 14.4206 9.9419 14.9252 9.87428C15.1749 9.84013 15.8644 9.81402 16.6459 10.1856L16.9527 8.70932C16.5324 8.55131 15.9921 8.4 15.3195 8.4C13.5942 8.4 12.3807 9.3467 12.371 10.7018ZM19.9007 8.52721C19.566 8.52721 19.2838 8.72873 19.158 9.03805L16.5396 15.4915H18.3712L18.7358 14.4518H20.9741L21.1856 15.4915H22.7999L21.3912 8.52721H19.9007ZM20.1569 10.4086L20.6855 13.0237H19.2378L20.1569 10.4086ZM10.1501 8.52721L8.70631 15.4915H10.4517L11.8949 8.52721H10.1501ZM7.568 8.52721L5.75124 13.2674L5.01637 9.2369C4.93011 8.78698 4.58959 8.52721 4.21145 8.52721H1.24147L1.19995 8.7294C1.80964 8.86598 2.50236 9.08626 2.92201 9.32193C3.17886 9.46587 3.25215 9.59174 3.33647 9.93386L4.72839 15.4915H6.57303L9.40097 8.52721H7.568Z",fill:"#254AA5"})]}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip1_1466_4573)",children:[t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M30.5901 7.2835H25.3943V16.7165H30.5901V7.2835Z",fill:"#FF5A00"}),t.jsxRuntimeExports.jsx("path",{d:"M25.7402 12C25.7402 10.0835 26.6318 8.38252 27.9999 7.2835C26.993 6.4835 25.7229 6 24.3375 6C21.0555 6 18.3999 8.6835 18.3999 12C18.3999 15.3165 21.0555 18 24.3375 18C25.7229 18 26.993 17.5165 27.9999 16.7165C26.6298 15.633 25.7402 13.9165 25.7402 12Z",fill:"#EB001B"}),t.jsxRuntimeExports.jsx("path",{d:"M37.5999 12C37.5999 15.3165 34.9443 18 31.6624 18C30.2769 18 29.0068 17.5165 27.9999 16.7165C29.3853 15.6155 30.2596 13.9165 30.2596 12C30.2596 10.0835 29.368 8.38252 27.9999 7.2835C29.0049 6.4835 30.275 6 31.6604 6C34.9443 6 37.5999 8.70097 37.5999 12Z",fill:"#F79E1B"})]}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip2_1466_4573)",children:[t.jsxRuntimeExports.jsx("rect",{x:"32",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M35.6377 9.6L33.2 15.5923H36.1183L36.48 14.6369H37.307L37.6688 15.5923H40.881V14.8631L41.1673 15.5923H42.8289L43.1151 14.8477V15.5923H49.7957L50.608 14.6617L51.3687 15.5923L54.7999 15.6L52.3545 12.6129L54.7999 9.6H51.4219L50.6311 10.5134L49.8944 9.6H42.6268L42.0028 11.1467L41.3641 9.6H38.4518V10.3044L38.1279 9.6H35.6377ZM36.2024 10.4509H37.6249L39.2418 14.5143V10.4509H40.8001L42.0491 13.3644L43.2001 10.4509H44.7506V14.7508H43.8071L43.7994 11.3814L42.424 14.7508H41.58L40.1968 11.3814V14.7508H38.2559L37.8879 13.7868H35.9L35.5328 14.7499H34.4929L36.2024 10.4509ZM45.6138 10.4509H49.4501L50.6234 11.8588L51.8346 10.4509H53.0079L51.2252 12.612L53.0079 14.7482H51.7814L50.608 13.324L49.3907 14.7482H45.6138V10.4509ZM36.8944 11.1784L36.2394 12.8957H37.5486L36.8944 11.1784ZM46.5611 12.1261H48.654V13.001H46.5611V13.8579H48.9086L49.9994 12.5958L48.9549 11.3405H46.5611V12.1261Z",fill:"#26A6D1"})]}),t.jsxRuntimeExports.jsxs("defs",{children:[t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_1466_4573",children:t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"})}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip1_1466_4573",children:t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"white"})}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip2_1466_4573",children:t.jsxRuntimeExports.jsx("rect",{x:"32",width:"24",height:"24",rx:"12",fill:"white"})})]})]}),J4=()=>t.jsxRuntimeExports.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_13_4480)",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M15.1258 8.86178C15.3047 9.05256 15.6016 9.05256 15.7698 8.86178L16.6642 7.86973C16.8539 7.67895 16.8431 7.33555 16.6428 7.12951C15.9399 6.47662 15.1228 5.97865 14.2385 5.66433L14.5211 4.21441C14.582 3.89771 14.3601 3.6001 14.0632 3.6001H12.3315C12.2233 3.60134 12.1187 3.64219 12.0354 3.71581C11.952 3.78944 11.8949 3.89137 11.8736 4.00455L11.6231 5.29421C9.31901 5.42013 7.36553 6.66782 7.36553 9.22426C7.36553 11.4373 8.97912 12.3874 10.6857 13.0398C12.2993 13.6961 13.1544 13.9403 13.1544 14.8637C13.1544 15.8138 12.3029 16.3708 11.0435 16.3708C9.89861 16.3708 8.69647 15.9626 7.76624 14.9667C7.72304 14.9206 7.67174 14.8839 7.61526 14.859C7.55878 14.834 7.49823 14.8211 7.43709 14.8211C7.37594 14.8211 7.3154 14.834 7.25892 14.859C7.20244 14.8839 7.15113 14.9206 7.10793 14.9667L6.14192 15.9969C6.05103 16.0942 6 16.2259 6 16.3632C6 16.5005 6.05103 16.6322 6.14192 16.7295C6.89326 17.5193 7.84496 18.0917 8.92975 18.4084L8.66499 19.7705C8.60417 20.0872 8.82241 20.381 9.11937 20.3848L10.8546 20.4001C10.9641 20.4006 11.0703 20.3606 11.1551 20.2868C11.24 20.213 11.2982 20.1101 11.3197 19.9956L11.5702 18.7022C14.3422 18.5037 16.031 16.8745 16.031 14.4974C16.031 12.3072 14.3494 11.3839 12.3101 10.6322C11.1437 10.1705 10.1347 9.85383 10.1347 8.90375C10.1347 7.98038 11.0757 7.61409 12.0203 7.61409C13.2224 7.61409 14.378 8.14445 15.1329 8.86941L15.1258 8.86178Z",fill:"#00D249"})]}),t.jsxRuntimeExports.jsx("defs",{children:t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_13_4480",children:t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"})})})]}),Q4=()=>t.jsxRuntimeExports.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_12_1502)",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M9.74999 18.6712L10.0199 16.9539L9.41866 16.9399H6.5476L8.54284 4.26792C8.54903 4.22966 8.56916 4.19399 8.59857 4.16866C8.62799 4.14333 8.66567 4.12937 8.70489 4.12937H13.5459C15.153 4.12937 16.2621 4.46436 16.8412 5.12554C17.1127 5.43571 17.2855 5.75984 17.3692 6.11654C17.4569 6.49081 17.4584 6.93797 17.3728 7.48336L17.3666 7.52316V7.87262L17.638 8.02667C17.8667 8.14816 18.0483 8.28722 18.1877 8.44644C18.4199 8.71163 18.5701 9.04869 18.6336 9.44829C18.6991 9.85927 18.6775 10.3483 18.5701 10.902C18.4463 11.5388 18.246 12.0935 17.9756 12.5474C17.7268 12.9656 17.4099 13.3125 17.0337 13.5813C16.6745 13.8367 16.2477 14.0305 15.7651 14.1546C15.2975 14.2766 14.7644 14.3381 14.1797 14.3381H13.8029C13.5335 14.3381 13.2718 14.4353 13.0664 14.6095C12.8605 14.7874 12.7243 15.0303 12.6825 15.296L12.6541 15.4506L12.1772 18.4774L12.1555 18.5885C12.1498 18.6237 12.14 18.6412 12.1256 18.6531C12.1127 18.664 12.0941 18.6712 12.076 18.6712H9.74999Z",fill:"#00D249"}),t.jsxRuntimeExports.jsx("path",{d:"M17.8951 7.56352C17.8807 7.65605 17.8642 7.75065 17.8456 7.84784C17.2072 11.131 15.023 12.2652 12.2335 12.2652H10.8132C10.4721 12.2652 10.1846 12.5133 10.1314 12.8504L9.40426 17.4699L9.19834 18.7793C9.16376 19.0006 9.33407 19.2001 9.55703 19.2001H12.0761C12.3744 19.2001 12.6278 18.983 12.6748 18.6883L12.6996 18.5601L13.1738 15.5453L13.2043 15.3798C13.2507 15.0841 13.5047 14.867 13.803 14.867H14.1797C16.6204 14.867 18.5309 13.8745 19.0894 11.0023C19.3226 9.80244 19.2019 8.80058 18.5846 8.09598C18.3978 7.88351 18.1661 7.70723 17.8951 7.56352Z",fill:"#0070E0"}),t.jsxRuntimeExports.jsx("path",{d:"M17.2271 7.29679C17.1296 7.26836 17.029 7.24251 16.9257 7.21925C16.822 7.1965 16.7157 7.17634 16.6063 7.15876C16.2233 7.09673 15.8037 7.06726 15.3542 7.06726H11.5599C11.4665 7.06726 11.3777 7.08846 11.2982 7.12671C11.1233 7.21098 10.9932 7.37692 10.9617 7.58008L10.1545 12.701L10.1314 12.8504C10.1846 12.5133 10.4721 12.2652 10.8132 12.2652H12.2335C15.023 12.2652 17.2072 11.131 17.8456 7.84784C17.8642 7.75065 17.8807 7.65605 17.8951 7.56352C17.7336 7.4777 17.5585 7.40432 17.3701 7.34177C17.3237 7.32626 17.2757 7.31127 17.2271 7.29679Z",fill:"#001C64"}),t.jsxRuntimeExports.jsx("path",{d:"M10.9617 7.58008C10.9932 7.37692 11.1233 7.21098 11.2982 7.12671C11.3777 7.08846 11.4665 7.06726 11.5599 7.06726H15.3542C15.8037 7.06726 16.2233 7.09673 16.6063 7.15876C16.7157 7.17634 16.822 7.1965 16.9257 7.21925C17.029 7.24251 17.1296 7.26836 17.2271 7.29679C17.2757 7.31127 17.3237 7.32626 17.3701 7.34177C17.5585 7.40432 17.7336 7.4777 17.8951 7.56352C18.085 6.35023 17.894 5.52419 17.2391 4.77616C16.5171 3.95266 15.2139 3.6001 13.5464 3.6001H8.70538C8.36476 3.6001 8.07419 3.84823 8.02155 4.1858L6.00516 16.9881C5.96542 17.2414 6.1605 17.4699 6.41545 17.4699L9.40426 17.4699L10.1545 12.701L10.9617 7.58008Z",fill:"#003087"})]}),t.jsxRuntimeExports.jsx("defs",{children:t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_12_1502",children:t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"})})})]}),e6=()=>t.jsxRuntimeExports.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M13.5672 7.68281C13.6253 7.74086 13.6714 7.80979 13.7029 7.88566C13.7343 7.96154 13.7505 8.04287 13.7505 8.125C13.7505 8.20713 13.7343 8.28846 13.7029 8.36434C13.6714 8.44021 13.6253 8.50914 13.5672 8.56719L9.19219 12.9422C9.13415 13.0003 9.06522 13.0464 8.98934 13.0779C8.91347 13.1093 8.83214 13.1255 8.75 13.1255C8.66787 13.1255 8.58654 13.1093 8.51067 13.0779C8.43479 13.0464 8.36586 13.0003 8.30782 12.9422L6.43282 11.0672C6.31554 10.9499 6.24966 10.7909 6.24966 10.625C6.24966 10.4591 6.31554 10.3001 6.43282 10.1828C6.55009 10.0655 6.70915 9.99965 6.875 9.99965C7.04086 9.99965 7.19992 10.0655 7.31719 10.1828L8.75 11.6164L12.6828 7.68281C12.7409 7.6247 12.8098 7.5786 12.8857 7.54715C12.9615 7.5157 13.0429 7.49951 13.125 7.49951C13.2071 7.49951 13.2885 7.5157 13.3643 7.54715C13.4402 7.5786 13.5091 7.6247 13.5672 7.68281ZM18.125 10C18.125 11.607 17.6485 13.1779 16.7557 14.514C15.8629 15.8502 14.594 16.8916 13.1093 17.5065C11.6247 18.1215 9.99099 18.2824 8.4149 17.9689C6.8388 17.6554 5.39106 16.8815 4.25476 15.7452C3.11846 14.6089 2.34463 13.1612 2.03112 11.5851C1.71762 10.009 1.87852 8.37535 2.49348 6.8907C3.10844 5.40605 4.14985 4.1371 5.486 3.24431C6.82214 2.35152 8.39303 1.875 10 1.875C12.1542 1.87727 14.2195 2.73403 15.7427 4.25727C17.266 5.78051 18.1227 7.84581 18.125 10ZM16.875 10C16.875 8.64025 16.4718 7.31104 15.7164 6.18045C14.9609 5.04987 13.8872 4.16868 12.631 3.64833C11.3747 3.12798 9.99238 2.99183 8.65876 3.2571C7.32514 3.52237 6.10013 4.17716 5.13864 5.13864C4.17716 6.10013 3.52238 7.32513 3.2571 8.65875C2.99183 9.99237 3.12798 11.3747 3.64833 12.6309C4.16868 13.8872 5.04987 14.9609 6.18046 15.7164C7.31105 16.4718 8.64026 16.875 10 16.875C11.8227 16.8729 13.5702 16.1479 14.8591 14.8591C16.1479 13.5702 16.8729 11.8227 16.875 10Z",fill:"#338B13"})}),oi=()=>t.jsxRuntimeExports.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M12.9422 7.94219L10.8836 10L12.9422 12.0578C13.0003 12.1159 13.0463 12.1848 13.0777 12.2607C13.1092 12.3366 13.1254 12.4179 13.1254 12.5C13.1254 12.5821 13.1092 12.6634 13.0777 12.7393C13.0463 12.8152 13.0003 12.8841 12.9422 12.9422C12.8841 13.0003 12.8152 13.0463 12.7393 13.0777C12.6634 13.1092 12.5821 13.1253 12.5 13.1253C12.4179 13.1253 12.3366 13.1092 12.2607 13.0777C12.1848 13.0463 12.1159 13.0003 12.0578 12.9422L10 10.8836L7.94219 12.9422C7.88412 13.0003 7.81518 13.0463 7.73931 13.0777C7.66344 13.1092 7.58213 13.1253 7.5 13.1253C7.41788 13.1253 7.33656 13.1092 7.26069 13.0777C7.18482 13.0463 7.11588 13.0003 7.05782 12.9422C6.99975 12.8841 6.95368 12.8152 6.92226 12.7393C6.89083 12.6634 6.87466 12.5821 6.87466 12.5C6.87466 12.4179 6.89083 12.3366 6.92226 12.2607C6.95368 12.1848 6.99975 12.1159 7.05782 12.0578L9.11641 10L7.05782 7.94219C6.94054 7.82491 6.87466 7.66585 6.87466 7.5C6.87466 7.33415 6.94054 7.17509 7.05782 7.05781C7.17509 6.94054 7.33415 6.87465 7.5 6.87465C7.66586 6.87465 7.82492 6.94054 7.94219 7.05781L10 9.11641L12.0578 7.05781C12.1159 6.99974 12.1848 6.95368 12.2607 6.92225C12.3366 6.89083 12.4179 6.87465 12.5 6.87465C12.5821 6.87465 12.6634 6.89083 12.7393 6.92225C12.8152 6.95368 12.8841 6.99974 12.9422 7.05781C13.0003 7.11588 13.0463 7.18482 13.0777 7.26069C13.1092 7.33656 13.1254 7.41788 13.1254 7.5C13.1254 7.58212 13.1092 7.66344 13.0777 7.73931C13.0463 7.81518 13.0003 7.88412 12.9422 7.94219ZM18.125 10C18.125 11.607 17.6485 13.1779 16.7557 14.514C15.8629 15.8502 14.594 16.8916 13.1093 17.5065C11.6247 18.1215 9.99099 18.2824 8.4149 17.9689C6.8388 17.6554 5.39106 16.8815 4.25476 15.7452C3.11846 14.6089 2.34463 13.1612 2.03112 11.5851C1.71762 10.009 1.87852 8.37535 2.49348 6.8907C3.10844 5.40605 4.14985 4.1371 5.486 3.24431C6.82214 2.35152 8.39303 1.875 10 1.875C12.1542 1.87727 14.2195 2.73403 15.7427 4.25727C17.266 5.78051 18.1227 7.84581 18.125 10ZM16.875 10C16.875 8.64025 16.4718 7.31104 15.7164 6.18045C14.9609 5.04987 13.8872 4.16868 12.631 3.64833C11.3747 3.12798 9.99238 2.99183 8.65876 3.2571C7.32514 3.52237 6.10013 4.17716 5.13864 5.13864C4.17716 6.10013 3.52238 7.32513 3.2571 8.65875C2.99183 9.99237 3.12798 11.3747 3.64833 12.6309C4.16868 13.8872 5.04987 14.9609 6.18046 15.7164C7.31105 16.4718 8.64026 16.875 10 16.875C11.8227 16.8729 13.5702 16.1479 14.8591 14.8591C16.1479 13.5702 16.8729 11.8227 16.875 10Z",fill:"#C12A2A"})}),t6=()=>t.jsxRuntimeExports.jsxs("svg",{width:"40",height:"24",viewBox:"0 0 40 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip0_12_1508)",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M11.4098 12.495V14.9512H10.6V8.87671H12.7053C13.2182 8.87671 13.704 9.06159 14.0819 9.40493C14.4598 9.72185 14.6487 10.1972 14.6487 10.699C14.6487 11.2008 14.4598 11.6498 14.0819 11.9932C13.704 12.3365 13.2452 12.5214 12.7053 12.5214L11.4098 12.495ZM11.4098 9.61621V11.7291H12.7593C13.0562 11.7291 13.3531 11.6234 13.5421 11.4121C13.974 11.016 13.974 10.3557 13.5691 9.95955L13.5421 9.93314C13.3262 9.72185 13.0562 9.5898 12.7593 9.61621H11.4098Z",fill:"#5F6368"}),t.jsxRuntimeExports.jsx("path",{d:"M16.5112 10.6726C17.105 10.6726 17.5638 10.8311 17.9147 11.148C18.2656 11.465 18.4276 11.8875 18.4276 12.4157V14.9512H17.6718V14.3701H17.6448C17.3209 14.8455 16.8621 15.0832 16.3222 15.0832C15.8634 15.0832 15.4585 14.9512 15.1346 14.6871C14.8377 14.4229 14.6487 14.0532 14.6487 13.657C14.6487 13.2345 14.8107 12.8911 15.1346 12.627C15.4585 12.3629 15.9173 12.2573 16.4572 12.2573C16.943 12.2573 17.3209 12.3365 17.6178 12.5214V12.3365C17.6178 12.0724 17.5098 11.8083 17.2939 11.6498C17.078 11.465 16.8081 11.3593 16.5112 11.3593C16.0523 11.3593 15.7014 11.5442 15.4585 11.9139L14.7567 11.4914C15.1886 10.9367 15.7554 10.6726 16.5112 10.6726ZM15.4855 13.6834C15.4855 13.8947 15.5934 14.0796 15.7554 14.1852C15.9443 14.3173 16.1603 14.3965 16.3762 14.3965C16.7001 14.3965 17.024 14.2645 17.2669 14.0268C17.5368 13.7891 17.6718 13.4986 17.6718 13.1816C17.4289 12.9968 17.078 12.8911 16.6191 12.8911C16.2952 12.8911 16.0253 12.9704 15.8094 13.1288C15.5934 13.2609 15.4855 13.4458 15.4855 13.6834Z",fill:"#5F6368"}),t.jsxRuntimeExports.jsx("path",{d:"M22.8002 10.8047L20.128 16.7999H19.3183L20.317 14.7135L18.5625 10.8311H19.4262L20.6949 13.8155H20.7218L21.9635 10.8311H22.8002V10.8047Z",fill:"#5F6368"}),t.jsxRuntimeExports.jsx("path",{d:"M8.19776 11.9668C8.19776 11.7291 8.17077 11.4914 8.14378 11.2537H4.76983V12.6006H6.68623C6.60526 13.0232 6.36233 13.4193 5.98445 13.657V14.5286H7.14509C7.81988 13.9211 8.19776 13.0232 8.19776 11.9668Z",fill:"#4285F4"}),t.jsxRuntimeExports.jsx("path",{d:"M4.76983 15.3737C5.74153 15.3737 6.55127 15.0568 7.14509 14.5286L5.98445 13.657C5.66055 13.8683 5.25568 14.0004 4.76983 14.0004C3.85212 14.0004 3.04237 13.3929 2.77245 12.5478H1.58483V13.4458C2.20563 14.6342 3.42025 15.3737 4.76983 15.3737Z",fill:"#34A853"}),t.jsxRuntimeExports.jsx("path",{d:"M2.77245 12.5478C2.6105 12.1252 2.6105 11.6498 2.77245 11.2008V10.3029H1.58483C1.07199 11.2801 1.07199 12.4421 1.58483 13.4458L2.77245 12.5478Z",fill:"#FBBC04"}),t.jsxRuntimeExports.jsx("path",{d:"M4.76983 9.77468C5.28267 9.77468 5.76852 9.95955 6.1464 10.3029L7.17208 9.29928C6.52428 8.71825 5.66055 8.37491 4.79682 8.40132C3.44724 8.40132 2.20563 9.14082 1.61182 10.3293L2.79945 11.2273C3.04237 10.3821 3.85212 9.77468 4.76983 9.77468Z",fill:"#EA4335"})]}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#clip1_12_1508)",children:[t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("path",{d:"M21.1469 9.48287C20.8938 9.7666 20.4887 9.99039 20.0837 9.95842C20.033 9.57478 20.2313 9.16717 20.4634 8.91541C20.7166 8.62369 21.1596 8.41589 21.5182 8.3999C21.5604 8.79952 21.3959 9.19115 21.1469 9.48287ZM21.514 10.0343C20.9275 10.0024 20.4254 10.35 20.147 10.35C19.8643 10.35 19.4381 10.0503 18.974 10.0583C18.3707 10.0663 17.8095 10.39 17.5015 10.9055C16.8686 11.9365 17.337 13.4631 17.9487 14.3023C18.2483 14.7179 18.6069 15.1735 19.0795 15.1575C19.5267 15.1415 19.7039 14.8817 20.244 14.8817C20.7883 14.8817 20.9444 15.1575 21.417 15.1495C21.9064 15.1415 22.2144 14.7339 22.514 14.3183C22.8557 13.8467 22.9949 13.3872 23.0034 13.3632C22.9949 13.3552 22.0583 13.0155 22.0498 11.9925C22.0414 11.1373 22.7882 10.7297 22.822 10.7057C22.4 10.1143 21.7418 10.0503 21.514 10.0343ZM24.902 8.87545V15.1055H25.9231V12.9755H27.3365C28.6276 12.9755 29.5348 12.1363 29.5348 10.9215C29.5348 9.70666 28.6445 8.87545 27.3703 8.87545H24.902ZM25.9231 9.69067H27.1003C27.9863 9.69067 28.4926 10.1382 28.4926 10.9255C28.4926 11.7127 27.9863 12.1643 27.096 12.1643H25.9231V9.69067ZM31.3997 15.1535C32.041 15.1535 32.6359 14.8458 32.9059 14.3582H32.927V15.1055H33.8721V12.0045C33.8721 11.1053 33.1127 10.5259 31.9439 10.5259C30.8596 10.5259 30.0579 11.1133 30.0284 11.9205H30.9482C31.0241 11.5369 31.3997 11.2852 31.9144 11.2852C32.5389 11.2852 32.889 11.5609 32.889 12.0684V12.4121L31.6148 12.484C30.4292 12.5519 29.7879 13.0115 29.7879 13.8107C29.7879 14.618 30.4503 15.1535 31.3997 15.1535ZM31.6739 14.4142C31.1296 14.4142 30.7837 14.1664 30.7837 13.7868C30.7837 13.3951 31.117 13.1674 31.7541 13.1314L32.889 13.0635V13.4151C32.889 13.9986 32.3659 14.4142 31.6739 14.4142ZM35.1337 16.7999C36.1294 16.7999 36.5978 16.4402 37.007 15.3493L38.8002 10.5858H37.7623L36.5598 14.2663H36.5387L35.3362 10.5858H34.2687L35.9986 15.1215L35.9058 15.3972C35.7497 15.8648 35.4965 16.0446 35.0451 16.0446C34.9649 16.0446 34.8088 16.0366 34.7455 16.0286V16.7759C34.8046 16.7919 35.0577 16.7999 35.1337 16.7999Z",fill:"black"})]}),t.jsxRuntimeExports.jsxs("defs",{children:[t.jsxRuntimeExports.jsx("clipPath",{id:"clip0_12_1508",children:t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"})}),t.jsxRuntimeExports.jsx("clipPath",{id:"clip1_12_1508",children:t.jsxRuntimeExports.jsx("rect",{x:"16",width:"24",height:"24",rx:"12",fill:"white"})})]})]}),n6=()=>t.jsxRuntimeExports.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsxRuntimeExports.jsx("path",{d:"M9.33301 1.33301H5.99967C2.66634 1.33301 1.33301 2.66634 1.33301 5.99967V9.99967C1.33301 13.333 2.66634 14.6663 5.99967 14.6663",stroke:"#757575",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M14.666 6.66602V8.66602",stroke:"#757575",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M14.6663 6.66634H11.9997C9.99967 6.66634 9.33301 5.99967 9.33301 3.99967V1.33301L14.6663 6.66634Z",stroke:"#757575",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M9.17305 12.1736C7.60638 12.2869 7.60638 14.5535 9.17305 14.6669H12.8797C13.3264 14.6669 13.7664 14.5002 14.093 14.2002C15.193 13.2402 14.6064 11.3202 13.1597 11.1402C12.6397 8.01354 8.11971 9.20021 9.18638 12.1802",stroke:"#757575",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}),s6=()=>t.jsxRuntimeExports.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsxRuntimeExports.jsx("path",{d:"M7.99994 15.1666C7.2466 15.1666 6.5266 14.9466 5.9866 14.54L3.11993 12.4C2.35993 11.8333 1.7666 10.6533 1.7666 9.70663V4.74663C1.7666 3.71996 2.51993 2.62663 3.4866 2.26663L6.81327 1.01996C7.47327 0.773294 8.51327 0.773294 9.17327 1.01996L12.5066 2.26663C13.4733 2.62663 14.2266 3.71996 14.2266 4.74663V7.03329C14.2266 7.30663 13.9999 7.53329 13.7266 7.53329C13.4533 7.53329 13.2266 7.30663 13.2266 7.03329V4.74663C13.2266 4.13996 12.7266 3.41996 12.1533 3.19996L8.8266 1.95329C8.3866 1.78663 7.6066 1.78663 7.1666 1.95329L3.83994 3.20663C3.2666 3.41996 2.7666 4.13996 2.7666 4.75329V9.70663C2.7666 10.34 3.21327 11.2266 3.71327 11.6L6.57994 13.74C6.9466 14.0133 7.45994 14.1666 7.99327 14.1666C8.2666 14.1666 8.49327 14.3933 8.49327 14.6666C8.49327 14.94 8.27327 15.1666 7.99994 15.1666Z",fill:"#757575"}),t.jsxRuntimeExports.jsx("path",{d:"M10.6667 13.8333C8.92 13.8333 7.5 12.4133 7.5 10.6667C7.5 8.92 8.92 7.5 10.6667 7.5C12.4133 7.5 13.8333 8.92 13.8333 10.6667C13.8333 12.4133 12.4133 13.8333 10.6667 13.8333ZM10.6667 8.50667C9.47333 8.50667 8.5 9.48 8.5 10.6733C8.5 11.8667 9.47333 12.84 10.6667 12.84C11.86 12.84 12.8333 11.8667 12.8333 10.6733C12.8333 9.48 11.86 8.50667 10.6667 8.50667Z",fill:"#757575"}),t.jsxRuntimeExports.jsx("path",{d:"M13.9997 14.6668C13.953 14.6668 13.913 14.6601 13.8663 14.6535C13.8263 14.6468 13.7863 14.6335 13.7463 14.6135C13.7063 14.6001 13.6663 14.5801 13.6263 14.5535C13.593 14.5268 13.5597 14.5001 13.5263 14.4735C13.4063 14.3468 13.333 14.1735 13.333 14.0001C13.333 13.9135 13.353 13.8268 13.3863 13.7468C13.4197 13.6668 13.4663 13.5935 13.5263 13.5268C13.773 13.2801 14.2263 13.2801 14.473 13.5268C14.533 13.5935 14.5797 13.6668 14.613 13.7468C14.6463 13.8268 14.6663 13.9135 14.6663 14.0001C14.6663 14.1735 14.593 14.3468 14.473 14.4735C14.3463 14.5935 14.173 14.6668 13.9997 14.6668Z",fill:"#757575"})]}),r6=()=>t.jsxRuntimeExports.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#F8F8F8"}),t.jsxRuntimeExports.jsx("rect",{width:"24",height:"24",rx:"12",stroke:"#F0F0F0"}),t.jsxRuntimeExports.jsx("path",{d:"M18.6917 16.192L16.1917 18.692C16.0744 18.8093 15.9154 18.8752 15.7495 18.8752C15.5837 18.8752 15.4246 18.8093 15.3073 18.692C15.1901 18.5748 15.1242 18.4157 15.1242 18.2499C15.1242 18.084 15.1901 17.9249 15.3073 17.8077L16.7409 16.3749H5.74952C5.58375 16.3749 5.42478 16.309 5.30757 16.1918C5.19036 16.0746 5.12452 15.9156 5.12452 15.7499C5.12452 15.5841 5.19036 15.4251 5.30757 15.3079C5.42478 15.1907 5.58375 15.1249 5.74952 15.1249H16.7409L15.3073 13.692C15.1901 13.5748 15.1242 13.4157 15.1242 13.2499C15.1242 13.084 15.1901 12.9249 15.3073 12.8077C15.4246 12.6904 15.5837 12.6245 15.7495 12.6245C15.9154 12.6245 16.0744 12.6904 16.1917 12.8077L18.6917 15.3077C18.7498 15.3657 18.7959 15.4346 18.8274 15.5105C18.8588 15.5864 18.875 15.6677 18.875 15.7499C18.875 15.832 18.8588 15.9133 18.8274 15.9892C18.7959 16.0651 18.7498 16.134 18.6917 16.192ZM7.80733 11.192C7.9246 11.3093 8.08366 11.3752 8.24952 11.3752C8.41537 11.3752 8.57443 11.3093 8.6917 11.192C8.80898 11.0748 8.87486 10.9157 8.87486 10.7499C8.87486 10.584 8.80898 10.4249 8.6917 10.3077L7.25811 8.87486H18.2495C18.4153 8.87486 18.5742 8.80901 18.6915 8.6918C18.8087 8.57459 18.8745 8.41562 18.8745 8.24986C18.8745 8.0841 18.8087 7.92513 18.6915 7.80792C18.5742 7.69071 18.4153 7.62486 18.2495 7.62486H7.25811L8.6917 6.19205C8.80898 6.07477 8.87486 5.91571 8.87486 5.74986C8.87486 5.58401 8.80898 5.42495 8.6917 5.30767C8.57443 5.1904 8.41537 5.12451 8.24952 5.12451C8.08366 5.12451 7.9246 5.1904 7.80733 5.30767L5.30733 7.80767C5.24922 7.86572 5.20312 7.93465 5.17167 8.01052C5.14021 8.0864 5.12402 8.16772 5.12402 8.24986C5.12402 8.33199 5.14021 8.41332 5.17167 8.4892C5.20312 8.56507 5.24922 8.634 5.30733 8.69205L7.80733 11.192Z",fill:"#252525"})]}),o6=()=>t.jsxRuntimeExports.jsx("svg",{width:"22",height:"8",viewBox:"0 0 22 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M11.3712 2.7019C11.3589 3.70484 12.2371 4.26456 12.8987 4.59731C13.5784 4.93876 13.8067 5.15769 13.8041 5.46299C13.7989 5.93032 13.2619 6.13653 12.7592 6.14456C11.8823 6.15862 11.3725 5.90019 10.9671 5.70469L10.6512 7.23052C11.0579 7.42401 11.811 7.59273 12.5919 7.6001C14.4249 7.6001 15.6241 6.66612 15.6306 5.21795C15.6378 3.38012 13.1678 3.27836 13.1847 2.45686C13.1905 2.2078 13.4208 1.942 13.9254 1.87438C14.1751 1.84023 14.8646 1.81412 15.6462 2.1857L15.953 0.709415C15.5327 0.551409 14.9924 0.400097 14.3198 0.400097C12.5945 0.400097 11.3809 1.3468 11.3712 2.7019ZM18.9009 0.527306C18.5662 0.527306 18.2841 0.728831 18.1583 1.03815L15.5398 7.49164H17.3715L17.736 6.45187H19.9744L20.1858 7.49164H21.8002L20.3914 0.527306H18.9009ZM19.1571 2.40865L19.6857 5.02379H18.238L19.1571 2.40865ZM9.15036 0.527306L7.70655 7.49164H9.45196L10.8951 0.527306H9.15036ZM6.56825 0.527306L4.75149 5.26749L4.01662 1.237C3.93035 0.787079 3.58983 0.527306 3.21169 0.527306H0.24171L0.200195 0.7295C0.809888 0.866081 1.5026 1.08635 1.92225 1.32202C2.1791 1.46597 2.25239 1.59184 2.33671 1.93396L3.72863 7.49164H5.57328L8.40122 0.527306H6.56825Z",fill:"#254AA5"})}),qr=()=>t.jsxRuntimeExports.jsx("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M18.25 16.875C18.25 17.0408 18.1842 17.1997 18.0669 17.3169C17.9497 17.4342 17.7908 17.5 17.625 17.5H3.875C3.70924 17.5 3.55027 17.4342 3.43306 17.3169C3.31585 17.1997 3.25 17.0408 3.25 16.875C3.25 16.7092 3.31585 16.5503 3.43306 16.4331C3.55027 16.3158 3.70924 16.25 3.875 16.25H17.625C17.7908 16.25 17.9497 16.3158 18.0669 16.4331C18.1842 16.5503 18.25 16.7092 18.25 16.875ZM7 13.75C7.0821 13.7501 7.16341 13.734 7.23928 13.7026C7.31515 13.6712 7.3841 13.6252 7.44219 13.5672L15.125 5.88359V11.875C15.125 12.0408 15.1908 12.1997 15.3081 12.3169C15.4253 12.4342 15.5842 12.5 15.75 12.5C15.9158 12.5 16.0747 12.4342 16.1919 12.3169C16.3092 12.1997 16.375 12.0408 16.375 11.875V4.375C16.375 4.20924 16.3092 4.05027 16.1919 3.93306C16.0747 3.81585 15.9158 3.75 15.75 3.75H8.25C8.08424 3.75 7.92527 3.81585 7.80806 3.93306C7.69085 4.05027 7.625 4.20924 7.625 4.375C7.625 4.54076 7.69085 4.69973 7.80806 4.81694C7.92527 4.93415 8.08424 5 8.25 5H14.2414L6.55781 12.6828C6.47031 12.7702 6.4107 12.8816 6.38654 13.0029C6.36239 13.1242 6.37477 13.25 6.42211 13.3642C6.46946 13.4785 6.54964 13.5762 6.65251 13.6448C6.75538 13.7135 6.87632 13.7501 7 13.75Z",fill:"currentColor"})}),ba=()=>t.jsxRuntimeExports.jsx("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M13.9977 5.67198C13.432 4.34773 12.4265 3.25941 11.151 2.59102C9.87553 1.92263 8.40839 1.71518 6.9976 2.00373C5.58682 2.29228 4.31895 3.05913 3.40834 4.17465C2.49773 5.29016 2.00025 6.68589 2 8.12588V13.2821C2 13.5722 2.11523 13.8504 2.32035 14.0555C2.52547 14.2607 2.80367 14.3759 3.09375 14.3759H7.52109C8.00882 15.4897 8.81026 16.4374 9.82758 17.1033C10.8449 17.7692 12.0341 18.1245 13.25 18.1259H18.4062C18.6963 18.1259 18.9745 18.0107 19.1796 17.8055C19.3848 17.6004 19.5 17.3222 19.5 17.0321V11.8759C19.4997 10.348 18.9397 8.87308 17.9259 7.72998C16.9121 6.58688 15.5146 5.85476 13.9977 5.67198ZM3.25 8.12588C3.25 7.13698 3.54324 6.17028 4.09265 5.34803C4.64206 4.52579 5.42295 3.88493 6.33658 3.50649C7.25021 3.12805 8.25555 3.02903 9.22545 3.22196C10.1954 3.41488 11.0863 3.89109 11.7855 4.59035C12.4848 5.28961 12.961 6.18053 13.1539 7.15043C13.3469 8.12034 13.2478 9.12567 12.8694 10.0393C12.491 10.9529 11.8501 11.7338 11.0279 12.2832C10.2056 12.8326 9.23891 13.1259 8.25 13.1259H3.25V8.12588ZM18.25 16.8759H13.25C12.3659 16.8749 11.4977 16.64 10.7338 16.195C9.96976 15.75 9.3371 15.1108 8.9 14.3423C9.75603 14.2535 10.5845 13.9886 11.3333 13.5645C12.0821 13.1403 12.7352 12.5659 13.2515 11.8773C13.7678 11.1888 14.1362 10.4009 14.3336 9.56324C14.5309 8.72555 14.553 7.85611 14.3984 7.00948C15.4947 7.2682 16.4716 7.88953 17.1706 8.77279C17.8697 9.65604 18.25 10.7495 18.25 11.8759V16.8759Z",fill:"#757575"})}),ii=()=>t.jsxRuntimeExports.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M22.5256 17.4469L14.3272 3.2091C14.0897 2.80299 13.75 2.46613 13.342 2.23203C12.9339 1.99793 12.4717 1.87476 12.0012 1.87476C11.5308 1.87476 11.0685 1.99793 10.6605 2.23203C10.2524 2.46613 9.91276 2.80299 9.67529 3.2091L1.47686 17.4469C1.24644 17.841 1.125 18.2893 1.125 18.7458C1.125 19.2023 1.24644 19.6506 1.47686 20.0447C1.71169 20.4529 2.05088 20.7912 2.45962 21.025C2.86836 21.2587 3.33194 21.3796 3.80279 21.375H20.1997C20.6702 21.3792 21.1334 21.2582 21.5418 21.0245C21.9502 20.7907 22.2891 20.4526 22.5237 20.0447C22.7544 19.6508 22.8762 19.2026 22.8765 18.7461C22.8769 18.2896 22.7557 17.8412 22.5256 17.4469ZM20.5756 18.9188C20.5375 18.9838 20.4825 19.0372 20.4165 19.0735C20.3505 19.1098 20.2759 19.1276 20.2006 19.125H3.80279C3.7275 19.1276 3.65291 19.1098 3.58691 19.0735C3.5209 19.0372 3.46592 18.9838 3.42779 18.9188C3.39545 18.8662 3.37833 18.8057 3.37833 18.7439C3.37833 18.6822 3.39545 18.6217 3.42779 18.5691L11.6262 4.33129C11.6668 4.2688 11.7224 4.21745 11.7879 4.1819C11.8534 4.14635 11.9267 4.12773 12.0012 4.12773C12.0758 4.12773 12.1491 4.14635 12.2146 4.1819C12.2801 4.21745 12.3356 4.2688 12.3762 4.33129L20.5737 18.5691C20.6064 18.6215 20.6238 18.6819 20.6241 18.7437C20.6245 18.8054 20.6077 18.866 20.5756 18.9188ZM10.8762 12.75V9.75004C10.8762 9.45167 10.9948 9.16552 11.2057 8.95455C11.4167 8.74357 11.7029 8.62504 12.0012 8.62504C12.2996 8.62504 12.5857 8.74357 12.7967 8.95455C13.0077 9.16552 13.1262 9.45167 13.1262 9.75004V12.75C13.1262 13.0484 13.0077 13.3346 12.7967 13.5455C12.5857 13.7565 12.2996 13.875 12.0012 13.875C11.7029 13.875 11.4167 13.7565 11.2057 13.5455C10.9948 13.3346 10.8762 13.0484 10.8762 12.75ZM13.5012 16.5C13.5012 16.7967 13.4133 17.0867 13.2484 17.3334C13.0836 17.5801 12.8493 17.7723 12.5753 17.8859C12.3012 17.9994 11.9996 18.0291 11.7086 17.9712C11.4176 17.9133 11.1504 17.7705 10.9406 17.5607C10.7308 17.3509 10.5879 17.0836 10.5301 16.7927C10.4722 16.5017 10.5019 16.2001 10.6154 15.926C10.7289 15.6519 10.9212 15.4177 11.1679 15.2528C11.4146 15.088 11.7046 15 12.0012 15C12.3991 15 12.7806 15.1581 13.0619 15.4394C13.3432 15.7207 13.5012 16.1022 13.5012 16.5Z",fill:"#C12A2A"})}),Er=()=>t.jsxRuntimeExports.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M10 1.875C8.39303 1.875 6.82214 2.35152 5.486 3.24431C4.14985 4.1371 3.10844 5.40605 2.49348 6.8907C1.87852 8.37535 1.71762 10.009 2.03112 11.5851C2.34463 13.1612 3.11846 14.6089 4.25476 15.7452C5.39106 16.8815 6.8388 17.6554 8.4149 17.9689C9.99099 18.2824 11.6247 18.1215 13.1093 17.5065C14.594 16.8916 15.8629 15.8502 16.7557 14.514C17.6485 13.1779 18.125 11.607 18.125 10C18.1227 7.84581 17.266 5.78051 15.7427 4.25727C14.2195 2.73403 12.1542 1.87727 10 1.875ZM10 16.875C8.64026 16.875 7.31105 16.4718 6.18046 15.7164C5.04987 14.9609 4.16868 13.8872 3.64833 12.6309C3.12798 11.3747 2.99183 9.99237 3.2571 8.65875C3.52238 7.32513 4.17716 6.10013 5.13864 5.13864C6.10013 4.17716 7.32514 3.52237 8.65876 3.2571C9.99238 2.99183 11.3747 3.12798 12.631 3.64833C13.8872 4.16868 14.9609 5.04987 15.7164 6.18045C16.4718 7.31104 16.875 8.64025 16.875 10C16.8729 11.8227 16.1479 13.5702 14.8591 14.8591C13.5702 16.1479 11.8227 16.8729 10 16.875ZM15 10C15 10.1658 14.9342 10.3247 14.8169 10.4419C14.6997 10.5592 14.5408 10.625 14.375 10.625H10C9.83424 10.625 9.67527 10.5592 9.55806 10.4419C9.44085 10.3247 9.375 10.1658 9.375 10V5.625C9.375 5.45924 9.44085 5.30027 9.55806 5.18306C9.67527 5.06585 9.83424 5 10 5C10.1658 5 10.3247 5.06585 10.4419 5.18306C10.5592 5.30027 10.625 5.45924 10.625 5.625V9.375H14.375C14.5408 9.375 14.6997 9.44085 14.8169 9.55806C14.9342 9.67527 15 9.83424 15 10Z",fill:"currentColor"})}),i6=()=>t.jsxRuntimeExports.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxRuntimeExports.jsx("path",{d:"M11.666 4.16699H16.666",stroke:"#252525",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M11.666 6.66699H14.166",stroke:"#252525",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M17.4993 9.58366C17.4993 13.9587 13.9577 17.5003 9.58268 17.5003C5.20768 17.5003 1.66602 13.9587 1.66602 9.58366C1.66602 5.20866 5.20768 1.66699 9.58268 1.66699",stroke:"#252525",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsxRuntimeExports.jsx("path",{d:"M18.3327 18.3337L16.666 16.667",stroke:"#252525",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),a6=()=>t.jsxRuntimeExports.jsx("svg",{width:"9",height:"14",viewBox:"0 0 9 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsxRuntimeExports.jsx("path",{d:"M8.19254 7.44254L1.94254 13.6925C1.88447 13.7506 1.81553 13.7967 1.73966 13.8281C1.66379 13.8595 1.58247 13.8757 1.50035 13.8757C1.41823 13.8757 1.33691 13.8595 1.26104 13.8281C1.18517 13.7967 1.11623 13.7506 1.05816 13.6925C1.00009 13.6345 0.954028 13.5655 0.922601 13.4897C0.891175 13.4138 0.875 13.3325 0.875 13.2503C0.875 13.1682 0.891175 13.0869 0.922601 13.011C0.954028 12.9352 1.00009 12.8662 1.05816 12.8082L6.86675 7.00035L1.05816 1.19253C0.940884 1.07526 0.875 0.9162 0.875 0.750347C0.875 0.584495 0.940884 0.425435 1.05816 0.30816C1.17544 0.190885 1.3345 0.125 1.50035 0.125C1.6662 0.125 1.82526 0.190885 1.94254 0.30816L8.19254 6.55816C8.25065 6.61621 8.29675 6.68514 8.3282 6.76101C8.35965 6.83688 8.37584 6.91821 8.37584 7.00035C8.37584 7.08248 8.35965 7.16381 8.3282 7.23969C8.29675 7.31556 8.25065 7.38449 8.19254 7.44254Z",fill:"#757575"})}),l6="_rating_slv7h_4",c6="_disabled_slv7h_9",u6="_ratingStar_slv7h_14",d6="_inactive_slv7h_21",bs={rating:l6,disabled:c6,ratingStar:u6,inactive:d6},p6=({setRating:e,rating:n,disabled:s})=>{const[r,o]=C.useState(0),i=l=>{s||o(+l.currentTarget.id)},a=l=>{s||e(l)};return t.jsxRuntimeExports.jsx("div",{className:t.clx(bs.rating,{[bs.disabled]:s}),onMouseLeave:()=>o(0),children:[1,2,3,4,5].map(l=>t.jsxRuntimeExports.jsx("div",{id:l.toString(),className:t.clx(bs.ratingStar,{[bs.inactive]:!(n>=l||r>=l)}),onMouseEnter:i,onClick:()=>a(l),children:n>=l||r>=l?t.jsxRuntimeExports.jsx(Y4,{}):t.jsxRuntimeExports.jsx(G4,{})},l))})},m6="_inputRange_iv6ow_4",x6="_inputRangeLabel_iv6ow_14",h6="_progressBar_iv6ow_22",f6="_progressBarFill_iv6ow_29",g6="_stepsContainer_iv6ow_40",j6="_step_iv6ow_40",C6="_stepDot_iv6ow_57",y6="_current_iv6ow_61",_6="_active_iv6ow_69",E6="_inactive_iv6ow_72",v6="_tooltip_iv6ow_77",mt={inputRange:m6,inputRangeLabel:x6,progressBar:h6,progressBarFill:f6,stepsContainer:g6,step:j6,stepDot:C6,current:y6,default:"_default_iv6ow_65",active:_6,inactive:E6,tooltip:v6},R6=({totalSteps:e,step:n,onStepChange:s,label:r})=>{const[o,i]=C.useState(n),a=o===1?0:(o-1)/(e-1)*100,l=c=>{i(c),s(c)};return t.jsxRuntimeExports.jsxs("div",{className:mt.inputRange,children:[r&&t.jsxRuntimeExports.jsx("div",{className:mt.inputRangeLabel,children:r}),t.jsxRuntimeExports.jsxs("div",{className:mt.progressBar,children:[t.jsxRuntimeExports.jsx("div",{className:mt.progressBarFill,style:{width:`${Math.ceil(a)}%`}}),t.jsxRuntimeExports.jsx("div",{className:mt.stepsContainer,children:[...Array(e)].map((c,d)=>{const u=d+1,p=u<=o,m=u===o;return t.jsxRuntimeExports.jsxs("div",{className:mt.step,onClick:()=>l(u),children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(mt.stepDot,m?mt.current:mt.default,p?mt.active:mt.inactive)}),m&&t.jsxRuntimeExports.jsxs("div",{className:mt.tooltip,style:{transform:`translateX(calc(50% - ${a<99?"40px":"70px"}))`},children:[t.jsxRuntimeExports.jsx("span",{children:o}),t.jsxRuntimeExports.jsx("span",{children:o===1?"month":"months"})]})]},u)})})]})]})},is=({className:e,expiresAt:n})=>{const{shopGeneral:s}=t.useStorefrontStore(),r=t.useNavigate();return t.jsxRuntimeExports.jsxs("header",{className:`${Vn.checkoutHeader} ${e}`,children:[t.jsxRuntimeExports.jsxs("div",{className:Vn.leftContainer,children:[t.jsxRuntimeExports.jsx("div",{className:Vn.backArrow,onClick:()=>r("/"),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowUp"})}),(s==null?void 0:s.info.logo)&&t.jsxRuntimeExports.jsx("div",{className:Vn.logoContainer,children:t.jsxRuntimeExports.jsx("img",{className:Vn.logo,src:st(s.info.logo.cfId)})})]}),n&&t.jsxRuntimeExports.jsx(Z4,{expiresAt:n})]})},w6="_checkoutPrices_1pbvs_1",b6="_priceRow_1pbvs_12",S6="_label_1pbvs_21",k6="_totalRow_1pbvs_25",N6="_totalLabel_1pbvs_35",I6="_totalValue_1pbvs_39",Yt={checkoutPrices:w6,priceRow:b6,label:S6,totalRow:k6,totalLabel:N6,totalValue:I6},as=({formatter:e,coupon:n,discount:s,totalWithDiscount:r,total:o,className:i})=>{console.log("discount:",s),console.log("total:",o),console.log("totalWithDiscount:",r),console.log("coupon:",n);const a=Math.max(0,s);return t.jsxRuntimeExports.jsxs("div",{className:`${Yt.checkoutPrices} ${i||""}`,children:[t.jsxRuntimeExports.jsxs("div",{className:Yt.priceRow,children:[t.jsxRuntimeExports.jsx("p",{className:Yt.label,children:"Subtotal"}),t.jsxRuntimeExports.jsx("p",{children:e.format(o)})]}),(n||a>0)&&t.jsxRuntimeExports.jsxs("div",{className:Yt.priceRow,children:[t.jsxRuntimeExports.jsxs("p",{className:Yt.label,children:["Discount ",n&&!(n!=null&&n.isFixed)&&`(${n==null?void 0:n.discount}%)`]}),t.jsxRuntimeExports.jsxs("p",{children:["-",e.format(a)]})]}),t.jsxRuntimeExports.jsxs("div",{className:Yt.totalRow,children:[t.jsxRuntimeExports.jsx("p",{className:Yt.totalLabel,children:"Total Due"}),t.jsxRuntimeExports.jsx("p",{className:Yt.totalValue,children:r?e.format(r):e.format(o)})]})]})},T6="_checkoutProduct_3dfws_1",L6="_isOrder_3dfws_1",P6="_productDetails_3dfws_10",M6="_productImage_3dfws_16",B6="_isOrderImage_3dfws_26",A6="_image_3dfws_30",$6="_productInfo_3dfws_36",D6="_productHeader_3dfws_42",O6="_quantityBadge_3dfws_48",H6="_productDescription_3dfws_59",V6="_productPrice_3dfws_67",F6="_deliveryCategories_3dfws_75",Z6="_customerNote_3dfws_83",z6="_noteHeader_3dfws_90",U6="_logoContainer_3dfws_96",W6="_shopName_3dfws_108",q6="_noteContent_3dfws_112",De={checkoutProduct:T6,isOrder:L6,productDetails:P6,productImage:M6,isOrderImage:B6,image:A6,productInfo:$6,productHeader:D6,quantityBadge:O6,productDescription:H6,productPrice:V6,deliveryCategories:F6,customerNote:Z6,noteHeader:z6,logoContainer:U6,shopName:W6,noteContent:q6},G6="_deliveryItem_cn4va_1",Y6="_deliveryItemText_cn4va_12",zs={deliveryItem:G6,deliveryItemText:Y6},Sa={[we.Text]:"View",[we.Serial]:"View",[we.Ebook]:"View",[we.Link]:"Visit",[we.Download]:"",[we.Custom]:"View",[we.Discord]:"Access"},ka={[we.Text]:"Content",[we.Serial]:"Content",[we.Ebook]:"Ebook",[we.Link]:"Link",[we.Download]:"Download",[we.Custom]:"Content",[we.Discord]:"Discord"},Na={[we.Text]:t.jsxRuntimeExports.jsx(t.Icon,{name:"FileText"}),[we.Serial]:t.jsxRuntimeExports.jsx(t.Icon,{name:"FileText"}),[we.Ebook]:t.jsxRuntimeExports.jsx(t.Icon,{name:"BookOpen"}),[we.Link]:t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowLineUpRight"}),[we.Download]:t.jsxRuntimeExports.jsx(t.Icon,{name:"DownloadSimple"}),[we.Custom]:t.jsxRuntimeExports.jsx(t.Icon,{name:"FileText"}),[we.Discord]:t.jsxRuntimeExports.jsx(t.Icon,{name:"DiscordLogo"})},X6=({deliveryConfiguration:e})=>{const n=e.type;return n===we.Text||n===we.Custom||n===we.Serial||n===we.Discord?t.jsxRuntimeExports.jsx(K6,{deliveryConfiguration:e}):t.jsxRuntimeExports.jsx(J6,{deliveryConfiguration:e})},K6=({deliveryConfiguration:e})=>{const n=e.type,[s,r]=C.useState(!1),{setIsOpen:o}=t.useModalStore(),i=()=>{o(!0),r(!0)};return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:zs.deliveryItem,onClick:i,children:[Na[n],t.jsxRuntimeExports.jsx("p",{className:zs.deliveryItemText,children:e.customName??`${Sa[n]} ${ka[n]}`})]}),s&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>r(!1),children:t.jsxRuntimeExports.jsx(sC,{deliveryConfiguration:e,setIsOpen:r})})]})},J6=({deliveryConfiguration:e})=>{const n=e.type;return t.jsxRuntimeExports.jsxs("div",{className:zs.deliveryItem,onClick:()=>window.open(e.deliveryItems[0].textData,"_blank"),children:[Na[n],t.jsxRuntimeExports.jsx("p",{className:zs.deliveryItemText,children:e.customName??`${Sa[n]} ${ka[n]}`})]})};function Q6(e,n){const s={};return(e[e.length-1]===""?[...e,""]:e).join((s.padRight?" ":"")+","+(s.padLeft===!1?"":" ")).trim()}const e7=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,t7=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,n7={};function ai(e,n){return(n7.jsx?t7:e7).test(e)}const s7=/[ \t\n\f\r]/g;function r7(e){return typeof e=="object"?e.type==="text"?li(e.value):!1:li(e)}function li(e){return e.replace(s7,"")===""}class ls{constructor(n,s,r){this.normal=s,this.property=n,r&&(this.space=r)}}ls.prototype.normal={};ls.prototype.property={};ls.prototype.space=void 0;function Ia(e,n){const s={},r={};for(const o of e)Object.assign(s,o.property),Object.assign(r,o.normal);return new ls(s,r,n)}function Gr(e){return e.toLowerCase()}class ot{constructor(n,s){this.attribute=s,this.property=n}}ot.prototype.attribute="";ot.prototype.booleanish=!1;ot.prototype.boolean=!1;ot.prototype.commaOrSpaceSeparated=!1;ot.prototype.commaSeparated=!1;ot.prototype.defined=!1;ot.prototype.mustUseProperty=!1;ot.prototype.number=!1;ot.prototype.overloadedBoolean=!1;ot.prototype.property="";ot.prototype.spaceSeparated=!1;ot.prototype.space=void 0;let o7=0;const ce=gn(),Be=gn(),Ta=gn(),$=gn(),be=gn(),Sn=gn(),lt=gn();function gn(){return 2**++o7}const Yr=Object.freeze(Object.defineProperty({__proto__:null,boolean:ce,booleanish:Be,commaOrSpaceSeparated:lt,commaSeparated:Sn,number:$,overloadedBoolean:Ta,spaceSeparated:be},Symbol.toStringTag,{value:"Module"})),vr=Object.keys(Yr);class xo extends ot{constructor(n,s,r,o){let i=-1;if(super(n,s),ci(this,"space",o),typeof r=="number")for(;++i<vr.length;){const a=vr[i];ci(this,vr[i],(r&Yr[a])===Yr[a])}}}xo.prototype.defined=!0;function ci(e,n,s){s&&(e[n]=s)}function Pn(e){const n={},s={};for(const[r,o]of Object.entries(e.properties)){const i=new xo(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),n[r]=i,s[Gr(r)]=r,s[Gr(i.attribute)]=r}return new ls(n,s,e.space)}const La=Pn({properties:{ariaActiveDescendant:null,ariaAtomic:Be,ariaAutoComplete:null,ariaBusy:Be,ariaChecked:Be,ariaColCount:$,ariaColIndex:$,ariaColSpan:$,ariaControls:be,ariaCurrent:null,ariaDescribedBy:be,ariaDetails:null,ariaDisabled:Be,ariaDropEffect:be,ariaErrorMessage:null,ariaExpanded:Be,ariaFlowTo:be,ariaGrabbed:Be,ariaHasPopup:null,ariaHidden:Be,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:be,ariaLevel:$,ariaLive:null,ariaModal:Be,ariaMultiLine:Be,ariaMultiSelectable:Be,ariaOrientation:null,ariaOwns:be,ariaPlaceholder:null,ariaPosInSet:$,ariaPressed:Be,ariaReadOnly:Be,ariaRelevant:null,ariaRequired:Be,ariaRoleDescription:be,ariaRowCount:$,ariaRowIndex:$,ariaRowSpan:$,ariaSelected:Be,ariaSetSize:$,ariaSort:null,ariaValueMax:$,ariaValueMin:$,ariaValueNow:$,ariaValueText:null,role:null},transform(e,n){return n==="role"?n:"aria-"+n.slice(4).toLowerCase()}});function Pa(e,n){return n in e?e[n]:n}function Ma(e,n){return Pa(e,n.toLowerCase())}const i7=Pn({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Sn,acceptCharset:be,accessKey:be,action:null,allow:null,allowFullScreen:ce,allowPaymentRequest:ce,allowUserMedia:ce,alt:null,as:null,async:ce,autoCapitalize:null,autoComplete:be,autoFocus:ce,autoPlay:ce,blocking:be,capture:null,charSet:null,checked:ce,cite:null,className:be,cols:$,colSpan:null,content:null,contentEditable:Be,controls:ce,controlsList:be,coords:$|Sn,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ce,defer:ce,dir:null,dirName:null,disabled:ce,download:Ta,draggable:Be,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ce,formTarget:null,headers:be,height:$,hidden:ce,high:$,href:null,hrefLang:null,htmlFor:be,httpEquiv:be,id:null,imageSizes:null,imageSrcSet:null,inert:ce,inputMode:null,integrity:null,is:null,isMap:ce,itemId:null,itemProp:be,itemRef:be,itemScope:ce,itemType:be,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ce,low:$,manifest:null,max:null,maxLength:$,media:null,method:null,min:null,minLength:$,multiple:ce,muted:ce,name:null,nonce:null,noModule:ce,noValidate:ce,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:ce,optimum:$,pattern:null,ping:be,placeholder:null,playsInline:ce,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ce,referrerPolicy:null,rel:be,required:ce,reversed:ce,rows:$,rowSpan:$,sandbox:be,scope:null,scoped:ce,seamless:ce,selected:ce,shadowRootClonable:ce,shadowRootDelegatesFocus:ce,shadowRootMode:null,shape:null,size:$,sizes:null,slot:null,span:$,spellCheck:Be,src:null,srcDoc:null,srcLang:null,srcSet:null,start:$,step:null,style:null,tabIndex:$,target:null,title:null,translate:null,type:null,typeMustMatch:ce,useMap:null,value:Be,width:$,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:be,axis:null,background:null,bgColor:null,border:$,borderColor:null,bottomMargin:$,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ce,declare:ce,event:null,face:null,frame:null,frameBorder:null,hSpace:$,leftMargin:$,link:null,longDesc:null,lowSrc:null,marginHeight:$,marginWidth:$,noResize:ce,noHref:ce,noShade:ce,noWrap:ce,object:null,profile:null,prompt:null,rev:null,rightMargin:$,rules:null,scheme:null,scrolling:Be,standby:null,summary:null,text:null,topMargin:$,valueType:null,version:null,vAlign:null,vLink:null,vSpace:$,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ce,disableRemotePlayback:ce,prefix:null,property:null,results:$,security:null,unselectable:null},space:"html",transform:Ma}),a7=Pn({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:lt,accentHeight:$,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:$,amplitude:$,arabicForm:null,ascent:$,attributeName:null,attributeType:null,azimuth:$,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:$,by:null,calcMode:null,capHeight:$,className:be,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:$,diffuseConstant:$,direction:null,display:null,dur:null,divisor:$,dominantBaseline:null,download:ce,dx:null,dy:null,edgeMode:null,editable:null,elevation:$,enableBackground:null,end:null,event:null,exponent:$,externalResourcesRequired:null,fill:null,fillOpacity:$,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Sn,g2:Sn,glyphName:Sn,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:$,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:$,horizOriginX:$,horizOriginY:$,id:null,ideographic:$,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:$,k:$,k1:$,k2:$,k3:$,k4:$,kernelMatrix:lt,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:$,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:$,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:$,overlineThickness:$,paintOrder:null,panose1:null,path:null,pathLength:$,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:be,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:$,pointsAtY:$,pointsAtZ:$,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:lt,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:lt,rev:lt,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:lt,requiredFeatures:lt,requiredFonts:lt,requiredFormats:lt,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:$,specularExponent:$,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:$,strikethroughThickness:$,string:null,stroke:null,strokeDashArray:lt,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:$,strokeOpacity:$,strokeWidth:null,style:null,surfaceScale:$,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:lt,tabIndex:$,tableValues:null,target:null,targetX:$,targetY:$,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:lt,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:$,underlineThickness:$,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:$,values:null,vAlphabetic:$,vMathematical:$,vectorEffect:null,vHanging:$,vIdeographic:$,version:null,vertAdvY:$,vertOriginX:$,vertOriginY:$,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:$,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Pa}),Ba=Pn({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,n){return"xlink:"+n.slice(5).toLowerCase()}}),Aa=Pn({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Ma}),$a=Pn({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,n){return"xml:"+n.slice(3).toLowerCase()}}),l7={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},c7=/[A-Z]/g,ui=/-[a-z]/g,u7=/^data[-\w.:]+$/i;function d7(e,n){const s=Gr(n);let r=n,o=ot;if(s in e.normal)return e.property[e.normal[s]];if(s.length>4&&s.slice(0,4)==="data"&&u7.test(n)){if(n.charAt(4)==="-"){const i=n.slice(5).replace(ui,m7);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=n.slice(4);if(!ui.test(i)){let a=i.replace(c7,p7);a.charAt(0)!=="-"&&(a="-"+a),n="data"+a}}o=xo}return new o(r,n)}function p7(e){return"-"+e.toLowerCase()}function m7(e){return e.charAt(1).toUpperCase()}const x7=Ia([La,i7,Ba,Aa,$a],"html"),ho=Ia([La,a7,Ba,Aa,$a],"svg");function h7(e){return e.join(" ").trim()}var Da={},di=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,f7=/\n/g,g7=/^\s*/,j7=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,C7=/^:\s*/,y7=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,_7=/^[;\s]*/,E7=/^\s+|\s+$/g,v7=`
|
|
152
|
+
`,pi="/",mi="*",mn="",R7="comment",w7="declaration",b7=function(e,n){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];n=n||{};var s=1,r=1;function o(f){var h=f.match(f7);h&&(s+=h.length);var w=f.lastIndexOf(v7);r=~w?f.length-w:r+f.length}function i(){var f={line:s,column:r};return function(h){return h.position=new a(f),d(),h}}function a(f){this.start=f,this.end={line:s,column:r},this.source=n.source}a.prototype.content=e;function l(f){var h=new Error(n.source+":"+s+":"+r+": "+f);if(h.reason=f,h.filename=n.source,h.line=s,h.column=r,h.source=e,!n.silent)throw h}function c(f){var h=f.exec(e);if(h){var w=h[0];return o(w),e=e.slice(w.length),h}}function d(){c(g7)}function u(f){var h;for(f=f||[];h=p();)h!==!1&&f.push(h);return f}function p(){var f=i();if(!(pi!=e.charAt(0)||mi!=e.charAt(1))){for(var h=2;mn!=e.charAt(h)&&(mi!=e.charAt(h)||pi!=e.charAt(h+1));)++h;if(h+=2,mn===e.charAt(h-1))return l("End of comment missing");var w=e.slice(2,h-2);return r+=2,o(w),e=e.slice(h),r+=2,f({type:R7,comment:w})}}function m(){var f=i(),h=c(j7);if(h){if(p(),!c(C7))return l("property missing ':'");var w=c(y7),j=f({type:w7,property:xi(h[0].replace(di,mn)),value:w?xi(w[0].replace(di,mn)):mn});return c(_7),j}}function x(){var f=[];u(f);for(var h;h=m();)h!==!1&&(f.push(h),u(f));return f}return d(),x()};function xi(e){return e?e.replace(E7,mn):mn}var S7=t.commonjsGlobal&&t.commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Da,"__esModule",{value:!0});var hi=Da.default=N7,k7=S7(b7);function N7(e,n){var s=null;if(!e||typeof e!="string")return s;var r=(0,k7.default)(e),o=typeof n=="function";return r.forEach(function(i){if(i.type==="declaration"){var a=i.property,l=i.value;o?n(a,l,i):l&&(s=s||{},s[a]=l)}}),s}const I7=hi.default||hi,Oa=Ha("end"),fo=Ha("start");function Ha(e){return n;function n(s){const r=s&&s.position&&s.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function T7(e){const n=fo(e),s=Oa(e);if(n&&s)return{start:n,end:s}}function Yn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?fi(e.position):"start"in e||"end"in e?fi(e):"line"in e||"column"in e?Xr(e):""}function Xr(e){return gi(e&&e.line)+":"+gi(e&&e.column)}function fi(e){return Xr(e&&e.start)+"-"+Xr(e&&e.end)}function gi(e){return e&&typeof e=="number"?e:1}class qe extends Error{constructor(n,s,r){super(),typeof s=="string"&&(r=s,s=void 0);let o="",i={},a=!1;if(s&&("line"in s&&"column"in s?i={place:s}:"start"in s&&"end"in s?i={place:s}:"type"in s?i={ancestors:[s],place:s.position}:i={...s}),typeof n=="string"?o=n:!i.cause&&n&&(a=!0,o=n.message,i.cause=n),!i.ruleId&&!i.source&&typeof r=="string"){const c=r.indexOf(":");c===-1?i.ruleId=r:(i.source=r.slice(0,c),i.ruleId=r.slice(c+1))}if(!i.place&&i.ancestors&&i.ancestors){const c=i.ancestors[i.ancestors.length-1];c&&(i.place=c.position)}const l=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file,this.message=o,this.line=l?l.line:void 0,this.name=Yn(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=a&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual,this.expected,this.note,this.url}}qe.prototype.file="";qe.prototype.name="";qe.prototype.reason="";qe.prototype.message="";qe.prototype.stack="";qe.prototype.column=void 0;qe.prototype.line=void 0;qe.prototype.ancestors=void 0;qe.prototype.cause=void 0;qe.prototype.fatal=void 0;qe.prototype.place=void 0;qe.prototype.ruleId=void 0;qe.prototype.source=void 0;const go={}.hasOwnProperty,L7=new Map,P7=/[A-Z]/g,M7=/-([a-z])/g,B7=new Set(["table","tbody","thead","tfoot","tr"]),A7=new Set(["td","th"]),Va="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function $7(e,n){if(!n||n.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const s=n.filePath||void 0;let r;if(n.development){if(typeof n.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=U7(s,n.jsxDEV)}else{if(typeof n.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof n.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=z7(s,n.jsx,n.jsxs)}const o={Fragment:n.Fragment,ancestors:[],components:n.components||{},create:r,elementAttributeNameCase:n.elementAttributeNameCase||"react",evaluater:n.createEvaluater?n.createEvaluater():void 0,filePath:s,ignoreInvalidStyle:n.ignoreInvalidStyle||!1,passKeys:n.passKeys!==!1,passNode:n.passNode||!1,schema:n.space==="svg"?ho:x7,stylePropertyNameCase:n.stylePropertyNameCase||"dom",tableCellAlignToStyle:n.tableCellAlignToStyle!==!1},i=Fa(o,e,void 0);return i&&typeof i!="string"?i:o.create(e,o.Fragment,{children:i||void 0},void 0)}function Fa(e,n,s){if(n.type==="element")return D7(e,n,s);if(n.type==="mdxFlowExpression"||n.type==="mdxTextExpression")return O7(e,n);if(n.type==="mdxJsxFlowElement"||n.type==="mdxJsxTextElement")return V7(e,n,s);if(n.type==="mdxjsEsm")return H7(e,n);if(n.type==="root")return F7(e,n,s);if(n.type==="text")return Z7(e,n)}function D7(e,n,s){const r=e.schema;let o=r;n.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=ho,e.schema=o),e.ancestors.push(n);const i=za(e,n.tagName,!1),a=W7(e,n);let l=Co(e,n);return B7.has(n.tagName)&&(l=l.filter(function(c){return typeof c=="string"?!r7(c):!0})),Za(e,a,i,n),jo(a,l),e.ancestors.pop(),e.schema=r,e.create(n,i,a,s)}function O7(e,n){if(n.data&&n.data.estree&&e.evaluater){const r=n.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}ts(e,n.position)}function H7(e,n){if(n.data&&n.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(n.data.estree);ts(e,n.position)}function V7(e,n,s){const r=e.schema;let o=r;n.name==="svg"&&r.space==="html"&&(o=ho,e.schema=o),e.ancestors.push(n);const i=n.name===null?e.Fragment:za(e,n.name,!0),a=q7(e,n),l=Co(e,n);return Za(e,a,i,n),jo(a,l),e.ancestors.pop(),e.schema=r,e.create(n,i,a,s)}function F7(e,n,s){const r={};return jo(r,Co(e,n)),e.create(n,e.Fragment,r,s)}function Z7(e,n){return n.value}function Za(e,n,s,r){typeof s!="string"&&s!==e.Fragment&&e.passNode&&(n.node=r)}function jo(e,n){if(n.length>0){const s=n.length>1?n:n[0];s&&(e.children=s)}}function z7(e,n,s){return r;function r(o,i,a,l){const d=Array.isArray(a.children)?s:n;return l?d(i,a,l):d(i,a)}}function U7(e,n){return s;function s(r,o,i,a){const l=Array.isArray(i.children),c=fo(r);return n(o,i,a,l,{columnNumber:c?c.column-1:void 0,fileName:e,lineNumber:c?c.line:void 0},void 0)}}function W7(e,n){const s={};let r,o;for(o in n.properties)if(o!=="children"&&go.call(n.properties,o)){const i=G7(e,o,n.properties[o]);if(i){const[a,l]=i;e.tableCellAlignToStyle&&a==="align"&&typeof l=="string"&&A7.has(n.tagName)?r=l:s[a]=l}}if(r){const i=s.style||(s.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return s}function q7(e,n){const s={};for(const r of n.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const i=r.data.estree.body[0];i.type;const a=i.expression;a.type;const l=a.properties[0];l.type,Object.assign(s,e.evaluater.evaluateExpression(l.argument))}else ts(e,n.position);else{const o=r.name;let i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const l=r.value.data.estree.body[0];l.type,i=e.evaluater.evaluateExpression(l.expression)}else ts(e,n.position);else i=r.value===null?!0:r.value;s[o]=i}return s}function Co(e,n){const s=[];let r=-1;const o=e.passKeys?new Map:L7;for(;++r<n.children.length;){const i=n.children[r];let a;if(e.passKeys){const c=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(c){const d=o.get(c)||0;a=c+"-"+d,o.set(c,d+1)}}const l=Fa(e,i,a);l!==void 0&&s.push(l)}return s}function G7(e,n,s){const r=d7(e.schema,n);if(!(s==null||typeof s=="number"&&Number.isNaN(s))){if(Array.isArray(s)&&(s=r.commaSeparated?Q6(s):h7(s)),r.property==="style"){let o=typeof s=="object"?s:Y7(e,String(s));return e.stylePropertyNameCase==="css"&&(o=X7(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?l7[r.property]||r.property:r.attribute,s]}}function Y7(e,n){const s={};try{I7(n,r)}catch(o){if(!e.ignoreInvalidStyle){const i=o,a=new qe("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:i,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw a.file=e.filePath||void 0,a.url=Va+"#cannot-parse-style-attribute",a}}return s;function r(o,i){let a=o;a.slice(0,2)!=="--"&&(a.slice(0,4)==="-ms-"&&(a="ms-"+a.slice(4)),a=a.replace(M7,J7)),s[a]=i}}function za(e,n,s){let r;if(!s)r={type:"Literal",value:n};else if(n.includes(".")){const o=n.split(".");let i=-1,a;for(;++i<o.length;){const l=ai(o[i])?{type:"Identifier",name:o[i]}:{type:"Literal",value:o[i]};a=a?{type:"MemberExpression",object:a,property:l,computed:!!(i&&l.type==="Literal"),optional:!1}:l}r=a}else r=ai(n)&&!/^[a-z]/.test(n)?{type:"Identifier",name:n}:{type:"Literal",value:n};if(r.type==="Literal"){const o=r.value;return go.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);ts(e)}function ts(e,n){const s=new qe("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:n,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=Va+"#cannot-handle-mdx-estrees-without-createevaluater",s}function X7(e){const n={};let s;for(s in e)go.call(e,s)&&(n[K7(s)]=e[s]);return n}function K7(e){let n=e.replace(P7,Q7);return n.slice(0,3)==="ms-"&&(n="-"+n),n}function J7(e,n){return n.toUpperCase()}function Q7(e){return"-"+e.toLowerCase()}const Rr={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},ef={};function tf(e,n){const s=ef,r=typeof s.includeImageAlt=="boolean"?s.includeImageAlt:!0,o=typeof s.includeHtml=="boolean"?s.includeHtml:!0;return Ua(e,r,o)}function Ua(e,n,s){if(nf(e)){if("value"in e)return e.type==="html"&&!s?"":e.value;if(n&&"alt"in e&&e.alt)return e.alt;if("children"in e)return ji(e.children,n,s)}return Array.isArray(e)?ji(e,n,s):""}function ji(e,n,s){const r=[];let o=-1;for(;++o<e.length;)r[o]=Ua(e[o],n,s);return r.join("")}function nf(e){return!!(e&&typeof e=="object")}const Ci=document.createElement("i");function yo(e){const n="&"+e+";";Ci.innerHTML=n;const s=Ci.textContent;return s.charCodeAt(s.length-1)===59&&e!=="semi"||s===n?!1:s}function Dt(e,n,s,r){const o=e.length;let i=0,a;if(n<0?n=-n>o?0:o+n:n=n>o?o:n,s=s>0?s:0,r.length<1e4)a=Array.from(r),a.unshift(n,s),e.splice(...a);else for(s&&e.splice(n,s);i<r.length;)a=r.slice(i,i+1e4),a.unshift(n,0),e.splice(...a),i+=1e4,n+=1e4}function jt(e,n){return e.length>0?(Dt(e,e.length,0,n),e):n}const yi={}.hasOwnProperty;function sf(e){const n={};let s=-1;for(;++s<e.length;)rf(n,e[s]);return n}function rf(e,n){let s;for(s in n){const o=(yi.call(e,s)?e[s]:void 0)||(e[s]={}),i=n[s];let a;if(i)for(a in i){yi.call(o,a)||(o[a]=[]);const l=i[a];of(o[a],Array.isArray(l)?l:l?[l]:[])}}}function of(e,n){let s=-1;const r=[];for(;++s<n.length;)(n[s].add==="after"?e:r).push(n[s]);Dt(e,0,0,r)}function Wa(e,n){const s=Number.parseInt(e,n);return s<9||s===11||s>13&&s<32||s>126&&s<160||s>55295&&s<57344||s>64975&&s<65008||(s&65535)===65535||(s&65535)===65534||s>1114111?"�":String.fromCodePoint(s)}function kn(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const $t=rn(/[A-Za-z]/),dt=rn(/[\dA-Za-z]/),af=rn(/[#-'*+\--9=?A-Z^-~]/);function Kr(e){return e!==null&&(e<32||e===127)}const Jr=rn(/\d/),lf=rn(/[\dA-Fa-f]/),cf=rn(/[!-/:-@[-`{-~]/);function oe(e){return e!==null&&e<-2}function rt(e){return e!==null&&(e<0||e===32)}function _e(e){return e===-2||e===-1||e===32}const uf=rn(new RegExp("\\p{P}|\\p{S}","u")),df=rn(/\s/);function rn(e){return n;function n(s){return s!==null&&s>-1&&e.test(String.fromCharCode(s))}}function Mn(e){const n=[];let s=-1,r=0,o=0;for(;++s<e.length;){const i=e.charCodeAt(s);let a="";if(i===37&&dt(e.charCodeAt(s+1))&&dt(e.charCodeAt(s+2)))o=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(a=String.fromCharCode(i));else if(i>55295&&i<57344){const l=e.charCodeAt(s+1);i<56320&&l>56319&&l<57344?(a=String.fromCharCode(i,l),o=1):a="�"}else a=String.fromCharCode(i);a&&(n.push(e.slice(r,s),encodeURIComponent(a)),r=s+o+1,a=""),o&&(s+=o,o=0)}return n.join("")+e.slice(r)}function Se(e,n,s,r){const o=r?r-1:Number.POSITIVE_INFINITY;let i=0;return a;function a(c){return _e(c)?(e.enter(s),l(c)):n(c)}function l(c){return _e(c)&&i++<o?(e.consume(c),l):(e.exit(s),n(c))}}const pf={tokenize:mf};function mf(e){const n=e.attempt(this.parser.constructs.contentInitial,r,o);let s;return n;function r(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),Se(e,n,"linePrefix")}function o(l){return e.enter("paragraph"),i(l)}function i(l){const c=e.enter("chunkText",{contentType:"text",previous:s});return s&&(s.next=c),s=c,a(l)}function a(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return oe(l)?(e.consume(l),e.exit("chunkText"),i):(e.consume(l),a)}}const xf={tokenize:hf},_i={tokenize:ff};function hf(e){const n=this,s=[];let r=0,o,i,a;return l;function l(_){if(r<s.length){const b=s[r];return n.containerState=b[1],e.attempt(b[0].continuation,c,d)(_)}return d(_)}function c(_){if(r++,n.containerState._closeFlow){n.containerState._closeFlow=void 0,o&&v();const b=n.events.length;let E=b,R;for(;E--;)if(n.events[E][0]==="exit"&&n.events[E][1].type==="chunkFlow"){R=n.events[E][1].end;break}j(r);let N=b;for(;N<n.events.length;)n.events[N][1].end={...R},N++;return Dt(n.events,E+1,0,n.events.slice(b)),n.events.length=N,d(_)}return l(_)}function d(_){if(r===s.length){if(!o)return m(_);if(o.currentConstruct&&o.currentConstruct.concrete)return f(_);n.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return n.containerState={},e.check(_i,u,p)(_)}function u(_){return o&&v(),j(r),m(_)}function p(_){return n.parser.lazy[n.now().line]=r!==s.length,a=n.now().offset,f(_)}function m(_){return n.containerState={},e.attempt(_i,x,f)(_)}function x(_){return r++,s.push([n.currentConstruct,n.containerState]),m(_)}function f(_){if(_===null){o&&v(),j(0),e.consume(_);return}return o=o||n.parser.flow(n.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:i}),h(_)}function h(_){if(_===null){w(e.exit("chunkFlow"),!0),j(0),e.consume(_);return}return oe(_)?(e.consume(_),w(e.exit("chunkFlow")),r=0,n.interrupt=void 0,l):(e.consume(_),h)}function w(_,b){const E=n.sliceStream(_);if(b&&E.push(null),_.previous=i,i&&(i.next=_),i=_,o.defineSkip(_.start),o.write(E),n.parser.lazy[_.start.line]){let R=o.events.length;for(;R--;)if(o.events[R][1].start.offset<a&&(!o.events[R][1].end||o.events[R][1].end.offset>a))return;const N=n.events.length;let S=N,P,L;for(;S--;)if(n.events[S][0]==="exit"&&n.events[S][1].type==="chunkFlow"){if(P){L=n.events[S][1].end;break}P=!0}for(j(r),R=N;R<n.events.length;)n.events[R][1].end={...L},R++;Dt(n.events,S+1,0,n.events.slice(N)),n.events.length=R}}function j(_){let b=s.length;for(;b-- >_;){const E=s[b];n.containerState=E[1],E[0].exit.call(n,e)}s.length=_}function v(){o.write([null]),i=void 0,o=void 0,n.containerState._closeFlow=void 0}}function ff(e,n,s){return Se(e,e.attempt(this.parser.constructs.document,n,s),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Ei(e){if(e===null||rt(e)||df(e))return 1;if(uf(e))return 2}function _o(e,n,s){const r=[];let o=-1;for(;++o<e.length;){const i=e[o].resolveAll;i&&!r.includes(i)&&(n=i(n,s),r.push(i))}return n}const Qr={name:"attention",resolveAll:gf,tokenize:jf};function gf(e,n){let s=-1,r,o,i,a,l,c,d,u;for(;++s<e.length;)if(e[s][0]==="enter"&&e[s][1].type==="attentionSequence"&&e[s][1]._close){for(r=s;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&n.sliceSerialize(e[r][1]).charCodeAt(0)===n.sliceSerialize(e[s][1]).charCodeAt(0)){if((e[r][1]._close||e[s][1]._open)&&(e[s][1].end.offset-e[s][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[s][1].end.offset-e[s][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[s][1].end.offset-e[s][1].start.offset>1?2:1;const p={...e[r][1].end},m={...e[s][1].start};vi(p,-c),vi(m,c),a={type:c>1?"strongSequence":"emphasisSequence",start:p,end:{...e[r][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...e[s][1].start},end:m},i={type:c>1?"strongText":"emphasisText",start:{...e[r][1].end},end:{...e[s][1].start}},o={type:c>1?"strong":"emphasis",start:{...a.start},end:{...l.end}},e[r][1].end={...a.start},e[s][1].start={...l.end},d=[],e[r][1].end.offset-e[r][1].start.offset&&(d=jt(d,[["enter",e[r][1],n],["exit",e[r][1],n]])),d=jt(d,[["enter",o,n],["enter",a,n],["exit",a,n],["enter",i,n]]),d=jt(d,_o(n.parser.constructs.insideSpan.null,e.slice(r+1,s),n)),d=jt(d,[["exit",i,n],["enter",l,n],["exit",l,n],["exit",o,n]]),e[s][1].end.offset-e[s][1].start.offset?(u=2,d=jt(d,[["enter",e[s][1],n],["exit",e[s][1],n]])):u=0,Dt(e,r-1,s-r+3,d),s=r+d.length-u-2;break}}for(s=-1;++s<e.length;)e[s][1].type==="attentionSequence"&&(e[s][1].type="data");return e}function jf(e,n){const s=this.parser.constructs.attentionMarkers.null,r=this.previous,o=Ei(r);let i;return a;function a(c){return i=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===i)return e.consume(c),l;const d=e.exit("attentionSequence"),u=Ei(c),p=!u||u===2&&o||s.includes(c),m=!o||o===2&&u||s.includes(r);return d._open=!!(i===42?p:p&&(o||!m)),d._close=!!(i===42?m:m&&(u||!p)),n(c)}}function vi(e,n){e.column+=n,e.offset+=n,e._bufferIndex+=n}const Cf={name:"autolink",tokenize:yf};function yf(e,n,s){let r=0;return o;function o(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(x){return $t(x)?(e.consume(x),a):x===64?s(x):d(x)}function a(x){return x===43||x===45||x===46||dt(x)?(r=1,l(x)):d(x)}function l(x){return x===58?(e.consume(x),r=0,c):(x===43||x===45||x===46||dt(x))&&r++<32?(e.consume(x),l):(r=0,d(x))}function c(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),n):x===null||x===32||x===60||Kr(x)?s(x):(e.consume(x),c)}function d(x){return x===64?(e.consume(x),u):af(x)?(e.consume(x),d):s(x)}function u(x){return dt(x)?p(x):s(x)}function p(x){return x===46?(e.consume(x),r=0,u):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),n):m(x)}function m(x){if((x===45||dt(x))&&r++<63){const f=x===45?m:p;return e.consume(x),f}return s(x)}}const Js={partial:!0,tokenize:_f};function _f(e,n,s){return r;function r(i){return _e(i)?Se(e,o,"linePrefix")(i):o(i)}function o(i){return i===null||oe(i)?n(i):s(i)}}const qa={continuation:{tokenize:vf},exit:Rf,name:"blockQuote",tokenize:Ef};function Ef(e,n,s){const r=this;return o;function o(a){if(a===62){const l=r.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(a),e.exit("blockQuoteMarker"),i}return s(a)}function i(a){return _e(a)?(e.enter("blockQuotePrefixWhitespace"),e.consume(a),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(a))}}function vf(e,n,s){const r=this;return o;function o(a){return _e(a)?Se(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a):i(a)}function i(a){return e.attempt(qa,n,s)(a)}}function Rf(e){e.exit("blockQuote")}const Ga={name:"characterEscape",tokenize:wf};function wf(e,n,s){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),o}function o(i){return cf(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):s(i)}}const Ya={name:"characterReference",tokenize:bf};function bf(e,n,s){const r=this;let o=0,i,a;return l;function l(p){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(p),e.exit("characterReferenceMarker"),c}function c(p){return p===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(p),e.exit("characterReferenceMarkerNumeric"),d):(e.enter("characterReferenceValue"),i=31,a=dt,u(p))}function d(p){return p===88||p===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(p),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,a=lf,u):(e.enter("characterReferenceValue"),i=7,a=Jr,u(p))}function u(p){if(p===59&&o){const m=e.exit("characterReferenceValue");return a===dt&&!yo(r.sliceSerialize(m))?s(p):(e.enter("characterReferenceMarker"),e.consume(p),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)}return a(p)&&o++<i?(e.consume(p),u):s(p)}}const Ri={partial:!0,tokenize:kf},wi={concrete:!0,name:"codeFenced",tokenize:Sf};function Sf(e,n,s){const r=this,o={partial:!0,tokenize:E};let i=0,a=0,l;return c;function c(R){return d(R)}function d(R){const N=r.events[r.events.length-1];return i=N&&N[1].type==="linePrefix"?N[2].sliceSerialize(N[1],!0).length:0,l=R,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),u(R)}function u(R){return R===l?(a++,e.consume(R),u):a<3?s(R):(e.exit("codeFencedFenceSequence"),_e(R)?Se(e,p,"whitespace")(R):p(R))}function p(R){return R===null||oe(R)?(e.exit("codeFencedFence"),r.interrupt?n(R):e.check(Ri,h,b)(R)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),m(R))}function m(R){return R===null||oe(R)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),p(R)):_e(R)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Se(e,x,"whitespace")(R)):R===96&&R===l?s(R):(e.consume(R),m)}function x(R){return R===null||oe(R)?p(R):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),f(R))}function f(R){return R===null||oe(R)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),p(R)):R===96&&R===l?s(R):(e.consume(R),f)}function h(R){return e.attempt(o,b,w)(R)}function w(R){return e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),j}function j(R){return i>0&&_e(R)?Se(e,v,"linePrefix",i+1)(R):v(R)}function v(R){return R===null||oe(R)?e.check(Ri,h,b)(R):(e.enter("codeFlowValue"),_(R))}function _(R){return R===null||oe(R)?(e.exit("codeFlowValue"),v(R)):(e.consume(R),_)}function b(R){return e.exit("codeFenced"),n(R)}function E(R,N,S){let P=0;return L;function L(z){return R.enter("lineEnding"),R.consume(z),R.exit("lineEnding"),B}function B(z){return R.enter("codeFencedFence"),_e(z)?Se(R,k,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(z):k(z)}function k(z){return z===l?(R.enter("codeFencedFenceSequence"),M(z)):S(z)}function M(z){return z===l?(P++,R.consume(z),M):P>=a?(R.exit("codeFencedFenceSequence"),_e(z)?Se(R,Z,"whitespace")(z):Z(z)):S(z)}function Z(z){return z===null||oe(z)?(R.exit("codeFencedFence"),N(z)):S(z)}}}function kf(e,n,s){const r=this;return o;function o(a){return a===null?s(a):(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),i)}function i(a){return r.parser.lazy[r.now().line]?s(a):n(a)}}const wr={name:"codeIndented",tokenize:If},Nf={partial:!0,tokenize:Tf};function If(e,n,s){const r=this;return o;function o(d){return e.enter("codeIndented"),Se(e,i,"linePrefix",5)(d)}function i(d){const u=r.events[r.events.length-1];return u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],!0).length>=4?a(d):s(d)}function a(d){return d===null?c(d):oe(d)?e.attempt(Nf,a,c)(d):(e.enter("codeFlowValue"),l(d))}function l(d){return d===null||oe(d)?(e.exit("codeFlowValue"),a(d)):(e.consume(d),l)}function c(d){return e.exit("codeIndented"),n(d)}}function Tf(e,n,s){const r=this;return o;function o(a){return r.parser.lazy[r.now().line]?s(a):oe(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),o):Se(e,i,"linePrefix",5)(a)}function i(a){const l=r.events[r.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?n(a):oe(a)?o(a):s(a)}}const Lf={name:"codeText",previous:Mf,resolve:Pf,tokenize:Bf};function Pf(e){let n=e.length-4,s=3,r,o;if((e[s][1].type==="lineEnding"||e[s][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(r=s;++r<n;)if(e[r][1].type==="codeTextData"){e[s][1].type="codeTextPadding",e[n][1].type="codeTextPadding",s+=2,n-=2;break}}for(r=s-1,n++;++r<=n;)o===void 0?r!==n&&e[r][1].type!=="lineEnding"&&(o=r):(r===n||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),n-=r-o-2,r=o+2),o=void 0);return e}function Mf(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Bf(e,n,s){let r=0,o,i;return a;function a(p){return e.enter("codeText"),e.enter("codeTextSequence"),l(p)}function l(p){return p===96?(e.consume(p),r++,l):(e.exit("codeTextSequence"),c(p))}function c(p){return p===null?s(p):p===32?(e.enter("space"),e.consume(p),e.exit("space"),c):p===96?(i=e.enter("codeTextSequence"),o=0,u(p)):oe(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),c):(e.enter("codeTextData"),d(p))}function d(p){return p===null||p===32||p===96||oe(p)?(e.exit("codeTextData"),c(p)):(e.consume(p),d)}function u(p){return p===96?(e.consume(p),o++,u):o===r?(e.exit("codeTextSequence"),e.exit("codeText"),n(p)):(i.type="codeTextData",d(p))}}class Af{constructor(n){this.left=n?[...n]:[],this.right=[]}get(n){if(n<0||n>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+n+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return n<this.left.length?this.left[n]:this.right[this.right.length-n+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(n,s){const r=s??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(n,r):n>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-n+this.left.length).reverse():this.left.slice(n).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(n,s,r){const o=s||0;this.setCursor(Math.trunc(n));const i=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&Fn(this.left,r),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(n){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(n)}pushMany(n){this.setCursor(Number.POSITIVE_INFINITY),Fn(this.left,n)}unshift(n){this.setCursor(0),this.right.push(n)}unshiftMany(n){this.setCursor(0),Fn(this.right,n.reverse())}setCursor(n){if(!(n===this.left.length||n>this.left.length&&this.right.length===0||n<0&&this.left.length===0))if(n<this.left.length){const s=this.left.splice(n,Number.POSITIVE_INFINITY);Fn(this.right,s.reverse())}else{const s=this.right.splice(this.left.length+this.right.length-n,Number.POSITIVE_INFINITY);Fn(this.left,s.reverse())}}}function Fn(e,n){let s=0;if(n.length<1e4)e.push(...n);else for(;s<n.length;)e.push(...n.slice(s,s+1e4)),s+=1e4}function Xa(e){const n={};let s=-1,r,o,i,a,l,c,d;const u=new Af(e);for(;++s<u.length;){for(;s in n;)s=n[s];if(r=u.get(s),s&&r[1].type==="chunkFlow"&&u.get(s-1)[1].type==="listItemPrefix"&&(c=r[1]._tokenizer.events,i=0,i<c.length&&c[i][1].type==="lineEndingBlank"&&(i+=2),i<c.length&&c[i][1].type==="content"))for(;++i<c.length&&c[i][1].type!=="content";)c[i][1].type==="chunkText"&&(c[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(n,$f(u,s)),s=n[s],d=!0);else if(r[1]._container){for(i=s,o=void 0;i--;)if(a=u.get(i),a[1].type==="lineEnding"||a[1].type==="lineEndingBlank")a[0]==="enter"&&(o&&(u.get(o)[1].type="lineEndingBlank"),a[1].type="lineEnding",o=i);else if(!(a[1].type==="linePrefix"||a[1].type==="listItemIndent"))break;o&&(r[1].end={...u.get(o)[1].start},l=u.slice(o,s),l.unshift(r),u.splice(o,s-o+1,l))}}return Dt(e,0,Number.POSITIVE_INFINITY,u.slice(0)),!d}function $f(e,n){const s=e.get(n)[1],r=e.get(n)[2];let o=n-1;const i=[];let a=s._tokenizer;a||(a=r.parser[s.contentType](s.start),s._contentTypeTextTrailing&&(a._contentTypeTextTrailing=!0));const l=a.events,c=[],d={};let u,p,m=-1,x=s,f=0,h=0;const w=[h];for(;x;){for(;e.get(++o)[1]!==x;);i.push(o),x._tokenizer||(u=r.sliceStream(x),x.next||u.push(null),p&&a.defineSkip(x.start),x._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(u),x._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),p=x,x=x.next}for(x=s;++m<l.length;)l[m][0]==="exit"&&l[m-1][0]==="enter"&&l[m][1].type===l[m-1][1].type&&l[m][1].start.line!==l[m][1].end.line&&(h=m+1,w.push(h),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(a.events=[],x?(x._tokenizer=void 0,x.previous=void 0):w.pop(),m=w.length;m--;){const j=l.slice(w[m],w[m+1]),v=i.pop();c.push([v,v+j.length-1]),e.splice(v,2,j)}for(c.reverse(),m=-1;++m<c.length;)d[f+c[m][0]]=f+c[m][1],f+=c[m][1]-c[m][0]-1;return d}const Df={resolve:Hf,tokenize:Vf},Of={partial:!0,tokenize:Ff};function Hf(e){return Xa(e),e}function Vf(e,n){let s;return r;function r(l){return e.enter("content"),s=e.enter("chunkContent",{contentType:"content"}),o(l)}function o(l){return l===null?i(l):oe(l)?e.check(Of,a,i)(l):(e.consume(l),o)}function i(l){return e.exit("chunkContent"),e.exit("content"),n(l)}function a(l){return e.consume(l),e.exit("chunkContent"),s.next=e.enter("chunkContent",{contentType:"content",previous:s}),s=s.next,o}}function Ff(e,n,s){const r=this;return o;function o(a){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),Se(e,i,"linePrefix")}function i(a){if(a===null||oe(a))return s(a);const l=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?n(a):e.interrupt(r.parser.constructs.flow,s,n)(a)}}function Ka(e,n,s,r,o,i,a,l,c){const d=c||Number.POSITIVE_INFINITY;let u=0;return p;function p(j){return j===60?(e.enter(r),e.enter(o),e.enter(i),e.consume(j),e.exit(i),m):j===null||j===32||j===41||Kr(j)?s(j):(e.enter(r),e.enter(a),e.enter(l),e.enter("chunkString",{contentType:"string"}),h(j))}function m(j){return j===62?(e.enter(i),e.consume(j),e.exit(i),e.exit(o),e.exit(r),n):(e.enter(l),e.enter("chunkString",{contentType:"string"}),x(j))}function x(j){return j===62?(e.exit("chunkString"),e.exit(l),m(j)):j===null||j===60||oe(j)?s(j):(e.consume(j),j===92?f:x)}function f(j){return j===60||j===62||j===92?(e.consume(j),x):x(j)}function h(j){return!u&&(j===null||j===41||rt(j))?(e.exit("chunkString"),e.exit(l),e.exit(a),e.exit(r),n(j)):u<d&&j===40?(e.consume(j),u++,h):j===41?(e.consume(j),u--,h):j===null||j===32||j===40||Kr(j)?s(j):(e.consume(j),j===92?w:h)}function w(j){return j===40||j===41||j===92?(e.consume(j),h):h(j)}}function Ja(e,n,s,r,o,i){const a=this;let l=0,c;return d;function d(x){return e.enter(r),e.enter(o),e.consume(x),e.exit(o),e.enter(i),u}function u(x){return l>999||x===null||x===91||x===93&&!c||x===94&&!l&&"_hiddenFootnoteSupport"in a.parser.constructs?s(x):x===93?(e.exit(i),e.enter(o),e.consume(x),e.exit(o),e.exit(r),n):oe(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),u):(e.enter("chunkString",{contentType:"string"}),p(x))}function p(x){return x===null||x===91||x===93||oe(x)||l++>999?(e.exit("chunkString"),u(x)):(e.consume(x),c||(c=!_e(x)),x===92?m:p)}function m(x){return x===91||x===92||x===93?(e.consume(x),l++,p):p(x)}}function Qa(e,n,s,r,o,i){let a;return l;function l(m){return m===34||m===39||m===40?(e.enter(r),e.enter(o),e.consume(m),e.exit(o),a=m===40?41:m,c):s(m)}function c(m){return m===a?(e.enter(o),e.consume(m),e.exit(o),e.exit(r),n):(e.enter(i),d(m))}function d(m){return m===a?(e.exit(i),c(a)):m===null?s(m):oe(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),Se(e,d,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),u(m))}function u(m){return m===a||m===null||oe(m)?(e.exit("chunkString"),d(m)):(e.consume(m),m===92?p:u)}function p(m){return m===a||m===92?(e.consume(m),u):u(m)}}function Xn(e,n){let s;return r;function r(o){return oe(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s=!0,r):_e(o)?Se(e,r,s?"linePrefix":"lineSuffix")(o):n(o)}}const Zf={name:"definition",tokenize:Uf},zf={partial:!0,tokenize:Wf};function Uf(e,n,s){const r=this;let o;return i;function i(x){return e.enter("definition"),a(x)}function a(x){return Ja.call(r,e,l,s,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function l(x){return o=kn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),c):s(x)}function c(x){return rt(x)?Xn(e,d)(x):d(x)}function d(x){return Ka(e,u,s,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function u(x){return e.attempt(zf,p,p)(x)}function p(x){return _e(x)?Se(e,m,"whitespace")(x):m(x)}function m(x){return x===null||oe(x)?(e.exit("definition"),r.parser.defined.push(o),n(x)):s(x)}}function Wf(e,n,s){return r;function r(l){return rt(l)?Xn(e,o)(l):s(l)}function o(l){return Qa(e,i,s,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function i(l){return _e(l)?Se(e,a,"whitespace")(l):a(l)}function a(l){return l===null||oe(l)?n(l):s(l)}}const qf={name:"hardBreakEscape",tokenize:Gf};function Gf(e,n,s){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),o}function o(i){return oe(i)?(e.exit("hardBreakEscape"),n(i)):s(i)}}const Yf={name:"headingAtx",resolve:Xf,tokenize:Kf};function Xf(e,n){let s=e.length-2,r=3,o,i;return e[r][1].type==="whitespace"&&(r+=2),s-2>r&&e[s][1].type==="whitespace"&&(s-=2),e[s][1].type==="atxHeadingSequence"&&(r===s-1||s-4>r&&e[s-2][1].type==="whitespace")&&(s-=r+1===s?2:4),s>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[s][1].end},i={type:"chunkText",start:e[r][1].start,end:e[s][1].end,contentType:"text"},Dt(e,r,s-r+1,[["enter",o,n],["enter",i,n],["exit",i,n],["exit",o,n]])),e}function Kf(e,n,s){let r=0;return o;function o(u){return e.enter("atxHeading"),i(u)}function i(u){return e.enter("atxHeadingSequence"),a(u)}function a(u){return u===35&&r++<6?(e.consume(u),a):u===null||rt(u)?(e.exit("atxHeadingSequence"),l(u)):s(u)}function l(u){return u===35?(e.enter("atxHeadingSequence"),c(u)):u===null||oe(u)?(e.exit("atxHeading"),n(u)):_e(u)?Se(e,l,"whitespace")(u):(e.enter("atxHeadingText"),d(u))}function c(u){return u===35?(e.consume(u),c):(e.exit("atxHeadingSequence"),l(u))}function d(u){return u===null||u===35||rt(u)?(e.exit("atxHeadingText"),l(u)):(e.consume(u),d)}}const Jf=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],bi=["pre","script","style","textarea"],Qf={concrete:!0,name:"htmlFlow",resolveTo:ng,tokenize:sg},eg={partial:!0,tokenize:og},tg={partial:!0,tokenize:rg};function ng(e){let n=e.length;for(;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function sg(e,n,s){const r=this;let o,i,a,l,c;return d;function d(y){return u(y)}function u(y){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(y),p}function p(y){return y===33?(e.consume(y),m):y===47?(e.consume(y),i=!0,h):y===63?(e.consume(y),o=3,r.interrupt?n:g):$t(y)?(e.consume(y),a=String.fromCharCode(y),w):s(y)}function m(y){return y===45?(e.consume(y),o=2,x):y===91?(e.consume(y),o=5,l=0,f):$t(y)?(e.consume(y),o=4,r.interrupt?n:g):s(y)}function x(y){return y===45?(e.consume(y),r.interrupt?n:g):s(y)}function f(y){const O="CDATA[";return y===O.charCodeAt(l++)?(e.consume(y),l===O.length?r.interrupt?n:k:f):s(y)}function h(y){return $t(y)?(e.consume(y),a=String.fromCharCode(y),w):s(y)}function w(y){if(y===null||y===47||y===62||rt(y)){const O=y===47,X=a.toLowerCase();return!O&&!i&&bi.includes(X)?(o=1,r.interrupt?n(y):k(y)):Jf.includes(a.toLowerCase())?(o=6,O?(e.consume(y),j):r.interrupt?n(y):k(y)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?s(y):i?v(y):_(y))}return y===45||dt(y)?(e.consume(y),a+=String.fromCharCode(y),w):s(y)}function j(y){return y===62?(e.consume(y),r.interrupt?n:k):s(y)}function v(y){return _e(y)?(e.consume(y),v):L(y)}function _(y){return y===47?(e.consume(y),L):y===58||y===95||$t(y)?(e.consume(y),b):_e(y)?(e.consume(y),_):L(y)}function b(y){return y===45||y===46||y===58||y===95||dt(y)?(e.consume(y),b):E(y)}function E(y){return y===61?(e.consume(y),R):_e(y)?(e.consume(y),E):_(y)}function R(y){return y===null||y===60||y===61||y===62||y===96?s(y):y===34||y===39?(e.consume(y),c=y,N):_e(y)?(e.consume(y),R):S(y)}function N(y){return y===c?(e.consume(y),c=null,P):y===null||oe(y)?s(y):(e.consume(y),N)}function S(y){return y===null||y===34||y===39||y===47||y===60||y===61||y===62||y===96||rt(y)?E(y):(e.consume(y),S)}function P(y){return y===47||y===62||_e(y)?_(y):s(y)}function L(y){return y===62?(e.consume(y),B):s(y)}function B(y){return y===null||oe(y)?k(y):_e(y)?(e.consume(y),B):s(y)}function k(y){return y===45&&o===2?(e.consume(y),V):y===60&&o===1?(e.consume(y),U):y===62&&o===4?(e.consume(y),T):y===63&&o===3?(e.consume(y),g):y===93&&o===5?(e.consume(y),Q):oe(y)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(eg,G,M)(y)):y===null||oe(y)?(e.exit("htmlFlowData"),M(y)):(e.consume(y),k)}function M(y){return e.check(tg,Z,G)(y)}function Z(y){return e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),z}function z(y){return y===null||oe(y)?M(y):(e.enter("htmlFlowData"),k(y))}function V(y){return y===45?(e.consume(y),g):k(y)}function U(y){return y===47?(e.consume(y),a="",q):k(y)}function q(y){if(y===62){const O=a.toLowerCase();return bi.includes(O)?(e.consume(y),T):k(y)}return $t(y)&&a.length<8?(e.consume(y),a+=String.fromCharCode(y),q):k(y)}function Q(y){return y===93?(e.consume(y),g):k(y)}function g(y){return y===62?(e.consume(y),T):y===45&&o===2?(e.consume(y),g):k(y)}function T(y){return y===null||oe(y)?(e.exit("htmlFlowData"),G(y)):(e.consume(y),T)}function G(y){return e.exit("htmlFlow"),n(y)}}function rg(e,n,s){const r=this;return o;function o(a){return oe(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),i):s(a)}function i(a){return r.parser.lazy[r.now().line]?s(a):n(a)}}function og(e,n,s){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(Js,n,s)}}const ig={name:"htmlText",tokenize:ag};function ag(e,n,s){const r=this;let o,i,a;return l;function l(g){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(g),c}function c(g){return g===33?(e.consume(g),d):g===47?(e.consume(g),E):g===63?(e.consume(g),_):$t(g)?(e.consume(g),S):s(g)}function d(g){return g===45?(e.consume(g),u):g===91?(e.consume(g),i=0,f):$t(g)?(e.consume(g),v):s(g)}function u(g){return g===45?(e.consume(g),x):s(g)}function p(g){return g===null?s(g):g===45?(e.consume(g),m):oe(g)?(a=p,U(g)):(e.consume(g),p)}function m(g){return g===45?(e.consume(g),x):p(g)}function x(g){return g===62?V(g):g===45?m(g):p(g)}function f(g){const T="CDATA[";return g===T.charCodeAt(i++)?(e.consume(g),i===T.length?h:f):s(g)}function h(g){return g===null?s(g):g===93?(e.consume(g),w):oe(g)?(a=h,U(g)):(e.consume(g),h)}function w(g){return g===93?(e.consume(g),j):h(g)}function j(g){return g===62?V(g):g===93?(e.consume(g),j):h(g)}function v(g){return g===null||g===62?V(g):oe(g)?(a=v,U(g)):(e.consume(g),v)}function _(g){return g===null?s(g):g===63?(e.consume(g),b):oe(g)?(a=_,U(g)):(e.consume(g),_)}function b(g){return g===62?V(g):_(g)}function E(g){return $t(g)?(e.consume(g),R):s(g)}function R(g){return g===45||dt(g)?(e.consume(g),R):N(g)}function N(g){return oe(g)?(a=N,U(g)):_e(g)?(e.consume(g),N):V(g)}function S(g){return g===45||dt(g)?(e.consume(g),S):g===47||g===62||rt(g)?P(g):s(g)}function P(g){return g===47?(e.consume(g),V):g===58||g===95||$t(g)?(e.consume(g),L):oe(g)?(a=P,U(g)):_e(g)?(e.consume(g),P):V(g)}function L(g){return g===45||g===46||g===58||g===95||dt(g)?(e.consume(g),L):B(g)}function B(g){return g===61?(e.consume(g),k):oe(g)?(a=B,U(g)):_e(g)?(e.consume(g),B):P(g)}function k(g){return g===null||g===60||g===61||g===62||g===96?s(g):g===34||g===39?(e.consume(g),o=g,M):oe(g)?(a=k,U(g)):_e(g)?(e.consume(g),k):(e.consume(g),Z)}function M(g){return g===o?(e.consume(g),o=void 0,z):g===null?s(g):oe(g)?(a=M,U(g)):(e.consume(g),M)}function Z(g){return g===null||g===34||g===39||g===60||g===61||g===96?s(g):g===47||g===62||rt(g)?P(g):(e.consume(g),Z)}function z(g){return g===47||g===62||rt(g)?P(g):s(g)}function V(g){return g===62?(e.consume(g),e.exit("htmlTextData"),e.exit("htmlText"),n):s(g)}function U(g){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),q}function q(g){return _e(g)?Se(e,Q,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(g):Q(g)}function Q(g){return e.enter("htmlTextData"),a(g)}}const Eo={name:"labelEnd",resolveAll:dg,resolveTo:pg,tokenize:mg},lg={tokenize:xg},cg={tokenize:hg},ug={tokenize:fg};function dg(e){let n=-1;const s=[];for(;++n<e.length;){const r=e[n][1];if(s.push(e[n]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const o=r.type==="labelImage"?4:2;r.type="data",n+=o}}return e.length!==s.length&&Dt(e,0,e.length,s),e}function pg(e,n){let s=e.length,r=0,o,i,a,l;for(;s--;)if(o=e[s][1],i){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[s][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(a){if(e[s][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(i=s,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(a=s);const c={type:e[i][1].type==="labelLink"?"link":"image",start:{...e[i][1].start},end:{...e[e.length-1][1].end}},d={type:"label",start:{...e[i][1].start},end:{...e[a][1].end}},u={type:"labelText",start:{...e[i+r+2][1].end},end:{...e[a-2][1].start}};return l=[["enter",c,n],["enter",d,n]],l=jt(l,e.slice(i+1,i+r+3)),l=jt(l,[["enter",u,n]]),l=jt(l,_o(n.parser.constructs.insideSpan.null,e.slice(i+r+4,a-3),n)),l=jt(l,[["exit",u,n],e[a-2],e[a-1],["exit",d,n]]),l=jt(l,e.slice(a+1)),l=jt(l,[["exit",c,n]]),Dt(e,i,e.length,l),e}function mg(e,n,s){const r=this;let o=r.events.length,i,a;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){i=r.events[o][1];break}return l;function l(m){return i?i._inactive?p(m):(a=r.parser.defined.includes(kn(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(m),e.exit("labelMarker"),e.exit("labelEnd"),c):s(m)}function c(m){return m===40?e.attempt(lg,u,a?u:p)(m):m===91?e.attempt(cg,u,a?d:p)(m):a?u(m):p(m)}function d(m){return e.attempt(ug,u,p)(m)}function u(m){return n(m)}function p(m){return i._balanced=!0,s(m)}}function xg(e,n,s){return r;function r(p){return e.enter("resource"),e.enter("resourceMarker"),e.consume(p),e.exit("resourceMarker"),o}function o(p){return rt(p)?Xn(e,i)(p):i(p)}function i(p){return p===41?u(p):Ka(e,a,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(p)}function a(p){return rt(p)?Xn(e,c)(p):u(p)}function l(p){return s(p)}function c(p){return p===34||p===39||p===40?Qa(e,d,s,"resourceTitle","resourceTitleMarker","resourceTitleString")(p):u(p)}function d(p){return rt(p)?Xn(e,u)(p):u(p)}function u(p){return p===41?(e.enter("resourceMarker"),e.consume(p),e.exit("resourceMarker"),e.exit("resource"),n):s(p)}}function hg(e,n,s){const r=this;return o;function o(l){return Ja.call(r,e,i,a,"reference","referenceMarker","referenceString")(l)}function i(l){return r.parser.defined.includes(kn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?n(l):s(l)}function a(l){return s(l)}}function fg(e,n,s){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),o}function o(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),n):s(i)}}const gg={name:"labelStartImage",resolveAll:Eo.resolveAll,tokenize:jg};function jg(e,n,s){const r=this;return o;function o(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),i}function i(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),a):s(l)}function a(l){return l===94&&"_hiddenFootnoteSupport"in r.parser.constructs?s(l):n(l)}}const Cg={name:"labelStartLink",resolveAll:Eo.resolveAll,tokenize:yg};function yg(e,n,s){const r=this;return o;function o(a){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelLink"),i}function i(a){return a===94&&"_hiddenFootnoteSupport"in r.parser.constructs?s(a):n(a)}}const br={name:"lineEnding",tokenize:_g};function _g(e,n){return s;function s(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Se(e,n,"linePrefix")}}const Bs={name:"thematicBreak",tokenize:Eg};function Eg(e,n,s){let r=0,o;return i;function i(d){return e.enter("thematicBreak"),a(d)}function a(d){return o=d,l(d)}function l(d){return d===o?(e.enter("thematicBreakSequence"),c(d)):r>=3&&(d===null||oe(d))?(e.exit("thematicBreak"),n(d)):s(d)}function c(d){return d===o?(e.consume(d),r++,c):(e.exit("thematicBreakSequence"),_e(d)?Se(e,l,"whitespace")(d):l(d))}}const et={continuation:{tokenize:bg},exit:kg,name:"list",tokenize:wg},vg={partial:!0,tokenize:Ng},Rg={partial:!0,tokenize:Sg};function wg(e,n,s){const r=this,o=r.events[r.events.length-1];let i=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,a=0;return l;function l(x){const f=r.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(f==="listUnordered"?!r.containerState.marker||x===r.containerState.marker:Jr(x)){if(r.containerState.type||(r.containerState.type=f,e.enter(f,{_container:!0})),f==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(Bs,s,d)(x):d(x);if(!r.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(x)}return s(x)}function c(x){return Jr(x)&&++a<10?(e.consume(x),c):(!r.interrupt||a<2)&&(r.containerState.marker?x===r.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),d(x)):s(x)}function d(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||x,e.check(Js,r.interrupt?s:u,e.attempt(vg,m,p))}function u(x){return r.containerState.initialBlankLine=!0,i++,m(x)}function p(x){return _e(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),m):s(x)}function m(x){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,n(x)}}function bg(e,n,s){const r=this;return r.containerState._closeFlow=void 0,e.check(Js,o,i);function o(l){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Se(e,n,"listItemIndent",r.containerState.size+1)(l)}function i(l){return r.containerState.furtherBlankLines||!_e(l)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(l)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Rg,n,a)(l))}function a(l){return r.containerState._closeFlow=!0,r.interrupt=void 0,Se(e,e.attempt(et,n,s),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function Sg(e,n,s){const r=this;return Se(e,o,"listItemIndent",r.containerState.size+1);function o(i){const a=r.events[r.events.length-1];return a&&a[1].type==="listItemIndent"&&a[2].sliceSerialize(a[1],!0).length===r.containerState.size?n(i):s(i)}}function kg(e){e.exit(this.containerState.type)}function Ng(e,n,s){const r=this;return Se(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(i){const a=r.events[r.events.length-1];return!_e(i)&&a&&a[1].type==="listItemPrefixWhitespace"?n(i):s(i)}}const Si={name:"setextUnderline",resolveTo:Ig,tokenize:Tg};function Ig(e,n){let s=e.length,r,o,i;for(;s--;)if(e[s][0]==="enter"){if(e[s][1].type==="content"){r=s;break}e[s][1].type==="paragraph"&&(o=s)}else e[s][1].type==="content"&&e.splice(s,1),!i&&e[s][1].type==="definition"&&(i=s);const a={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",i?(e.splice(o,0,["enter",a,n]),e.splice(i+1,0,["exit",e[r][1],n]),e[r][1].end={...e[i][1].end}):e[r][1]=a,e.push(["exit",a,n]),e}function Tg(e,n,s){const r=this;let o;return i;function i(d){let u=r.events.length,p;for(;u--;)if(r.events[u][1].type!=="lineEnding"&&r.events[u][1].type!=="linePrefix"&&r.events[u][1].type!=="content"){p=r.events[u][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||p)?(e.enter("setextHeadingLine"),o=d,a(d)):s(d)}function a(d){return e.enter("setextHeadingLineSequence"),l(d)}function l(d){return d===o?(e.consume(d),l):(e.exit("setextHeadingLineSequence"),_e(d)?Se(e,c,"lineSuffix")(d):c(d))}function c(d){return d===null||oe(d)?(e.exit("setextHeadingLine"),n(d)):s(d)}}const Lg={tokenize:Pg};function Pg(e){const n=this,s=e.attempt(Js,r,e.attempt(this.parser.constructs.flowInitial,o,Se(e,e.attempt(this.parser.constructs.flow,o,e.attempt(Df,o)),"linePrefix")));return s;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),n.currentConstruct=void 0,s}function o(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n.currentConstruct=void 0,s}}const Mg={resolveAll:tl()},Bg=el("string"),Ag=el("text");function el(e){return{resolveAll:tl(e==="text"?$g:void 0),tokenize:n};function n(s){const r=this,o=this.parser.constructs[e],i=s.attempt(o,a,l);return a;function a(u){return d(u)?i(u):l(u)}function l(u){if(u===null){s.consume(u);return}return s.enter("data"),s.consume(u),c}function c(u){return d(u)?(s.exit("data"),i(u)):(s.consume(u),c)}function d(u){if(u===null)return!0;const p=o[u];let m=-1;if(p)for(;++m<p.length;){const x=p[m];if(!x.previous||x.previous.call(r,r.previous))return!0}return!1}}}function tl(e){return n;function n(s,r){let o=-1,i;for(;++o<=s.length;)i===void 0?s[o]&&s[o][1].type==="data"&&(i=o,o++):(!s[o]||s[o][1].type!=="data")&&(o!==i+2&&(s[i][1].end=s[o-1][1].end,s.splice(i+2,o-i-2),o=i+2),i=void 0);return e?e(s,r):s}}function $g(e,n){let s=0;for(;++s<=e.length;)if((s===e.length||e[s][1].type==="lineEnding")&&e[s-1][1].type==="data"){const r=e[s-1][1],o=n.sliceStream(r);let i=o.length,a=-1,l=0,c;for(;i--;){const d=o[i];if(typeof d=="string"){for(a=d.length;d.charCodeAt(a-1)===32;)l++,a--;if(a)break;a=-1}else if(d===-2)c=!0,l++;else if(d!==-1){i++;break}}if(n._contentTypeTextTrailing&&s===e.length&&(l=0),l){const d={type:s===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?a:r.start._bufferIndex+a,_index:r.start._index+i,line:r.end.line,column:r.end.column-l,offset:r.end.offset-l},end:{...r.end}};r.end={...d.start},r.start.offset===r.end.offset?Object.assign(r,d):(e.splice(s,0,["enter",d,n],["exit",d,n]),s+=2)}s++}return e}const Dg={42:et,43:et,45:et,48:et,49:et,50:et,51:et,52:et,53:et,54:et,55:et,56:et,57:et,62:qa},Og={91:Zf},Hg={[-2]:wr,[-1]:wr,32:wr},Vg={35:Yf,42:Bs,45:[Si,Bs],60:Qf,61:Si,95:Bs,96:wi,126:wi},Fg={38:Ya,92:Ga},Zg={[-5]:br,[-4]:br,[-3]:br,33:gg,38:Ya,42:Qr,60:[Cf,ig],91:Cg,92:[qf,Ga],93:Eo,95:Qr,96:Lf},zg={null:[Qr,Mg]},Ug={null:[42,95]},Wg={null:[]},qg=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:Ug,contentInitial:Og,disable:Wg,document:Dg,flow:Vg,flowInitial:Hg,insideSpan:zg,string:Fg,text:Zg},Symbol.toStringTag,{value:"Module"}));function Gg(e,n,s){let r={_bufferIndex:-1,_index:0,line:s&&s.line||1,column:s&&s.column||1,offset:s&&s.offset||0};const o={},i=[];let a=[],l=[];const c={attempt:N(E),check:N(R),consume:v,enter:_,exit:b,interrupt:N(R,{interrupt:!0})},d={code:null,containerState:{},defineSkip:h,events:[],now:f,parser:e,previous:null,sliceSerialize:m,sliceStream:x,write:p};let u=n.tokenize.call(d,c);return n.resolveAll&&i.push(n),d;function p(B){return a=jt(a,B),w(),a[a.length-1]!==null?[]:(S(n,0),d.events=_o(i,d.events,d),d.events)}function m(B,k){return Xg(x(B),k)}function x(B){return Yg(a,B)}function f(){const{_bufferIndex:B,_index:k,line:M,column:Z,offset:z}=r;return{_bufferIndex:B,_index:k,line:M,column:Z,offset:z}}function h(B){o[B.line]=B.column,L()}function w(){let B;for(;r._index<a.length;){const k=a[r._index];if(typeof k=="string")for(B=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===B&&r._bufferIndex<k.length;)j(k.charCodeAt(r._bufferIndex));else j(k)}}function j(B){u=u(B)}function v(B){oe(B)?(r.line++,r.column=1,r.offset+=B===-3?2:1,L()):B!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++)),d.previous=B}function _(B,k){const M=k||{};return M.type=B,M.start=f(),d.events.push(["enter",M,d]),l.push(M),M}function b(B){const k=l.pop();return k.end=f(),d.events.push(["exit",k,d]),k}function E(B,k){S(B,k.from)}function R(B,k){k.restore()}function N(B,k){return M;function M(Z,z,V){let U,q,Q,g;return Array.isArray(Z)?G(Z):"tokenize"in Z?G([Z]):T(Z);function T(H){return J;function J(re){const pe=re!==null&&H[re],ae=re!==null&&H.null,ke=[...Array.isArray(pe)?pe:pe?[pe]:[],...Array.isArray(ae)?ae:ae?[ae]:[]];return G(ke)(re)}}function G(H){return U=H,q=0,H.length===0?V:y(H[q])}function y(H){return J;function J(re){return g=P(),Q=H,H.partial||(d.currentConstruct=H),H.name&&d.parser.constructs.disable.null.includes(H.name)?X():H.tokenize.call(k?Object.assign(Object.create(d),k):d,c,O,X)(re)}}function O(H){return B(Q,g),z}function X(H){return g.restore(),++q<U.length?y(U[q]):V}}}function S(B,k){B.resolveAll&&!i.includes(B)&&i.push(B),B.resolve&&Dt(d.events,k,d.events.length-k,B.resolve(d.events.slice(k),d)),B.resolveTo&&(d.events=B.resolveTo(d.events,d))}function P(){const B=f(),k=d.previous,M=d.currentConstruct,Z=d.events.length,z=Array.from(l);return{from:Z,restore:V};function V(){r=B,d.previous=k,d.currentConstruct=M,d.events.length=Z,l=z,L()}}function L(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function Yg(e,n){const s=n.start._index,r=n.start._bufferIndex,o=n.end._index,i=n.end._bufferIndex;let a;if(s===o)a=[e[s].slice(r,i)];else{if(a=e.slice(s,o),r>-1){const l=a[0];typeof l=="string"?a[0]=l.slice(r):a.shift()}i>0&&a.push(e[o].slice(0,i))}return a}function Xg(e,n){let s=-1;const r=[];let o;for(;++s<e.length;){const i=e[s];let a;if(typeof i=="string")a=i;else switch(i){case-5:{a="\r";break}case-4:{a=`
|
|
153
|
+
`;break}case-3:{a=`\r
|
|
154
|
+
`;break}case-2:{a=n?" ":" ";break}case-1:{if(!n&&o)continue;a=" ";break}default:a=String.fromCharCode(i)}o=i===-2,r.push(a)}return r.join("")}function Kg(e){const r={constructs:sf([qg,...(e||{}).extensions||[]]),content:o(pf),defined:[],document:o(xf),flow:o(Lg),lazy:{},string:o(Bg),text:o(Ag)};return r;function o(i){return a;function a(l){return Gg(r,i,l)}}}function Jg(e){for(;!Xa(e););return e}const ki=/[\0\t\n\r]/g;function Qg(){let e=1,n="",s=!0,r;return o;function o(i,a,l){const c=[];let d,u,p,m,x;for(i=n+(typeof i=="string"?i.toString():new TextDecoder(a||void 0).decode(i)),p=0,n="",s&&(i.charCodeAt(0)===65279&&p++,s=void 0);p<i.length;){if(ki.lastIndex=p,d=ki.exec(i),m=d&&d.index!==void 0?d.index:i.length,x=i.charCodeAt(m),!d){n=i.slice(p);break}if(x===10&&p===m&&r)c.push(-3),r=void 0;else switch(r&&(c.push(-5),r=void 0),p<m&&(c.push(i.slice(p,m)),e+=m-p),x){case 0:{c.push(65533),e++;break}case 9:{for(u=Math.ceil(e/4)*4,c.push(-2);e++<u;)c.push(-1);break}case 10:{c.push(-4),e=1;break}default:r=!0,e=1}p=m+1}return l&&(r&&c.push(-5),n&&c.push(n),c.push(null)),c}}const e8=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function t8(e){return e.replace(e8,n8)}function n8(e,n,s){if(n)return n;if(s.charCodeAt(0)===35){const o=s.charCodeAt(1),i=o===120||o===88;return Wa(s.slice(i?2:1),i?16:10)}return yo(s)||e}const nl={}.hasOwnProperty;function s8(e,n,s){return typeof n!="string"&&(s=n,n=void 0),r8(s)(Jg(Kg(s).document().write(Qg()(e,n,!0))))}function r8(e){const n={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(W),autolinkProtocol:P,autolinkEmail:P,atxHeading:i(se),blockQuote:i(ae),characterEscape:P,characterReference:P,codeFenced:i(ke),codeFencedFenceInfo:a,codeFencedFenceMeta:a,codeIndented:i(ke,a),codeText:i(F,a),codeTextData:P,data:P,codeFlowValue:P,definition:i(Fe),definitionDestinationString:a,definitionLabelString:a,definitionTitleString:a,emphasis:i(ee),hardBreakEscape:i(K),hardBreakTrailing:i(K),htmlFlow:i(Y,a),htmlFlowData:P,htmlText:i(Y,a),htmlTextData:P,image:i(ue),label:a,link:i(W),listItem:i(le),listItemValue:m,listOrdered:i(ne,p),listUnordered:i(ne),paragraph:i(de),reference:y,referenceString:a,resourceDestinationString:a,resourceTitleString:a,setextHeading:i(se),strong:i(je),thematicBreak:i(Ae)},exit:{atxHeading:c(),atxHeadingSequence:E,autolink:c(),autolinkEmail:pe,autolinkProtocol:re,blockQuote:c(),characterEscapeValue:L,characterReferenceMarkerHexadecimal:X,characterReferenceMarkerNumeric:X,characterReferenceValue:H,characterReference:J,codeFenced:c(w),codeFencedFence:h,codeFencedFenceInfo:x,codeFencedFenceMeta:f,codeFlowValue:L,codeIndented:c(j),codeText:c(z),codeTextData:L,data:L,definition:c(),definitionDestinationString:b,definitionLabelString:v,definitionTitleString:_,emphasis:c(),hardBreakEscape:c(k),hardBreakTrailing:c(k),htmlFlow:c(M),htmlFlowData:L,htmlText:c(Z),htmlTextData:L,image:c(U),label:Q,labelText:q,lineEnding:B,link:c(V),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:O,resourceDestinationString:g,resourceTitleString:T,resource:G,setextHeading:c(S),setextHeadingLineSequence:N,setextHeadingText:R,strong:c(),thematicBreak:c()}};sl(n,(e||{}).mdastExtensions||[]);const s={};return r;function r(I){let D={type:"root",children:[]};const ie={stack:[D],tokenStack:[],config:n,enter:l,exit:d,buffer:a,resume:u,data:s},he=[];let Re=-1;for(;++Re<I.length;)if(I[Re][1].type==="listOrdered"||I[Re][1].type==="listUnordered")if(I[Re][0]==="enter")he.push(Re);else{const it=he.pop();Re=o(I,it,Re)}for(Re=-1;++Re<I.length;){const it=n[I[Re][0]];nl.call(it,I[Re][1].type)&&it[I[Re][1].type].call(Object.assign({sliceSerialize:I[Re][2].sliceSerialize},ie),I[Re][1])}if(ie.tokenStack.length>0){const it=ie.tokenStack[ie.tokenStack.length-1];(it[1]||Ni).call(ie,void 0,it[0])}for(D.position={start:Xt(I.length>0?I[0][1].start:{line:1,column:1,offset:0}),end:Xt(I.length>0?I[I.length-2][1].end:{line:1,column:1,offset:0})},Re=-1;++Re<n.transforms.length;)D=n.transforms[Re](D)||D;return D}function o(I,D,ie){let he=D-1,Re=-1,it=!1,Ot,$e,Ht,on;for(;++he<=ie;){const at=I[he];switch(at[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{at[0]==="enter"?Re++:Re--,on=void 0;break}case"lineEndingBlank":{at[0]==="enter"&&(Ot&&!on&&!Re&&!Ht&&(Ht=he),on=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:on=void 0}if(!Re&&at[0]==="enter"&&at[1].type==="listItemPrefix"||Re===-1&&at[0]==="exit"&&(at[1].type==="listUnordered"||at[1].type==="listOrdered")){if(Ot){let jn=he;for($e=void 0;jn--;){const Vt=I[jn];if(Vt[1].type==="lineEnding"||Vt[1].type==="lineEndingBlank"){if(Vt[0]==="exit")continue;$e&&(I[$e][1].type="lineEndingBlank",it=!0),Vt[1].type="lineEnding",$e=jn}else if(!(Vt[1].type==="linePrefix"||Vt[1].type==="blockQuotePrefix"||Vt[1].type==="blockQuotePrefixWhitespace"||Vt[1].type==="blockQuoteMarker"||Vt[1].type==="listItemIndent"))break}Ht&&(!$e||Ht<$e)&&(Ot._spread=!0),Ot.end=Object.assign({},$e?I[$e][1].start:at[1].end),I.splice($e||he,0,["exit",Ot,at[2]]),he++,ie++}if(at[1].type==="listItemPrefix"){const jn={type:"listItem",_spread:!1,start:Object.assign({},at[1].start),end:void 0};Ot=jn,I.splice(he,0,["enter",jn,at[2]]),he++,ie++,Ht=void 0,on=!0}}}return I[D][1]._spread=it,ie}function i(I,D){return ie;function ie(he){l.call(this,I(he),he),D&&D.call(this,he)}}function a(){this.stack.push({type:"fragment",children:[]})}function l(I,D,ie){this.stack[this.stack.length-1].children.push(I),this.stack.push(I),this.tokenStack.push([D,ie||void 0]),I.position={start:Xt(D.start),end:void 0}}function c(I){return D;function D(ie){I&&I.call(this,ie),d.call(this,ie)}}function d(I,D){const ie=this.stack.pop(),he=this.tokenStack.pop();if(he)he[0].type!==I.type&&(D?D.call(this,I,he[0]):(he[1]||Ni).call(this,I,he[0]));else throw new Error("Cannot close `"+I.type+"` ("+Yn({start:I.start,end:I.end})+"): it’s not open");ie.position.end=Xt(I.end)}function u(){return tf(this.stack.pop())}function p(){this.data.expectingFirstListItemValue=!0}function m(I){if(this.data.expectingFirstListItemValue){const D=this.stack[this.stack.length-2];D.start=Number.parseInt(this.sliceSerialize(I),10),this.data.expectingFirstListItemValue=void 0}}function x(){const I=this.resume(),D=this.stack[this.stack.length-1];D.lang=I}function f(){const I=this.resume(),D=this.stack[this.stack.length-1];D.meta=I}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function w(){const I=this.resume(),D=this.stack[this.stack.length-1];D.value=I.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function j(){const I=this.resume(),D=this.stack[this.stack.length-1];D.value=I.replace(/(\r?\n|\r)$/g,"")}function v(I){const D=this.resume(),ie=this.stack[this.stack.length-1];ie.label=D,ie.identifier=kn(this.sliceSerialize(I)).toLowerCase()}function _(){const I=this.resume(),D=this.stack[this.stack.length-1];D.title=I}function b(){const I=this.resume(),D=this.stack[this.stack.length-1];D.url=I}function E(I){const D=this.stack[this.stack.length-1];if(!D.depth){const ie=this.sliceSerialize(I).length;D.depth=ie}}function R(){this.data.setextHeadingSlurpLineEnding=!0}function N(I){const D=this.stack[this.stack.length-1];D.depth=this.sliceSerialize(I).codePointAt(0)===61?1:2}function S(){this.data.setextHeadingSlurpLineEnding=void 0}function P(I){const ie=this.stack[this.stack.length-1].children;let he=ie[ie.length-1];(!he||he.type!=="text")&&(he=Ce(),he.position={start:Xt(I.start),end:void 0},ie.push(he)),this.stack.push(he)}function L(I){const D=this.stack.pop();D.value+=this.sliceSerialize(I),D.position.end=Xt(I.end)}function B(I){const D=this.stack[this.stack.length-1];if(this.data.atHardBreak){const ie=D.children[D.children.length-1];ie.position.end=Xt(I.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&n.canContainEols.includes(D.type)&&(P.call(this,I),L.call(this,I))}function k(){this.data.atHardBreak=!0}function M(){const I=this.resume(),D=this.stack[this.stack.length-1];D.value=I}function Z(){const I=this.resume(),D=this.stack[this.stack.length-1];D.value=I}function z(){const I=this.resume(),D=this.stack[this.stack.length-1];D.value=I}function V(){const I=this.stack[this.stack.length-1];if(this.data.inReference){const D=this.data.referenceType||"shortcut";I.type+="Reference",I.referenceType=D,delete I.url,delete I.title}else delete I.identifier,delete I.label;this.data.referenceType=void 0}function U(){const I=this.stack[this.stack.length-1];if(this.data.inReference){const D=this.data.referenceType||"shortcut";I.type+="Reference",I.referenceType=D,delete I.url,delete I.title}else delete I.identifier,delete I.label;this.data.referenceType=void 0}function q(I){const D=this.sliceSerialize(I),ie=this.stack[this.stack.length-2];ie.label=t8(D),ie.identifier=kn(D).toLowerCase()}function Q(){const I=this.stack[this.stack.length-1],D=this.resume(),ie=this.stack[this.stack.length-1];if(this.data.inReference=!0,ie.type==="link"){const he=I.children;ie.children=he}else ie.alt=D}function g(){const I=this.resume(),D=this.stack[this.stack.length-1];D.url=I}function T(){const I=this.resume(),D=this.stack[this.stack.length-1];D.title=I}function G(){this.data.inReference=void 0}function y(){this.data.referenceType="collapsed"}function O(I){const D=this.resume(),ie=this.stack[this.stack.length-1];ie.label=D,ie.identifier=kn(this.sliceSerialize(I)).toLowerCase(),this.data.referenceType="full"}function X(I){this.data.characterReferenceType=I.type}function H(I){const D=this.sliceSerialize(I),ie=this.data.characterReferenceType;let he;ie?(he=Wa(D,ie==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):he=yo(D);const Re=this.stack[this.stack.length-1];Re.value+=he}function J(I){const D=this.stack.pop();D.position.end=Xt(I.end)}function re(I){L.call(this,I);const D=this.stack[this.stack.length-1];D.url=this.sliceSerialize(I)}function pe(I){L.call(this,I);const D=this.stack[this.stack.length-1];D.url="mailto:"+this.sliceSerialize(I)}function ae(){return{type:"blockquote",children:[]}}function ke(){return{type:"code",lang:null,meta:null,value:""}}function F(){return{type:"inlineCode",value:""}}function Fe(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function ee(){return{type:"emphasis",children:[]}}function se(){return{type:"heading",depth:0,children:[]}}function K(){return{type:"break"}}function Y(){return{type:"html",value:""}}function ue(){return{type:"image",title:null,url:"",alt:null}}function W(){return{type:"link",title:null,url:"",children:[]}}function ne(I){return{type:"list",ordered:I.type==="listOrdered",start:null,spread:I._spread,children:[]}}function le(I){return{type:"listItem",spread:I._spread,checked:null,children:[]}}function de(){return{type:"paragraph",children:[]}}function je(){return{type:"strong",children:[]}}function Ce(){return{type:"text",value:""}}function Ae(){return{type:"thematicBreak"}}}function Xt(e){return{line:e.line,column:e.column,offset:e.offset}}function sl(e,n){let s=-1;for(;++s<n.length;){const r=n[s];Array.isArray(r)?sl(e,r):o8(e,r)}}function o8(e,n){let s;for(s in n)if(nl.call(n,s))switch(s){case"canContainEols":{const r=n[s];r&&e[s].push(...r);break}case"transforms":{const r=n[s];r&&e[s].push(...r);break}case"enter":case"exit":{const r=n[s];r&&Object.assign(e[s],r);break}}}function Ni(e,n){throw e?new Error("Cannot close `"+e.type+"` ("+Yn({start:e.start,end:e.end})+"): a different token (`"+n.type+"`, "+Yn({start:n.start,end:n.end})+") is open"):new Error("Cannot close document, a token (`"+n.type+"`, "+Yn({start:n.start,end:n.end})+") is still open")}function i8(e){const n=this;n.parser=s;function s(r){return s8(r,{...n.data("settings"),...e,extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]})}}function a8(e,n){const s={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(n),!0)};return e.patch(n,s),e.applyData(n,s)}function l8(e,n){const s={type:"element",tagName:"br",properties:{},children:[]};return e.patch(n,s),[e.applyData(n,s),{type:"text",value:`
|
|
155
|
+
`}]}function c8(e,n){const s=n.value?n.value+`
|
|
156
|
+
`:"",r={};n.lang&&(r.className=["language-"+n.lang]);let o={type:"element",tagName:"code",properties:r,children:[{type:"text",value:s}]};return n.meta&&(o.data={meta:n.meta}),e.patch(n,o),o=e.applyData(n,o),o={type:"element",tagName:"pre",properties:{},children:[o]},e.patch(n,o),o}function u8(e,n){const s={type:"element",tagName:"del",properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}function d8(e,n){const s={type:"element",tagName:"em",properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}function p8(e,n){const s=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(n.identifier).toUpperCase(),o=Mn(r.toLowerCase()),i=e.footnoteOrder.indexOf(r);let a,l=e.footnoteCounts.get(r);l===void 0?(l=0,e.footnoteOrder.push(r),a=e.footnoteOrder.length):a=i+1,l+=1,e.footnoteCounts.set(r,l);const c={type:"element",tagName:"a",properties:{href:"#"+s+"fn-"+o,id:s+"fnref-"+o+(l>1?"-"+l:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(a)}]};e.patch(n,c);const d={type:"element",tagName:"sup",properties:{},children:[c]};return e.patch(n,d),e.applyData(n,d)}function m8(e,n){const s={type:"element",tagName:"h"+n.depth,properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}function x8(e,n){if(e.options.allowDangerousHtml){const s={type:"raw",value:n.value};return e.patch(n,s),e.applyData(n,s)}}function rl(e,n){const s=n.referenceType;let r="]";if(s==="collapsed"?r+="[]":s==="full"&&(r+="["+(n.label||n.identifier)+"]"),n.type==="imageReference")return[{type:"text",value:"!["+n.alt+r}];const o=e.all(n),i=o[0];i&&i.type==="text"?i.value="["+i.value:o.unshift({type:"text",value:"["});const a=o[o.length-1];return a&&a.type==="text"?a.value+=r:o.push({type:"text",value:r}),o}function h8(e,n){const s=String(n.identifier).toUpperCase(),r=e.definitionById.get(s);if(!r)return rl(e,n);const o={src:Mn(r.url||""),alt:n.alt};r.title!==null&&r.title!==void 0&&(o.title=r.title);const i={type:"element",tagName:"img",properties:o,children:[]};return e.patch(n,i),e.applyData(n,i)}function f8(e,n){const s={src:Mn(n.url)};n.alt!==null&&n.alt!==void 0&&(s.alt=n.alt),n.title!==null&&n.title!==void 0&&(s.title=n.title);const r={type:"element",tagName:"img",properties:s,children:[]};return e.patch(n,r),e.applyData(n,r)}function g8(e,n){const s={type:"text",value:n.value.replace(/\r?\n|\r/g," ")};e.patch(n,s);const r={type:"element",tagName:"code",properties:{},children:[s]};return e.patch(n,r),e.applyData(n,r)}function j8(e,n){const s=String(n.identifier).toUpperCase(),r=e.definitionById.get(s);if(!r)return rl(e,n);const o={href:Mn(r.url||"")};r.title!==null&&r.title!==void 0&&(o.title=r.title);const i={type:"element",tagName:"a",properties:o,children:e.all(n)};return e.patch(n,i),e.applyData(n,i)}function C8(e,n){const s={href:Mn(n.url)};n.title!==null&&n.title!==void 0&&(s.title=n.title);const r={type:"element",tagName:"a",properties:s,children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function y8(e,n,s){const r=e.all(n),o=s?_8(s):ol(n),i={},a=[];if(typeof n.checked=="boolean"){const u=r[0];let p;u&&u.type==="element"&&u.tagName==="p"?p=u:(p={type:"element",tagName:"p",properties:{},children:[]},r.unshift(p)),p.children.length>0&&p.children.unshift({type:"text",value:" "}),p.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:n.checked,disabled:!0},children:[]}),i.className=["task-list-item"]}let l=-1;for(;++l<r.length;){const u=r[l];(o||l!==0||u.type!=="element"||u.tagName!=="p")&&a.push({type:"text",value:`
|
|
157
|
+
`}),u.type==="element"&&u.tagName==="p"&&!o?a.push(...u.children):a.push(u)}const c=r[r.length-1];c&&(o||c.type!=="element"||c.tagName!=="p")&&a.push({type:"text",value:`
|
|
158
|
+
`});const d={type:"element",tagName:"li",properties:i,children:a};return e.patch(n,d),e.applyData(n,d)}function _8(e){let n=!1;if(e.type==="list"){n=e.spread||!1;const s=e.children;let r=-1;for(;!n&&++r<s.length;)n=ol(s[r])}return n}function ol(e){const n=e.spread;return n??e.children.length>1}function E8(e,n){const s={},r=e.all(n);let o=-1;for(typeof n.start=="number"&&n.start!==1&&(s.start=n.start);++o<r.length;){const a=r[o];if(a.type==="element"&&a.tagName==="li"&&a.properties&&Array.isArray(a.properties.className)&&a.properties.className.includes("task-list-item")){s.className=["contains-task-list"];break}}const i={type:"element",tagName:n.ordered?"ol":"ul",properties:s,children:e.wrap(r,!0)};return e.patch(n,i),e.applyData(n,i)}function v8(e,n){const s={type:"element",tagName:"p",properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}function R8(e,n){const s={type:"root",children:e.wrap(e.all(n))};return e.patch(n,s),e.applyData(n,s)}function w8(e,n){const s={type:"element",tagName:"strong",properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}function b8(e,n){const s=e.all(n),r=s.shift(),o=[];if(r){const a={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(n.children[0],a),o.push(a)}if(s.length>0){const a={type:"element",tagName:"tbody",properties:{},children:e.wrap(s,!0)},l=fo(n.children[1]),c=Oa(n.children[n.children.length-1]);l&&c&&(a.position={start:l,end:c}),o.push(a)}const i={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(n,i),e.applyData(n,i)}function S8(e,n,s){const r=s?s.children:void 0,i=(r?r.indexOf(n):1)===0?"th":"td",a=s&&s.type==="table"?s.align:void 0,l=a?a.length:n.children.length;let c=-1;const d=[];for(;++c<l;){const p=n.children[c],m={},x=a?a[c]:void 0;x&&(m.align=x);let f={type:"element",tagName:i,properties:m,children:[]};p&&(f.children=e.all(p),e.patch(p,f),f=e.applyData(p,f)),d.push(f)}const u={type:"element",tagName:"tr",properties:{},children:e.wrap(d,!0)};return e.patch(n,u),e.applyData(n,u)}function k8(e,n){const s={type:"element",tagName:"td",properties:{},children:e.all(n)};return e.patch(n,s),e.applyData(n,s)}const Ii=9,Ti=32;function N8(e){const n=String(e),s=/\r?\n|\r/g;let r=s.exec(n),o=0;const i=[];for(;r;)i.push(Li(n.slice(o,r.index),o>0,!0),r[0]),o=r.index+r[0].length,r=s.exec(n);return i.push(Li(n.slice(o),o>0,!1)),i.join("")}function Li(e,n,s){let r=0,o=e.length;if(n){let i=e.codePointAt(r);for(;i===Ii||i===Ti;)r++,i=e.codePointAt(r)}if(s){let i=e.codePointAt(o-1);for(;i===Ii||i===Ti;)o--,i=e.codePointAt(o-1)}return o>r?e.slice(r,o):""}function I8(e,n){const s={type:"text",value:N8(String(n.value))};return e.patch(n,s),e.applyData(n,s)}function T8(e,n){const s={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(n,s),e.applyData(n,s)}const L8={blockquote:a8,break:l8,code:c8,delete:u8,emphasis:d8,footnoteReference:p8,heading:m8,html:x8,imageReference:h8,image:f8,inlineCode:g8,linkReference:j8,link:C8,listItem:y8,list:E8,paragraph:v8,root:R8,strong:w8,table:b8,tableCell:k8,tableRow:S8,text:I8,thematicBreak:T8,toml:Ss,yaml:Ss,definition:Ss,footnoteDefinition:Ss};function Ss(){}const il=-1,Qs=0,Kn=1,Us=2,vo=3,Ro=4,wo=5,bo=6,al=7,ll=8,Pi=typeof self=="object"?self:globalThis,P8=(e,n)=>{const s=(o,i)=>(e.set(i,o),o),r=o=>{if(e.has(o))return e.get(o);const[i,a]=n[o];switch(i){case Qs:case il:return s(a,o);case Kn:{const l=s([],o);for(const c of a)l.push(r(c));return l}case Us:{const l=s({},o);for(const[c,d]of a)l[r(c)]=r(d);return l}case vo:return s(new Date(a),o);case Ro:{const{source:l,flags:c}=a;return s(new RegExp(l,c),o)}case wo:{const l=s(new Map,o);for(const[c,d]of a)l.set(r(c),r(d));return l}case bo:{const l=s(new Set,o);for(const c of a)l.add(r(c));return l}case al:{const{name:l,message:c}=a;return s(new Pi[l](c),o)}case ll:return s(BigInt(a),o);case"BigInt":return s(Object(BigInt(a)),o);case"ArrayBuffer":return s(new Uint8Array(a).buffer,a);case"DataView":{const{buffer:l}=new Uint8Array(a);return s(new DataView(l),a)}}return s(new Pi[i](a),o)};return r},Mi=e=>P8(new Map,e)(0),En="",{toString:M8}={},{keys:B8}=Object,Zn=e=>{const n=typeof e;if(n!=="object"||!e)return[Qs,n];const s=M8.call(e).slice(8,-1);switch(s){case"Array":return[Kn,En];case"Object":return[Us,En];case"Date":return[vo,En];case"RegExp":return[Ro,En];case"Map":return[wo,En];case"Set":return[bo,En];case"DataView":return[Kn,s]}return s.includes("Array")?[Kn,s]:s.includes("Error")?[al,s]:[Us,s]},ks=([e,n])=>e===Qs&&(n==="function"||n==="symbol"),A8=(e,n,s,r)=>{const o=(a,l)=>{const c=r.push(a)-1;return s.set(l,c),c},i=a=>{if(s.has(a))return s.get(a);let[l,c]=Zn(a);switch(l){case Qs:{let u=a;switch(c){case"bigint":l=ll,u=a.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+c);u=null;break;case"undefined":return o([il],a)}return o([l,u],a)}case Kn:{if(c){let m=a;return c==="DataView"?m=new Uint8Array(a.buffer):c==="ArrayBuffer"&&(m=new Uint8Array(a)),o([c,[...m]],a)}const u=[],p=o([l,u],a);for(const m of a)u.push(i(m));return p}case Us:{if(c)switch(c){case"BigInt":return o([c,a.toString()],a);case"Boolean":case"Number":case"String":return o([c,a.valueOf()],a)}if(n&&"toJSON"in a)return i(a.toJSON());const u=[],p=o([l,u],a);for(const m of B8(a))(e||!ks(Zn(a[m])))&&u.push([i(m),i(a[m])]);return p}case vo:return o([l,a.toISOString()],a);case Ro:{const{source:u,flags:p}=a;return o([l,{source:u,flags:p}],a)}case wo:{const u=[],p=o([l,u],a);for(const[m,x]of a)(e||!(ks(Zn(m))||ks(Zn(x))))&&u.push([i(m),i(x)]);return p}case bo:{const u=[],p=o([l,u],a);for(const m of a)(e||!ks(Zn(m)))&&u.push(i(m));return p}}const{message:d}=a;return o([l,{name:c,message:d}],a)};return i},Bi=(e,{json:n,lossy:s}={})=>{const r=[];return A8(!(n||s),!!n,new Map,r)(e),r},Ws=typeof structuredClone=="function"?(e,n)=>n&&("json"in n||"lossy"in n)?Mi(Bi(e,n)):structuredClone(e):(e,n)=>Mi(Bi(e,n));function $8(e,n){const s=[{type:"text",value:"↩"}];return n>1&&s.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(n)}]}),s}function D8(e,n){return"Back to reference "+(e+1)+(n>1?"-"+n:"")}function O8(e){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",s=e.options.footnoteBackContent||$8,r=e.options.footnoteBackLabel||D8,o=e.options.footnoteLabel||"Footnotes",i=e.options.footnoteLabelTagName||"h2",a=e.options.footnoteLabelProperties||{className:["sr-only"]},l=[];let c=-1;for(;++c<e.footnoteOrder.length;){const d=e.footnoteById.get(e.footnoteOrder[c]);if(!d)continue;const u=e.all(d),p=String(d.identifier).toUpperCase(),m=Mn(p.toLowerCase());let x=0;const f=[],h=e.footnoteCounts.get(p);for(;h!==void 0&&++x<=h;){f.length>0&&f.push({type:"text",value:" "});let v=typeof s=="string"?s:s(c,x);typeof v=="string"&&(v={type:"text",value:v}),f.push({type:"element",tagName:"a",properties:{href:"#"+n+"fnref-"+m+(x>1?"-"+x:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(c,x),className:["data-footnote-backref"]},children:Array.isArray(v)?v:[v]})}const w=u[u.length-1];if(w&&w.type==="element"&&w.tagName==="p"){const v=w.children[w.children.length-1];v&&v.type==="text"?v.value+=" ":w.children.push({type:"text",value:" "}),w.children.push(...f)}else u.push(...f);const j={type:"element",tagName:"li",properties:{id:n+"fn-"+m},children:e.wrap(u,!0)};e.patch(d,j),l.push(j)}if(l.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...Ws(a),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:`
|
|
159
|
+
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(l,!0)},{type:"text",value:`
|
|
160
|
+
`}]}}const cl=function(e){if(e==null)return Z8;if(typeof e=="function")return er(e);if(typeof e=="object")return Array.isArray(e)?H8(e):V8(e);if(typeof e=="string")return F8(e);throw new Error("Expected function, string, or object as test")};function H8(e){const n=[];let s=-1;for(;++s<e.length;)n[s]=cl(e[s]);return er(r);function r(...o){let i=-1;for(;++i<n.length;)if(n[i].apply(this,o))return!0;return!1}}function V8(e){const n=e;return er(s);function s(r){const o=r;let i;for(i in e)if(o[i]!==n[i])return!1;return!0}}function F8(e){return er(n);function n(s){return s&&s.type===e}}function er(e){return n;function n(s,r,o){return!!(z8(s)&&e.call(this,s,typeof r=="number"?r:void 0,o||void 0))}}function Z8(){return!0}function z8(e){return e!==null&&typeof e=="object"&&"type"in e}const ul=[],U8=!0,Ai=!1,W8="skip";function q8(e,n,s,r){let o;typeof n=="function"&&typeof s!="function"?(r=s,s=n):o=n;const i=cl(o),a=r?-1:1;l(e,void 0,[])();function l(c,d,u){const p=c&&typeof c=="object"?c:{};if(typeof p.type=="string"){const x=typeof p.tagName=="string"?p.tagName:typeof p.name=="string"?p.name:void 0;Object.defineProperty(m,"name",{value:"node ("+(c.type+(x?"<"+x+">":""))+")"})}return m;function m(){let x=ul,f,h,w;if((!n||i(c,d,u[u.length-1]||void 0))&&(x=G8(s(c,u)),x[0]===Ai))return x;if("children"in c&&c.children){const j=c;if(j.children&&x[0]!==W8)for(h=(r?j.children.length:-1)+a,w=u.concat(j);h>-1&&h<j.children.length;){const v=j.children[h];if(f=l(v,h,w)(),f[0]===Ai)return f;h=typeof f[1]=="number"?f[1]:h+a}}return x}}}function G8(e){return Array.isArray(e)?e:typeof e=="number"?[U8,e]:e==null?ul:[e]}function dl(e,n,s,r){let o,i,a;typeof n=="function"?(i=void 0,a=n,o=s):(i=n,a=s,o=r),q8(e,i,l,o);function l(c,d){const u=d[d.length-1],p=u?u.children.indexOf(c):void 0;return a(c,p,u)}}const eo={}.hasOwnProperty,Y8={};function X8(e,n){const s=n||Y8,r=new Map,o=new Map,i=new Map,a={...L8,...s.handlers},l={all:d,applyData:J8,definitionById:r,footnoteById:o,footnoteCounts:i,footnoteOrder:[],handlers:a,one:c,options:s,patch:K8,wrap:e9};return dl(e,function(u){if(u.type==="definition"||u.type==="footnoteDefinition"){const p=u.type==="definition"?r:o,m=String(u.identifier).toUpperCase();p.has(m)||p.set(m,u)}}),l;function c(u,p){const m=u.type,x=l.handlers[m];if(eo.call(l.handlers,m)&&x)return x(l,u,p);if(l.options.passThrough&&l.options.passThrough.includes(m)){if("children"in u){const{children:h,...w}=u,j=Ws(w);return j.children=l.all(u),j}return Ws(u)}return(l.options.unknownHandler||Q8)(l,u,p)}function d(u){const p=[];if("children"in u){const m=u.children;let x=-1;for(;++x<m.length;){const f=l.one(m[x],u);if(f){if(x&&m[x-1].type==="break"&&(!Array.isArray(f)&&f.type==="text"&&(f.value=$i(f.value)),!Array.isArray(f)&&f.type==="element")){const h=f.children[0];h&&h.type==="text"&&(h.value=$i(h.value))}Array.isArray(f)?p.push(...f):p.push(f)}}}return p}}function K8(e,n){e.position&&(n.position=T7(e))}function J8(e,n){let s=n;if(e&&e.data){const r=e.data.hName,o=e.data.hChildren,i=e.data.hProperties;if(typeof r=="string")if(s.type==="element")s.tagName=r;else{const a="children"in s?s.children:[s];s={type:"element",tagName:r,properties:{},children:a}}s.type==="element"&&i&&Object.assign(s.properties,Ws(i)),"children"in s&&s.children&&o!==null&&o!==void 0&&(s.children=o)}return s}function Q8(e,n){const s=n.data||{},r="value"in n&&!(eo.call(s,"hProperties")||eo.call(s,"hChildren"))?{type:"text",value:n.value}:{type:"element",tagName:"div",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function e9(e,n){const s=[];let r=-1;for(n&&s.push({type:"text",value:`
|
|
161
|
+
`});++r<e.length;)r&&s.push({type:"text",value:`
|
|
162
|
+
`}),s.push(e[r]);return n&&e.length>0&&s.push({type:"text",value:`
|
|
163
|
+
`}),s}function $i(e){let n=0,s=e.charCodeAt(n);for(;s===9||s===32;)n++,s=e.charCodeAt(n);return e.slice(n)}function Di(e,n){const s=X8(e,n),r=s.one(e,void 0),o=O8(s),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&i.children.push({type:"text",value:`
|
|
164
|
+
`},o),i}function t9(e,n){return e&&"run"in e?async function(s,r){const o=Di(s,{file:r,...n});await e.run(o,r)}:function(s,r){return Di(s,{file:r,...e||n})}}function Oi(e){if(e)throw e}var As=Object.prototype.hasOwnProperty,pl=Object.prototype.toString,Hi=Object.defineProperty,Vi=Object.getOwnPropertyDescriptor,Fi=function(n){return typeof Array.isArray=="function"?Array.isArray(n):pl.call(n)==="[object Array]"},Zi=function(n){if(!n||pl.call(n)!=="[object Object]")return!1;var s=As.call(n,"constructor"),r=n.constructor&&n.constructor.prototype&&As.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!s&&!r)return!1;var o;for(o in n);return typeof o>"u"||As.call(n,o)},zi=function(n,s){Hi&&s.name==="__proto__"?Hi(n,s.name,{enumerable:!0,configurable:!0,value:s.newValue,writable:!0}):n[s.name]=s.newValue},Ui=function(n,s){if(s==="__proto__")if(As.call(n,s)){if(Vi)return Vi(n,s).value}else return;return n[s]},n9=function e(){var n,s,r,o,i,a,l=arguments[0],c=1,d=arguments.length,u=!1;for(typeof l=="boolean"&&(u=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<d;++c)if(n=arguments[c],n!=null)for(s in n)r=Ui(l,s),o=Ui(n,s),l!==o&&(u&&o&&(Zi(o)||(i=Fi(o)))?(i?(i=!1,a=r&&Fi(r)?r:[]):a=r&&Zi(r)?r:{},zi(l,{name:s,newValue:e(u,a,o)})):typeof o<"u"&&zi(l,{name:s,newValue:o}));return l};const Sr=t.getDefaultExportFromCjs(n9);function to(e){if(typeof e!="object"||e===null)return!1;const n=Object.getPrototypeOf(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function s9(){const e=[],n={run:s,use:r};return n;function s(...o){let i=-1;const a=o.pop();if(typeof a!="function")throw new TypeError("Expected function as last argument, not "+a);l(null,...o);function l(c,...d){const u=e[++i];let p=-1;if(c){a(c);return}for(;++p<o.length;)(d[p]===null||d[p]===void 0)&&(d[p]=o[p]);o=d,u?r9(u,l)(...d):a(null,...d)}}function r(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),n}}function r9(e,n){let s;return r;function r(...a){const l=e.length>a.length;let c;l&&a.push(o);try{c=e.apply(this,a)}catch(d){const u=d;if(l&&s)throw u;return o(u)}l||(c&&c.then&&typeof c.then=="function"?c.then(i,o):c instanceof Error?o(c):i(c))}function o(a,...l){s||(s=!0,n(a,...l))}function i(a){o(null,a)}}const At={basename:o9,dirname:i9,extname:a9,join:l9,sep:"/"};function o9(e,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');cs(e);let s=0,r=-1,o=e.length,i;if(n===void 0||n.length===0||n.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(i){s=o+1;break}}else r<0&&(i=!0,r=o+1);return r<0?"":e.slice(s,r)}if(n===e)return"";let a=-1,l=n.length-1;for(;o--;)if(e.codePointAt(o)===47){if(i){s=o+1;break}}else a<0&&(i=!0,a=o+1),l>-1&&(e.codePointAt(o)===n.codePointAt(l--)?l<0&&(r=o):(l=-1,r=a));return s===r?r=a:r<0&&(r=e.length),e.slice(s,r)}function i9(e){if(cs(e),e.length===0)return".";let n=-1,s=e.length,r;for(;--s;)if(e.codePointAt(s)===47){if(r){n=s;break}}else r||(r=!0);return n<0?e.codePointAt(0)===47?"/":".":n===1&&e.codePointAt(0)===47?"//":e.slice(0,n)}function a9(e){cs(e);let n=e.length,s=-1,r=0,o=-1,i=0,a;for(;n--;){const l=e.codePointAt(n);if(l===47){if(a){r=n+1;break}continue}s<0&&(a=!0,s=n+1),l===46?o<0?o=n:i!==1&&(i=1):o>-1&&(i=-1)}return o<0||s<0||i===0||i===1&&o===s-1&&o===r+1?"":e.slice(o,s)}function l9(...e){let n=-1,s;for(;++n<e.length;)cs(e[n]),e[n]&&(s=s===void 0?e[n]:s+"/"+e[n]);return s===void 0?".":c9(s)}function c9(e){cs(e);const n=e.codePointAt(0)===47;let s=u9(e,!n);return s.length===0&&!n&&(s="."),s.length>0&&e.codePointAt(e.length-1)===47&&(s+="/"),n?"/"+s:s}function u9(e,n){let s="",r=0,o=-1,i=0,a=-1,l,c;for(;++a<=e.length;){if(a<e.length)l=e.codePointAt(a);else{if(l===47)break;l=47}if(l===47){if(!(o===a-1||i===1))if(o!==a-1&&i===2){if(s.length<2||r!==2||s.codePointAt(s.length-1)!==46||s.codePointAt(s.length-2)!==46){if(s.length>2){if(c=s.lastIndexOf("/"),c!==s.length-1){c<0?(s="",r=0):(s=s.slice(0,c),r=s.length-1-s.lastIndexOf("/")),o=a,i=0;continue}}else if(s.length>0){s="",r=0,o=a,i=0;continue}}n&&(s=s.length>0?s+"/..":"..",r=2)}else s.length>0?s+="/"+e.slice(o+1,a):s=e.slice(o+1,a),r=a-o-1;o=a,i=0}else l===46&&i>-1?i++:i=-1}return s}function cs(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const d9={cwd:p9};function p9(){return"/"}function no(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function m9(e){if(typeof e=="string")e=new URL(e);else if(!no(e)){const n=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw n.code="ERR_INVALID_ARG_TYPE",n}if(e.protocol!=="file:"){const n=new TypeError("The URL must be of scheme file");throw n.code="ERR_INVALID_URL_SCHEME",n}return x9(e)}function x9(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const n=e.pathname;let s=-1;for(;++s<n.length;)if(n.codePointAt(s)===37&&n.codePointAt(s+1)===50){const r=n.codePointAt(s+2);if(r===70||r===102){const o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(n)}const kr=["history","path","basename","stem","extname","dirname"];class ml{constructor(n){let s;n?no(n)?s={path:n}:typeof n=="string"||h9(n)?s={value:n}:s=n:s={},this.cwd="cwd"in s?"":d9.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<kr.length;){const i=kr[r];i in s&&s[i]!==void 0&&s[i]!==null&&(this[i]=i==="history"?[...s[i]]:s[i])}let o;for(o in s)kr.includes(o)||(this[o]=s[o])}get basename(){return typeof this.path=="string"?At.basename(this.path):void 0}set basename(n){Ir(n,"basename"),Nr(n,"basename"),this.path=At.join(this.dirname||"",n)}get dirname(){return typeof this.path=="string"?At.dirname(this.path):void 0}set dirname(n){Wi(this.basename,"dirname"),this.path=At.join(n||"",this.basename)}get extname(){return typeof this.path=="string"?At.extname(this.path):void 0}set extname(n){if(Nr(n,"extname"),Wi(this.dirname,"extname"),n){if(n.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(n.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=At.join(this.dirname,this.stem+(n||""))}get path(){return this.history[this.history.length-1]}set path(n){no(n)&&(n=m9(n)),Ir(n,"path"),this.path!==n&&this.history.push(n)}get stem(){return typeof this.path=="string"?At.basename(this.path,this.extname):void 0}set stem(n){Ir(n,"stem"),Nr(n,"stem"),this.path=At.join(this.dirname||"",n+(this.extname||""))}fail(n,s,r){const o=this.message(n,s,r);throw o.fatal=!0,o}info(n,s,r){const o=this.message(n,s,r);return o.fatal=void 0,o}message(n,s,r){const o=new qe(n,s,r);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(n){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(n||void 0).decode(this.value)}}function Nr(e,n){if(e&&e.includes(At.sep))throw new Error("`"+n+"` cannot be a path: did not expect `"+At.sep+"`")}function Ir(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function Wi(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}function h9(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const f9=function(e){const r=this.constructor.prototype,o=r[e],i=function(){return o.apply(i,arguments)};return Object.setPrototypeOf(i,r),i},g9={}.hasOwnProperty;class So extends f9{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=s9()}copy(){const n=new So;let s=-1;for(;++s<this.attachers.length;){const r=this.attachers[s];n.use(...r)}return n.data(Sr(!0,{},this.namespace)),n}data(n,s){return typeof n=="string"?arguments.length===2?(Pr("data",this.frozen),this.namespace[n]=s,this):g9.call(this.namespace,n)&&this.namespace[n]||void 0:n?(Pr("data",this.frozen),this.namespace=n,this):this.namespace}freeze(){if(this.frozen)return this;const n=this;for(;++this.freezeIndex<this.attachers.length;){const[s,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const o=s.call(n,...r);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(n){this.freeze();const s=Ns(n),r=this.parser||this.Parser;return Tr("parse",r),r(String(s),s)}process(n,s){const r=this;return this.freeze(),Tr("process",this.parser||this.Parser),Lr("process",this.compiler||this.Compiler),s?o(void 0,s):new Promise(o);function o(i,a){const l=Ns(n),c=r.parse(l);r.run(c,l,function(u,p,m){if(u||!p||!m)return d(u);const x=p,f=r.stringify(x,m);y9(f)?m.value=f:m.result=f,d(u,m)});function d(u,p){u||!p?a(u):i?i(p):s(void 0,p)}}}processSync(n){let s=!1,r;return this.freeze(),Tr("processSync",this.parser||this.Parser),Lr("processSync",this.compiler||this.Compiler),this.process(n,o),Gi("processSync","process",s),r;function o(i,a){s=!0,Oi(i),r=a}}run(n,s,r){qi(n),this.freeze();const o=this.transformers;return!r&&typeof s=="function"&&(r=s,s=void 0),r?i(void 0,r):new Promise(i);function i(a,l){const c=Ns(s);o.run(n,c,d);function d(u,p,m){const x=p||n;u?l(u):a?a(x):r(void 0,x,m)}}}runSync(n,s){let r=!1,o;return this.run(n,s,i),Gi("runSync","run",r),o;function i(a,l){Oi(a),o=l,r=!0}}stringify(n,s){this.freeze();const r=Ns(s),o=this.compiler||this.Compiler;return Lr("stringify",o),qi(n),o(n,r)}use(n,...s){const r=this.attachers,o=this.namespace;if(Pr("use",this.frozen),n!=null)if(typeof n=="function")c(n,s);else if(typeof n=="object")Array.isArray(n)?l(n):a(n);else throw new TypeError("Expected usable value, not `"+n+"`");return this;function i(d){if(typeof d=="function")c(d,[]);else if(typeof d=="object")if(Array.isArray(d)){const[u,...p]=d;c(u,p)}else a(d);else throw new TypeError("Expected usable value, not `"+d+"`")}function a(d){if(!("plugins"in d)&&!("settings"in d))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(d.plugins),d.settings&&(o.settings=Sr(!0,o.settings,d.settings))}function l(d){let u=-1;if(d!=null)if(Array.isArray(d))for(;++u<d.length;){const p=d[u];i(p)}else throw new TypeError("Expected a list of plugins, not `"+d+"`")}function c(d,u){let p=-1,m=-1;for(;++p<r.length;)if(r[p][0]===d){m=p;break}if(m===-1)r.push([d,...u]);else if(u.length>0){let[x,...f]=u;const h=r[m][1];to(h)&&to(x)&&(x=Sr(!0,h,x)),r[m]=[d,x,...f]}}}}const j9=new So().freeze();function Tr(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function Lr(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Pr(e,n){if(n)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function qi(e){if(!to(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Gi(e,n,s){if(!s)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}function Ns(e){return C9(e)?e:new ml(e)}function C9(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function y9(e){return typeof e=="string"||_9(e)}function _9(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const E9="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Yi=[],Xi={allowDangerousHtml:!0},v9=/^(https?|ircs?|mailto|xmpp)$/i,R9=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function xl(e){const n=w9(e),s=b9(e);return S9(n.runSync(n.parse(s),s),e)}function w9(e){const n=e.rehypePlugins||Yi,s=e.remarkPlugins||Yi,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Xi}:Xi;return j9().use(i8).use(s).use(t9,r).use(n)}function b9(e){const n=e.children||"",s=new ml;return typeof n=="string"&&(s.value=n),s}function S9(e,n){const s=n.allowedElements,r=n.allowElement,o=n.components,i=n.disallowedElements,a=n.skipHtml,l=n.unwrapDisallowed,c=n.urlTransform||k9;for(const u of R9)Object.hasOwn(n,u.from)&&(""+u.from+(u.to?"use `"+u.to+"` instead":"remove it")+E9+u.id,void 0);return n.className&&(e={type:"element",tagName:"div",properties:{className:n.className},children:e.type==="root"?e.children:[e]}),dl(e,d),$7(e,{Fragment:t.jsxRuntimeExports.Fragment,components:o,ignoreInvalidStyle:!0,jsx:t.jsxRuntimeExports.jsx,jsxs:t.jsxRuntimeExports.jsxs,passKeys:!0,passNode:!0});function d(u,p,m){if(u.type==="raw"&&m&&typeof p=="number")return a?m.children.splice(p,1):m.children[p]={type:"text",value:u.value},p;if(u.type==="element"){let x;for(x in Rr)if(Object.hasOwn(Rr,x)&&Object.hasOwn(u.properties,x)){const f=u.properties[x],h=Rr[x];(h===null||h.includes(u.tagName))&&(u.properties[x]=c(String(f||""),x,u))}}if(u.type==="element"){let x=s?!s.includes(u.tagName):i?i.includes(u.tagName):!1;if(!x&&r&&typeof p=="number"&&(x=!r(u,p,m)),x&&m&&typeof p=="number")return l&&u.children?m.children.splice(p,1,...u.children):m.children.splice(p,1),p}}}function k9(e){const n=e.indexOf(":"),s=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return n===-1||o!==-1&&n>o||s!==-1&&n>s||r!==-1&&n>r||v9.test(e.slice(0,n))?e:""}const ko=({isOrder:e,product:n})=>{const{shopGeneral:s}=t.useStorefrontStore(),r=n.subscriptionSettings;return t.jsxRuntimeExports.jsxs("div",{className:`${De.checkoutProduct} ${e?De.isOrder:""}`,children:[t.jsxRuntimeExports.jsxs("div",{className:De.productDetails,children:[t.jsxRuntimeExports.jsx("div",{className:`${De.productImage} ${e?De.isOrderImage:""}`,children:n!=null&&n.image?t.jsxRuntimeExports.jsx("img",{className:De.image,src:st(n.image.cfId)}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image"})}),t.jsxRuntimeExports.jsxs("div",{className:De.productInfo,children:[t.jsxRuntimeExports.jsxs("div",{className:De.productHeader,children:[t.jsxRuntimeExports.jsx("h2",{children:n.name}),t.jsxRuntimeExports.jsxs("span",{className:De.quantityBadge,children:[n.price.quantity,"x"]})]}),t.jsxRuntimeExports.jsx("p",{className:De.productDescription,children:t.jsxRuntimeExports.jsx(xl,{children:n.description})})]}),t.jsxRuntimeExports.jsx("p",{className:De.productPrice,children:r?`${Le(r.price)} / ${Dx(r.recurringIntervalDays||0)}${r.entryFee?" + "+Le(r.entryFee):""}`:Le(n.price)})]}),n.deliveryCategories&&t.jsxRuntimeExports.jsx("div",{className:De.deliveryCategories,children:n.deliveryCategories.map(o=>t.jsxRuntimeExports.jsx(X6,{deliveryConfiguration:o},o.id))}),n.customerNote&&t.jsxRuntimeExports.jsxs("div",{className:De.customerNote,children:[t.jsxRuntimeExports.jsxs("div",{className:De.noteHeader,children:[(s==null?void 0:s.info.logo)&&t.jsxRuntimeExports.jsx("div",{className:De.logoContainer,children:t.jsxRuntimeExports.jsx("img",{src:st(s==null?void 0:s.info.logo.cfId)})}),t.jsxRuntimeExports.jsx("p",{className:De.shopName,children:s==null?void 0:s.info.name})]}),t.jsxRuntimeExports.jsx("p",{className:De.noteContent,children:n.customerNote})]})]})},N9="_coupon_z8wt8_1",I9="_couponApplied_z8wt8_7",T9="_discount_z8wt8_17",L9="_removeButton_z8wt8_23",P9="_removeButtonText_z8wt8_27",M9="_couponInput_z8wt8_31",B9="_couponInputContainer_z8wt8_37",A9="_applyButton_z8wt8_43",$9="_applyButtonText_z8wt8_47",Lt={coupon:N9,couponApplied:I9,discount:T9,removeButton:L9,removeButtonText:P9,couponInput:M9,couponInputContainer:B9,applyButton:A9,applyButtonText:$9},D9=({applyCoupon:e,couponData:n,discount:s,removeCoupon:r,gateway:o})=>{const[i,a]=C.useState("");console.log("Coupon",n);const[l,c]=C.useState(!1);return console.log(l),t.jsxRuntimeExports.jsxs("div",{className:Lt.coupon,children:[l&&t.jsxRuntimeExports.jsx(fn,{speed:2,width:500,height:48,viewBox:"0 0 500 48",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",className:Lt.skeleton,children:t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"10",ry:"10",width:"100%",height:"48"})}),!l&&(n?t.jsxRuntimeExports.jsxs("div",{className:Lt.couponApplied,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Check",fill:"var(--text-success)"}),t.jsxRuntimeExports.jsxs("p",{children:[i," is applied"," ",t.jsxRuntimeExports.jsxs("span",{className:Lt.discount,children:["-",s," ",!n.isFixed&&`(${n.discount}%)`]})]}),t.jsxRuntimeExports.jsx("button",{className:Lt.removeButton,onClick:r,children:t.jsxRuntimeExports.jsx("span",{className:Lt.removeButtonText,children:"Remove"})})]}):t.jsxRuntimeExports.jsxs("div",{className:Lt.couponInput,children:[t.jsxRuntimeExports.jsxs("div",{className:Lt.couponInputContainer,children:[t.jsxRuntimeExports.jsx(t.Input$1,{placeholder:"Enter a discount code",value:i,onChange:d=>a(d)}),t.jsxRuntimeExports.jsx(t.Button$1,{className:Lt.applyButton,onClick:async()=>{c(!0),await e(i),c(!1)},disabled:!o,children:t.jsxRuntimeExports.jsx("span",{className:Lt.applyButtonText,children:"Apply"})})]}),!o&&t.jsxRuntimeExports.jsx(t.Tip,{type:"warning",message:"The discount is related to the method of payment. Select to enter."})]}))]})},O9=({cart:e,products:n,applyCoupon:s,applyCouponPending:r,coupon:o,totalAndDiscount:i,removeCoupon:a})=>{var p;const l=C.useMemo(()=>e.parts.map(m=>{const x=n.find(h=>h.id===m.productId),f=x==null?void 0:x.variants.find(h=>h.id===m.productVariantId);return{id:(x==null?void 0:x.id)||0,image:x==null?void 0:x.images[0],name:(f==null?void 0:f.name)||"",description:(f==null?void 0:f.description)||"",price:{quantity:m.quantity,amount:(f==null?void 0:f.price.amount)||0,currency:f==null?void 0:f.price.currency},subscriptionSettings:f==null?void 0:f.subscriptionSettings}}),[e,n]),c=((p=l[0])==null?void 0:p.price.currency)||"USD",d=new Intl.NumberFormat("en-US",{style:"currency",currency:c}),u=C.useMemo(()=>i.totalWithDiscount?i.total-i.totalWithDiscount:0,[i]);return t.jsxRuntimeExports.jsx("div",{className:cn.checkoutItemsContainer,children:t.jsxRuntimeExports.jsxs("div",{className:cn.innerContainer,children:[t.jsxRuntimeExports.jsx(is,{}),t.jsxRuntimeExports.jsxs("div",{className:cn.headerSection,children:[t.jsxRuntimeExports.jsx("header",{className:cn.header,children:t.jsxRuntimeExports.jsx("h1",{children:"Checkout"})}),t.jsxRuntimeExports.jsx("div",{className:cn.productsContainer,children:l.map(m=>t.jsxRuntimeExports.jsx(ko,{product:m},m.id))}),t.jsxRuntimeExports.jsx("div",{className:cn.couponContainer,children:t.jsxRuntimeExports.jsx(D9,{applyCoupon:s,applyCouponPending:r,couponData:o,discount:d.format(u),removeCoupon:a,gateway:e.gateway})}),t.jsxRuntimeExports.jsx(as,{formatter:d,coupon:o,total:i.total,discount:u,totalWithDiscount:i.totalWithDiscount})]}),t.jsxRuntimeExports.jsx("div",{className:cn.checkoutFooter,children:t.jsxRuntimeExports.jsx(qt,{})})]})})},H9="_checkoutOperational_1ng0u_1",V9="_innerContainer_1ng0u_17",F9="_paymentMethodsSection_1ng0u_22",Z9="_socialConnectSection_1ng0u_28",z9="_socialConnectLabel_1ng0u_31",U9="_socialConnectContent_1ng0u_35",W9="_continueButton_1ng0u_39",q9="_buttonText_1ng0u_43",G9="_button_1ng0u_43",Y9="_checkoutFooter_1ng0u_50",X9="_emailLabel_1ng0u_60",K9="_emailCheckbox_1ng0u_69",xt={checkoutOperational:H9,innerContainer:V9,paymentMethodsSection:F9,socialConnectSection:Z9,socialConnectLabel:z9,socialConnectContent:U9,continueButton:W9,buttonText:q9,button:G9,checkoutFooter:Y9,emailLabel:X9,emailCheckbox:K9},J9="_customFields_1emyf_2",Q9="_checkboxWrapper_1emyf_9",ej="_textareaWrapper_1emyf_16",tj="_inputWrapper_1emyf_17",nj="_label_1emyf_23",pn={customFields:J9,checkboxWrapper:Q9,textareaWrapper:ej,inputWrapper:tj,label:nj},sj=({customFields:e,setCustomFields:n})=>{if(e.length===0)return null;const s=e.map(r=>t.jsxRuntimeExports.jsx(rj,{customField:r,setCustomFields:n},r.name));return t.jsxRuntimeExports.jsx("div",{className:pn.customFields,children:s})},rj=({customField:e,setCustomFields:n})=>{const[s,r]=C.useState(e.value);return t.jsxRuntimeExports.jsx(oj,{value:s,placeholder:e.placeholder,required:e.required,defaultValue:e.defaultValue,type:e.type,onValueChange:o=>{r(o),n(i=>i.map(a=>a.name===e.name?{...a,value:o}:a))},label:e.name,regex:e.regex})},oj=({label:e,type:n,defaultValue:s,value:r,placeholder:o,regex:i,required:a,onValueChange:l})=>{if(n===t.PRODUCT_VARIANT_EXTRA_FIELD_TYPE.Checkbox)return t.jsxRuntimeExports.jsxs("label",{className:pn.checkboxWrapper,children:[t.jsxRuntimeExports.jsx(t.Checkbox,{value:!!s,onChange:d=>l(d)}),t.jsxRuntimeExports.jsx("p",{className:pn.checkboxLabel,children:e})]});if(n==t.PRODUCT_VARIANT_EXTRA_FIELD_TYPE.Hidden)return t.jsxRuntimeExports.jsx("input",{type:"hidden",value:typeof s!="boolean"?s:void 0,required:a});const c=d=>{let u=/^\d*$/;n!=t.PRODUCT_VARIANT_EXTRA_FIELD_TYPE.Number&&(u=i?new RegExp(i):new RegExp("")),u.test(d)&&l(d)};return n==t.PRODUCT_VARIANT_EXTRA_FIELD_TYPE.Textarea?t.jsxRuntimeExports.jsxs("div",{className:pn.textareaWrapper,children:[t.jsxRuntimeExports.jsx("p",{className:pn.label,children:e}),t.jsxRuntimeExports.jsx(t.Textarea$1,{value:r,placeholder:o,onChange:d=>c(d)})]}):t.jsxRuntimeExports.jsxs("div",{className:pn.inputWrapper,children:[t.jsxRuntimeExports.jsx("p",{className:pn.label,children:e}),t.jsxRuntimeExports.jsx(t.Input$1,{value:r,placeholder:o,required:a,onChange:d=>c(d)})]})},ij="_connectedContainer_jb7g7_1",aj="_userInfo_jb7g7_10",lj="_avatar_jb7g7_16",cj="_avatarImage_jb7g7_26",uj="_connectButton_jb7g7_32",dj="_connectText_jb7g7_40",vn={connectedContainer:ij,userInfo:aj,avatar:lj,avatarImage:cj,connectButton:uj,connectText:dj},pj=({customerEmail:e})=>{const[n,s]=C.useState({authorized:!1}),{discordInfo:r,setDiscordInfo:o}=t.useDiscordStore(),[i,a]=C.useState();C.useEffect(()=>{(async()=>{if(!(!r||r.email!==e))try{const{data:d}=await Lo({id:r.id,customerEmail:r.email});s({authorized:!0,id:d.discordId,avatar:d.avatar,username:d.username})}catch(d){o(null),console.log("Still waiting for authorization.",d)}})()},[r,e,o]);const l=()=>{e.trim()!==""&&du({customerEmail:e}).then(({data:c})=>{const d=window.open(c.redirectUrl);(!d||d.closed||typeof d.closed>"u")&&setTimeout(()=>{const p=document.createElement("a");p.href=c.redirectUrl,p.target="_blank",p.click()});const u=setInterval(()=>{Lo({id:c.id,customerEmail:e}).then(({data:p})=>{s({authorized:!0,id:p.discordId,avatar:p.avatar,username:p.username}),o({id:p.id,email:e}),clearInterval(u),d&&d.close()}).catch(p=>{console.log("Still waiting for authorization.",p,{newWindow:d})})},3e3);a(u)}).catch(c=>{console.log("Could not initiate Discord authorization",c)})};return C.useEffect(()=>()=>{i&&clearInterval(i)},[i]),n.authorized?t.jsxRuntimeExports.jsxs("div",{className:vn.connectedContainer,children:[t.jsxRuntimeExports.jsxs("div",{className:vn.userInfo,children:[t.jsxRuntimeExports.jsx("div",{className:vn.avatar,children:n.avatar?t.jsxRuntimeExports.jsx("img",{className:vn.avatarImage,src:`https://cdn.discordapp.com/avatars/${n.id}/${n.avatar}.png?size=256`}):t.jsxRuntimeExports.jsx(t.Icon,{name:"UserCircle"})}),t.jsxRuntimeExports.jsx("p",{children:n.username}),t.jsxRuntimeExports.jsx(H4,{})]}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:l,children:"Reconnect"})]}):t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",className:`${vn.connectButton} text-textSecondary gap-1 w-full`,onClick:l,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"DiscordLogo"}),t.jsxRuntimeExports.jsx("span",{className:vn.connectText,children:"Connect Your Discord"})]})},mj="_paymentMethodsContainer_a3he6_2",xj={paymentMethodsContainer:mj},hj="_paymentMethod_1l7w5_2",fj="_selected_1l7w5_14",gj="_alignColumn_1l7w5_17",jj="_reversed_1l7w5_23",Cj="_paymentText_1l7w5_28",yj="_balanceText_1l7w5_33",_j="_signInLink_1l7w5_37",Ej="_iconContainer_1l7w5_46",vj="_gatewayLogo_1l7w5_53",Rj="_poweredByLogo_1l7w5_54",wj="_logo_1l7w5_59",Pe={paymentMethod:hj,selected:fj,alignColumn:gj,reversed:jj,paymentText:Cj,balanceText:yj,signInLink:_j,iconContainer:Ej,gatewayLogo:vj,poweredByLogo:Rj,logo:wj},bj="_bottomSheet_og330_1",Sj="_content_og330_8",kj="_description_og330_11",Nj="_buttonGroup_og330_15",Ij="_buttonWrapper_og330_25",Tj="_fullWidthButton_og330_28",Lj="_modal_og330_32",Pj="_header_og330_39",Kt={bottomSheet:bj,content:Sj,description:kj,buttonGroup:Nj,buttonWrapper:Ij,fullWidthButton:Tj,modal:Lj,header:Pj},Mj=({setIsOpen:e,balance:n})=>{const s=t.useNavigate(),{setIsOpen:r}=t.useModalStore(),o=()=>{s("/top-up?redirectRoute=checkout")};function i(){r(!1),setTimeout(()=>{e(!1)},300)}return t.jsxRuntimeExports.jsxs("div",{className:Kt.modal,onClick:a=>a.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:Kt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Insufficient Customer Balance"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:i})]}),t.jsxRuntimeExports.jsxs("div",{className:Kt.bottomSheet,children:[t.jsxRuntimeExports.jsx("div",{className:Kt.content,children:t.jsxRuntimeExports.jsxs("p",{className:Kt.description,children:["You currently have ",n&&Le(n)," in your balance. After topping up the required amount, you can continue to checkout."]})}),t.jsxRuntimeExports.jsxs("div",{className:Kt.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:Kt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:i,children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Cancel"})})}),t.jsxRuntimeExports.jsx("div",{className:Kt.fullWidthButton,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:o,children:t.jsxRuntimeExports.jsx("span",{children:"Add Balance"})})})]})]})]})},hl=({align:e,gateway:n,gatewayDisplayName:s,selected:r,onSelect:o,total:i,onSignInClick:a,reversed:l})=>{const{token:c}=t.useStorefrontStore(),{balance:d}=t.useCustomerDashboardStore(),[u,p]=C.useState(!1),{setIsOpen:m}=t.useModalStore(),x=f=>{f.stopPropagation(),o&&o(n),d&&d.amount<i&&(p(!0),m(!0))};return C.useEffect(()=>{},[d,i]),t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:t.clx(Pe.paymentMethod,{[Pe.selected]:r,[Pe.alignColumn]:e==="column",[Pe.reversed]:l}),onClick:x,children:[t.jsxRuntimeExports.jsxs("p",{className:Pe.paymentText,children:[s," ",t.jsxRuntimeExports.jsxs("span",{className:Pe.balanceText,children:["(",c?d&&Le(d):t.jsxRuntimeExports.jsx("a",{className:Pe.signInLink,onClick:a,children:"Sign in"}),")"]})]}),t.jsxRuntimeExports.jsx("div",{className:Pe.iconContainer,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Wallet",fill:"var(--text-primary)",width:20,height:20})})]}),u&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>p(!1),children:t.jsxRuntimeExports.jsx(Mj,{setIsOpen:p,balance:d})})]})};var Ue=(e=>(e.BankCard="BANK_CARD",e.BankTransfer="BANK_TRANSFER",e.PayPal="PAYPAL",e.CashApp="CASHAPP",e.Crypto="CRYPTO",e.AppleGooglePay="APPLE_AND_GOOGLE_PAY",e.Custom="CUSTOM",e))(Ue||{});const Bj={[Ue.CashApp]:t.jsxRuntimeExports.jsx(J4,{}),[Ue.AppleGooglePay]:t.jsxRuntimeExports.jsx(t6,{}),[Ue.BankCard]:t.jsxRuntimeExports.jsx(K4,{}),[Ue.Crypto]:t.jsxRuntimeExports.jsx(X4,{}),[Ue.PayPal]:t.jsxRuntimeExports.jsx(Q4,{}),[Ue.Custom]:t.jsxRuntimeExports.jsx("div",{}),[Ue.BankTransfer]:t.jsxRuntimeExports.jsx(r6,{})},Aj={[Ue.CashApp]:"Cash App",[Ue.AppleGooglePay]:"Apple Pay / Google Pay",[Ue.BankCard]:"Debit / Credit Card",[Ue.Crypto]:"Cryptocurrency",[Ue.PayPal]:"PayPal",[Ue.Custom]:"",[Ue.BankTransfer]:"Bank Transfer"},fl=({align:e,paymentMethod:n,gatewayDisplayName:s,gatewayLogoCfId:r,poweredByLogoCfId:o,selected:i,onSelect:a,className:l})=>{const c=n===Ue.Custom;return console.log("PaymentMethod",n),n?t.jsxRuntimeExports.jsxs("div",{className:t.clx(Pe.paymentMethod,{[Pe.selected]:i,[Pe.alignColumn]:e==="column"},l),onClick:()=>a&&a(n),children:[t.jsxRuntimeExports.jsxs("div",{className:Pe.iconContainer,children:[c?t.jsxRuntimeExports.jsx("div",{className:Pe.gatewayLogo,children:t.jsxRuntimeExports.jsx("img",{className:Pe.logo,src:st(r),alt:s})}):Bj[n],o&&t.jsxRuntimeExports.jsx("div",{className:Pe.poweredByLogo,children:t.jsxRuntimeExports.jsx("img",{className:Pe.logo,src:st(o),alt:s})})]}),t.jsxRuntimeExports.jsx("p",{className:Pe.paymentText,children:c?s:Aj[n]})]}):t.jsxRuntimeExports.jsxs("div",{className:t.clx(Pe.paymentMethod,l),children:[t.jsxRuntimeExports.jsx("div",{className:Pe.gatewayLogo,children:t.jsxRuntimeExports.jsx("img",{className:Pe.logo,src:st(r),alt:s})}),t.jsxRuntimeExports.jsx("p",{className:Pe.paymentText,children:s})]})},gl=({possibleGateways:e,setGateway:n,totalAndDiscount:s,onSignInClick:r,setPaymentMethod:o})=>{const[i,a]=C.useState(),[l,c]=C.useState(),[d,u]=C.useState(null),p=(m,x)=>{n(x),o(m),a(m),c(x)};return C.useEffect(()=>{const m=async()=>{const{data:x}=await ia([...e.availableGateways,...e.requiresSignInGateways]);u(x)};e.availableGateways.length&&m()},[]),console.log(d),t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[d&&t.jsxRuntimeExports.jsx("div",{className:xj.paymentMethodsContainer,children:d==null?void 0:d.map(m=>m.name==="Balance"?t.jsxRuntimeExports.jsx(hl,{gateway:m.name,gatewayDisplayName:m.displayName,onSelect:x=>{c(x),n(x)},selected:m.name===l,total:s.total,onSignInClick:r,reversed:!0},m.name):m.paymentMethods.map(x=>t.jsxRuntimeExports.jsx(fl,{paymentMethod:x,gateway:m.name,gatewayDisplayName:m.displayName,gatewayLogoCfId:m.logoCfImageId,poweredByLogoCfId:m.poweredByImageCfImageId,onSelect:()=>p(x,m.name),selected:i===x&&l===m.name},`${m.name}-${x}`)))}),!d&&t.jsxRuntimeExports.jsx(fn,{speed:2,width:"100%",height:"220px",viewBox:"0 0 600 220",backgroundColor:"var(--surface-secondary)",foregroundColor:"var(--surface-disabled)",children:t.jsxRuntimeExports.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"100%",height:"100%"})})]})},$j="_modal_14r0b_1",Dj={modal:$j},Oj=({setIsOpen:e})=>{const{token:n}=t.useStorefrontStore(),{setIsOpen:s}=t.useModalStore();C.useEffect(()=>{n&&e(!1)},[n]);const r=()=>{s(!1),setTimeout(()=>{e(!1)},300)};return t.jsxRuntimeExports.jsx("div",{className:Dj.modal,onClick:o=>o.stopPropagation(),children:t.jsxRuntimeExports.jsx(Ra,{inModal:!0,onSignIn:r})})},Hj="_container_1mlh2_1",Vj="_icon_1mlh2_11",Fj="_text_1mlh2_15",Mr={container:Hj,icon:Vj,text:Fj},jl=()=>t.jsxRuntimeExports.jsxs("div",{className:Mr.container,children:[t.jsxRuntimeExports.jsx("div",{className:Mr.icon,children:t.jsxRuntimeExports.jsx(n6,{})}),t.jsxRuntimeExports.jsx("p",{className:Mr.text,children:"By continuing to checkout, you agree to our terms of service and allow us to charge your payment method for this order."})]}),Zj="_securedBySsl_11thi_2",zj="_iconWrapper_11thi_12",Uj="_text_11thi_16",Br={securedBySsl:Zj,iconWrapper:zj,text:Uj},Cl=()=>t.jsxRuntimeExports.jsxs("div",{className:Br.securedBySsl,children:[t.jsxRuntimeExports.jsx("div",{className:Br.iconWrapper,children:t.jsxRuntimeExports.jsx(s6,{})}),t.jsxRuntimeExports.jsx("p",{className:Br.text,children:"Your data is secured by extended validation SSL certificates (256-bit encryption). This complies with the strongest payment security standard available today."})]}),Wj=({getPossibleGateways:e,setGateway:n,getDiscordSettings:s,cart:r,products:o,submitCart:i,setCustomFieldsToCart:a,totalAndDiscount:l,setDiscordSocialConnectId:c,setPaymentMethod:d})=>{const[u,p]=C.useState(!1),m=C.useMemo(()=>s(),[r]),[x,f]=C.useState([]),[h,w]=C.useState({}),{balance:j,token:v,setBalance:_}=t.useCustomerDashboardStore(),{dashInfo:b}=t.useCustomerDashboardStore(),[E,R]=C.useState((b==null?void 0:b.email)||""),{executeRecaptcha:N}=Ys(),{discordInfo:S}=t.useDiscordStore(),P=S==null?void 0:S.id,L=t.useNavigate(),B=C.useMemo(()=>e(),[r.parts]),[k,M]=C.useState(!1),{setIsOpen:Z}=t.useModalStore(),{notifications:z,setNotifications:V}=t.useNotificationStore();C.useEffect(()=>{const g=t.getCommonCustomFields(r.parts,o).map(T=>T.type===t.PRODUCT_VARIANT_EXTRA_FIELD_TYPE.Checkbox?{...T,value:String(T.defaultValue)}:T);console.log("Mapped",g),f([...g])},[r.parts,o]);const U=()=>{const Q={...h};x.forEach(g=>{g.required&&!g.value?(w({...h,[g.name]:`Field ${g.name} is required but has an empty value.`}),V([...z,{message:`Field ${g.name} is required but has an empty value.`,status:"error",id:t.v4()}])):(delete Q[g.name],w(Q))})};C.useEffect(()=>{const Q=[];Object.entries(h).forEach(([g,T])=>{Q.push({message:T,status:"error",id:t.v4()})}),Q.length&&V([...z,...Q])},[h]);const q=async()=>{if(console.log("submitCart"),r.gateway==="Balance"&&!v)return M(!0);const Q={};U(),x.forEach(T=>Q[T.name]=T.value),a(Q),P&&m.isEnabled&&c(P);const g=await N();if(g&&!Object.keys(h).length){const T=await i(g);L(`/orders/${"order"in T?T.order.id:T.id}`)}};return console.log(h),C.useEffect(()=>{f(t.getCommonCustomFields(r.parts,o))},[r.parts,o]),C.useEffect(()=>{v&&(async()=>{const g=await pa();_(g)})()},[v]),t.jsxRuntimeExports.jsxs("div",{className:xt.checkoutOperational,children:[t.jsxRuntimeExports.jsxs("div",{className:xt.innerContainer,children:[r.parts.length>0&&t.jsxRuntimeExports.jsx(gl,{possibleGateways:B,setGateway:n,setPaymentMethod:d,balance:j,totalAndDiscount:l,onSignInClick:()=>{M(!0),Z(!0)}}),t.jsxRuntimeExports.jsxs("div",{className:xt.paymentMethodsSection,children:[t.jsxRuntimeExports.jsx("p",{className:xt.emailLabel,children:"Email Address"}),t.jsxRuntimeExports.jsx(t.Input$1,{placeholder:"mail@mail.com",value:(b==null?void 0:b.email)||"",onChange:Q=>R(Q),disabled:!!v}),t.jsxRuntimeExports.jsxs("label",{className:xt.emailCheckbox,children:[t.jsxRuntimeExports.jsx(t.Checkbox,{value:u,onChange:Q=>p(Q)}),t.jsxRuntimeExports.jsx("p",{children:"I agree to receive email updates about my order"})]})]}),t.jsxRuntimeExports.jsx(sj,{customFields:x,setCustomFields:f}),m.isEnabled&&t.jsxRuntimeExports.jsxs("div",{className:xt.socialConnectSection,children:[t.jsxRuntimeExports.jsx("p",{className:xt.socialConnectLabel,children:"Social Connect"}),t.jsxRuntimeExports.jsx("div",{className:xt.socialConnectContent,children:t.jsxRuntimeExports.jsx(pj,{customerEmail:E||""})})]}),t.jsxRuntimeExports.jsxs("div",{className:xt.continueButton,children:[t.jsxRuntimeExports.jsx(t.Button$1,{onClick:q,disabled:(m.isRequired?!P:!1)||!r.gateway,className:xt.button,children:t.jsxRuntimeExports.jsx("span",{className:xt.buttonText,children:"Continue to Checkout"})}),t.jsxRuntimeExports.jsx(jl,{}),t.jsxRuntimeExports.jsx(Cl,{})]}),t.jsxRuntimeExports.jsx(qt,{className:xt.checkoutFooter})]}),k&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>M(!1),children:t.jsxRuntimeExports.jsx(Oj,{setIsOpen:M})})]})},qj="_bottomSheet_1iygl_1",Gj="_content_1iygl_8",Yj="_section_1iygl_11",Xj="_copyButton_1iygl_16",Kj="_scrollableBox_1iygl_21",Jj="_discordMessage_1iygl_31",Qj="_buttonGroup_1iygl_41",eC="_buttonWrapper_1iygl_53",tC="_modal_1iygl_57",nC="_header_1iygl_62",Pt={bottomSheet:qj,content:Gj,section:Yj,copyButton:Xj,scrollableBox:Kj,discordMessage:Jj,buttonGroup:Qj,buttonWrapper:eC,modal:tC,header:nC},sC=({setIsOpen:e,deliveryConfiguration:n})=>{const s=ns(),r=n.type===we.Discord,{setIsOpen:o}=t.useModalStore(),i=n.type===we.Serial?n.deliveryItems.map(l=>l.serialKey).join(`
|
|
165
|
+
`):n.deliveryItems[0].textData,a=()=>{o(!1),setTimeout(()=>{e(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{className:Pt.modal,children:[t.jsxRuntimeExports.jsxs("div",{className:Pt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Thank you for the purchase!"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:a})]}),t.jsxRuntimeExports.jsxs("div",{className:Pt.bottomSheet,children:[t.jsxRuntimeExports.jsx("div",{className:Pt.content,children:r?t.jsxRuntimeExports.jsx("div",{className:Pt.discordMessage,children:t.jsxRuntimeExports.jsx("p",{children:"Discord role has been granted"})}):t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsxs("div",{className:Pt.section,children:[t.jsxRuntimeExports.jsx("p",{children:"Content"}),t.jsxRuntimeExports.jsxs(t.Button$1,{className:Pt.copyButton,type:"Secondary",onClick:()=>s(i),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"}),t.jsxRuntimeExports.jsx("span",{children:"Copy to Clipboard"})]})]}),t.jsxRuntimeExports.jsx("div",{className:Pt.scrollableBox,children:t.jsxRuntimeExports.jsx("p",{children:i})})]})}),t.jsxRuntimeExports.jsx("div",{className:Pt.buttonGroup,children:t.jsxRuntimeExports.jsx("div",{className:Pt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:a,children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Close"})})})})]})]})},rC="_mt1_1jslm_1",oC="_notifyBlock_1jslm_13",iC="_notifyHeader_1jslm_19",aC="_notifyContent_1jslm_24",lC="_buttonBlock_1jslm_29",cC="_buttonText_1jslm_32",uC="_imageBlock_1jslm_36",dC="_imageContainer_1jslm_44",pC="_sectionBlock_1jslm_56",mC="_sectionTitle_1jslm_63",xC="_sectionSubtitle_1jslm_66",hC="_inputContainer_1jslm_71",Ct={mt1:rC,notifyBlock:oC,notifyHeader:iC,notifyContent:aC,buttonBlock:lC,buttonText:cC,imageBlock:uC,imageContainer:dC,sectionBlock:pC,sectionTitle:mC,sectionSubtitle:xC,inputContainer:hC},fC=({props:e})=>{const n=ns();return t.jsxRuntimeExports.jsx("div",{className:Ct.mt1,children:t.jsxRuntimeExports.jsxs("div",{className:Ct.inputContainer,children:[t.jsxRuntimeExports.jsx(t.Input$1,{value:e.text,disabled:!0,onChange:()=>{}}),e.shownCopyButton&&t.jsxRuntimeExports.jsx(t.Button$1,{className:"h-12 w-12",type:"Secondary",onClick:()=>n(e.text),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})})},gC=({props:e})=>t.jsxRuntimeExports.jsx(t.Button$1,{className:Ct.buttonBlock,onClick:()=>window.open(e.url,"_blank","noopener"),children:t.jsxRuntimeExports.jsx("span",{className:Ct.buttonText,children:e.text})}),jC=({props:e})=>t.jsxRuntimeExports.jsx("div",{className:Ct.imageBlock,children:t.jsxRuntimeExports.jsx("div",{className:Ct.imageContainer,children:t.jsxRuntimeExports.jsx("img",{src:e.src,alt:""})})}),CC=({props:e})=>t.jsxRuntimeExports.jsxs("div",{className:Ct.notifyBlock,children:[t.jsxRuntimeExports.jsxs("div",{className:Ct.notifyHeader,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Info",width:24,height:24,fill:"var(--text-secondary)"}),t.jsxRuntimeExports.jsx("p",{children:e.heading})]}),t.jsxRuntimeExports.jsx("p",{className:Ct.notifyContent,children:e.content})]}),yC=({props:e})=>{var n;return t.jsxRuntimeExports.jsxs("div",{className:Ct.sectionBlock,children:[t.jsxRuntimeExports.jsx("p",{className:Ct.sectionTitle,children:e.title}),t.jsxRuntimeExports.jsx("span",{className:Ct.sectionSubtitle,children:e.subTitle}),(n=e.children)==null?void 0:n.map((s,r)=>t.jsxRuntimeExports.jsx(yl,{block:s},r))]})},yl=({block:e})=>{switch(e.type){case"Section":return t.jsxRuntimeExports.jsx(yC,{...e});case"ReadOnlyTextInput":return t.jsxRuntimeExports.jsx(fC,{...e});case"Notify":return t.jsxRuntimeExports.jsx(CC,{...e});case"Button":return t.jsxRuntimeExports.jsx(gC,{...e});case"Image":return t.jsxRuntimeExports.jsx(jC,{...e});default:return null}},_C="_chargeStatusBlock_ezl5o_4",EC="_chargeStatusIcon_ezl5o_14",vC="_chargeStatusTitle_ezl5o_24",RC="_chargeStatusDescription_ezl5o_29",wC="_pickUpButton_ezl5o_35",bC="_actionButtons_ezl5o_45",SC="_actionButton_ezl5o_45",kC="_buttonText_ezl5o_57",Ke={chargeStatusBlock:_C,chargeStatusIcon:EC,chargeStatusTitle:vC,chargeStatusDescription:RC,pickUpButton:wC,actionButtons:bC,actionButton:SC,buttonText:kC},qn={[ye.Paid]:"Payment Successful",[ye.Pending]:"Payment Pending",[ye.Expired]:"Payment Expired",[ye.Cancelled]:"Payment Cancelled",[ye.NotPaid]:"Payment Failed"},NC={[ye.Paid]:"Your payment has successfully been processed. Tap on the button below to be redirected back to our website.",[ye.Pending]:"Your payment is currently pending. We recommend checking back shortly for confirmation.",[ye.Expired]:"Your payment has expired due to the payment not being sent in time. If you already sent the payment, please contact us below.",[ye.Cancelled]:"You canceled the warrant. If there are any problems, please contact support",[ye.NotPaid]:"Your payment has expired due to the payment not being sent in time. If you already sent the payment, please contact us below."},IC={[ye.Paid]:t.jsxRuntimeExports.jsx("div",{className:`${Ke.chargeStatusIcon}`,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Check",fill:"var(--text-success)"})}),[ye.Pending]:t.jsxRuntimeExports.jsx("div",{className:Ke.chargeStatusIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Clock",fill:"var(--text-warning)"})}),[ye.Expired]:t.jsxRuntimeExports.jsx("div",{className:Ke.chargeStatusIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})}),[ye.Cancelled]:t.jsxRuntimeExports.jsx("div",{className:Ke.chargeStatusIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})}),[ye.NotPaid]:t.jsxRuntimeExports.jsx("div",{className:Ke.chargeStatusIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})})},TC=({charge:e})=>{const n=e.status,s=t.useNavigate(),{shopDomain:r}=t.useStorefrontStore();return t.jsxRuntimeExports.jsxs("div",{className:Ke.chargeStatusBlock,children:[IC[n],t.jsxRuntimeExports.jsx("h2",{className:Ke.chargeStatusTitle,children:qn[n]}),t.jsxRuntimeExports.jsx("p",{className:Ke.chargeStatusDescription,children:NC[n]}),n===ye.Paid?t.jsxRuntimeExports.jsx("div",{className:Ke.pickUpButton,children:t.jsxRuntimeExports.jsxs(t.Button$1,{onClick:()=>{var o;return s(`/orders/${(o=e.order)==null?void 0:o.id}`)},style:{width:"100%",maxWidth:"250px",display:"flex",alignItems:"center",gap:"4px"},children:[t.jsxRuntimeExports.jsx(qr,{}),t.jsxRuntimeExports.jsx("span",{className:Ke.buttonText,children:"Pick up Order"})]})}):t.jsxRuntimeExports.jsxs("div",{className:Ke.actionButtons,children:[t.jsxRuntimeExports.jsx("div",{className:Ke.actionButton,children:t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",onClick:()=>window.open(`https://${r}`),style:{width:"100%"},children:[t.jsxRuntimeExports.jsx(qr,{}),t.jsxRuntimeExports.jsx("div",{className:Ke.buttonText,children:"Visit Website"})]})}),t.jsxRuntimeExports.jsx("div",{className:Ke.actionButton,children:t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",className:"secondary",style:{width:"100%"},children:[t.jsxRuntimeExports.jsx(ba,{}),t.jsxRuntimeExports.jsx("div",{className:Ke.buttonText,children:"Contact Support"})]})})]})]})},LC="_bottomSheet_1k3q8_1",PC="_content_1k3q8_8",MC="_agreementList_1k3q8_11",BC="_agreementItem_1k3q8_16",AC="_warning_1k3q8_22",$C="_buttonGroup_1k3q8_30",DC="_buttonWrapper_1k3q8_40",OC="_fullWidthButton_1k3q8_43",HC="_modal_1k3q8_47",VC="_header_1k3q8_54",ht={bottomSheet:LC,content:PC,agreementList:MC,agreementItem:BC,warning:AC,buttonGroup:$C,buttonWrapper:DC,fullWidthButton:OC,modal:HC,header:VC},FC=({setIsOpen:e,price:n})=>{const[s,r]=C.useState({agreeToSendAsFF:!1,agreeToSend:!1,agreeToNotAddNote:!1}),{setIsOpen:o}=t.useModalStore(),i=()=>{o(!1),setTimeout(()=>{e(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{className:ht.modal,onClick:a=>a.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:ht.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Note"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:i})]}),t.jsxRuntimeExports.jsxs("div",{className:ht.bottomSheet,children:[t.jsxRuntimeExports.jsxs("div",{className:ht.content,children:[t.jsxRuntimeExports.jsxs("div",{className:ht.agreementList,children:[t.jsxRuntimeExports.jsxs("label",{className:ht.agreementItem,children:[t.jsxRuntimeExports.jsx(t.Checkbox,{value:s.agreeToSendAsFF,onChange:a=>r({...s,agreeToSendAsFF:a})}),t.jsxRuntimeExports.jsx("p",{children:"I agree to send the payment as friends & family"})]}),t.jsxRuntimeExports.jsxs("label",{className:ht.agreementItem,children:[t.jsxRuntimeExports.jsx(t.Checkbox,{value:s.agreeToSend,onChange:a=>r({...s,agreeToSend:a})}),t.jsxRuntimeExports.jsxs("p",{children:["I agree to send the payment of ",Le(n)," ",n.currency]})]}),t.jsxRuntimeExports.jsxs("label",{className:ht.agreementItem,children:[t.jsxRuntimeExports.jsx(t.Checkbox,{value:s.agreeToNotAddNote,onChange:a=>r({...s,agreeToNotAddNote:a})}),t.jsxRuntimeExports.jsx("p",{children:"I agree to not add a note to this payment"})]})]}),t.jsxRuntimeExports.jsx("div",{className:ht.warning,children:t.jsxRuntimeExports.jsxs("p",{children:["Please note that you are required to send the exact payment of ",Le(n)," ",n.currency,". If you were to send any amount over or below, your funds will be lost."]})})]}),t.jsxRuntimeExports.jsxs("div",{className:ht.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:ht.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Cancel"})})}),t.jsxRuntimeExports.jsx("div",{className:ht.fullWidthButton,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",disabled:!(s.agreeToSendAsFF&&s.agreeToNotAddNote&&s.agreeToSend),onClick:i,children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-inverted)]",children:"Continue to Payment"})})})]})]})]})},ZC="_chargeItemsContainer_qmv3w_4",zC="_chargeItemsInner_qmv3w_20",UC="_productsContainer_qmv3w_27",WC="_chargeHeader_qmv3w_41",qC="_chargeTitle_qmv3w_49",GC="_chargeDescription_qmv3w_55",YC="_copyButton_qmv3w_61",XC="_buttonText_qmv3w_68",KC="_productsList_qmv3w_73",JC="_trackingContainer_qmv3w_81",QC="_footerContainer_qmv3w_91",wt={chargeItemsContainer:ZC,chargeItemsInner:zC,productsContainer:UC,chargeHeader:WC,chargeTitle:qC,chargeDescription:GC,copyButton:YC,buttonText:XC,productsList:KC,trackingContainer:JC,footerContainer:QC},ey=({charge:e})=>{const n=ns(),s=(e==null?void 0:e.price.currency)||"USD",r=new Intl.NumberFormat("en-US",{style:"currency",currency:s}),o=C.useMemo(()=>{var i;return((i=e==null?void 0:e.order)==null?void 0:i.partOrders.map(a=>{var l,c,d,u;return{id:(a==null?void 0:a.id)||0,image:a.productWithVariant.image,name:((l=a.productWithVariant)==null?void 0:l.name)||"",description:((c=a.productWithVariant)==null?void 0:c.description)||"",price:{quantity:a.quantity,amount:((d=a.productWithVariant)==null?void 0:d.price.amount)||0,currency:(u=a.productWithVariant)==null?void 0:u.price.currency}}}))||[]},[e]);return t.jsxRuntimeExports.jsx("div",{className:wt.chargeItemsContainer,children:t.jsxRuntimeExports.jsxs("div",{className:wt.chargeItemsInner,children:[t.jsxRuntimeExports.jsx(is,{expiresAt:e==null?void 0:e.expiresAt}),t.jsxRuntimeExports.jsxs("div",{className:wt.productsContainer,children:[(e==null?void 0:e.name)&&t.jsxRuntimeExports.jsxs("header",{className:wt.chargeHeader,children:[t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("h1",{className:wt.chargeTitle,children:e.name}),e.description&&t.jsxRuntimeExports.jsx("p",{className:wt.chargeDescription,children:e.description})]}),t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",className:wt.copyButton,onClick:()=>{var i;return n(((i=e==null?void 0:e.order)==null?void 0:i.id)||"")},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"}),t.jsxRuntimeExports.jsx("span",{className:wt.buttonText,children:"Copy ID"})]})]}),t.jsxRuntimeExports.jsxs("div",{style:{flex:1},children:[!!o.length&&t.jsxRuntimeExports.jsx("div",{className:wt.productsList,children:o.map(i=>t.jsxRuntimeExports.jsx(ko,{product:i},i.id))}),t.jsxRuntimeExports.jsx(as,{formatter:r,coupon:null,total:(e==null?void 0:e.price.amount)||0,discount:0,totalWithDiscount:(e==null?void 0:e.price.amount)||0})]}),t.jsxRuntimeExports.jsxs("div",{children:[e&&t.jsxRuntimeExports.jsx("div",{className:wt.trackingContainer,children:t.jsxRuntimeExports.jsx(El,{timeline:e.timeline})}),t.jsxRuntimeExports.jsx(qt,{className:wt.footerContainer})]})]})]})})},ty="_checkoutOrderMainData_ucho0_4",ny="_orderDetailRow_ucho0_10",sy="_chargeIdRow_ucho0_21",ry="_detailLabel_ucho0_31",oy="_chargeIdContainer_ucho0_37",iy="_chargeId_ucho0_21",ay="_copyIcon_ucho0_55",Ge={checkoutOrderMainData:ty,orderDetailRow:ny,chargeIdRow:sy,detailLabel:ry,chargeIdContainer:oy,chargeId:iy,copyIcon:ay},_l=({lastUpdate:e,invoiceId:n,email:s,paymentType:r})=>{const o=ns(),i=a=>{const l=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],c=a.getDate().toString().padStart(2,"0"),d=l[a.getMonth()],u=a.getFullYear(),p=a.getHours(),m=a.getMinutes().toString().padStart(2,"0"),x=a.getSeconds().toString().padStart(2,"0"),f=p>=12?"PM":"AM",h=(p%12||12).toString().padStart(2,"0");return`${d} ${c}, ${u} at ${h}:${m}:${x} ${f}`};return t.jsxRuntimeExports.jsxs("div",{className:Ge.checkoutOrderMainData,children:[t.jsxRuntimeExports.jsxs("div",{className:Ge.orderDetailRow,children:[t.jsxRuntimeExports.jsx("p",{className:Ge.detailLabel,children:"Last Updated"}),t.jsxRuntimeExports.jsx("p",{className:Ge.detailValue,children:i(new Date(e))})]}),t.jsxRuntimeExports.jsxs("div",{className:Ge.orderDetailRow,children:[t.jsxRuntimeExports.jsx("p",{className:Ge.detailLabel,children:"Payment Type"}),t.jsxRuntimeExports.jsx("p",{className:Ge.detailValue,children:r})]}),t.jsxRuntimeExports.jsxs("div",{className:Ge.orderDetailRow,children:[t.jsxRuntimeExports.jsx("p",{className:Ge.detailLabel,children:"Email"}),t.jsxRuntimeExports.jsx("p",{className:Ge.detailValue,children:s})]}),t.jsxRuntimeExports.jsxs("div",{className:Ge.chargeIdRow,children:[t.jsxRuntimeExports.jsx("p",{className:Ge.detailLabel,children:"Charge ID"}),t.jsxRuntimeExports.jsxs("div",{className:Ge.chargeIdContainer,children:[t.jsxRuntimeExports.jsx("p",{className:Ge.chargeId,children:n}),t.jsxRuntimeExports.jsx("div",{className:Ge.copyIcon,onClick:()=>o(n),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})]})]})},ly="_bottomSheet_1yai1_1",cy="_formContainer_1yai1_8",uy="_error_1yai1_14",dy="_buttonGroup_1yai1_18",py="_buttonWrapper_1yai1_28",my="_fullWidthButton_1yai1_31",xy="_cancelButton_1yai1_34",hy="_verifyButton_1yai1_37",fy="_modal_1yai1_41",gy="_header_1yai1_48",Mt={bottomSheet:ly,formContainer:cy,error:uy,buttonGroup:dy,buttonWrapper:py,fullWidthButton:my,cancelButton:xy,verifyButton:hy,modal:fy,header:gy},jy=({chargeId:e,setIsOpen:n})=>{const[s,r]=C.useState(""),[o,i]=C.useState(""),{setIsOpen:a}=t.useModalStore(),l=u=>{try{return new URL(u),!0}catch{return!1}},c=async u=>{if(u.preventDefault(),!s){i("The link field cannot be empty.");return}if(!l(s)){i("Please enter a valid URL");return}await zc({url:s},e)&&(alert("CashApp successfully verified"),n(!1))},d=()=>{a(!1),setTimeout(()=>{n(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{className:Mt.modal,onClick:u=>u.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:Mt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"CashApp Verify"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:d})]}),t.jsxRuntimeExports.jsx("form",{onSubmit:c,children:t.jsxRuntimeExports.jsxs("div",{className:Mt.bottomSheet,children:[t.jsxRuntimeExports.jsx("div",{className:Mt.formContainer,children:t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx(t.Input$1,{value:s,onChange:u=>{r(u),i("")},label:"Enter Cashapp Link",placeholder:"https://cash.app/payments/0000"}),o&&t.jsxRuntimeExports.jsx("p",{className:Mt.error,children:o})]})}),t.jsxRuntimeExports.jsxs("div",{className:Mt.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:Mt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:d,children:t.jsxRuntimeExports.jsx("span",{className:Mt.cancelButton,children:"Cancel"})})}),t.jsxRuntimeExports.jsx("div",{className:Mt.fullWidthButton,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",children:t.jsxRuntimeExports.jsx("span",{className:Mt.verifyButton,children:"Verify"})})})]})]})})]})},Cy="_trackPaymentContainer_1q1lw_1",yy="_trackPaymentBox_1q1lw_5",_y="_trackPaymentBoxActive_1q1lw_18",Ey="_trackPaymentHeader_1q1lw_23",vy="_trackPaymentTitle_1q1lw_27",Ry="_trackPaymentTimeline_1q1lw_32",wy="_trackPaymentItem_1q1lw_41",by="_itemHeader_1q1lw_47",Sy="_itemDate_1q1lw_54",ky="_itemMessage_1q1lw_58",Ny="_trackPaymentToggle_1q1lw_62",Iy="_trackPaymentToggleContent_1q1lw_73",Ty="_trackPaymentToggleText_1q1lw_79",nt={trackPaymentContainer:Cy,trackPaymentBox:yy,trackPaymentBoxActive:_y,trackPaymentHeader:Ey,trackPaymentTitle:vy,trackPaymentTimeline:Ry,trackPaymentItem:wy,itemHeader:by,itemDate:Sy,itemMessage:ky,trackPaymentToggle:Ny,trackPaymentToggleContent:Iy,trackPaymentToggleText:Ty},Ki=(e,n)=>{const s=e.getDate().toString().padStart(2,"0"),r=(e.getMonth()+1).toString().padStart(2,"0"),o=e.getFullYear(),i=e.getHours(),a=e.getMinutes().toString().padStart(2,"0"),l=e.getSeconds().toString().padStart(2,"0"),c=i>=12?"PM":"AM",d=(i%12||12).toString().padStart(2,"0");return n==="dd.MM.yyyy"?`${s}.${r}.${o}`:n==="hh:mm:ss aa"?`${d}:${a}:${l} ${c}`:""},Ly={[ye.Paid]:{displayName:qn[ye.Paid],displayMessage:"The invoice has been completed and the product has been delivered.",type:"success"},[ye.Pending]:{displayName:qn[ye.Pending],displayMessage:"The invoice has been created and we are now waiting to receive the payment.",type:"warning"},[ye.Expired]:{displayName:qn[ye.Expired],displayMessage:"Your payment has expired due to the payment not being sent in time.",type:"error"},[ye.Cancelled]:{displayName:qn[ye.Cancelled],displayMessage:"The order has been canceled. The payment was not sent within the time limit.",type:"error"},[ye.NotPaid]:{displayName:"New",displayMessage:"The charge has been created and is awaiting payment.",type:"success"}},Py=({date:e,chargeStatus:n})=>t.jsxRuntimeExports.jsxs("div",{className:nt.trackPaymentItem,children:[t.jsxRuntimeExports.jsxs("div",{className:nt.itemHeader,children:[t.jsxRuntimeExports.jsx("p",{className:nt.itemDate,children:Ki(new Date(e),"dd.MM.yyyy")}),t.jsxRuntimeExports.jsx("p",{className:nt.itemTime,children:Ki(new Date(e),"hh:mm:ss aa")})]}),t.jsxRuntimeExports.jsx("p",{className:nt.itemMessage,children:Ly[n].displayMessage})]}),El=({timeline:e,className:n})=>{const[s,r]=C.useState(!1);return t.jsxRuntimeExports.jsxs("div",{className:t.clx(nt.trackPaymentContainer,n),children:[t.jsxRuntimeExports.jsxs("div",{className:`${nt.trackPaymentBox} ${s?nt.trackPaymentBoxActive:""}`,children:[t.jsxRuntimeExports.jsx("header",{className:nt.trackPaymentHeader,children:t.jsxRuntimeExports.jsx("h2",{className:nt.trackPaymentTitle,children:"Track Payment"})}),t.jsxRuntimeExports.jsx("div",{className:nt.trackPaymentTimeline,children:Object.keys(e).map(o=>t.jsxRuntimeExports.jsx(Py,{date:e[o],chargeStatus:o},o))})]}),t.jsxRuntimeExports.jsxs("div",{className:nt.trackPaymentToggle,onClick:()=>r(!s),children:[t.jsxRuntimeExports.jsxs("div",{className:nt.trackPaymentToggleContent,children:[t.jsxRuntimeExports.jsx(i6,{}),t.jsxRuntimeExports.jsx("p",{className:nt.trackPaymentToggleText,children:"Track Payment"})]}),t.jsxRuntimeExports.jsx(a6,{})]})]})},My="_wrapper_wjbqf_1",By="_dateTime_wjbqf_11",Ay="_date_wjbqf_11",$y="_tableItem_wjbqf_21",Dy="_status_wjbqf_25",Oy="_statusInProgress_wjbqf_34",Hy="_statusText_wjbqf_38",Vy="_statusIcon_wjbqf_42",Fy="_statusInProgressText_wjbqf_46",Zy="_statusInProgressIcon_wjbqf_50",ze={wrapper:My,dateTime:By,date:Ay,tableItem:$y,status:Dy,statusInProgress:Oy,statusText:Hy,statusIcon:Vy,statusInProgressText:Fy,statusInProgressIcon:Zy},zy=({item:e})=>{const[n,s]=Qn(e.createdAt),o=(a=>a.length>30?a.slice(0,27)+"...":a)(e.latestMessage),i=t.useNavigate();return t.jsxRuntimeExports.jsxs("div",{className:ze.wrapper,onClick:()=>i(`/ticket/${e.id}/${e.accessToken}`),children:[t.jsxRuntimeExports.jsx(Ve,{className:ze.tableItem,children:t.jsxRuntimeExports.jsx("div",{className:ze.ticketId,children:t.jsxRuntimeExports.jsxs("span",{children:["#",e.id]})})}),t.jsxRuntimeExports.jsx(Ve,{className:t.clx(ze.message,ze.tableItem),children:o}),t.jsxRuntimeExports.jsx(Ve,{className:ze.tableItem,children:t.jsxRuntimeExports.jsxs("div",{className:ze.date,children:[t.jsxRuntimeExports.jsx("div",{children:n}),t.jsxRuntimeExports.jsx("div",{className:ze.dateTime,children:s})]})}),t.jsxRuntimeExports.jsx(Ve,{className:ze.tableItem,children:t.jsxRuntimeExports.jsx(Uy,{status:e.status})})]},e.id)},Uy=({status:e})=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(ze.status,{[ze.statusClosed]:e==="CLOSED",[ze.statusInProgress]:e!=="CLOSED"}),children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(ze.statusIcon,{[ze.statusInProgressIcon]:e!=="CLOSED"}),children:e==="CLOSED"?t.jsxRuntimeExports.jsx(t.Icon,{name:"CheckCircle"}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Clock"})}),t.jsxRuntimeExports.jsx("div",{className:t.clx(ze.statusText,{[ze.statusInProgressText]:e!=="CLOSED"}),children:e==="CLOSED"?"Closed":"In Progress"})]}),Wy="_tableContainer_1g3ca_1",qy="_table_1g3ca_1",Gy="_productInfo_1g3ca_19",Yy="_productImage_1g3ca_26",Xy="_productName_1g3ca_35",Ky="_expirationDate_1g3ca_46",Jy="_overflowItem_1g3ca_51",Qy="_gatewayContainer_1g3ca_57",e_="_gatewayImage_1g3ca_62",t_="_dateTime_1g3ca_67",n_="_tableLoader_1g3ca_72",s_="_tableItem_1g3ca_81",Oe={tableContainer:Wy,table:qy,productInfo:Gy,productImage:Yy,productName:Xy,expirationDate:Ky,overflowItem:Jy,gatewayContainer:Qy,gatewayImage:e_,dateTime:t_,tableLoader:n_,tableItem:s_},r_="_badge_1oac8_1",o_="_active_1oac8_12",i_="_awaitingPayment_1oac8_17",a_="_cancelled_1oac8_22",l_="_changedGateway_1oac8_27",c_="_expired_1oac8_32",u_="_rial_1oac8_37",d_="_pastDue_1oac8_42",p_="_replaced_1oac8_47",Ut={badge:r_,active:o_,awaitingPayment:i_,cancelled:a_,changedGateway:l_,expired:c_,rial:u_,pastDue:d_,replaced:p_},m_={[zt.ACTIVE]:{icon:t.jsxRuntimeExports.jsx(e6,{}),title:"Active",className:Ut.active},[zt.AWAITING_PAYMENT]:{icon:t.jsxRuntimeExports.jsx(Er,{}),title:"Awaiting Payment",className:Ut.awaitingPayment},[zt.CANCELLED]:{icon:t.jsxRuntimeExports.jsx(oi,{}),title:"Cancelled",className:Ut.cancelled},[zt.CHANGED_GATEWAY]:{icon:t.jsxRuntimeExports.jsx(ii,{}),title:"Upgraded",className:Ut.changedGateway},[zt.EXPIRED]:{icon:t.jsxRuntimeExports.jsx(oi,{}),title:"Expired",className:Ut.expired},[zt.RIAL]:{icon:t.jsxRuntimeExports.jsx(Er,{}),title:"Active",className:Ut.rial},[zt.PAST_DUE]:{icon:t.jsxRuntimeExports.jsx(Er,{}),title:"Trial",className:Ut.pastDue},[zt.REPLACED]:{icon:t.jsxRuntimeExports.jsx(ii,{}),title:"Replaced",className:Ut.replaced}},vl=({status:e})=>{const n=m_[e];return t.jsxRuntimeExports.jsxs("div",{className:`${Ut.badge} ${n.className}`,children:[n.icon,t.jsxRuntimeExports.jsx("p",{children:n.title})]})},x_=(e,n)=>{const s=n.find(r=>r.name===e);return s?t.jsxRuntimeExports.jsxs("div",{className:Oe.gatewayContainer,children:[t.jsxRuntimeExports.jsx("img",{alt:s.displayName,src:st(s.logoCfImageId),className:Oe.gatewayImage}),t.jsxRuntimeExports.jsx("div",{children:s.displayName})]}):null},h_=({item:e,gatewaysDetail:n})=>{const[s,r]=Qn(e.createdAt),[o]=Qn(e.activeTo||"");return t.jsxRuntimeExports.jsxs(C.Fragment,{children:[t.jsxRuntimeExports.jsx(Ve,{children:t.jsxRuntimeExports.jsxs("div",{className:Oe.productInfo,children:[t.jsxRuntimeExports.jsx("div",{className:Oe.productImage,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:20,height:20,fill:"var(--text-secondary)"})}),t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx(ta,{to:`/subscriptions/${e.id}/${e.accessToken}`,className:Oe.productName,children:e.productName}),t.jsxRuntimeExports.jsx("p",{className:Oe.expirationDate,children:e.activeTo&&`expires at ${o}`})]})]})}),t.jsxRuntimeExports.jsx(Ve,{className:Oe.overflowItem,children:e.id}),t.jsxRuntimeExports.jsx(Ve,{children:t.jsxRuntimeExports.jsx(vl,{status:e.status})}),t.jsxRuntimeExports.jsx(Ve,{children:Le(e.price)}),t.jsxRuntimeExports.jsx(Ve,{children:x_(e.gatewayName,n)}),t.jsxRuntimeExports.jsx(Ve,{children:t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("div",{children:s}),t.jsxRuntimeExports.jsx("div",{className:Oe.dateTime,children:r})]})})]},e.id)},f_=({subscriptions:e,gatewaysDetail:n,totalCount:s,page:r,setPage:o})=>{const a=!(!(e!=null&&e.length)||!n);return t.jsxRuntimeExports.jsxs("div",{className:Oe.tableContainer,children:[t.jsxRuntimeExports.jsxs(mo,{className:Oe.table,children:[t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"Product name"}),t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"ID"}),t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"Status"}),t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"Value"}),t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"Payment"}),t.jsxRuntimeExports.jsx(We,{className:Oe.tableItem,children:"Date"}),a&&(e==null?void 0:e.map(l=>t.jsxRuntimeExports.jsx(h_,{item:l,gatewaysDetail:n},l.id)))]}),!a&&t.jsxRuntimeExports.jsx("div",{className:Oe.tableLoader,children:t.jsxRuntimeExports.jsx(t.Loader,{})}),a&&t.jsxRuntimeExports.jsx(Ks,{currentPage:r,totalCount:s,onPageChange:o})]})},g_="_container_1opbn_1",j_="_productDetails_1opbn_8",C_="_imageContainer_1opbn_14",y_="_image_1opbn_14",__="_textContainer_1opbn_32",E_="_header_1opbn_40",v_="_title_1opbn_46",R_="_price_1opbn_53",w_="_badgeContainer_1opbn_57",b_="_description_1opbn_61",Bt={container:g_,productDetails:j_,imageContainer:C_,image:y_,textContainer:__,header:E_,title:v_,price:R_,badgeContainer:w_,description:b_},S_=({subscription:e})=>t.jsxRuntimeExports.jsxs("div",{className:Bt.container,children:[t.jsxRuntimeExports.jsxs("div",{className:Bt.productDetails,children:[t.jsxRuntimeExports.jsx("div",{className:Bt.imageContainer,children:e!=null&&e.image?t.jsxRuntimeExports.jsx("img",{className:Bt.image,src:st(e.image.cfId),alt:e==null?void 0:e.name}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image"})}),t.jsxRuntimeExports.jsxs("div",{className:Bt.textContainer,children:[t.jsxRuntimeExports.jsx("div",{className:Bt.header,children:t.jsxRuntimeExports.jsx("h2",{className:Bt.title,children:e.name})}),t.jsxRuntimeExports.jsxs("p",{className:Bt.price,children:[Le(e.price)," / ",e.recurringInterval]})]}),t.jsxRuntimeExports.jsx("div",{className:Bt.badgeContainer,children:t.jsxRuntimeExports.jsx(vl,{status:e.status})})]}),e.description&&t.jsxRuntimeExports.jsx(xl,{className:Bt.description,children:e.description})]}),k_="_card_69liy_1",N_="_price_69liy_10",I_="_interval_69liy_17",T_="_name_69liy_22",L_="_description_69liy_28",P_="_currentPlan_69liy_32",M_="_selectButton_69liy_45",B_="_progressSection_69liy_50",A_="_progressLabel_69liy_54",$_="_bottomSheet_69liy_60",D_="_title_69liy_69",O_="_typeSelector_69liy_80",H_="_typeOption_69liy_90",V_="_active_69liy_100",F_="_saveTag_69liy_108",Z_="_planSelector_69liy_117",z_="_modal_69liy_127",U_="_inactive_69liy_148",W_="_notMounted_69liy_151",q_="_closeButton_69liy_157",Ie={card:k_,price:N_,interval:I_,name:T_,description:L_,currentPlan:P_,selectButton:M_,progressSection:B_,progressLabel:A_,bottomSheet:$_,title:D_,typeSelector:O_,typeOption:H_,active:V_,saveTag:F_,planSelector:Z_,modal:z_,inactive:U_,notMounted:W_,closeButton:q_},G_=({variant:e,onSelect:n,isCurrent:s})=>{const r=e.subscriptionSettings.recurringIntervalDays===30?"month":e.subscriptionSettings.recurringIntervalDays===365?"year":"period",o=e.subscriptionSettings.price.amount.toFixed(2),i=e.subscriptionSettings.recurringIntervalDays,a=10;return t.jsxRuntimeExports.jsxs("div",{className:Ie.card,onClick:n,children:[t.jsxRuntimeExports.jsxs("h2",{className:Ie.price,children:["$",o," ",t.jsxRuntimeExports.jsxs("span",{className:Ie.interval,children:["/ ",r]})]}),t.jsxRuntimeExports.jsx("h3",{className:Ie.name,children:e.name}),e.description&&t.jsxRuntimeExports.jsx("p",{className:Ie.description,children:e.description}),s?t.jsxRuntimeExports.jsxs("div",{className:Ie.currentPlan,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}),"Your current Plan"]}):t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",className:Ie.selectButton,children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Select"})}),s&&t.jsxRuntimeExports.jsxs("div",{className:Ie.progressSection,children:[t.jsxRuntimeExports.jsx(wa,{percent:a/i*100,disablePercentLabel:!0}),t.jsxRuntimeExports.jsxs("p",{className:Ie.progressLabel,children:["Used: ",a," of ",i," days"]})]})]})},Y_=({isOpen:e,setIsOpen:n,subscription:s})=>{const[r,o]=C.useState(null),[i,a]=C.useState(null),[l,c]=C.useState(null),{id:d,accessToken:u}=t.useParams(),[p,m]=C.useState(!1),[x,f]=C.useState(!1),{setIsOpen:h}=t.useModalStore();C.useEffect(()=>{console.log(e,p),e&&m(!0)},[e]);const w=()=>{n(!1)},[j,v]=C.useState(null);C.useEffect(()=>{d&&u&&(async()=>{if(d&&u){const{data:R}=await t.getSubscriptionUpgradePlans({id:d,accessToken:u});v(R)}})()},[d,u]),C.useEffect(()=>{var E;if(j!=null&&j.data.types[0]){const R=(E=j.data.types.flatMap(N=>N.productVariants).find(N=>N.data.id===(s==null?void 0:s.variantId)))==null?void 0:E.data;R&&(c(R),a(R))}},[j,s]),C.useEffect(()=>{j!=null&&j.data.types[0]&&o(j==null?void 0:j.data.types[0])},[j==null?void 0:j.data.types]);const _=E=>{o(E),a(null)},b=E=>{a(E),h(!0),f(!0)};return t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ie.modal,{[Ie.active]:e,[Ie.inactive]:!e&&p,[Ie.notMounted]:!p}),onClick:E=>E.stopPropagation(),children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:w,hoverable:!0,className:Ie.closeButton}),t.jsxRuntimeExports.jsxs("div",{className:Ie.bottomSheet,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",className:Ie.title,children:"Change Plan"}),t.jsxRuntimeExports.jsx("p",{className:Ie.description,children:j==null?void 0:j.data.description}),t.jsxRuntimeExports.jsx("div",{className:Ie.typeSelector,children:j==null?void 0:j.data.types.map(E=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ie.typeOption,{[Ie.active]:(r==null?void 0:r.id)===E.id}),onClick:()=>_(E),children:[E.name,E.name==="Yearly"&&t.jsxRuntimeExports.jsx("span",{className:Ie.saveTag,children:"Save %"})]},E.id))}),r&&t.jsxRuntimeExports.jsx("div",{className:Ie.planSelector,children:r.productVariants.map(E=>t.jsxRuntimeExports.jsx(G_,{variant:E.data,isSelected:(i==null?void 0:i.id)===E.data.id,isCurrent:(l==null?void 0:l.id)===E.data.id,onSelect:()=>b(E.data)},E.data.id))})]}),x&&i&&s&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{f(!1)},children:t.jsxRuntimeExports.jsx(OE,{setIsOpen:f,selectedVariant:i,subscription:s})})]})},X_="_container_nb625_1",K_="_title_nb625_11",J_="_subtitle_nb625_16",Q_="_info_nb625_20",Is={container:X_,title:K_,subtitle:J_,info:Q_},eE=()=>{const{subscription:e}=t.useSubscriptionStore(),[n,s]=Qn((e==null?void 0:e.activeTo)||""),[r,o]=C.useState(!1),{setIsOpen:i}=t.useModalStore();return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:Is.container,children:[t.jsxRuntimeExports.jsxs("div",{className:Is.info,children:[t.jsxRuntimeExports.jsx("p",{className:Is.title,children:"Expiration Date"}),t.jsxRuntimeExports.jsxs("p",{className:Is.subtitle,children:[n," at ",s]})]}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Special",onClick:a=>{a.stopPropagation(),i(!0),o(!0)},children:"Extend"})]}),r&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>o(!1),children:t.jsxRuntimeExports.jsx(fv,{setIsOpen:o})})]})},tE="_couponContainer_1sspa_1",nE="_iconWrapper_1sspa_10",sE="_details_1sspa_21",rE="_title_1sspa_25",oE="_progress_1sspa_29",iE="_foreverText_1sspa_34",Rn={couponContainer:tE,iconWrapper:nE,details:sE,title:rE,progress:oE,foreverText:iE},aE=({coupon:e,currency:n})=>{const s=e.isFixed?Le({amount:e.discount,currency:n}):`${e.discount}%`,r=e.initialCouponDurationForSubscriptions?$x(e.initialCouponDurationForSubscriptions,e.currentCouponDurationForSubscriptions||1):100;return t.jsxRuntimeExports.jsxs("div",{className:Rn.couponContainer,children:[t.jsxRuntimeExports.jsx("div",{className:Rn.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CheckCircle"})}),t.jsxRuntimeExports.jsxs("div",{className:Rn.details,children:[t.jsxRuntimeExports.jsxs("p",{className:Rn.title,children:[e.name,", ",s," discount"]}),t.jsxRuntimeExports.jsx("div",{className:Rn.progress,children:t.jsxRuntimeExports.jsx(wa,{color:"#C2C2C2",percent:r,disablePercentLabel:!0})}),t.jsxRuntimeExports.jsx("p",{className:Rn.foreverText,children:"Forever discount code"})]})]})},lE="_paymentMethodContainer_1g0da_4",cE="_paymentMethodTitle_1g0da_15",uE="_activeMethod_1g0da_20",dE="_noMethod_1g0da_28",pE="_activeMethodPaymentMethod_1g0da_37",mE="_paymentMethodLogo_1g0da_47",xE="_paymentMethodNumber_1g0da_57",hE="_method_1g0da_61",en={paymentMethodContainer:lE,paymentMethodTitle:cE,activeMethod:uE,noMethod:dE,activeMethodPaymentMethod:pE,paymentMethodLogo:mE,paymentMethodNumber:xE,method:hE},fE="_paymentMethods_1gev0_1",gE="_modal_1gev0_14",jE="_header_1gev0_28",CE="_content_1gev0_37",Zt={paymentMethods:fE,modal:gE,header:jE,content:CE},yE=e=>{const{setIsLoading:n,setIsOpen:s}=e,{subscription:r,setSubscription:o}=t.useSubscriptionStore();if(!r)return null;const{id:i}=t.useParams(),a=t.useNavigate(),{notifications:l,setNotifications:c}=t.useNotificationStore(),{setPaymentMethod:d,setGateway:u,cart:p}=t.useCart(),{setIsOpen:m}=t.useModalStore();async function x(){if(f(),n(!0),i&&r){const{data:h}=await t.changeSubscriptionGateway(i,p.gateway);h.isReconnectPaymentNeeded?a(`/charges/${h.chargeId}`):(c([...l,{status:"success",id:t.v4(),message:"Your action has been successfully completed"}]),o({...r,gatewayName:p.gateway}))}else c([...l,{status:"error",id:t.v4(),message:"Your action has been failed. Try again!"}]);n(!1)}function f(){m(!1),setTimeout(()=>{s(!1)},300)}return t.jsxRuntimeExports.jsxs("div",{className:Zt.modal,onClick:h=>{h.stopPropagation()},children:[t.jsxRuntimeExports.jsxs("div",{className:Zt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",className:Zt.title,children:"Choose Payment Method"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:f,hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:Zt.content,children:[(r==null?void 0:r.availableGateways)&&t.jsxRuntimeExports.jsx(gl,{possibleGateways:{availableGateways:r.availableGateways,requiresSignInGateways:r.availableGateways},setGateway:u,setPaymentMethod:d,totalAndDiscount:{total:(r==null?void 0:r.price.amount)||0,totalWithDiscount:r==null?void 0:r.price.amount},onSignInClick:()=>a("/customer-dash")}),t.jsxRuntimeExports.jsxs("div",{className:Zt.paymentMethods,children:[t.jsxRuntimeExports.jsx("div",{className:Zt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:f,children:t.jsxRuntimeExports.jsx("span",{className:Zt.cancelButton,children:"Cancel"})})}),t.jsxRuntimeExports.jsx("div",{className:Zt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",disabled:!p.gateway,onClick:()=>x(),children:t.jsxRuntimeExports.jsx("span",{className:Zt.continueButton,children:"Continue"})})})]})]})]})},_E="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131.39%2086.9'%3e%3cdefs%3e%3cstyle%3e.a{opacity:0;}.b{fill:%23fff;}.c{fill:%23ff5f00;}.d{fill:%23eb001b;}.e{fill:%23f79e1b;}%3c/style%3e%3c/defs%3e%3ctitle%3eAsset%201%3c/title%3e%3cg%20class='a'%3e%3crect%20class='b'%20width='131.39'%20height='86.9'/%3e%3c/g%3e%3crect%20class='c'%20x='48.37'%20y='15.14'%20width='34.66'%20height='56.61'/%3e%3cpath%20class='d'%20d='M51.94,43.45a35.94,35.94,0,0,1,13.75-28.3,36,36,0,1,0,0,56.61A35.94,35.94,0,0,1,51.94,43.45Z'/%3e%3cpath%20class='e'%20d='M120.5,65.76V64.6H121v-.24h-1.19v.24h.47v1.16Zm2.31,0v-1.4h-.36l-.42,1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06Z'/%3e%3cpath%20class='e'%20d='M123.94,43.45a36,36,0,0,1-58.25,28.3,36,36,0,0,0,0-56.61,36,36,0,0,1,58.25,28.3Z'/%3e%3c/svg%3e",EE=()=>{var f,h,w;const{subscription:e}=t.useSubscriptionStore(),{cart:n,setPaymentMethod:s}=t.useCart(),r=t.useNavigate(),[o,i]=C.useState(null),[a,l]=C.useState(!1),[c,d]=C.useState(!1),{setIsOpen:u}=t.useModalStore();if(!e)return null;const[p,m]=C.useState(e.gatewayName||n.gateway),x=n.paymentMethod;return C.useEffect(()=>{(async()=>{const v=await Ln(e.availableGateways);i(v)})()},[]),C.useEffect(()=>{n.gateway!==p&&m(n.gateway)},[n.gateway]),t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:en.paymentMethodContainer,children:[t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("p",{className:en.paymentMethodTitle,children:"Active Payment Method"}),e.gatewayInfo&&Object.keys(e.gatewayInfo).length>0&&t.jsxRuntimeExports.jsx(vE,{gatewayInfo:e.gatewayInfo}),(!e.gatewayInfo||Object.keys(e.gatewayInfo).length===0)&&p==="Balance"&&t.jsxRuntimeExports.jsx(hl,{gateway:p,gatewayDisplayName:p,total:(e==null?void 0:e.price.amount)||0,onSignInClick:()=>r("/customer-dash")}),(!e.gatewayInfo||Object.keys(e.gatewayInfo).length===0)&&!p&&t.jsxRuntimeExports.jsx("span",{className:en.noMethod,children:"Payment method is not set"}),(!e.gatewayInfo||Object.keys(e.gatewayInfo).length===0)&&p&&t.jsxRuntimeExports.jsx("div",{className:en.activeMethod,children:o&&t.jsxRuntimeExports.jsx(fl,{align:"row",gatewayLogoCfId:(f=o.find(j=>j.name===p))==null?void 0:f.logoCfImageId,gatewayDisplayName:(h=o.find(j=>j.name===p))==null?void 0:h.displayName,gateway:p,poweredByLogoCfId:(w=o.find(j=>j.name===p))==null?void 0:w.poweredByImageCfImageId,className:en.activeMethodPaymentMethod,selected:x===p,onSelect:j=>{s(j)}},p)})]}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Special",onClick:j=>{j.stopPropagation(),u(!0),d(!0)},children:n.gateway?"Change":"Manage"})]}),c&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>d(!1),children:t.jsxRuntimeExports.jsx(yE,{setIsLoading:l,setIsOpen:d})})]})},vE=({gatewayInfo:e})=>{var n,s,r,o,i;return t.jsxRuntimeExports.jsxs("div",{className:en.method,children:[t.jsxRuntimeExports.jsxs("div",{className:en.paymentMethodLogo,children:[((n=e.card)==null?void 0:n.brand.toLowerCase())==="visa"&&t.jsxRuntimeExports.jsx(o6,{}),((s=e.card)==null?void 0:s.brand.toLowerCase())==="mastercard"&&t.jsxRuntimeExports.jsx("img",{src:_E,alt:"",width:22}),((r=e.card)==null?void 0:r.brand.toLowerCase())!=="visa"&&((o=e.card)==null?void 0:o.brand.toLowerCase())!=="mastercard"&&t.jsxRuntimeExports.jsx(t.Icon,{name:"CreditCard",width:22})]}),t.jsxRuntimeExports.jsxs("p",{className:en.paymentMethodNumber,children:["•••• •••• •••• ",(i=e.card)==null?void 0:i.last4]})]})},RE="_subscriptionProductContainer_83ibx_4",wE="_subscriptionProductImage_83ibx_15",bE="_subscriptionProductInfo_83ibx_32",SE="_name_83ibx_37",kE="_price_83ibx_40",zn={subscriptionProductContainer:RE,subscriptionProductImage:wE,subscriptionProductInfo:bE,name:SE,price:kE},NE=({subscription:e,id:n,accessToken:s})=>{const[r,o]=C.useState(!1),{setIsOpen:i}=t.useModalStore();return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:zn.subscriptionProductContainer,onClick:a=>a.stopPropagation(),children:[t.jsxRuntimeExports.jsx("div",{className:zn.subscriptionProductImage,children:e!=null&&e.image?t.jsxRuntimeExports.jsx("img",{src:st(e.image.cfId)}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image"})}),t.jsxRuntimeExports.jsxs("div",{className:zn.subscriptionProductInfo,children:[t.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-2",children:t.jsxRuntimeExports.jsx("h2",{className:zn.name,children:e.name})}),t.jsxRuntimeExports.jsxs("p",{className:zn.price,children:[Le(e.price)," / ",e.recurringInterval]})]}),t.jsxRuntimeExports.jsx(t.Button$1,{type:"Special",onClick:a=>{a.preventDefault(),o(!0),i(!0)},children:"Cancel"})]}),r&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>o(!1),children:t.jsxRuntimeExports.jsx(Nv,{accessToken:s,id:n,isOpen:r,setIsOpen:o})})]})},IE="_content_5ctxw_1",TE="_selectedPlan_5ctxw_37",LE="_planName_5ctxw_44",PE="_description_5ctxw_48",ME="_price_5ctxw_51",BE="_buttonGroup_5ctxw_79",AE="_buttonWrapper_5ctxw_84",$E="_modal_5ctxw_88",DE="_header_5ctxw_95",bt={content:IE,selectedPlan:TE,planName:LE,description:PE,price:ME,buttonGroup:BE,buttonWrapper:AE,modal:$E,header:DE},OE=({setIsOpen:e,selectedVariant:n,subscription:s})=>{if(!n)return null;const{setIsOpen:r}=t.useModalStore(),o=()=>{i()},i=()=>{r(!1),setTimeout(()=>{e(!1)},300)},a=(n.subscriptionSettings.compareAtPrice||n.subscriptionSettings.price).amount,l=n.subscriptionSettings.compareAtPrice?n.subscriptionSettings.compareAtPrice.amount-n.subscriptionSettings.price.amount:n.subscriptionSettings.price.amount,c=a-l,d=new Intl.NumberFormat("en-US",{style:"currency",currency:s.price.currency});return console.log("total",c,l),t.jsxRuntimeExports.jsxs("div",{className:bt.modal,children:[t.jsxRuntimeExports.jsxs("div",{className:bt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Choose upgrade method"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:()=>i()})]}),t.jsxRuntimeExports.jsxs("div",{className:bt.bottomSheet,children:[t.jsxRuntimeExports.jsxs("div",{className:bt.content,children:[t.jsxRuntimeExports.jsxs("div",{className:bt.selectedPlan,children:[t.jsxRuntimeExports.jsx("h2",{className:bt.planName,children:n.name}),t.jsxRuntimeExports.jsx("p",{className:bt.description,children:n.description}),t.jsxRuntimeExports.jsxs("p",{className:bt.price,children:["$",n.subscriptionSettings.price.amount.toFixed(2)," /"," ",n.subscriptionSettings.recurringIntervalDays===30?"month":"year"]})]}),t.jsxRuntimeExports.jsx(as,{formatter:d,coupon:null,total:c,discount:l})]}),t.jsxRuntimeExports.jsxs("div",{className:bt.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:bt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:()=>i(),children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Stay with us"})})}),t.jsxRuntimeExports.jsx("div",{className:bt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:o,children:t.jsxRuntimeExports.jsxs("span",{className:"text-[var(--text-inverted)]",children:["Upgrade for $",c.toFixed(2)]})})})]})]})]})},HE="_orderStatusBlock_1jgxy_2",VE="_iconWrapper_1jgxy_11",FE="_orderStatusTitle_1jgxy_21",ZE="_orderStatusDescription_1jgxy_25",zE="_actionButtons_1jgxy_30",UE="_actionButton_1jgxy_30",WE="_button_1jgxy_41",He={orderStatusBlock:HE,iconWrapper:VE,orderStatusTitle:FE,orderStatusDescription:ZE,actionButtons:zE,actionButton:UE,button:WE},qE={[ge.New]:"New",[ge.Pending]:"Order Pending",[ge.Expired]:"Order Expired",[ge.Cancelled]:"Order Canceled",[ge.Failed]:"Order Failed",[ge.FullDeliveryFailure]:"Delivery Failure",[ge.PartiallyDelivered]:"Partial Delivery Failure",[ge.Refunded]:"Order Refunded",[ge.Completed]:"Order Completed"},GE={[ge.New]:"New",[ge.Pending]:"Your order is currently pending. We recommend checking back shortly for confirmation.",[ge.Expired]:"Your order has expired due to the payment not being sent in time. If you already sent the payment, please contact us below.",[ge.Cancelled]:"You canceled the warrant. If there are any problems, please contact support.",[ge.Failed]:"Order Failed.",[ge.FullDeliveryFailure]:"Your payment was successful but the product is currently out of stock. Please contact us below to get this sorted.",[ge.PartiallyDelivered]:"Your payment was successful but some products were out of stock. Please contact us below to get this sorted.",[ge.Refunded]:"Order Refunded.",[ge.Completed]:"Your order has successfully been processed. View your products below or check your email for additional information."},YE={[ge.Completed]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Check",fill:"var(--text-success)"})}),[ge.Pending]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Clock",fill:"var(--text-warning)"})}),[ge.New]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Clock",fill:"var(--text-warning)"})}),[ge.Expired]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})}),[ge.Cancelled]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})}),[ge.Failed]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"XCircle",fill:"var(--text-action)"})}),[ge.FullDeliveryFailure]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Warning",fill:"var(--text-warning)"})}),[ge.PartiallyDelivered]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"WarningDiamond",fill:"var(--text-warning)"})}),[ge.Refunded]:t.jsxRuntimeExports.jsx("div",{className:He.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"WarningDiamond",fill:"var(--text-warning)"})})},XE=({orderStatus:e,className:n})=>{const{shopDomain:s}=t.useStorefrontStore();return console.log(e),t.jsxRuntimeExports.jsxs("div",{className:t.clx(He.orderStatusBlock,n),children:[YE[e],t.jsxRuntimeExports.jsx("h2",{className:He.orderStatusTitle,children:qE[e]}),t.jsxRuntimeExports.jsx("p",{className:He.orderStatusDescription,children:GE[e]}),t.jsxRuntimeExports.jsxs("div",{className:He.actionButtons,children:[t.jsxRuntimeExports.jsx("div",{className:He.actionButton,children:t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",className:He.button,onClick:()=>window.open(`https://${s}`),children:[t.jsxRuntimeExports.jsx(qr,{}),t.jsxRuntimeExports.jsx("span",{children:"Visit Website"})]})}),t.jsxRuntimeExports.jsx("div",{className:He.actionButton,children:t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",className:He.button,children:[t.jsxRuntimeExports.jsx(ba,{}),t.jsxRuntimeExports.jsx("span",{children:"Contact Support"})]})})]})]})},KE="_reviewMessage_ai9y8_2",JE="_leaveReviewContainer_ai9y8_11",QE="_leaveReviewTitle_ai9y8_20",Ar={reviewMessage:KE,leaveReviewContainer:JE,leaveReviewTitle:QE},ev=({review:e,orderId:n,className:s})=>{const[r,o]=C.useState((e==null?void 0:e.rating)||0),[i,a]=C.useState(!1),{setIsOpen:l}=t.useModalStore(),{notifications:c,setNotifications:d}=t.useNotificationStore(),u=async p=>{e&&"accessToken"in e&&(await su({comment:p,rating:r},n,e.accessToken),d([...c,{status:"success",id:t.v4(),message:"Review left successfully"}]),a(!1))};return C.useEffect(()=>{e&&r&&"accessToken"in e&&!e.rating&&l(!0)},[r]),e?e.rating&&"accessToken"in e?t.jsxRuntimeExports.jsxs("div",{className:Ar.reviewMessage,children:["You left a ",e.rating," star rating"]}):t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ar.leaveReviewContainer,s),children:[t.jsxRuntimeExports.jsx("p",{className:Ar.leaveReviewTitle,children:"Leave a review"}),t.jsxRuntimeExports.jsx(p6,{rating:r,setRating:o,disabled:!!e.rating||!("accessToken"in e)}),i&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>a(!1),children:t.jsxRuntimeExports.jsx(iv,{setIsOpen:a,onSubmit:u})})]}):null},tv="_bottomSheet_1wbyw_1",nv="_content_1wbyw_7",sv="_description_1wbyw_10",rv="_buttonGroup_1wbyw_18",ov="_buttonWrapper_1wbyw_28",Jt={bottomSheet:tv,content:nv,description:sv,buttonGroup:rv,buttonWrapper:ov},iv=({setIsOpen:e,onSubmit:n})=>{const[s,r]=C.useState(""),{setIsOpen:o}=t.useModalStore(),i=()=>{o(!1),setTimeout(()=>{e(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{className:Jt.modal,children:[t.jsxRuntimeExports.jsxs("div",{className:Jt.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Review Description"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",hoverable:!0,onClick:()=>e(!1)})]}),t.jsxRuntimeExports.jsxs("div",{className:Jt.bottomSheet,children:[t.jsxRuntimeExports.jsxs("div",{className:Jt.content,children:[t.jsxRuntimeExports.jsx("p",{className:Jt.description,children:"Describe your review in detail below:"}),t.jsxRuntimeExports.jsx(t.Textarea$1,{maxLength:150,placeholder:"Great product and fast checkout...",value:s,onChange:a=>r(a)})]}),t.jsxRuntimeExports.jsxs("div",{className:Jt.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:Jt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:i,children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-secondary)]",children:"Cancel"})})}),t.jsxRuntimeExports.jsx("div",{className:Jt.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",disabled:!s,onClick:()=>n(s),children:t.jsxRuntimeExports.jsx("span",{className:"text-[var(--text-inverted)]",children:"Submit"})})})]})]})]})},av="_container_1idhv_1",lv="_buttonGroup_1idhv_8",cv="_buttonWrapper_1idhv_15",uv="_header_1idhv_19",dv="_content_1idhv_28",un={container:av,buttonGroup:lv,buttonWrapper:cv,header:uv,content:dv},pv="_modal_1rkmj_1",mv="_modalPayment_1rkmj_7",xv="_title_1rkmj_15",hv="_description_1rkmj_20",Ts={modal:pv,modalPayment:mv,title:xv,description:hv},Rl=()=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ts.modal,Ts.modalPayment),onClick:e=>e.stopPropagation(),children:[t.jsxRuntimeExports.jsx(t.Loader,{style:{border:"4px solid var(--surface-action1)",borderLeftColor:"var(--surface-secondary)",width:"40px",height:"40px"}}),t.jsxRuntimeExports.jsx("h2",{id:"h3",className:Ts.title,children:"Processing Payment"}),t.jsxRuntimeExports.jsx("p",{className:Ts.description,children:"This payment is currently being processed. If you're here, it simply means that the payment was created but not complete."})]}),fv=({setIsOpen:e})=>{const{subscription:n}=t.useSubscriptionStore(),{getTotalAndDiscount:s,cart:r,coupon:o}=t.useCart(),[i,a]=C.useState(1),l=t.useNavigate(),{setIsOpen:c}=t.useModalStore(),{setNotifications:d,notifications:u}=t.useNotificationStore(),[p,m]=C.useState(!1),x=C.useMemo(()=>s(),[o,r]),f=C.useMemo(()=>x.totalWithDiscount?x.total-x.totalWithDiscount:0,[x]);if(p)return t.jsxRuntimeExports.jsx(Rl,{});const h=(n==null?void 0:n.price.currency)||"USD",w=new Intl.NumberFormat("en-US",{style:"currency",currency:h});async function j(){var _;m(!0);try{const{data:b}=await t.extendSubscription((n==null?void 0:n.id)||"",{});d([{id:t.v4(),message:"Order created successfully",status:"success"}]),l(`/orders/${(_=b.data)==null?void 0:_.id}/${b.data.fullAccessToken}`)}catch(b){const E=b;d([...u,{id:t.v4(),message:`Order creation failed: ${E.message}`,status:"error"}]),v()}finally{m(!1)}}function v(){c(!1),setTimeout(()=>{e(!1)},300)}return t.jsxRuntimeExports.jsxs("div",{className:un.container,onClick:_=>_.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:un.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",className:un.title,children:"Extend Subscription"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:v,hoverable:!0,fill:"var(--text-secondary)"})]}),t.jsxRuntimeExports.jsxs("div",{className:un.content,children:[t.jsxRuntimeExports.jsx(R6,{step:i,totalSteps:12,onStepChange:a,label:"How long would you like to extend your subscription for?"}),t.jsxRuntimeExports.jsx(as,{formatter:w,coupon:o,total:x.total,discount:f,totalWithDiscount:x.totalWithDiscount}),t.jsxRuntimeExports.jsxs("div",{className:un.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:un.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:v,children:"Cancel"})}),t.jsxRuntimeExports.jsx("div",{className:un.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:j,children:"Extend"})})]})]})]})},gv="_bottomSheet_uw5jb_1",jv="_content_uw5jb_7",Cv="_radioGroup_uw5jb_11",yv="_confirmation_uw5jb_26",_v="_iconWrapper_uw5jb_33",Ev="_title_uw5jb_42",vv="_message_uw5jb_48",Rv="_buttonGroup_uw5jb_54",wv="_buttonWrapper_uw5jb_64",bv="_modal_uw5jb_68",Sv="_header_uw5jb_77",Ne={bottomSheet:gv,content:jv,radioGroup:Cv,confirmation:yv,iconWrapper:_v,title:Ev,message:vv,buttonGroup:Rv,buttonWrapper:wv,modal:bv,header:Sv},kv={0:"Are you sure?",1:"Just making sure",2:"We're sorry to see you go"},Nv=({isOpen:e,setIsOpen:n,id:s,accessToken:r})=>{const[o,i]=C.useState(0),[a,l]=C.useState(!1),[c,d]=C.useState(""),[u,p]=C.useState(""),{setIsOpen:m}=t.useModalStore(),x=async()=>{if(!c)return;l(!0);const h=await t.cancelSubscription(s,r,{reason:c==="Other reason"?u:c});l(!1),h&&i(2)};C.useEffect(()=>{e||(i(0),d(""),p(""))},[e]);const f=()=>{m(!1),setTimeout(()=>{n(!1)},300)};return t.jsxRuntimeExports.jsxs("div",{className:Ne.modal,onClick:h=>h.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:Ne.header,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:kv[o]||""}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",onClick:f,hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:Ne.content,children:[o===0&&t.jsxRuntimeExports.jsxs("div",{className:Ne.bottomSheet,children:[t.jsxRuntimeExports.jsx("p",{children:"Before you cancel your subscription can you tell us why?"}),t.jsxRuntimeExports.jsxs("div",{className:Ne.radioGroup,children:[t.jsxRuntimeExports.jsx(t.Radio,{defaultValue:c,onChange:h=>d(h),options:[{value:"Found another company",label:"Found another company"},{value:"Expensive",label:"Expensive"},{value:"Technical problems",label:"Technical problems"},{value:"Support problems",label:"Support problems"},{value:"Other reason",label:"Other reason"}],flexDirection:"column"}),c==="Other reason"&&t.jsxRuntimeExports.jsx(t.Textarea$1,{value:u,onChange:h=>p(h),placeholder:"Describe the reason...",maxLength:150})]}),t.jsxRuntimeExports.jsxs("div",{className:Ne.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:Ne.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:f,children:t.jsxRuntimeExports.jsx("span",{className:Ne.cancelButton,children:"Stay with us"})})}),t.jsxRuntimeExports.jsx("div",{className:Ne.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:()=>c&&i(1),disabled:!c,children:t.jsxRuntimeExports.jsx("span",{className:Ne.primaryButton,children:"Continue"})})})]})]}),o===1&&t.jsxRuntimeExports.jsxs("div",{className:Ne.bottomSheet,children:[t.jsxRuntimeExports.jsx("p",{children:"You'll lose access to all of the features and content available within this subscription."}),t.jsxRuntimeExports.jsxs("div",{className:Ne.buttonGroup,children:[t.jsxRuntimeExports.jsx("div",{className:Ne.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:f,children:t.jsxRuntimeExports.jsx("span",{className:Ne.cancelButton,children:"Stay with us"})})}),t.jsxRuntimeExports.jsx("div",{className:Ne.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Primary",onClick:x,disabled:a,children:t.jsxRuntimeExports.jsx("span",{className:Ne.primaryButton,children:"Cancel it anyway"})})})]})]}),o===2&&t.jsxRuntimeExports.jsxs("div",{className:Ne.bottomSheet,children:[t.jsxRuntimeExports.jsxs("div",{className:`${Ne.confirmation}`,children:[t.jsxRuntimeExports.jsx("div",{className:Ne.iconWrapper,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Check",fill:"var(--text-success)"})}),t.jsxRuntimeExports.jsx("p",{className:Ne.title,children:"Subscription Cancelled"}),t.jsxRuntimeExports.jsx("p",{className:Ne.message,children:"You'll lose access to all of the features and content available within this subscription."})]}),t.jsxRuntimeExports.jsx("div",{className:Ne.buttonGroup,children:t.jsxRuntimeExports.jsx("div",{className:Ne.buttonWrapper,children:t.jsxRuntimeExports.jsx(t.Button$1,{type:"Secondary",onClick:f,children:t.jsxRuntimeExports.jsx("span",{className:Ne.cancelButton,children:"Close"})})})})]})]})]})},Iv="_checkoutContainer_4t63a_1",Tv={checkoutContainer:Iv},Lv=()=>{const{cart:e,products:n,pending:s,getTotalAndDiscount:r,getPossibleGateways:o,submitCart:i,setGateway:a,applyCoupon:l,setDiscordSocialConnectId:c,setCustomFields:d,applyCouponPending:u,coupon:p,removeCoupon:m,getDiscordSettings:x,setPaymentMethod:f}=t.useCart(),h=C.useMemo(()=>r(),[p,e]);return s?t.jsxRuntimeExports.jsx(t.Loader,{}):t.jsxRuntimeExports.jsxs("div",{className:Tv.checkoutContainer,children:[t.jsxRuntimeExports.jsx(O9,{cart:e,products:n,applyCoupon:l,applyCouponPending:u,coupon:p,removeCoupon:m,totalAndDiscount:h}),t.jsxRuntimeExports.jsx(Wj,{cart:e,getPossibleGateways:o,setGateway:a,getDiscordSettings:x,products:n,submitCart:i,totalAndDiscount:h,setCustomFieldsToCart:d,setDiscordSocialConnectId:c,setPaymentMethod:f})]})},Pv="_chargePageContainer_1cfy0_1",Mv="_chargeItems_1cfy0_14",Bv="_mainContent_1cfy0_25",Av="_contentWrapper_1cfy0_36",$v="_statusBlock_1cfy0_41",Dv="_notPaidSection_1cfy0_45",Ov="_footer_1cfy0_54",Hv="_loaderContainer_1cfy0_64",Qt={chargePageContainer:Pv,chargeItems:Mv,mainContent:Bv,contentWrapper:Av,statusBlock:$v,notPaidSection:Dv,footer:Ov,loaderContainer:Hv},Vv=()=>{const{id:e}=t.useParams(),[n,s]=sa(),[r,o]=C.useState(!1),[i,a]=C.useState(),[l,c]=C.useState(!0),d=t.useNavigate(),u=C.useRef(),{setIsOpen:p}=t.useModalStore();return C.useEffect(()=>{const m=async(f,h=!1)=>{h||o(!0);const{data:w}=await ru(f);o(!1),a(w)},x=setInterval(()=>{e&&m(e,!0)},5e3);return e&&m(e),()=>{clearInterval(x)}},[]),C.useEffect(()=>{const m=n.get("redirectRoute");(i==null?void 0:i.status)===ye.Paid&&i.redirectUrl&&!u.current&&window.open(i.redirectUrl,"_self"),(i==null?void 0:i.status)===ye.Paid&&u.current&&d(u.current),m&&u&&(u.current=m,n.delete("redirectRoute"),s(n))},[i]),C.useEffect(()=>{((i==null?void 0:i.gateway)==="PayPalFF"||(i==null?void 0:i.gateway)==="Сashapp")&&p(!0)},[i]),r?t.jsxRuntimeExports.jsx("div",{className:Qt.loaderContainer,children:t.jsxRuntimeExports.jsx(t.Loader,{})}):t.jsxRuntimeExports.jsxs("div",{className:Qt.chargePageContainer,children:[t.jsxRuntimeExports.jsx("div",{className:Qt.chargeItems,children:t.jsxRuntimeExports.jsx(ey,{charge:i})}),t.jsxRuntimeExports.jsx("div",{className:Qt.mainContent,children:t.jsxRuntimeExports.jsxs("div",{className:Qt.contentWrapper,children:[i&&(i==null?void 0:i.status)!==ye.NotPaid&&t.jsxRuntimeExports.jsx(TC,{charge:i}),i&&t.jsxRuntimeExports.jsx("div",{className:`${Qt.statusBlock}`,children:t.jsxRuntimeExports.jsx(_l,{lastUpdate:i.expiresAt,email:i.customerForCharge.email,invoiceId:i.id,paymentType:i.gateway})}),(i==null?void 0:i.status)===ye.NotPaid&&t.jsxRuntimeExports.jsx("div",{className:Qt.notPaidSection,children:i==null?void 0:i.displayPaymentInfo.map((m,x)=>t.jsxRuntimeExports.jsx(yl,{block:m},x))}),t.jsxRuntimeExports.jsx(qt,{className:Qt.footer})]})}),(i==null?void 0:i.gateway)==="PayPalFF"&&l&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>c(!1),children:t.jsxRuntimeExports.jsx(FC,{price:i.price,setIsOpen:c})}),(i==null?void 0:i.gateway)==="Сashapp"&&l&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>o(!1),children:t.jsxRuntimeExports.jsx(jy,{setIsOpen:c,chargeId:i.id})})]})},Fv="_wrapper_1fax2_1",Zv="_title_1fax2_20",zv="_container_1fax2_26",Uv="_content_1fax2_36",Wv="_messages_1fax2_46",qv="_input_1fax2_58",Gv="_textarea_1fax2_64",Yv="_message_1fax2_46",Xv="_messageDate_1fax2_88",Kv="_myMessage_1fax2_94",Jv="_otherMessage_1fax2_101",Qv="_button_1fax2_108",eR="_loadingMessage_1fax2_117",Ye={wrapper:Fv,title:Zv,container:zv,content:Uv,messages:Wv,input:qv,textarea:Gv,message:Yv,messageDate:Xv,myMessage:Kv,otherMessage:Jv,button:Qv,loadingMessage:eR},tR=()=>{const e=window.location.pathname.split("/"),n=e[e.length-1],s=e[e.length-2],[r,o]=C.useState(!0),[i,a]=C.useState(null),[l,c]=C.useState(""),[d,u]=C.useState(null),{executeRecaptcha:p}=Ys(),m=async()=>{if(s&&n){const{data:h}=await Qc(s,n);a(h),o(!1)}};C.useEffect(()=>{m();const h=setInterval(()=>{m()},5e3);return()=>clearInterval(h)},[]);const x=async()=>{const h=await p();if(!s||!n||!h||!l.trim())return;const w={content:l,createdAt:new Date().toISOString(),id:Date.now(),isSellerReply:!1};a(j=>j?{...j,messages:[...j.messages,w]}:null),u(w.id),c("");try{await eu(s,n,l,h),await m()}finally{setTimeout(()=>{u(null)},1e4)}},f=h=>{const w=new Date,j=new Date(h),v=Math.floor((w.getTime()-j.getTime())/1e3);if(v<60)return"right now";if(v<3600){const _=Math.floor(v/60);return`${_} minute${_>1?"s":""} ago`}else if(v<10800){const _=Math.floor(v/3600);return`${_} hour${_>1?"s":""} ago`}else return j.getFullYear()===w.getFullYear()?j.toLocaleDateString("en-US",{month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit"}):j.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit"})};return t.jsxRuntimeExports.jsx("div",{className:Ye.wrapper,children:r&&!i?t.jsxRuntimeExports.jsx(t.Loader,{}):t.jsxRuntimeExports.jsxs("div",{className:Ye.container,children:[t.jsxRuntimeExports.jsx("div",{className:Ye.title,children:`#${s} (${i==null?void 0:i.title})`}),t.jsxRuntimeExports.jsxs("div",{className:Ye.content,children:[t.jsxRuntimeExports.jsx("div",{className:Ye.messages,children:i==null?void 0:i.messages.sort((h,w)=>new Date(h.createdAt).getTime()-new Date(w.createdAt).getTime()).map(h=>t.jsxRuntimeExports.jsxs("div",{className:t.clx(Ye.message,{[Ye.myMessage]:!h.isSellerReply,[Ye.otherMessage]:h.isSellerReply,[Ye.loadingMessage]:d===h.id}),children:[t.jsxRuntimeExports.jsx("div",{className:Ye.messageContent,children:t.splitTextIntoSpans(h.content)}),d!==h.id&&t.jsxRuntimeExports.jsx("div",{className:Ye.messageDate,children:f(h.createdAt)}),d===h.id&&t.jsxRuntimeExports.jsx("div",{className:Ye.messageDate,children:t.jsxRuntimeExports.jsx(t.Loader,{})})]},h.id))}),t.jsxRuntimeExports.jsxs("div",{className:Ye.input,children:[t.jsxRuntimeExports.jsx("textarea",{className:Ye.textarea,value:l,placeholder:"What worries you?",onChange:h=>c(h.target.value),onKeyDown:h=>{h.key==="Enter"&&!h.shiftKey&&(h.preventDefault(),x())},style:{resize:"none",maxHeight:"150px",overflowY:"auto"}}),t.jsxRuntimeExports.jsx("div",{className:Ye.button,onClick:x,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"PaperPlaneRight"})})]})]})]})})},nR="_subscriptionContainer_1j6ol_1",sR="_leftSection_1j6ol_15",rR="_content_1j6ol_26",oR="_mainContent_1j6ol_33",iR="_detailsSection_1j6ol_37",aR="_buttonGroup_1j6ol_50",lR="_detailsContent_1j6ol_57",dn={subscriptionContainer:nR,leftSection:sR,content:rR,mainContent:oR,detailsSection:iR,buttonGroup:aR,detailsContent:lR},cR=()=>{const{id:e,accessToken:n}=t.useParams(),{subscription:s,setSubscription:r}=t.useSubscriptionStore(),{setIsOpen:o}=t.useModalStore(),[i,a]=C.useState(!1),[l,c]=C.useState(!1);C.useLayoutEffect(()=>{r(null)},[e,n]);const{balanceSettings:d,setBalanceSettings:u}=t.useCustomerDashboardStore();return C.useEffect(()=>{e&&n&&(async()=>{if(!e||!n)return;c(!0);const{data:m}=await t.fetchSubscription(e,n);r({...m}),c(!1)})()},[e,n]),C.useEffect(()=>{d||(async()=>{const m=await io();u(m)})()},[d]),l?t.jsxRuntimeExports.jsx(t.Loader,{}):t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:dn.subscriptionContainer,children:[t.jsxRuntimeExports.jsx("div",{className:dn.leftSection,children:t.jsxRuntimeExports.jsxs("div",{className:dn.content,children:[t.jsxRuntimeExports.jsx(is,{}),t.jsxRuntimeExports.jsxs("div",{className:dn.mainContent,children:[s&&t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Your Subscription"}),t.jsxRuntimeExports.jsx(S_,{subscription:{price:s.price,name:s.productName,description:s.productDescription,status:s.status,image:s.productImage,recurringInterval:s.recurringInterval}}),t.jsxRuntimeExports.jsx("div",{className:dn.buttonGroup,children:s.pricingPlanExists&&t.jsxRuntimeExports.jsx(t.Button$1,{onClick:p=>{p.stopPropagation(),o(!0),a(!0)},style:{maxWidth:"500px",width:"100%"},children:"Change Plan"})})]}),t.jsxRuntimeExports.jsx(qt,{})]})]})}),t.jsxRuntimeExports.jsx("div",{className:dn.detailsSection,children:t.jsxRuntimeExports.jsxs("div",{className:dn.detailsContent,children:[t.jsxRuntimeExports.jsx("h3",{id:"h3",children:"Details"}),(s==null?void 0:s.coupon)&&t.jsxRuntimeExports.jsx(aE,{coupon:s.coupon,currency:s.price.currency||"USD"}),s&&t.jsxRuntimeExports.jsx(NE,{id:e||"",accessToken:n||"",subscription:{price:s.price,name:s.productName,description:s.productDescription,status:s.status,image:s.productImage,recurringInterval:s.recurringInterval}}),s&&t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(EE,{}),s.activeTo&&t.jsxRuntimeExports.jsx(eE,{})]}),t.jsxRuntimeExports.jsx(qt,{className:"flex md:hidden"})]})})]}),t.jsxRuntimeExports.jsx(Y_,{isOpen:i,setIsOpen:a,subscription:s})]})},uR="_topUpContainer_1pag6_1",dR="_formWrapper_1pag6_15",pR="_header_1pag6_29",mR="_footer_1pag6_82",xR="_wrapper_1pag6_105",Un={topUpContainer:uR,formWrapper:dR,header:pR,footer:mR,wrapper:xR},hR=()=>{const{gatewaysDetail:e,setGatewaysDetail:n,balanceSettings:s,setBalanceSettings:r}=t.useCustomerDashboardStore();return C.useEffect(()=>{!e&&s&&(async()=>{const i=await Ln(s!=null&&s.isEnabled?(s==null?void 0:s.topUpSettings.gateways)||[]:[]);n(i)})()},[e,s]),C.useEffect(()=>{s||(async()=>{const i=await io();r(i)})()},[s]),t.jsxRuntimeExports.jsxs("div",{className:Un.wrapper,children:[t.jsxRuntimeExports.jsx(is,{className:Un.header}),t.jsxRuntimeExports.jsx("div",{className:Un.topUpContainer,children:s?t.jsxRuntimeExports.jsx("div",{className:Un.formWrapper,children:t.jsxRuntimeExports.jsx(ma,{setIsOpen:()=>{},isModal:!1})}):t.jsxRuntimeExports.jsx(t.Loader,{})}),t.jsxRuntimeExports.jsx("div",{className:Un.footer,children:t.jsxRuntimeExports.jsx(qt,{})})]})},fR="_orderPage_7ao1m_1",gR="_leftSection_7ao1m_15",jR="_content_7ao1m_35",CR="_main_7ao1m_42",yR="_statusBlock_7ao1m_54",_R="_timelineBlock_7ao1m_58",ER="_footer_7ao1m_62",vR="_rightSection_7ao1m_71",RR="_header_7ao1m_84",wR="_productList_7ao1m_92",bR="_mobileFooter_7ao1m_99",SR="_loaderContainer_7ao1m_108",kR="_orderMainData_7ao1m_116",NR="_prices_7ao1m_123",Xe={orderPage:fR,leftSection:gR,content:jR,main:CR,statusBlock:yR,timelineBlock:_R,footer:ER,rightSection:vR,header:RR,productList:wR,mobileFooter:bR,loaderContainer:SR,orderMainData:kR,prices:NR},IR=()=>{var p,m,x;const{id:e,accessToken:n}=t.useParams(),s=t.useNavigate(),[r,o]=C.useState(),[i,a]=C.useState(!1),l=ns(),c=((p=r==null?void 0:r.rawPrice)==null?void 0:p.currency)||"USD",d=new Intl.NumberFormat("en-US",{style:"currency",currency:c}),u=C.useMemo(()=>(r==null?void 0:r.partOrders.map(f=>{var h,w,j,v;return{id:(f==null?void 0:f.id)||0,image:f.productWithVariant.image,name:((h=f.productWithVariant)==null?void 0:h.name)||"",description:((w=f.productWithVariant)==null?void 0:w.description)||"",price:{quantity:f.quantity,amount:((j=f.productWithVariant)==null?void 0:j.price.amount)||0,currency:(v=f.productWithVariant)==null?void 0:v.price.currency},deliveryCategories:"deliveryCategories"in f?f.deliveryCategories:void 0,customerNote:f.customerNote}}))||[],[r]);return console.log(u),C.useEffect(()=>{const f=async(w,j=!1)=>{j||a(!0);const{data:v}=await(n?t.fetchAuthorizedOrder(`${w}/${n}`):t.fetchOrder(w));a(!1),v.charge.status===ye.NotPaid&&s(`/charges/${v.charge.id}`),o(v)};e&&f(e);const h=setInterval(()=>{e&&f(e,!0)},5e3);return()=>{clearInterval(h)}},[]),i?t.jsxRuntimeExports.jsx("div",{className:Xe.loaderContainer,children:t.jsxRuntimeExports.jsx(t.Loader,{})}):t.jsxRuntimeExports.jsxs("div",{className:Xe.orderPage,children:[t.jsxRuntimeExports.jsx("div",{className:Xe.leftSection,children:t.jsxRuntimeExports.jsxs("div",{className:Xe.content,children:[t.jsxRuntimeExports.jsx(is,{}),r&&t.jsxRuntimeExports.jsxs("div",{className:Xe.main,children:[t.jsxRuntimeExports.jsx(XE,{className:Xe.statusBlock,orderStatus:r.status}),t.jsxRuntimeExports.jsxs("div",{className:Xe.orderMainData,children:[t.jsxRuntimeExports.jsx(_l,{lastUpdate:r.createdAt,paymentType:r.charge.gateway,email:r.charge.customerForCharge.email,invoiceId:r.charge.id}),"accessToken"in r.review&&t.jsxRuntimeExports.jsx(ev,{orderId:r.id,review:r.review})]}),r.charge&&t.jsxRuntimeExports.jsx(El,{className:Xe.timelineBlock,timeline:r.charge.timeline}),t.jsxRuntimeExports.jsx(qt,{className:Xe.footer})]})]})}),t.jsxRuntimeExports.jsx("div",{className:Xe.rightSection,children:t.jsxRuntimeExports.jsxs("div",{className:Xe.content,children:[(r==null?void 0:r.charge.name)&&t.jsxRuntimeExports.jsxs("header",{className:Xe.header,children:[t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("h1",{children:r.charge.name}),r.charge.description&&t.jsxRuntimeExports.jsx("p",{children:r.charge.description})]}),t.jsxRuntimeExports.jsxs(t.Button$1,{type:"Secondary",onClick:()=>l((r==null?void 0:r.id)||""),style:{whiteSpace:"nowrap"},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"}),t.jsxRuntimeExports.jsx("span",{children:"Copy ID"})]})]}),t.jsxRuntimeExports.jsxs("div",{children:[t.jsxRuntimeExports.jsx("div",{className:Xe.productList,children:u.map(f=>t.jsxRuntimeExports.jsx(ko,{product:f,isOrder:!0},f.id))}),t.jsxRuntimeExports.jsx(as,{formatter:d,coupon:null,total:((m=r==null?void 0:r.charge)==null?void 0:m.price.amount)||0,discount:0,totalWithDiscount:((x=r==null?void 0:r.charge)==null?void 0:x.price.amount)||0,className:Xe.prices}),t.jsxRuntimeExports.jsx(qt,{className:Xe.mobileFooter})]})]})})]})},TR=e=>{const{blocks:n,settings:s,header:r,footer:o,announcement:i}=e,[a,l]=C.useState(null),{general:c}=t.useGeneralStore(),{setBlocks:d,setSourceBlocks:u,setHeader:p,setFooter:m,setAnnouncement:x,setSettings:f}=t.useBlocksStore(),{setHeader:h,setFooter:w,setAnnouncement:j}=t.useLayersStore(),{themeSettings:v}=t.useThemeSettingsStore(),{settings:_,setSettings:b}=t.useSettingsStore(),E=window.location.hostname.includes("localhost")?localStorage.getItem("fakeDomain")||"flagship-theme.pages.dev":window.location.hostname,R=localStorage.getItem("shopPassword"),N=localStorage.getItem("shopId")||"";return C.useEffect(()=>{const S={};Object.keys(n).map(q=>{S[q]=n[q]}),u(S),d(S),p(r),m(o),x(i),f(s);const P=new r,L=JSON.parse(JSON.stringify(P));h(L,!1);const B=new o,k=JSON.parse(JSON.stringify(B));w(k,!1);const M=new i,Z=JSON.parse(JSON.stringify(M));j(Z,!1);const z=new s,V=JSON.parse(JSON.stringify(z));b(V);const U=Hl([{element:t.jsxRuntimeExports.jsx(Ex,{shopDomain:E,shopId:N,shopPassword:R||void 0,children:t.jsxRuntimeExports.jsx(Fs,{children:t.jsxRuntimeExports.jsx(gx,{children:t.jsxRuntimeExports.jsx(t.Outlet,{})})})}),errorElement:t.jsxRuntimeExports.jsx(jx,{}),children:[{path:"/admin/builder/*",element:t.jsxRuntimeExports.jsx(ox,{children:t.jsxRuntimeExports.jsx(Qm,{blocks:n,settings:s,header:r,footer:o,announcement:i})}),errorElement:t.jsxRuntimeExports.jsx(rx,{}),loader:()=>(document.title="Builder",!0)},{path:"/checkout",element:t.jsxRuntimeExports.jsx(Lv,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Checkout",!0)},{path:"/top-up",element:t.jsxRuntimeExports.jsx(hR,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Top Up Balance",!0)},{path:"/charges/:id",element:t.jsxRuntimeExports.jsx(Vv,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Charges",!0)},{path:"/orders/:id/:accessToken?",element:t.jsxRuntimeExports.jsx(IR,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Orders",!0)},{path:"/subscriptions/:id/:accessToken?",element:t.jsxRuntimeExports.jsx(cR,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Subscriptions",!0)},{path:"/customer-dash",element:t.jsxRuntimeExports.jsxs("div",{style:{display:"flex",flexDirection:"column",width:"100vw",height:"100vh",overflowY:"scroll",overflowX:"hidden"},children:[t.jsxRuntimeExports.jsx(Hs,{}),t.jsxRuntimeExports.jsx("div",{style:{flex:"1 1 auto"},children:t.jsxRuntimeExports.jsx(Jh,{})}),t.jsxRuntimeExports.jsx(Os,{})]}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Customer Dashboard",!0)},{path:"/validation",element:t.jsxRuntimeExports.jsx(xx,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Validation",!0)},{path:"/ticket/:id/:accessToken",element:t.jsxRuntimeExports.jsxs("div",{style:{display:"flex",flexDirection:"column",width:"100vw",height:"100vh",overflowY:"scroll",overflowX:"hidden"},children:[t.jsxRuntimeExports.jsx(Hs,{}),t.jsxRuntimeExports.jsx("div",{style:{flex:1,width:"100%",height:"100%"},children:t.jsxRuntimeExports.jsx(Fs,{children:t.jsxRuntimeExports.jsx(tR,{})})}),t.jsxRuntimeExports.jsx(Os,{})]}),errorElement:t.jsxRuntimeExports.jsx(Ft,{}),loader:()=>(document.title="Ticket",!0)},{path:"*",element:t.jsxRuntimeExports.jsx(mu,{}),errorElement:t.jsxRuntimeExports.jsx(Ft,{})}]}]);l(U)},[c]),C.useEffect(()=>{const S=xu(v,_);yu(v),hu(S)},[v,_]),t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:a&&t.jsxRuntimeExports.jsx(ql,{router:a})})};exports.aspectRatioOptions=t.aspectRatioOptions;exports.splitTextIntoSpans=t.splitTextIntoSpans;exports.App=TR;exports.ColorVariables=ra;exports.ReCaptchaProvider=Fs;exports.createTicket=Eu;exports.hotReload=_u;exports.iconNames=lc;exports.useReCaptcha=Ys;
|