@restaround/react 1.3.10 → 1.3.12

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.
Files changed (38) hide show
  1. package/dist/components/AddressAutocomplete/AddressAutocomplete.d.ts +12 -0
  2. package/dist/components/AddressAutocomplete/AddressAutocomplete.models.d.ts +26 -0
  3. package/dist/components/AddressAutocomplete/AddressAutocomplete.utils.d.ts +3 -0
  4. package/dist/components/AddressAutocomplete/index.d.ts +1 -0
  5. package/dist/index.esm.js +1 -1
  6. package/dist/index.esm.js.map +1 -1
  7. package/dist/index.js +1 -1
  8. package/dist/index.js.map +1 -1
  9. package/dist/models/index.esm.js +1 -1
  10. package/dist/models/index.esm.js.map +1 -1
  11. package/dist/models/index.js +1 -1
  12. package/dist/models/index.js.map +1 -1
  13. package/dist/models/menu.d.ts +1 -0
  14. package/dist/models/models/menu.d.ts +1 -0
  15. package/dist/models/modules/business/models.d.ts +7 -0
  16. package/dist/modules/business/models.d.ts +7 -0
  17. package/dist/services/translation/locales/az/error.d.ts +4 -0
  18. package/dist/services/translation/locales/az/index.d.ts +4 -0
  19. package/dist/services/translation/locales/en/error.d.ts +4 -0
  20. package/dist/services/translation/locales/en/index.d.ts +4 -0
  21. package/dist/services/translation/locales/et/error.d.ts +4 -0
  22. package/dist/services/translation/locales/et/index.d.ts +4 -0
  23. package/dist/services/translation/locales/index.d.ts +24 -0
  24. package/dist/services/translation/locales/nl/error.d.ts +4 -0
  25. package/dist/services/translation/locales/nl/index.d.ts +4 -0
  26. package/dist/services/translation/locales/ru/error.d.ts +4 -0
  27. package/dist/services/translation/locales/ru/index.d.ts +4 -0
  28. package/dist/services/translation/locales/tr/error.d.ts +4 -0
  29. package/dist/services/translation/locales/tr/index.d.ts +4 -0
  30. package/dist/styles/ui.css +1 -1
  31. package/dist/styles/ui.css.map +1 -1
  32. package/dist/utils/index.esm.js +1 -1
  33. package/dist/utils/index.esm.js.map +1 -1
  34. package/dist/utils/index.js +1 -1
  35. package/dist/utils/index.js.map +1 -1
  36. package/dist/utils/models/menu.d.ts +1 -0
  37. package/dist/utils/modules/business/models.d.ts +7 -0
  38. package/package.json +3 -2
@@ -1,2 +1,2 @@
1
- var E,L,A,I,R,D,P,N,C,T,n,O,i;!function(E){E.SINGLE="SINGLE",E.MULTIPLE="MULTIPLE"}(E||(E={})),function(E){E.ACTIVE="ACTIVE",E.EXPIRED="EXPIRED",E.CANCELLED="CANCELLED"}(L||(L={})),function(E){E.PHONE="PHONE",E.OTP="OTP",E.EMAIL="EMAIL"}(A||(A={})),function(E){E.HOME="HOME",E.WORK="WORK",E.TRAVEL="TRAVEL"}(I||(I={})),function(E){E.ORDER="feature_order"}(R||(R={})),function(E){E.ALPHA="ALPHA",E.BETA="BETA",E.ALL="ALL"}(D||(D={})),function(E){E.DINE_IN="DINE_IN",E.PICK_UP="PICK_UP",E.DELIVERY="DELIVERY"}(P||(P={})),function(E){E.DRAFT="DRAFT",E.PENDING="PENDING",E.CONFIRMED="CONFIRMED",E.PREPARING="PREPARING",E.READY="READY",E.OUT_FOR_DELIVERY="OUT_FOR_DELIVERY",E.DELIVERED="DELIVERED",E.COMPLETED="COMPLETED",E.CANCELLED="CANCELLED",E.FAILED="FAILED"}(N||(N={})),function(E){E.PENDING="PENDING",E.PREPARING="PREPARING",E.READY="READY",E.SERVED="SERVED"}(C||(C={})),function(E){E.CASH="CASH",E.CARD="CARD",E.WALLET="WALLET",E.TERMINAL="TERMINAL"}(T||(T={})),function(E){E.CART="CART",E.DETAILS="DETAILS",E.COMPLETED="COMPLETED"}(n||(n={})),function(E){E.LIST="list",E.GRID="grid"}(O||(O={})),function(E){E.APPETIZER="appetizer",E.MAIN_COURSE="mainCourse",E.CHEFS_SPECIAL="chefsSpecial"}(i||(i={}));export{I as CustomerAddressType,A as CustomerAuthStep,R as Feature,D as FeatureSegment,E as MenuAddonSelectType,C as OrderItemStatus,N as OrderStatus,n as OrderStep,P as OrderType,T as PaymentMethod,i as PlanType,O as ProductView,L as SubscriptionStatus};
1
+ var E,D,L,R,A,I,n,N,P,C,T,O,i,e;!function(E){E.SINGLE="SINGLE",E.MULTIPLE="MULTIPLE"}(E||(E={})),function(E){E.ACTIVE="ACTIVE",E.EXPIRED="EXPIRED",E.CANCELLED="CANCELLED"}(D||(D={})),function(E){E.MAX_DELIVERY_DISTANCE="maxDeliveryDistance",E.DELIVERY_ORDER_ENABLED="deliveryOrderEnabled",E.PICKUP_ORDER_ENABLED="pickupOrderEnabled",E.DINE_IN_ORDER_ENABLED="dineInOrderEnabled"}(L||(L={})),function(E){E.PHONE="PHONE",E.OTP="OTP",E.EMAIL="EMAIL"}(R||(R={})),function(E){E.HOME="HOME",E.WORK="WORK",E.TRAVEL="TRAVEL"}(A||(A={})),function(E){E.ORDER="feature_order"}(I||(I={})),function(E){E.ALPHA="ALPHA",E.BETA="BETA",E.ALL="ALL"}(n||(n={})),function(E){E.DINE_IN="DINE_IN",E.PICK_UP="PICK_UP",E.DELIVERY="DELIVERY"}(N||(N={})),function(E){E.DRAFT="DRAFT",E.PENDING="PENDING",E.CONFIRMED="CONFIRMED",E.PREPARING="PREPARING",E.READY="READY",E.OUT_FOR_DELIVERY="OUT_FOR_DELIVERY",E.DELIVERED="DELIVERED",E.COMPLETED="COMPLETED",E.CANCELLED="CANCELLED",E.FAILED="FAILED"}(P||(P={})),function(E){E.PENDING="PENDING",E.PREPARING="PREPARING",E.READY="READY",E.SERVED="SERVED"}(C||(C={})),function(E){E.CASH="CASH",E.CARD="CARD",E.WALLET="WALLET",E.TERMINAL="TERMINAL"}(T||(T={})),function(E){E.CART="CART",E.DETAILS="DETAILS",E.COMPLETED="COMPLETED"}(O||(O={})),function(E){E.LIST="list",E.GRID="grid"}(i||(i={})),function(E){E.APPETIZER="appetizer",E.MAIN_COURSE="mainCourse",E.CHEFS_SPECIAL="chefsSpecial"}(e||(e={}));export{L as BusinessSetting,A as CustomerAddressType,R as CustomerAuthStep,I as Feature,n as FeatureSegment,E as MenuAddonSelectType,C as OrderItemStatus,P as OrderStatus,O as OrderStep,N as OrderType,T as PaymentMethod,e as PlanType,i as ProductView,D as SubscriptionStatus};
2
2
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../../src/modules/addon/models.ts","../../../src/modules/business/models.ts","../../../src/modules/customer/models.ts","../../../src/modules/feature/models.ts","../../../src/modules/order/models.ts","../../../src/modules/product/models.ts","../../../src/models/pricing.ts"],"sourcesContent":["export enum MenuAddonSelectType {\n\tSINGLE = \"SINGLE\",\n\tMULTIPLE = \"MULTIPLE\",\n}\n\nexport interface MenuAddonTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOptionTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOption {\n\tid?: number;\n\tprice: number;\n\ttranslations: MenuAddonOptionTranslation[];\n\tremove?: boolean;\n}\n\nexport interface MenuAddon {\n\tid?: number;\n\tselectType: MenuAddonSelectType;\n\ttranslations: MenuAddonTranslation[];\n\toptions: MenuAddonOption[];\n\tbusinessId?: number;\n}\n","import { PricingInterval } from \"src/models/pricing\";\n\nimport * as featureModels from \"../feature/models\";\n\nexport enum SubscriptionStatus {\n\tACTIVE = \"ACTIVE\",\n\tEXPIRED = \"EXPIRED\",\n\tCANCELLED = \"CANCELLED\",\n}\n\nexport type BillingInterval = \"MONTH\" | \"YEAR\";\n\nexport interface Subscription {\n\tid: number;\n\tbillingInterval: BillingInterval;\n\tbillingIntervalCount: number;\n\tstartDate: string;\n\tendDate: string;\n\tinterval: PricingInterval;\n\tstatus: SubscriptionStatus;\n\tbusiness_id?: number;\n\tplanName: string;\n}\n\nexport interface BusinessLanguage {\n\tid: number;\n\tcode: string;\n\tbusinessId: number;\n}\n\nexport interface BusinessSettings {\n\tdeliveryOrderEnabled: boolean;\n\tpickupOrderEnabled: boolean;\n\tdineInOrderEnabled: boolean;\n}\n\nexport interface Business {\n\tid: number;\n\tname: string;\n\tusername: string;\n\tavatar64?: string;\n\tavatar128?: string;\n\tavatar256?: string;\n\tcoverPhoto?: string;\n\tinstagram?: string;\n\tfacebook?: string;\n\ttiktok?: string;\n\tcreatedAt?: number;\n\tcurrency: string;\n\tlanguages: BusinessLanguage[];\n\tsubscriptions?: Subscription[];\n\tsegment?: featureModels.FeatureSegment;\n\tsettings?: BusinessSettings;\n}\n","export enum CustomerAuthStep {\n\tPHONE = \"PHONE\",\n\tOTP = \"OTP\",\n\tEMAIL = \"EMAIL\",\n}\n\nexport enum CustomerAddressType {\n\tHOME = \"HOME\",\n\tWORK = \"WORK\",\n\tTRAVEL = \"TRAVEL\",\n}\n\nexport interface CustomerAddress {\n\tid?: number;\n\taddressId?: number; // Update address temporary\n\tcountryCode: string;\n\tcityName: string;\n\tstreet: string;\n\thouseNumber: string;\n\tadditionalNumber?: string;\n\tpostCode?: string;\n\tinstructions?: string;\n\tfloor?: number;\n\tlongitude?: number;\n\tlatitude?: number;\n\ttitle?: string;\n\ttype?: CustomerAddressType;\n}\n\nexport interface CustomerAuthForm {\n\tphoneNumber: string;\n\totp: string;\n\temail: string;\n}\n\nexport interface CustomerAuthPhoneForm {\n\tcountryCode: string;\n\tphoneNumber: string;\n}\n\nexport interface AuthResponse {\n\taccessToken: string;\n\trefreshToken: string;\n}\n\nexport interface Customer {\n\tid?: number;\n\temail: string;\n\tphoneNumber: string;\n\tfullName: string;\n\tsmsVerified?: boolean;\n\temailVerified?: boolean;\n\taddress?: CustomerAddress;\n\taddresses?: CustomerAddress[];\n}\n\nexport type CustomerUpdatePayload = Partial<Customer>;\n","export enum Feature {\n\tORDER = \"feature_order\",\n}\nexport enum FeatureSegment {\n\tALPHA = \"ALPHA\",\n\tBETA = \"BETA\",\n\tALL = \"ALL\",\n}\n","import * as customerModels from \"../customer/models\";\n\nexport enum OrderType {\n\tDINE_IN = \"DINE_IN\",\n\tPICK_UP = \"PICK_UP\",\n\tDELIVERY = \"DELIVERY\",\n}\n\nexport enum OrderStatus {\n\tDRAFT = \"DRAFT\",\n\tPENDING = \"PENDING\",\n\tCONFIRMED = \"CONFIRMED\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tOUT_FOR_DELIVERY = \"OUT_FOR_DELIVERY\",\n\tDELIVERED = \"DELIVERED\",\n\tCOMPLETED = \"COMPLETED\",\n\tCANCELLED = \"CANCELLED\",\n\tFAILED = \"FAILED\",\n}\n\nexport enum OrderItemStatus {\n\tPENDING = \"PENDING\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tSERVED = \"SERVED\",\n}\n\nexport enum PaymentMethod {\n\tCASH = \"CASH\",\n\tCARD = \"CARD\",\n\tWALLET = \"WALLET\",\n\tTERMINAL = \"TERMINAL\",\n}\n\nexport interface OrderAddonOption {\n\toptionId: number;\n\tprice: number;\n}\n\nexport interface OrderAddon {\n\tid?: number;\n\taddonId: number;\n\toptions: OrderAddonOption[];\n}\n\nexport interface SelectedAddons {\n\t[key: number]: number | number[];\n}\n\nexport interface OrderItemVariant {\n\tid?: number;\n\tvariantId: number;\n\tprice: number;\n}\n\nexport interface OrderItem {\n\tid?: number;\n\tproductId: number;\n\torderId?: number;\n\tquantity: number;\n\tprice: number;\n\tvariant?: OrderItemVariant;\n\taddons: OrderAddon[];\n\tnote?: string;\n\tstatus?: OrderItemStatus;\n\tvat?: number;\n\tisPaid?: boolean;\n}\n\nexport interface Order {\n\tid?: number;\n\tbusinessId?: number;\n\tbranchId?: number;\n\tworkingDayId?: number;\n\ttableId?: number;\n\temployeeId?: number;\n\torderType: OrderType;\n\ttotalPriceWithTax: number;\n\ttotalPriceWithoutTax: number;\n\ttotalTax: number;\n\titems: OrderItem[];\n\tstatus?: OrderStatus;\n\tvat?: number;\n\tpaymentMethod?: PaymentMethod;\n\tnote?: string;\n\tcreatedAt?: number;\n\tupdatedAt?: number;\n\tcustomer?: customerModels.Customer;\n}\n\nexport interface OrderItems {\n\t[key: string]: OrderItem;\n}\n\nexport enum OrderStep {\n\tCART = \"CART\",\n\tDETAILS = \"DETAILS\",\n\tCOMPLETED = \"COMPLETED\",\n}\n\nexport interface OrderPayload extends Order {\n\tcustomerAddressId: number;\n\tcustomerId: number;\n}\n","import { MenuAddon } from \"../addon/models\";\n\nexport interface ProductTranslation {\n\tid: number;\n\tname: string;\n\tdescription?: string;\n\tlanguage: string;\n\tproductId?: number;\n}\n\nexport interface ProductVariantTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface ProductVariant {\n\tid?: number;\n\tprice: number;\n\ttranslations: ProductVariantTranslation[];\n\tproductId?: number;\n\tremove?: boolean;\n}\n\nexport interface Product {\n\tid: number;\n\tcategoryId: number;\n\tvat?: number;\n\tprice: number;\n\tvolume?: string; // 100qr/250ml/1kq\n\timage160?: string;\n\timage580?: string;\n\timage1024?: string;\n\ttranslations: ProductTranslation[];\n\tvariants: ProductVariant[];\n\taddons: MenuAddon[];\n\tavailable?: boolean;\n\tvisible?: boolean;\n\tposition?: number;\n}\n\nexport enum ProductView {\n\tLIST = \"list\",\n\tGRID = \"grid\",\n}\n\nexport interface DashboardProduct extends Omit<Product, \"addons\"> {\n\taddons: number[];\n}\n","export enum PlanType {\n\tAPPETIZER = \"appetizer\",\n\tMAIN_COURSE = \"mainCourse\",\n\tCHEFS_SPECIAL = \"chefsSpecial\",\n}\n\nexport interface PricingPlan {\n\ttitle: string;\n\tprice: {\n\t\tmonthly: number;\n\t\tannually: number;\n\t};\n\tdiscountedPrice?: number;\n}\n\nexport interface PricingPlans {\n\t[key: string]: PricingPlan;\n}\n\nexport type PricingInterval = \"monthly\" | \"annually\";\n"],"names":["MenuAddonSelectType","SubscriptionStatus","CustomerAuthStep","CustomerAddressType","Feature","FeatureSegment","OrderType","OrderStatus","OrderItemStatus","PaymentMethod","OrderStep","ProductView","PlanType"],"mappings":"IAAYA,ECIAC,ECJAC,EAMAC,ECNAC,EAGAC,ECDAC,EAMAC,EAaAC,EAOAC,EAmEAC,ECtDAC,ECzCAC,GNAZ,SAAYZ,GACXA,EAAA,OAAA,SACAA,EAAA,SAAA,UACA,CAHD,CAAYA,IAAAA,EAGX,CAAA,ICCD,SAAYC,GACXA,EAAA,OAAA,SACAA,EAAA,QAAA,UACAA,EAAA,UAAA,WACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,ICRD,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,IAAA,MACAA,EAAA,MAAA,OACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IAED,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,QACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,ICVD,SAAYC,GACXA,EAAA,MAAA,eACA,CAFD,CAAYA,IAAAA,EAEX,CAAA,IACD,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,KAAA,OACAA,EAAA,IAAA,KACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,ICLD,SAAYC,GACXA,EAAA,QAAA,UACAA,EAAA,QAAA,UACAA,EAAA,SAAA,UACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IAED,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,iBAAA,mBACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,OAAA,QACA,CAXD,CAAYA,IAAAA,EAWX,CAAA,IAED,SAAYC,GACXA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,OAAA,QACA,CALD,CAAYA,IAAAA,EAKX,CAAA,IAED,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SACAA,EAAA,SAAA,UACA,CALD,CAAYA,IAAAA,EAKX,CAAA,IA8DD,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,QAAA,UACAA,EAAA,UAAA,WACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IC1DD,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,MACA,CAHD,CAAYA,IAAAA,EAGX,CAAA,IC5CD,SAAYC,GACXA,EAAA,UAAA,YACAA,EAAA,YAAA,aACAA,EAAA,cAAA,cACA,CAJD,CAAYA,IAAAA,EAIX,CAAA"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../../src/modules/addon/models.ts","../../../src/modules/business/models.ts","../../../src/modules/customer/models.ts","../../../src/modules/feature/models.ts","../../../src/modules/order/models.ts","../../../src/modules/product/models.ts","../../../src/models/pricing.ts"],"sourcesContent":["export enum MenuAddonSelectType {\n\tSINGLE = \"SINGLE\",\n\tMULTIPLE = \"MULTIPLE\",\n}\n\nexport interface MenuAddonTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOptionTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOption {\n\tid?: number;\n\tprice: number;\n\ttranslations: MenuAddonOptionTranslation[];\n\tremove?: boolean;\n}\n\nexport interface MenuAddon {\n\tid?: number;\n\tselectType: MenuAddonSelectType;\n\ttranslations: MenuAddonTranslation[];\n\toptions: MenuAddonOption[];\n\tbusinessId?: number;\n}\n","import { PricingInterval } from \"src/models/pricing\";\n\nimport * as featureModels from \"../feature/models\";\n\nexport enum SubscriptionStatus {\n\tACTIVE = \"ACTIVE\",\n\tEXPIRED = \"EXPIRED\",\n\tCANCELLED = \"CANCELLED\",\n}\n\nexport type BillingInterval = \"MONTH\" | \"YEAR\";\n\nexport interface Subscription {\n\tid: number;\n\tbillingInterval: BillingInterval;\n\tbillingIntervalCount: number;\n\tstartDate: string;\n\tendDate: string;\n\tinterval: PricingInterval;\n\tstatus: SubscriptionStatus;\n\tbusiness_id?: number;\n\tplanName: string;\n}\n\nexport interface BusinessLanguage {\n\tid: number;\n\tcode: string;\n\tbusinessId: number;\n}\n\nexport interface BusinessSettings {\n\tdeliveryOrderEnabled: boolean;\n\tpickupOrderEnabled: boolean;\n\tdineInOrderEnabled: boolean;\n\tmaxDeliveryDistance: number;\n}\n\nexport enum BusinessSetting {\n\tMAX_DELIVERY_DISTANCE = \"maxDeliveryDistance\",\n\tDELIVERY_ORDER_ENABLED = \"deliveryOrderEnabled\",\n\tPICKUP_ORDER_ENABLED = \"pickupOrderEnabled\",\n\tDINE_IN_ORDER_ENABLED = \"dineInOrderEnabled\",\n}\n\nexport interface Business {\n\tid: number;\n\tname: string;\n\tusername: string;\n\tavatar64?: string;\n\tavatar128?: string;\n\tavatar256?: string;\n\tcoverPhoto?: string;\n\tinstagram?: string;\n\tfacebook?: string;\n\ttiktok?: string;\n\tcreatedAt?: number;\n\tcurrency: string;\n\tlanguages: BusinessLanguage[];\n\tsubscriptions?: Subscription[];\n\tsegment?: featureModels.FeatureSegment;\n\tsettings?: BusinessSettings;\n}\n","export enum CustomerAuthStep {\n\tPHONE = \"PHONE\",\n\tOTP = \"OTP\",\n\tEMAIL = \"EMAIL\",\n}\n\nexport enum CustomerAddressType {\n\tHOME = \"HOME\",\n\tWORK = \"WORK\",\n\tTRAVEL = \"TRAVEL\",\n}\n\nexport interface CustomerAddress {\n\tid?: number;\n\taddressId?: number; // Update address temporary\n\tcountryCode: string;\n\tcityName: string;\n\tstreet: string;\n\thouseNumber: string;\n\tadditionalNumber?: string;\n\tpostCode?: string;\n\tinstructions?: string;\n\tfloor?: number;\n\tlongitude?: number;\n\tlatitude?: number;\n\ttitle?: string;\n\ttype?: CustomerAddressType;\n}\n\nexport interface CustomerAuthForm {\n\tphoneNumber: string;\n\totp: string;\n\temail: string;\n}\n\nexport interface CustomerAuthPhoneForm {\n\tcountryCode: string;\n\tphoneNumber: string;\n}\n\nexport interface AuthResponse {\n\taccessToken: string;\n\trefreshToken: string;\n}\n\nexport interface Customer {\n\tid?: number;\n\temail: string;\n\tphoneNumber: string;\n\tfullName: string;\n\tsmsVerified?: boolean;\n\temailVerified?: boolean;\n\taddress?: CustomerAddress;\n\taddresses?: CustomerAddress[];\n}\n\nexport type CustomerUpdatePayload = Partial<Customer>;\n","export enum Feature {\n\tORDER = \"feature_order\",\n}\nexport enum FeatureSegment {\n\tALPHA = \"ALPHA\",\n\tBETA = \"BETA\",\n\tALL = \"ALL\",\n}\n","import * as customerModels from \"../customer/models\";\n\nexport enum OrderType {\n\tDINE_IN = \"DINE_IN\",\n\tPICK_UP = \"PICK_UP\",\n\tDELIVERY = \"DELIVERY\",\n}\n\nexport enum OrderStatus {\n\tDRAFT = \"DRAFT\",\n\tPENDING = \"PENDING\",\n\tCONFIRMED = \"CONFIRMED\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tOUT_FOR_DELIVERY = \"OUT_FOR_DELIVERY\",\n\tDELIVERED = \"DELIVERED\",\n\tCOMPLETED = \"COMPLETED\",\n\tCANCELLED = \"CANCELLED\",\n\tFAILED = \"FAILED\",\n}\n\nexport enum OrderItemStatus {\n\tPENDING = \"PENDING\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tSERVED = \"SERVED\",\n}\n\nexport enum PaymentMethod {\n\tCASH = \"CASH\",\n\tCARD = \"CARD\",\n\tWALLET = \"WALLET\",\n\tTERMINAL = \"TERMINAL\",\n}\n\nexport interface OrderAddonOption {\n\toptionId: number;\n\tprice: number;\n}\n\nexport interface OrderAddon {\n\tid?: number;\n\taddonId: number;\n\toptions: OrderAddonOption[];\n}\n\nexport interface SelectedAddons {\n\t[key: number]: number | number[];\n}\n\nexport interface OrderItemVariant {\n\tid?: number;\n\tvariantId: number;\n\tprice: number;\n}\n\nexport interface OrderItem {\n\tid?: number;\n\tproductId: number;\n\torderId?: number;\n\tquantity: number;\n\tprice: number;\n\tvariant?: OrderItemVariant;\n\taddons: OrderAddon[];\n\tnote?: string;\n\tstatus?: OrderItemStatus;\n\tvat?: number;\n\tisPaid?: boolean;\n}\n\nexport interface Order {\n\tid?: number;\n\tbusinessId?: number;\n\tbranchId?: number;\n\tworkingDayId?: number;\n\ttableId?: number;\n\temployeeId?: number;\n\torderType: OrderType;\n\ttotalPriceWithTax: number;\n\ttotalPriceWithoutTax: number;\n\ttotalTax: number;\n\titems: OrderItem[];\n\tstatus?: OrderStatus;\n\tvat?: number;\n\tpaymentMethod?: PaymentMethod;\n\tnote?: string;\n\tcreatedAt?: number;\n\tupdatedAt?: number;\n\tcustomer?: customerModels.Customer;\n}\n\nexport interface OrderItems {\n\t[key: string]: OrderItem;\n}\n\nexport enum OrderStep {\n\tCART = \"CART\",\n\tDETAILS = \"DETAILS\",\n\tCOMPLETED = \"COMPLETED\",\n}\n\nexport interface OrderPayload extends Order {\n\tcustomerAddressId: number;\n\tcustomerId: number;\n}\n","import { MenuAddon } from \"../addon/models\";\n\nexport interface ProductTranslation {\n\tid: number;\n\tname: string;\n\tdescription?: string;\n\tlanguage: string;\n\tproductId?: number;\n}\n\nexport interface ProductVariantTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface ProductVariant {\n\tid?: number;\n\tprice: number;\n\ttranslations: ProductVariantTranslation[];\n\tproductId?: number;\n\tremove?: boolean;\n}\n\nexport interface Product {\n\tid: number;\n\tcategoryId: number;\n\tvat?: number;\n\tprice: number;\n\tvolume?: string; // 100qr/250ml/1kq\n\timage160?: string;\n\timage580?: string;\n\timage1024?: string;\n\ttranslations: ProductTranslation[];\n\tvariants: ProductVariant[];\n\taddons: MenuAddon[];\n\tavailable?: boolean;\n\tvisible?: boolean;\n\tposition?: number;\n}\n\nexport enum ProductView {\n\tLIST = \"list\",\n\tGRID = \"grid\",\n}\n\nexport interface DashboardProduct extends Omit<Product, \"addons\"> {\n\taddons: number[];\n}\n","export enum PlanType {\n\tAPPETIZER = \"appetizer\",\n\tMAIN_COURSE = \"mainCourse\",\n\tCHEFS_SPECIAL = \"chefsSpecial\",\n}\n\nexport interface PricingPlan {\n\ttitle: string;\n\tprice: {\n\t\tmonthly: number;\n\t\tannually: number;\n\t};\n\tdiscountedPrice?: number;\n}\n\nexport interface PricingPlans {\n\t[key: string]: PricingPlan;\n}\n\nexport type PricingInterval = \"monthly\" | \"annually\";\n"],"names":["MenuAddonSelectType","SubscriptionStatus","BusinessSetting","CustomerAuthStep","CustomerAddressType","Feature","FeatureSegment","OrderType","OrderStatus","OrderItemStatus","PaymentMethod","OrderStep","ProductView","PlanType"],"mappings":"IAAYA,ECIAC,EAiCAC,ECrCAC,EAMAC,ECNAC,EAGAC,ECDAC,EAMAC,EAaAC,EAOAC,EAmEAC,ECtDAC,ECzCAC,GNAZ,SAAYb,GACXA,EAAA,OAAA,SACAA,EAAA,SAAA,UACA,CAHD,CAAYA,IAAAA,EAGX,CAAA,ICCD,SAAYC,GACXA,EAAA,OAAA,SACAA,EAAA,QAAA,UACAA,EAAA,UAAA,WACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IA6BD,SAAYC,GACXA,EAAA,sBAAA,sBACAA,EAAA,uBAAA,uBACAA,EAAA,qBAAA,qBACAA,EAAA,sBAAA,oBACA,CALD,CAAYA,IAAAA,EAKX,CAAA,IC1CD,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,IAAA,MACAA,EAAA,MAAA,OACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IAED,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,QACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,ICVD,SAAYC,GACXA,EAAA,MAAA,eACA,CAFD,CAAYA,IAAAA,EAEX,CAAA,IACD,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,KAAA,OACAA,EAAA,IAAA,KACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,ICLD,SAAYC,GACXA,EAAA,QAAA,UACAA,EAAA,QAAA,UACAA,EAAA,SAAA,UACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IAED,SAAYC,GACXA,EAAA,MAAA,QACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,iBAAA,mBACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,OAAA,QACA,CAXD,CAAYA,IAAAA,EAWX,CAAA,IAED,SAAYC,GACXA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,OAAA,QACA,CALD,CAAYA,IAAAA,EAKX,CAAA,IAED,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SACAA,EAAA,SAAA,UACA,CALD,CAAYA,IAAAA,EAKX,CAAA,IA8DD,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,QAAA,UACAA,EAAA,UAAA,WACA,CAJD,CAAYA,IAAAA,EAIX,CAAA,IC1DD,SAAYC,GACXA,EAAA,KAAA,OACAA,EAAA,KAAA,MACA,CAHD,CAAYA,IAAAA,EAGX,CAAA,IC5CD,SAAYC,GACXA,EAAA,UAAA,YACAA,EAAA,YAAA,aACAA,EAAA,cAAA,cACA,CAJD,CAAYA,IAAAA,EAIX,CAAA"}
@@ -1,2 +1,2 @@
1
- "use strict";var e,t,r,E,o,s,p,A,I,L,d,R;exports.MenuAddonSelectType=void 0,(e=exports.MenuAddonSelectType||(exports.MenuAddonSelectType={})).SINGLE="SINGLE",e.MULTIPLE="MULTIPLE",exports.SubscriptionStatus=void 0,(t=exports.SubscriptionStatus||(exports.SubscriptionStatus={})).ACTIVE="ACTIVE",t.EXPIRED="EXPIRED",t.CANCELLED="CANCELLED",exports.CustomerAuthStep=void 0,(r=exports.CustomerAuthStep||(exports.CustomerAuthStep={})).PHONE="PHONE",r.OTP="OTP",r.EMAIL="EMAIL",exports.CustomerAddressType=void 0,(E=exports.CustomerAddressType||(exports.CustomerAddressType={})).HOME="HOME",E.WORK="WORK",E.TRAVEL="TRAVEL",exports.Feature=void 0,(exports.Feature||(exports.Feature={})).ORDER="feature_order",exports.FeatureSegment=void 0,(o=exports.FeatureSegment||(exports.FeatureSegment={})).ALPHA="ALPHA",o.BETA="BETA",o.ALL="ALL",exports.OrderType=void 0,(s=exports.OrderType||(exports.OrderType={})).DINE_IN="DINE_IN",s.PICK_UP="PICK_UP",s.DELIVERY="DELIVERY",exports.OrderStatus=void 0,(p=exports.OrderStatus||(exports.OrderStatus={})).DRAFT="DRAFT",p.PENDING="PENDING",p.CONFIRMED="CONFIRMED",p.PREPARING="PREPARING",p.READY="READY",p.OUT_FOR_DELIVERY="OUT_FOR_DELIVERY",p.DELIVERED="DELIVERED",p.COMPLETED="COMPLETED",p.CANCELLED="CANCELLED",p.FAILED="FAILED",exports.OrderItemStatus=void 0,(A=exports.OrderItemStatus||(exports.OrderItemStatus={})).PENDING="PENDING",A.PREPARING="PREPARING",A.READY="READY",A.SERVED="SERVED",exports.PaymentMethod=void 0,(I=exports.PaymentMethod||(exports.PaymentMethod={})).CASH="CASH",I.CARD="CARD",I.WALLET="WALLET",I.TERMINAL="TERMINAL",exports.OrderStep=void 0,(L=exports.OrderStep||(exports.OrderStep={})).CART="CART",L.DETAILS="DETAILS",L.COMPLETED="COMPLETED",exports.ProductView=void 0,(d=exports.ProductView||(exports.ProductView={})).LIST="list",d.GRID="grid",exports.PlanType=void 0,(R=exports.PlanType||(exports.PlanType={})).APPETIZER="appetizer",R.MAIN_COURSE="mainCourse",R.CHEFS_SPECIAL="chefsSpecial";
1
+ "use strict";var e,t,r,E,s,o,p,A,d,D,I,L,R;exports.MenuAddonSelectType=void 0,(e=exports.MenuAddonSelectType||(exports.MenuAddonSelectType={})).SINGLE="SINGLE",e.MULTIPLE="MULTIPLE",exports.SubscriptionStatus=void 0,(t=exports.SubscriptionStatus||(exports.SubscriptionStatus={})).ACTIVE="ACTIVE",t.EXPIRED="EXPIRED",t.CANCELLED="CANCELLED",exports.BusinessSetting=void 0,(r=exports.BusinessSetting||(exports.BusinessSetting={})).MAX_DELIVERY_DISTANCE="maxDeliveryDistance",r.DELIVERY_ORDER_ENABLED="deliveryOrderEnabled",r.PICKUP_ORDER_ENABLED="pickupOrderEnabled",r.DINE_IN_ORDER_ENABLED="dineInOrderEnabled",exports.CustomerAuthStep=void 0,(E=exports.CustomerAuthStep||(exports.CustomerAuthStep={})).PHONE="PHONE",E.OTP="OTP",E.EMAIL="EMAIL",exports.CustomerAddressType=void 0,(s=exports.CustomerAddressType||(exports.CustomerAddressType={})).HOME="HOME",s.WORK="WORK",s.TRAVEL="TRAVEL",exports.Feature=void 0,(exports.Feature||(exports.Feature={})).ORDER="feature_order",exports.FeatureSegment=void 0,(o=exports.FeatureSegment||(exports.FeatureSegment={})).ALPHA="ALPHA",o.BETA="BETA",o.ALL="ALL",exports.OrderType=void 0,(p=exports.OrderType||(exports.OrderType={})).DINE_IN="DINE_IN",p.PICK_UP="PICK_UP",p.DELIVERY="DELIVERY",exports.OrderStatus=void 0,(A=exports.OrderStatus||(exports.OrderStatus={})).DRAFT="DRAFT",A.PENDING="PENDING",A.CONFIRMED="CONFIRMED",A.PREPARING="PREPARING",A.READY="READY",A.OUT_FOR_DELIVERY="OUT_FOR_DELIVERY",A.DELIVERED="DELIVERED",A.COMPLETED="COMPLETED",A.CANCELLED="CANCELLED",A.FAILED="FAILED",exports.OrderItemStatus=void 0,(d=exports.OrderItemStatus||(exports.OrderItemStatus={})).PENDING="PENDING",d.PREPARING="PREPARING",d.READY="READY",d.SERVED="SERVED",exports.PaymentMethod=void 0,(D=exports.PaymentMethod||(exports.PaymentMethod={})).CASH="CASH",D.CARD="CARD",D.WALLET="WALLET",D.TERMINAL="TERMINAL",exports.OrderStep=void 0,(I=exports.OrderStep||(exports.OrderStep={})).CART="CART",I.DETAILS="DETAILS",I.COMPLETED="COMPLETED",exports.ProductView=void 0,(L=exports.ProductView||(exports.ProductView={})).LIST="list",L.GRID="grid",exports.PlanType=void 0,(R=exports.PlanType||(exports.PlanType={})).APPETIZER="appetizer",R.MAIN_COURSE="mainCourse",R.CHEFS_SPECIAL="chefsSpecial";
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/modules/addon/models.ts","../../../src/modules/business/models.ts","../../../src/modules/customer/models.ts","../../../src/modules/feature/models.ts","../../../src/modules/order/models.ts","../../../src/modules/product/models.ts","../../../src/models/pricing.ts"],"sourcesContent":["export enum MenuAddonSelectType {\n\tSINGLE = \"SINGLE\",\n\tMULTIPLE = \"MULTIPLE\",\n}\n\nexport interface MenuAddonTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOptionTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOption {\n\tid?: number;\n\tprice: number;\n\ttranslations: MenuAddonOptionTranslation[];\n\tremove?: boolean;\n}\n\nexport interface MenuAddon {\n\tid?: number;\n\tselectType: MenuAddonSelectType;\n\ttranslations: MenuAddonTranslation[];\n\toptions: MenuAddonOption[];\n\tbusinessId?: number;\n}\n","import { PricingInterval } from \"src/models/pricing\";\n\nimport * as featureModels from \"../feature/models\";\n\nexport enum SubscriptionStatus {\n\tACTIVE = \"ACTIVE\",\n\tEXPIRED = \"EXPIRED\",\n\tCANCELLED = \"CANCELLED\",\n}\n\nexport type BillingInterval = \"MONTH\" | \"YEAR\";\n\nexport interface Subscription {\n\tid: number;\n\tbillingInterval: BillingInterval;\n\tbillingIntervalCount: number;\n\tstartDate: string;\n\tendDate: string;\n\tinterval: PricingInterval;\n\tstatus: SubscriptionStatus;\n\tbusiness_id?: number;\n\tplanName: string;\n}\n\nexport interface BusinessLanguage {\n\tid: number;\n\tcode: string;\n\tbusinessId: number;\n}\n\nexport interface BusinessSettings {\n\tdeliveryOrderEnabled: boolean;\n\tpickupOrderEnabled: boolean;\n\tdineInOrderEnabled: boolean;\n}\n\nexport interface Business {\n\tid: number;\n\tname: string;\n\tusername: string;\n\tavatar64?: string;\n\tavatar128?: string;\n\tavatar256?: string;\n\tcoverPhoto?: string;\n\tinstagram?: string;\n\tfacebook?: string;\n\ttiktok?: string;\n\tcreatedAt?: number;\n\tcurrency: string;\n\tlanguages: BusinessLanguage[];\n\tsubscriptions?: Subscription[];\n\tsegment?: featureModels.FeatureSegment;\n\tsettings?: BusinessSettings;\n}\n","export enum CustomerAuthStep {\n\tPHONE = \"PHONE\",\n\tOTP = \"OTP\",\n\tEMAIL = \"EMAIL\",\n}\n\nexport enum CustomerAddressType {\n\tHOME = \"HOME\",\n\tWORK = \"WORK\",\n\tTRAVEL = \"TRAVEL\",\n}\n\nexport interface CustomerAddress {\n\tid?: number;\n\taddressId?: number; // Update address temporary\n\tcountryCode: string;\n\tcityName: string;\n\tstreet: string;\n\thouseNumber: string;\n\tadditionalNumber?: string;\n\tpostCode?: string;\n\tinstructions?: string;\n\tfloor?: number;\n\tlongitude?: number;\n\tlatitude?: number;\n\ttitle?: string;\n\ttype?: CustomerAddressType;\n}\n\nexport interface CustomerAuthForm {\n\tphoneNumber: string;\n\totp: string;\n\temail: string;\n}\n\nexport interface CustomerAuthPhoneForm {\n\tcountryCode: string;\n\tphoneNumber: string;\n}\n\nexport interface AuthResponse {\n\taccessToken: string;\n\trefreshToken: string;\n}\n\nexport interface Customer {\n\tid?: number;\n\temail: string;\n\tphoneNumber: string;\n\tfullName: string;\n\tsmsVerified?: boolean;\n\temailVerified?: boolean;\n\taddress?: CustomerAddress;\n\taddresses?: CustomerAddress[];\n}\n\nexport type CustomerUpdatePayload = Partial<Customer>;\n","export enum Feature {\n\tORDER = \"feature_order\",\n}\nexport enum FeatureSegment {\n\tALPHA = \"ALPHA\",\n\tBETA = \"BETA\",\n\tALL = \"ALL\",\n}\n","import * as customerModels from \"../customer/models\";\n\nexport enum OrderType {\n\tDINE_IN = \"DINE_IN\",\n\tPICK_UP = \"PICK_UP\",\n\tDELIVERY = \"DELIVERY\",\n}\n\nexport enum OrderStatus {\n\tDRAFT = \"DRAFT\",\n\tPENDING = \"PENDING\",\n\tCONFIRMED = \"CONFIRMED\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tOUT_FOR_DELIVERY = \"OUT_FOR_DELIVERY\",\n\tDELIVERED = \"DELIVERED\",\n\tCOMPLETED = \"COMPLETED\",\n\tCANCELLED = \"CANCELLED\",\n\tFAILED = \"FAILED\",\n}\n\nexport enum OrderItemStatus {\n\tPENDING = \"PENDING\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tSERVED = \"SERVED\",\n}\n\nexport enum PaymentMethod {\n\tCASH = \"CASH\",\n\tCARD = \"CARD\",\n\tWALLET = \"WALLET\",\n\tTERMINAL = \"TERMINAL\",\n}\n\nexport interface OrderAddonOption {\n\toptionId: number;\n\tprice: number;\n}\n\nexport interface OrderAddon {\n\tid?: number;\n\taddonId: number;\n\toptions: OrderAddonOption[];\n}\n\nexport interface SelectedAddons {\n\t[key: number]: number | number[];\n}\n\nexport interface OrderItemVariant {\n\tid?: number;\n\tvariantId: number;\n\tprice: number;\n}\n\nexport interface OrderItem {\n\tid?: number;\n\tproductId: number;\n\torderId?: number;\n\tquantity: number;\n\tprice: number;\n\tvariant?: OrderItemVariant;\n\taddons: OrderAddon[];\n\tnote?: string;\n\tstatus?: OrderItemStatus;\n\tvat?: number;\n\tisPaid?: boolean;\n}\n\nexport interface Order {\n\tid?: number;\n\tbusinessId?: number;\n\tbranchId?: number;\n\tworkingDayId?: number;\n\ttableId?: number;\n\temployeeId?: number;\n\torderType: OrderType;\n\ttotalPriceWithTax: number;\n\ttotalPriceWithoutTax: number;\n\ttotalTax: number;\n\titems: OrderItem[];\n\tstatus?: OrderStatus;\n\tvat?: number;\n\tpaymentMethod?: PaymentMethod;\n\tnote?: string;\n\tcreatedAt?: number;\n\tupdatedAt?: number;\n\tcustomer?: customerModels.Customer;\n}\n\nexport interface OrderItems {\n\t[key: string]: OrderItem;\n}\n\nexport enum OrderStep {\n\tCART = \"CART\",\n\tDETAILS = \"DETAILS\",\n\tCOMPLETED = \"COMPLETED\",\n}\n\nexport interface OrderPayload extends Order {\n\tcustomerAddressId: number;\n\tcustomerId: number;\n}\n","import { MenuAddon } from \"../addon/models\";\n\nexport interface ProductTranslation {\n\tid: number;\n\tname: string;\n\tdescription?: string;\n\tlanguage: string;\n\tproductId?: number;\n}\n\nexport interface ProductVariantTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface ProductVariant {\n\tid?: number;\n\tprice: number;\n\ttranslations: ProductVariantTranslation[];\n\tproductId?: number;\n\tremove?: boolean;\n}\n\nexport interface Product {\n\tid: number;\n\tcategoryId: number;\n\tvat?: number;\n\tprice: number;\n\tvolume?: string; // 100qr/250ml/1kq\n\timage160?: string;\n\timage580?: string;\n\timage1024?: string;\n\ttranslations: ProductTranslation[];\n\tvariants: ProductVariant[];\n\taddons: MenuAddon[];\n\tavailable?: boolean;\n\tvisible?: boolean;\n\tposition?: number;\n}\n\nexport enum ProductView {\n\tLIST = \"list\",\n\tGRID = \"grid\",\n}\n\nexport interface DashboardProduct extends Omit<Product, \"addons\"> {\n\taddons: number[];\n}\n","export enum PlanType {\n\tAPPETIZER = \"appetizer\",\n\tMAIN_COURSE = \"mainCourse\",\n\tCHEFS_SPECIAL = \"chefsSpecial\",\n}\n\nexport interface PricingPlan {\n\ttitle: string;\n\tprice: {\n\t\tmonthly: number;\n\t\tannually: number;\n\t};\n\tdiscountedPrice?: number;\n}\n\nexport interface PricingPlans {\n\t[key: string]: PricingPlan;\n}\n\nexport type PricingInterval = \"monthly\" | \"annually\";\n"],"names":["MenuAddonSelectType","SubscriptionStatus","CustomerAuthStep","CustomerAddressType","FeatureSegment","OrderType","OrderStatus","OrderItemStatus","PaymentMethod","OrderStep","ProductView","PlanType","Feature"],"mappings":"aAAA,IAAYA,ECIAC,ECJAC,EAMAC,ECHAC,ECDAC,EAMAC,EAaAC,EAOAC,EAmEAC,ECtDAC,ECzCAC,ENAAX,QAAAA,yBAAAA,GAAAA,EAAAA,QAAmBA,sBAAnBA,4BAGX,CAAA,IAFA,OAAA,SACAA,EAAA,SAAA,WCEWC,QAAAA,wBAAAA,GAAAA,EAAAA,QAAkBA,qBAAlBA,2BAIX,CAAA,IAHA,OAAA,SACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YCPWC,QAAAA,sBAAAA,GAAAA,EAAAA,QAAgBA,mBAAhBA,yBAIX,CAAA,IAHA,MAAA,QACAA,EAAA,IAAA,MACAA,EAAA,MAAA,QAGWC,QAAAA,yBAAAA,GAAAA,EAAAA,QAAmBA,sBAAnBA,4BAIX,CAAA,IAHA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SCTWS,QAAAA,aAAAA,GAAAA,QAAOA,UAAPA,gBAEX,CAAA,IADA,MAAA,gBAEWR,QAAAA,oBAAAA,GAAAA,EAAAA,QAAcA,iBAAdA,uBAIX,CAAA,IAHA,MAAA,QACAA,EAAA,KAAA,OACAA,EAAA,IAAA,MCJWC,QAAAA,eAAAA,GAAAA,EAAAA,QAASA,YAATA,kBAIX,CAAA,IAHA,QAAA,UACAA,EAAA,QAAA,UACAA,EAAA,SAAA,WAGWC,QAAAA,iBAAAA,GAAAA,EAAAA,QAAWA,cAAXA,oBAWX,CAAA,IAVA,MAAA,QACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,iBAAA,mBACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,OAAA,SAGWC,QAAAA,qBAAAA,GAAAA,EAAAA,QAAeA,kBAAfA,wBAKX,CAAA,IAJA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,OAAA,SAGWC,QAAAA,mBAAAA,GAAAA,EAAAA,QAAaA,gBAAbA,sBAKX,CAAA,IAJA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SACAA,EAAA,SAAA,WA+DWC,QAAAA,eAAAA,GAAAA,EAAAA,QAASA,YAATA,kBAIX,CAAA,IAHA,KAAA,OACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YCzDWC,QAAAA,iBAAAA,GAAAA,EAAAA,QAAWA,cAAXA,oBAGX,CAAA,IAFA,KAAA,OACAA,EAAA,KAAA,OC3CWC,QAAAA,cAAAA,GAAAA,EAAAA,QAAQA,WAARA,iBAIX,CAAA,IAHA,UAAA,YACAA,EAAA,YAAA,aACAA,EAAA,cAAA"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/modules/addon/models.ts","../../../src/modules/business/models.ts","../../../src/modules/customer/models.ts","../../../src/modules/feature/models.ts","../../../src/modules/order/models.ts","../../../src/modules/product/models.ts","../../../src/models/pricing.ts"],"sourcesContent":["export enum MenuAddonSelectType {\n\tSINGLE = \"SINGLE\",\n\tMULTIPLE = \"MULTIPLE\",\n}\n\nexport interface MenuAddonTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOptionTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface MenuAddonOption {\n\tid?: number;\n\tprice: number;\n\ttranslations: MenuAddonOptionTranslation[];\n\tremove?: boolean;\n}\n\nexport interface MenuAddon {\n\tid?: number;\n\tselectType: MenuAddonSelectType;\n\ttranslations: MenuAddonTranslation[];\n\toptions: MenuAddonOption[];\n\tbusinessId?: number;\n}\n","import { PricingInterval } from \"src/models/pricing\";\n\nimport * as featureModels from \"../feature/models\";\n\nexport enum SubscriptionStatus {\n\tACTIVE = \"ACTIVE\",\n\tEXPIRED = \"EXPIRED\",\n\tCANCELLED = \"CANCELLED\",\n}\n\nexport type BillingInterval = \"MONTH\" | \"YEAR\";\n\nexport interface Subscription {\n\tid: number;\n\tbillingInterval: BillingInterval;\n\tbillingIntervalCount: number;\n\tstartDate: string;\n\tendDate: string;\n\tinterval: PricingInterval;\n\tstatus: SubscriptionStatus;\n\tbusiness_id?: number;\n\tplanName: string;\n}\n\nexport interface BusinessLanguage {\n\tid: number;\n\tcode: string;\n\tbusinessId: number;\n}\n\nexport interface BusinessSettings {\n\tdeliveryOrderEnabled: boolean;\n\tpickupOrderEnabled: boolean;\n\tdineInOrderEnabled: boolean;\n\tmaxDeliveryDistance: number;\n}\n\nexport enum BusinessSetting {\n\tMAX_DELIVERY_DISTANCE = \"maxDeliveryDistance\",\n\tDELIVERY_ORDER_ENABLED = \"deliveryOrderEnabled\",\n\tPICKUP_ORDER_ENABLED = \"pickupOrderEnabled\",\n\tDINE_IN_ORDER_ENABLED = \"dineInOrderEnabled\",\n}\n\nexport interface Business {\n\tid: number;\n\tname: string;\n\tusername: string;\n\tavatar64?: string;\n\tavatar128?: string;\n\tavatar256?: string;\n\tcoverPhoto?: string;\n\tinstagram?: string;\n\tfacebook?: string;\n\ttiktok?: string;\n\tcreatedAt?: number;\n\tcurrency: string;\n\tlanguages: BusinessLanguage[];\n\tsubscriptions?: Subscription[];\n\tsegment?: featureModels.FeatureSegment;\n\tsettings?: BusinessSettings;\n}\n","export enum CustomerAuthStep {\n\tPHONE = \"PHONE\",\n\tOTP = \"OTP\",\n\tEMAIL = \"EMAIL\",\n}\n\nexport enum CustomerAddressType {\n\tHOME = \"HOME\",\n\tWORK = \"WORK\",\n\tTRAVEL = \"TRAVEL\",\n}\n\nexport interface CustomerAddress {\n\tid?: number;\n\taddressId?: number; // Update address temporary\n\tcountryCode: string;\n\tcityName: string;\n\tstreet: string;\n\thouseNumber: string;\n\tadditionalNumber?: string;\n\tpostCode?: string;\n\tinstructions?: string;\n\tfloor?: number;\n\tlongitude?: number;\n\tlatitude?: number;\n\ttitle?: string;\n\ttype?: CustomerAddressType;\n}\n\nexport interface CustomerAuthForm {\n\tphoneNumber: string;\n\totp: string;\n\temail: string;\n}\n\nexport interface CustomerAuthPhoneForm {\n\tcountryCode: string;\n\tphoneNumber: string;\n}\n\nexport interface AuthResponse {\n\taccessToken: string;\n\trefreshToken: string;\n}\n\nexport interface Customer {\n\tid?: number;\n\temail: string;\n\tphoneNumber: string;\n\tfullName: string;\n\tsmsVerified?: boolean;\n\temailVerified?: boolean;\n\taddress?: CustomerAddress;\n\taddresses?: CustomerAddress[];\n}\n\nexport type CustomerUpdatePayload = Partial<Customer>;\n","export enum Feature {\n\tORDER = \"feature_order\",\n}\nexport enum FeatureSegment {\n\tALPHA = \"ALPHA\",\n\tBETA = \"BETA\",\n\tALL = \"ALL\",\n}\n","import * as customerModels from \"../customer/models\";\n\nexport enum OrderType {\n\tDINE_IN = \"DINE_IN\",\n\tPICK_UP = \"PICK_UP\",\n\tDELIVERY = \"DELIVERY\",\n}\n\nexport enum OrderStatus {\n\tDRAFT = \"DRAFT\",\n\tPENDING = \"PENDING\",\n\tCONFIRMED = \"CONFIRMED\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tOUT_FOR_DELIVERY = \"OUT_FOR_DELIVERY\",\n\tDELIVERED = \"DELIVERED\",\n\tCOMPLETED = \"COMPLETED\",\n\tCANCELLED = \"CANCELLED\",\n\tFAILED = \"FAILED\",\n}\n\nexport enum OrderItemStatus {\n\tPENDING = \"PENDING\",\n\tPREPARING = \"PREPARING\",\n\tREADY = \"READY\",\n\tSERVED = \"SERVED\",\n}\n\nexport enum PaymentMethod {\n\tCASH = \"CASH\",\n\tCARD = \"CARD\",\n\tWALLET = \"WALLET\",\n\tTERMINAL = \"TERMINAL\",\n}\n\nexport interface OrderAddonOption {\n\toptionId: number;\n\tprice: number;\n}\n\nexport interface OrderAddon {\n\tid?: number;\n\taddonId: number;\n\toptions: OrderAddonOption[];\n}\n\nexport interface SelectedAddons {\n\t[key: number]: number | number[];\n}\n\nexport interface OrderItemVariant {\n\tid?: number;\n\tvariantId: number;\n\tprice: number;\n}\n\nexport interface OrderItem {\n\tid?: number;\n\tproductId: number;\n\torderId?: number;\n\tquantity: number;\n\tprice: number;\n\tvariant?: OrderItemVariant;\n\taddons: OrderAddon[];\n\tnote?: string;\n\tstatus?: OrderItemStatus;\n\tvat?: number;\n\tisPaid?: boolean;\n}\n\nexport interface Order {\n\tid?: number;\n\tbusinessId?: number;\n\tbranchId?: number;\n\tworkingDayId?: number;\n\ttableId?: number;\n\temployeeId?: number;\n\torderType: OrderType;\n\ttotalPriceWithTax: number;\n\ttotalPriceWithoutTax: number;\n\ttotalTax: number;\n\titems: OrderItem[];\n\tstatus?: OrderStatus;\n\tvat?: number;\n\tpaymentMethod?: PaymentMethod;\n\tnote?: string;\n\tcreatedAt?: number;\n\tupdatedAt?: number;\n\tcustomer?: customerModels.Customer;\n}\n\nexport interface OrderItems {\n\t[key: string]: OrderItem;\n}\n\nexport enum OrderStep {\n\tCART = \"CART\",\n\tDETAILS = \"DETAILS\",\n\tCOMPLETED = \"COMPLETED\",\n}\n\nexport interface OrderPayload extends Order {\n\tcustomerAddressId: number;\n\tcustomerId: number;\n}\n","import { MenuAddon } from \"../addon/models\";\n\nexport interface ProductTranslation {\n\tid: number;\n\tname: string;\n\tdescription?: string;\n\tlanguage: string;\n\tproductId?: number;\n}\n\nexport interface ProductVariantTranslation {\n\tid?: number;\n\ttitle: string;\n\tlanguage: string;\n}\n\nexport interface ProductVariant {\n\tid?: number;\n\tprice: number;\n\ttranslations: ProductVariantTranslation[];\n\tproductId?: number;\n\tremove?: boolean;\n}\n\nexport interface Product {\n\tid: number;\n\tcategoryId: number;\n\tvat?: number;\n\tprice: number;\n\tvolume?: string; // 100qr/250ml/1kq\n\timage160?: string;\n\timage580?: string;\n\timage1024?: string;\n\ttranslations: ProductTranslation[];\n\tvariants: ProductVariant[];\n\taddons: MenuAddon[];\n\tavailable?: boolean;\n\tvisible?: boolean;\n\tposition?: number;\n}\n\nexport enum ProductView {\n\tLIST = \"list\",\n\tGRID = \"grid\",\n}\n\nexport interface DashboardProduct extends Omit<Product, \"addons\"> {\n\taddons: number[];\n}\n","export enum PlanType {\n\tAPPETIZER = \"appetizer\",\n\tMAIN_COURSE = \"mainCourse\",\n\tCHEFS_SPECIAL = \"chefsSpecial\",\n}\n\nexport interface PricingPlan {\n\ttitle: string;\n\tprice: {\n\t\tmonthly: number;\n\t\tannually: number;\n\t};\n\tdiscountedPrice?: number;\n}\n\nexport interface PricingPlans {\n\t[key: string]: PricingPlan;\n}\n\nexport type PricingInterval = \"monthly\" | \"annually\";\n"],"names":["MenuAddonSelectType","SubscriptionStatus","BusinessSetting","CustomerAuthStep","CustomerAddressType","FeatureSegment","OrderType","OrderStatus","OrderItemStatus","PaymentMethod","OrderStep","ProductView","PlanType","Feature"],"mappings":"aAAA,IAAYA,ECIAC,EAiCAC,ECrCAC,EAMAC,ECHAC,ECDAC,EAMAC,EAaAC,EAOAC,EAmEAC,ECtDAC,ECzCAC,ENAAZ,QAAAA,yBAAAA,GAAAA,EAAAA,QAAmBA,sBAAnBA,4BAGX,CAAA,IAFA,OAAA,SACAA,EAAA,SAAA,WCEWC,QAAAA,wBAAAA,GAAAA,EAAAA,QAAkBA,qBAAlBA,2BAIX,CAAA,IAHA,OAAA,SACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YA8BWC,QAAAA,qBAAAA,GAAAA,EAAAA,QAAeA,kBAAfA,wBAKX,CAAA,IAJA,sBAAA,sBACAA,EAAA,uBAAA,uBACAA,EAAA,qBAAA,qBACAA,EAAA,sBAAA,qBCzCWC,QAAAA,sBAAAA,GAAAA,EAAAA,QAAgBA,mBAAhBA,yBAIX,CAAA,IAHA,MAAA,QACAA,EAAA,IAAA,MACAA,EAAA,MAAA,QAGWC,QAAAA,yBAAAA,GAAAA,EAAAA,QAAmBA,sBAAnBA,4BAIX,CAAA,IAHA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SCTWS,QAAAA,aAAAA,GAAAA,QAAOA,UAAPA,gBAEX,CAAA,IADA,MAAA,gBAEWR,QAAAA,oBAAAA,GAAAA,EAAAA,QAAcA,iBAAdA,uBAIX,CAAA,IAHA,MAAA,QACAA,EAAA,KAAA,OACAA,EAAA,IAAA,MCJWC,QAAAA,eAAAA,GAAAA,EAAAA,QAASA,YAATA,kBAIX,CAAA,IAHA,QAAA,UACAA,EAAA,QAAA,UACAA,EAAA,SAAA,WAGWC,QAAAA,iBAAAA,GAAAA,EAAAA,QAAWA,cAAXA,oBAWX,CAAA,IAVA,MAAA,QACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,iBAAA,mBACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,UAAA,YACAA,EAAA,OAAA,SAGWC,QAAAA,qBAAAA,GAAAA,EAAAA,QAAeA,kBAAfA,wBAKX,CAAA,IAJA,QAAA,UACAA,EAAA,UAAA,YACAA,EAAA,MAAA,QACAA,EAAA,OAAA,SAGWC,QAAAA,mBAAAA,GAAAA,EAAAA,QAAaA,gBAAbA,sBAKX,CAAA,IAJA,KAAA,OACAA,EAAA,KAAA,OACAA,EAAA,OAAA,SACAA,EAAA,SAAA,WA+DWC,QAAAA,eAAAA,GAAAA,EAAAA,QAASA,YAATA,kBAIX,CAAA,IAHA,KAAA,OACAA,EAAA,QAAA,UACAA,EAAA,UAAA,YCzDWC,QAAAA,iBAAAA,GAAAA,EAAAA,QAAWA,cAAXA,oBAGX,CAAA,IAFA,KAAA,OACAA,EAAA,KAAA,OC3CWC,QAAAA,cAAAA,GAAAA,EAAAA,QAAQA,WAARA,iBAIX,CAAA,IAHA,UAAA,YACAA,EAAA,YAAA,aACAA,EAAA,cAAA"}
@@ -26,6 +26,7 @@ export interface PublicMenuData {
26
26
  imageTag?: any;
27
27
  businessSegment?: featureModels.FeatureSegment;
28
28
  businessSettings?: businessModels.BusinessSettings;
29
+ business: businessModels.Business;
29
30
  onBranchSelect?: (branchId: number) => void;
30
31
  onLanguageSelect?: (code: string) => void;
31
32
  }
@@ -26,6 +26,7 @@ export interface PublicMenuData {
26
26
  imageTag?: any;
27
27
  businessSegment?: featureModels.FeatureSegment;
28
28
  businessSettings?: businessModels.BusinessSettings;
29
+ business: businessModels.Business;
29
30
  onBranchSelect?: (branchId: number) => void;
30
31
  onLanguageSelect?: (code: string) => void;
31
32
  }
@@ -26,6 +26,13 @@ export interface BusinessSettings {
26
26
  deliveryOrderEnabled: boolean;
27
27
  pickupOrderEnabled: boolean;
28
28
  dineInOrderEnabled: boolean;
29
+ maxDeliveryDistance: number;
30
+ }
31
+ export declare enum BusinessSetting {
32
+ MAX_DELIVERY_DISTANCE = "maxDeliveryDistance",
33
+ DELIVERY_ORDER_ENABLED = "deliveryOrderEnabled",
34
+ PICKUP_ORDER_ENABLED = "pickupOrderEnabled",
35
+ DINE_IN_ORDER_ENABLED = "dineInOrderEnabled"
29
36
  }
30
37
  export interface Business {
31
38
  id: number;
@@ -26,6 +26,13 @@ export interface BusinessSettings {
26
26
  deliveryOrderEnabled: boolean;
27
27
  pickupOrderEnabled: boolean;
28
28
  dineInOrderEnabled: boolean;
29
+ maxDeliveryDistance: number;
30
+ }
31
+ export declare enum BusinessSetting {
32
+ MAX_DELIVERY_DISTANCE = "maxDeliveryDistance",
33
+ DELIVERY_ORDER_ENABLED = "deliveryOrderEnabled",
34
+ PICKUP_ORDER_ENABLED = "pickupOrderEnabled",
35
+ DINE_IN_ORDER_ENABLED = "dineInOrderEnabled"
29
36
  }
30
37
  export interface Business {
31
38
  id: number;
@@ -9,5 +9,9 @@ declare const _default: {
9
9
  "Invalid Email Address": string;
10
10
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
11
11
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
12
16
  };
13
17
  export default _default;
@@ -10,6 +10,10 @@ declare const _default: {
10
10
  "Invalid Email Address": string;
11
11
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
12
12
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
13
+ COUNTRY_REQUIRED: string;
14
+ CITY_REQUIRED: string;
15
+ STREET_REQUIRED: string;
16
+ STREET_NUMBER_REQUIRED: string;
13
17
  };
14
18
  common: {
15
19
  Save: string;
@@ -5,5 +5,9 @@ declare const _default: {
5
5
  OTP_RATE_LIMIT_EXCEEDED: string;
6
6
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
7
7
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
8
+ COUNTRY_REQUIRED: string;
9
+ CITY_REQUIRED: string;
10
+ STREET_REQUIRED: string;
11
+ STREET_NUMBER_REQUIRED: string;
8
12
  };
9
13
  export default _default;
@@ -6,6 +6,10 @@ declare const _default: {
6
6
  OTP_RATE_LIMIT_EXCEEDED: string;
7
7
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
8
8
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
9
+ COUNTRY_REQUIRED: string;
10
+ CITY_REQUIRED: string;
11
+ STREET_REQUIRED: string;
12
+ STREET_NUMBER_REQUIRED: string;
9
13
  };
10
14
  common: {};
11
15
  order: {};
@@ -9,5 +9,9 @@ declare const _default: {
9
9
  "Invalid Email Address": string;
10
10
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
11
11
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
12
16
  };
13
17
  export default _default;
@@ -10,6 +10,10 @@ declare const _default: {
10
10
  "Invalid Email Address": string;
11
11
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
12
12
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
13
+ COUNTRY_REQUIRED: string;
14
+ CITY_REQUIRED: string;
15
+ STREET_REQUIRED: string;
16
+ STREET_NUMBER_REQUIRED: string;
13
17
  };
14
18
  common: {
15
19
  Save: string;
@@ -11,6 +11,10 @@ declare const _default: {
11
11
  "Invalid Email Address": string;
12
12
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
13
13
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
14
+ COUNTRY_REQUIRED: string;
15
+ CITY_REQUIRED: string;
16
+ STREET_REQUIRED: string;
17
+ STREET_NUMBER_REQUIRED: string;
14
18
  };
15
19
  common: {
16
20
  Save: string;
@@ -177,6 +181,10 @@ declare const _default: {
177
181
  OTP_RATE_LIMIT_EXCEEDED: string;
178
182
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
179
183
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
184
+ COUNTRY_REQUIRED: string;
185
+ CITY_REQUIRED: string;
186
+ STREET_REQUIRED: string;
187
+ STREET_NUMBER_REQUIRED: string;
180
188
  };
181
189
  common: {};
182
190
  order: {};
@@ -197,6 +205,10 @@ declare const _default: {
197
205
  "Invalid Email Address": string;
198
206
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
199
207
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
208
+ COUNTRY_REQUIRED: string;
209
+ CITY_REQUIRED: string;
210
+ STREET_REQUIRED: string;
211
+ STREET_NUMBER_REQUIRED: string;
200
212
  };
201
213
  common: {
202
214
  Save: string;
@@ -366,6 +378,10 @@ declare const _default: {
366
378
  "Invalid Email Address": string;
367
379
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
368
380
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
381
+ COUNTRY_REQUIRED: string;
382
+ CITY_REQUIRED: string;
383
+ STREET_REQUIRED: string;
384
+ STREET_NUMBER_REQUIRED: string;
369
385
  };
370
386
  common: {
371
387
  Save: string;
@@ -535,6 +551,10 @@ declare const _default: {
535
551
  "Invalid Email Address": string;
536
552
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
537
553
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
554
+ COUNTRY_REQUIRED: string;
555
+ CITY_REQUIRED: string;
556
+ STREET_REQUIRED: string;
557
+ STREET_NUMBER_REQUIRED: string;
538
558
  };
539
559
  common: {
540
560
  Save: string;
@@ -703,6 +723,10 @@ declare const _default: {
703
723
  "Invalid Email Address": string;
704
724
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
705
725
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
726
+ COUNTRY_REQUIRED: string;
727
+ CITY_REQUIRED: string;
728
+ STREET_REQUIRED: string;
729
+ STREET_NUMBER_REQUIRED: string;
706
730
  };
707
731
  common: {
708
732
  Save: string;
@@ -9,5 +9,9 @@ declare const _default: {
9
9
  "Invalid Email Address": string;
10
10
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
11
11
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
12
16
  };
13
17
  export default _default;
@@ -10,6 +10,10 @@ declare const _default: {
10
10
  "Invalid Email Address": string;
11
11
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
12
12
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
13
+ COUNTRY_REQUIRED: string;
14
+ CITY_REQUIRED: string;
15
+ STREET_REQUIRED: string;
16
+ STREET_NUMBER_REQUIRED: string;
13
17
  };
14
18
  common: {
15
19
  Save: string;
@@ -9,5 +9,9 @@ declare const _default: {
9
9
  "Invalid Email Address": string;
10
10
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
11
11
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
12
16
  };
13
17
  export default _default;
@@ -10,6 +10,10 @@ declare const _default: {
10
10
  "Invalid Email Address": string;
11
11
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
12
12
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
13
+ COUNTRY_REQUIRED: string;
14
+ CITY_REQUIRED: string;
15
+ STREET_REQUIRED: string;
16
+ STREET_NUMBER_REQUIRED: string;
13
17
  };
14
18
  common: {
15
19
  Save: string;
@@ -9,5 +9,9 @@ declare const _default: {
9
9
  "Invalid Email Address": string;
10
10
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
11
11
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
12
16
  };
13
17
  export default _default;
@@ -10,6 +10,10 @@ declare const _default: {
10
10
  "Invalid Email Address": string;
11
11
  FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
12
12
  ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
13
+ COUNTRY_REQUIRED: string;
14
+ CITY_REQUIRED: string;
15
+ STREET_REQUIRED: string;
16
+ STREET_NUMBER_REQUIRED: string;
13
17
  };
14
18
  common: {
15
19
  Save: string;
@@ -1,2 +1,2 @@
1
- @keyframes PublicMenu-module_flexWide__M9IEY{0%{flex:0}to{flex:1}}@keyframes PublicMenu-module_slidein__kwZ1c{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes PublicMenu-module_fadeInOut__ORUVR{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes PublicMenu-module_heightAnimation__Upf4B{0%{height:0}to{height:100%}}@keyframes PublicMenu-module_fadein__Q7QsJ{0%{opacity:0}to{opacity:1}}@keyframes PublicMenu-module_floatAnimation__IxmsY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes PublicMenu-module_bottomSheet__4-IhG{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes PublicMenu-module_slideRightToLeft__Ue3GM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes PublicMenu-module_rotation__LCRL3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PublicMenu-module_container__QLN6U{background-color:#fff;padding-bottom:4rem;position:relative}.PublicMenu-module_container__QLN6U .PublicMenu-module_description__Qlb4s{font-size:.9rem;padding:1rem 1rem .5rem;text-align:center}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor{padding:1rem}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor svg path{fill:#fff}.PublicMenu-module_container__QLN6U .PublicMenu-module_categories__Iy6NC{background-color:#fff;left:0;max-width:100%;padding:.5rem 1rem;position:sticky;right:0;top:0;z-index:1}.PublicMenu-module_container__QLN6U .PublicMenu-module_footer__6G3DQ{color:#a1a5b7;display:block;font-size:.75rem;padding:3rem 2rem 2rem;text-align:center;width:100%}@keyframes Header-module_flexWide__XiQ6l{0%{flex:0}to{flex:1}}@keyframes Header-module_slidein__srDhG{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Header-module_fadeInOut__CRL2N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Header-module_heightAnimation__YItGG{0%{height:0}to{height:100%}}@keyframes Header-module_fadein__3t3t-{0%{opacity:0}to{opacity:1}}@keyframes Header-module_floatAnimation__yIXwQ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Header-module_bottomSheet__Ce3TO{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Header-module_slideRightToLeft__7cKkn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Header-module_rotation__7xqRs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header-module_container__tenlF{height:12.5rem;margin-bottom:3rem;position:relative;width:100%}.Header-module_container__tenlF .Header-module_cover__BAWZK{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 20%,transparent);bottom:0;color:#fff;display:flex;left:0;padding:1rem 1rem 2rem;position:absolute;right:0;top:0;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_logo__4MTCm{border-radius:50%;display:block;height:6rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:6rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA{overflow:hidden;width:calc(100% - 7rem)}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_name__30wyw{font-size:1.5rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc{color:#fff;font-size:.9rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc .Header-module_addressText__lUszI{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth{bottom:0;height:100%;padding:.75rem;position:absolute;right:0;scrollbar-width:none;top:0}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth::-webkit-scrollbar{background:transparent;height:0;width:0}.Header-module_container__tenlF .Header-module_social__AoP0z{bottom:-1.25rem;display:flex;justify-content:center;left:0;position:absolute;right:0}.Header-module_container__tenlF .Header-module_links__EeQxg{background-color:#fff;border-radius:1.5rem;box-shadow:0 0 50px 0 rgba(0,0,0,.15);padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa{align-items:center;cursor:pointer;display:flex;padding:.5rem}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa .Header-module_wifiPasswordIcon__Ukn3D{height:100%}@keyframes Languages-module_flexWide__zQ9jN{0%{flex:0}to{flex:1}}@keyframes Languages-module_slidein__C4UHU{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Languages-module_fadeInOut__U-vhH{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Languages-module_heightAnimation__gIQkF{0%{height:0}to{height:100%}}@keyframes Languages-module_fadein__vPmsX{0%{opacity:0}to{opacity:1}}@keyframes Languages-module_floatAnimation__L-kPH{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Languages-module_bottomSheet__-t-q8{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Languages-module_slideRightToLeft__y0l-f{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Languages-module_rotation__gp8P5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Languages-module_container__nJeK1{position:absolute;right:1rem;top:1rem;z-index:1}.Languages-module_container__nJeK1 .Languages-module_currentLanguage__EFw6Q{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm{border-radius:1.5rem;height:1.5rem;overflow:hidden;padding:0 1rem;width:0}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;transform:translateX(500%);transition:transform .2s;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(2){transition-delay:.1s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(3){transition-delay:.2s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(4){transition-delay:.3s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(5){transition-delay:.4s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(6){transition-delay:.5s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(7){transition-delay:.6s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(8){transition-delay:.7s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(9){transition-delay:.8s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(10){transition-delay:.9s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg{width:-moz-max-content;width:max-content}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg .Languages-module_option__QkVQd{transform:translateX(0)}.Products-module_container__bF2LF{padding:1rem}.Products-module_container__bF2LF .Products-module_header__0EFvL,.Products-module_container__bF2LF .Products-module_view__l857X{margin-bottom:-1rem}.Products-module_container__bF2LF .Products-module_products__AoDrY{overflow-x:hidden;padding:3rem 0 0;scroll-margin-top:2rem;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_category__Sp7dE{font-size:1.5rem;margin-bottom:1rem;overflow-x:hidden;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_list__LH4v5{width:100%}@keyframes ProductsListItem-module_flexWide__Ds6LE{0%{flex:0}to{flex:1}}@keyframes ProductsListItem-module_slidein__rEzMI{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsListItem-module_fadeInOut__i1FNq{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsListItem-module_heightAnimation__2fk7l{0%{height:0}to{height:100%}}@keyframes ProductsListItem-module_fadein__tPTJ6{0%{opacity:0}to{opacity:1}}@keyframes ProductsListItem-module_floatAnimation__vugAV{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsListItem-module_bottomSheet__-YAdd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsListItem-module_slideRightToLeft__oXk26{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsListItem-module_rotation__ZMvMz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsListItem-module_container__i9tFs{border-bottom:1px solid #eff2f5;overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_isClickable__iHHdI{cursor:pointer}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2{flex:1;overflow:hidden;padding-right:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_description__oL4CH{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a1a5b7;display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_price__V1GRM{line-height:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi{border-radius:.475rem;height:5.625rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:10rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi.ProductsListItem-module_notAvailable__TeMCr{filter:grayscale(100%)}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_addToOrder__6KqZn{pointer-events:all;position:absolute;right:.25rem;top:1.75rem}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2{padding-right:0}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{margin-bottom:.5rem;padding-right:3rem}@keyframes ProductsGridItem-module_flexWide__qcB5X{0%{flex:0}to{flex:1}}@keyframes ProductsGridItem-module_slidein__oKaVb{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsGridItem-module_fadeInOut__d2zot{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsGridItem-module_heightAnimation__zgbh9{0%{height:0}to{height:100%}}@keyframes ProductsGridItem-module_fadein__Z067K{0%{opacity:0}to{opacity:1}}@keyframes ProductsGridItem-module_floatAnimation__GXjP-{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsGridItem-module_bottomSheet__-zrFD{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsGridItem-module_slideRightToLeft__R7hv5{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsGridItem-module_rotation__npCfA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsGridItem-module_container__DU5KG{border-bottom:1px solid #eff2f5;padding:1.5rem 0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y{overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_isClickable__8zhwt{cursor:pointer}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_info__HkBG-{background-color:transparent;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 30%,transparent 60%);border-radius:.475rem;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;inset:0;justify-content:flex-end;overflow:hidden;padding:1rem;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X{overflow:hidden;text-shadow:.5px .5px 5px #000}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{color:#fff;font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#fff;line-height:1.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{border-radius:.475rem;overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL.ProductsGridItem-module_notAvailable__i4-HA{filter:grayscale(100%)}@supports (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{aspect-ratio:16/9;padding-top:0}}@supports not (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{padding-top:56.25%}}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_addToOrder__PhQhg{pointer-events:all;position:absolute;right:.5rem;top:.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW{min-height:4.75rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG-{background:transparent;padding:0}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#181c32}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{padding-right:3rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_volume__oxEAr{color:#a1a5b7!important}@keyframes ProductDetails-module_flexWide__w06FX{0%{flex:0}to{flex:1}}@keyframes ProductDetails-module_slidein__N8f4g{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductDetails-module_fadeInOut__hYRtK{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductDetails-module_heightAnimation__hLQyz{0%{height:0}to{height:100%}}@keyframes ProductDetails-module_fadein__QN4mI{0%{opacity:0}to{opacity:1}}@keyframes ProductDetails-module_floatAnimation__dTQbc{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductDetails-module_bottomSheet__HO2S-{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductDetails-module_slideRightToLeft__hbtJg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductDetails-module_rotation__k-9gH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductDetails-module_container__oa07j{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;position:fixed;z-index:110}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC{padding:0 0 1rem;position:relative}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_image__BlMfl{display:block;max-height:25rem;max-width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt{max-width:100%;overflow:hidden;padding:1rem 1.5rem 2rem;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_name__ganLM{font-size:1.5rem;margin:0}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_price__W34k9{line-height:1.5rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_volume__RWG5s{color:#a1a5b7}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_description__HBufi{color:#a1a5b7;font-size:1rem;line-height:1.25rem;margin-top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_choices__4tHaA{border-bottom:1px solid #eff2f5;border-top:1px solid #eff2f5;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_close__4cHZ3{position:absolute;right:1rem;top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_addAction__o4T5R .ProductDetails-module_actionTitle__NIJGW{white-space:break-spaces}@media (max-width:580px){.ProductDetails-module_container__oa07j{align-items:flex-end}}@keyframes Quantity-module_flexWide__R95Jw{0%{flex:0}to{flex:1}}@keyframes Quantity-module_slidein__5yeWf{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Quantity-module_fadeInOut__cllco{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Quantity-module_heightAnimation__dhOgA{0%{height:0}to{height:100%}}@keyframes Quantity-module_fadein__Cof2o{0%{opacity:0}to{opacity:1}}@keyframes Quantity-module_floatAnimation__DSqQr{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Quantity-module_bottomSheet__5-5iY{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Quantity-module_slideRightToLeft__cjDHk{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Quantity-module_rotation__dn0J8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Quantity-module_container__01ySb{background-color:var(--sorocraft-color-primary-light,#f5f8fa);border-radius:3.75rem}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb .Quantity-module_quantityValue__BBpyw{align-items:center;color:var(--sorocraft-color-primary,#2d3436);display:flex;justify-content:center;line-height:1.5rem;text-align:center}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F{cursor:pointer}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F svg path{stroke:var(--sorocraft-color-primary,#2d3436)}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F.Quantity-module_isDisabled__crQCf{cursor:not-allowed}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2{height:2.5rem!important;width:7.5rem!important}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityValue__BBpyw{height:2.5rem!important;width:2.5rem}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8{height:3.25rem!important;width:10rem!important}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityValue__BBpyw{height:3.25rem!important;width:3.3333333333rem}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn{height:3.75rem!important;width:12.5rem!important}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityValue__BBpyw{height:3.75rem!important;width:4.1666666667rem}.ProductInOrder-module_container__0N57G .ProductInOrder-module_title__TWjM9{font-weight:600}@keyframes ProductVariants-module_flexWide__CQO0G{0%{flex:0}to{flex:1}}@keyframes ProductVariants-module_slidein__9xYoM{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductVariants-module_fadeInOut__NcGdX{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductVariants-module_heightAnimation__c7ORS{0%{height:0}to{height:100%}}@keyframes ProductVariants-module_fadein__qqdC5{0%{opacity:0}to{opacity:1}}@keyframes ProductVariants-module_floatAnimation__Fy-NX{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductVariants-module_bottomSheet__JVxKH{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductVariants-module_slideRightToLeft__lHsqZ{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductVariants-module_rotation__iJPfC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductVariants-module_container__r059N{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductVariants-module_container__r059N .ProductVariants-module_variantsTitle__G3wTr{font-weight:600;margin-bottom:.5rem}.ProductVariants-module_container__r059N .ProductVariants-module_variant__Pk6eP{cursor:pointer}.ProductVariants-module_container__r059N.ProductVariants-module_focused__tdy2R{box-shadow:0 0 5px 0 #f1416c}@keyframes ProductAddons-module_flexWide__kxcTh{0%{flex:0}to{flex:1}}@keyframes ProductAddons-module_slidein__C5osk{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductAddons-module_fadeInOut__Wtu5Z{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductAddons-module_heightAnimation__sA75y{0%{height:0}to{height:100%}}@keyframes ProductAddons-module_fadein__ErDv9{0%{opacity:0}to{opacity:1}}@keyframes ProductAddons-module_floatAnimation__crBUu{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductAddons-module_bottomSheet__Irr5y{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductAddons-module_slideRightToLeft__Q-PfS{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductAddons-module_rotation__ycNtj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductAddons-module_container__DRnT7{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductAddons-module_container__DRnT7.ProductAddons-module_focused__KplXf{box-shadow:0 0 5px 0 #f1416c}.ProductAddons-module_container__DRnT7 .ProductAddons-module_optionsTitle__dE0ee{font-weight:600;margin-bottom:.5rem}@keyframes FloatingOrdersButton-module_flexWide__76axD{0%{flex:0}to{flex:1}}@keyframes FloatingOrdersButton-module_slidein__mtue7{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes FloatingOrdersButton-module_fadeInOut__x7Xvb{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes FloatingOrdersButton-module_heightAnimation__BQhjf{0%{height:0}to{height:100%}}@keyframes FloatingOrdersButton-module_fadein__OVkKy{0%{opacity:0}to{opacity:1}}@keyframes FloatingOrdersButton-module_floatAnimation__VSNFt{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes FloatingOrdersButton-module_bottomSheet__6AMVn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes FloatingOrdersButton-module_slideRightToLeft__7Lxjo{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FloatingOrdersButton-module_rotation__IM8zh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FloatingOrdersButton-module_container__RYr7V{bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;z-index:10}.FloatingOrdersButton-module_container__RYr7V .FloatingOrdersButton-module_content__2X3P-{animation-duration:.3s;animation-name:FloatingOrdersButton-module_bottomSheet__6AMVn;animation-timing-function:cubic-bezier(.32,1,.23,1);max-width:25rem;width:100%}@keyframes OrderStepper-module_flexWide__oIpQi{0%{flex:0}to{flex:1}}@keyframes OrderStepper-module_slidein__P6YJD{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderStepper-module_fadeInOut__OVRav{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderStepper-module_heightAnimation__bDpZh{0%{height:0}to{height:100%}}@keyframes OrderStepper-module_fadein__526L2{0%{opacity:0}to{opacity:1}}@keyframes OrderStepper-module_floatAnimation__rjwmv{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderStepper-module_bottomSheet__777sc{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderStepper-module_slideRightToLeft__UjVx6{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderStepper-module_rotation__PedNC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderStepper-module_container__GVnVU{background-color:var(--sorocraft-color-primary,#2d3436);border-radius:1.5rem;color:#fff;min-height:3.375rem;padding:.9rem 1rem;width:100%}.OrderStepper-module_container__GVnVU .OrderStepper-module_count__u13tM{align-items:center;background-color:#fff;border-radius:50%;color:#181c32;display:flex;font-size:.75rem;font-weight:500;height:1.5rem;justify-content:center;line-height:1rem;width:1.5rem}.OrderStepper-module_container__GVnVU .OrderStepper-module_actionText__CZsVe{font-weight:600}.OrderStepper-module_container__GVnVU .OrderStepper-module_totalPrice__R9Mni{font-weight:500;text-align:end}.OrderStepper-module_container__GVnVU.OrderStepper-module_isClickable__M3rWK{cursor:pointer}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16{background-color:rgba(235,59,90,.75);cursor:not-allowed}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16 .OrderStepper-module_actionText__CZsVe{line-height:.75}@keyframes OrderDrawer-module_flexWide__WatFh{0%{flex:0}to{flex:1}}@keyframes OrderDrawer-module_slidein__-S7pZ{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderDrawer-module_fadeInOut__Vnw9N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderDrawer-module_heightAnimation__vitnv{0%{height:0}to{height:100%}}@keyframes OrderDrawer-module_fadein__N0T5n{0%{opacity:0}to{opacity:1}}@keyframes OrderDrawer-module_floatAnimation__i-n3y{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderDrawer-module_bottomSheet__ugbJC{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderDrawer-module_slideRightToLeft__0x9E4{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderDrawer-module_rotation__5WP1-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderDrawer-module_container__DymQj{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:100}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX{height:100%;padding:1rem 0}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_paymentMethods__9i-sb,.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_transactionDetails__xzWgY{padding:0 1rem}.OrderDrawer-module_footer__8XfD9 .OrderDrawer-module_noteButton__M8BVx{padding:.625rem 1.5rem!important}@keyframes OrderListItem-module_flexWide__p06FA{0%{flex:0}to{flex:1}}@keyframes OrderListItem-module_slidein__npG1H{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderListItem-module_fadeInOut__6-69i{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderListItem-module_heightAnimation__9xQeY{0%{height:0}to{height:100%}}@keyframes OrderListItem-module_fadein__v9WHA{0%{opacity:0}to{opacity:1}}@keyframes OrderListItem-module_floatAnimation__E-PEL{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderListItem-module_bottomSheet__tZCrN{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderListItem-module_slideRightToLeft__tzJmH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderListItem-module_rotation__edZBL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderListItem-module_container__Tj4RI{border-bottom:1px solid #eff2f5;padding:.75rem 1rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_image__o3PIC{border-radius:.475rem;height:2.8125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw{flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_name__QEzuZ{font-weight:500;line-height:1;margin-bottom:.5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_price__-V2qL{line-height:1.5rem;margin-top:.5rem}@keyframes ProductQuantity-module_flexWide__nM3ep{0%{flex:0}to{flex:1}}@keyframes ProductQuantity-module_slidein__WMIdH{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductQuantity-module_fadeInOut__Slq12{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductQuantity-module_heightAnimation__i7QLr{0%{height:0}to{height:100%}}@keyframes ProductQuantity-module_fadein__OyZ8J{0%{opacity:0}to{opacity:1}}@keyframes ProductQuantity-module_floatAnimation__asE7P{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductQuantity-module_bottomSheet__wtuzd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductQuantity-module_slideRightToLeft__-t-QM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductQuantity-module_rotation__Ocswn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductQuantity-module_quantity__PzTpj{align-items:center;background-color:#f5f8fa;border-radius:50%;color:#181c32;display:flex;font-size:.875rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;width:2rem}.CustomerAddress-module_container__TGYRV{cursor:pointer;padding:1rem;width:100%}@keyframes Branches-module_flexWide__-waUA{0%{flex:0}to{flex:1}}@keyframes Branches-module_slidein__6gTfw{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Branches-module_fadeInOut__lplH2{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Branches-module_heightAnimation__pcTJk{0%{height:0}to{height:100%}}@keyframes Branches-module_fadein__U1Mpr{0%{opacity:0}to{opacity:1}}@keyframes Branches-module_floatAnimation__sU2p3{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Branches-module_bottomSheet__6rCLf{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Branches-module_slideRightToLeft__xJE6w{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Branches-module_rotation__w-5eY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Branches-module_branches__sOuoV{background-color:#fff}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:2rem}@media (max-width:580px){.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{grid-template-columns:1fr}}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2 .Branches-module_name__K0Z-4{font-size:1.25rem;font-weight:500;margin:0;text-align:center}@keyframes Auth-module_flexWide__mT2k8{0%{flex:0}to{flex:1}}@keyframes Auth-module_slidein__OwMUO{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Auth-module_fadeInOut__4LYll{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Auth-module_heightAnimation__srw1h{0%{height:0}to{height:100%}}@keyframes Auth-module_fadein__NGXVC{0%{opacity:0}to{opacity:1}}@keyframes Auth-module_floatAnimation__2ifYP{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Auth-module_bottomSheet__gcwUA{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Auth-module_slideRightToLeft__PLnaH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Auth-module_rotation__uRs1v{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Auth-module_content__1ATBc{height:100%;padding:2rem 0}.Auth-module_content__1ATBc .Auth-module_countryCode__zLFy4{min-width:7.5rem}.Auth-module_content__1ATBc .Auth-module_terms__OH3th{color:#a1a5b7;font-size:.875rem;line-height:20px;text-align:center;width:100%}.Auth-module_content__1ATBc .Auth-module_terms__OH3th a{color:#1b84ff}@keyframes Pricing-module_flexWide__mXSDX{0%{flex:0}to{flex:1}}@keyframes Pricing-module_slidein__tTiof{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Pricing-module_fadeInOut__rYI0L{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Pricing-module_heightAnimation__WKFZx{0%{height:0}to{height:100%}}@keyframes Pricing-module_fadein__HeFT0{0%{opacity:0}to{opacity:1}}@keyframes Pricing-module_floatAnimation__1VcsO{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Pricing-module_bottomSheet__v4vTu{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Pricing-module_slideRightToLeft__GpKCA{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Pricing-module_rotation__2tW8V{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Pricing-module_container__86ns8{align-items:center;display:flex;flex-direction:column}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns{background-color:#fff;border-radius:3.75rem;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);display:flex;gap:1rem;margin-bottom:2.5rem;padding:1rem 1.5rem}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd{background-color:transparent;border-radius:3.75rem;cursor:pointer;padding:.75rem 1.5rem;text-transform:capitalize;transition:background-color .2s ease-in-out,color .2s ease-in-out}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd.Pricing-module_active__BRQhl{background-color:var(--sorocraft-color-primary,#2d3436);color:#fff}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:6rem;width:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl{border-radius:.85rem;height:100%;transition:transform .5s cubic-bezier(.7,0,0,1),box-shadow .5s cubic-bezier(.7,0,0,1)}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl>div{height:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_title__rMUDX{border-bottom:1px dashed #e4e6ef;font-size:1.75rem;font-weight:600;padding-bottom:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb{font-size:2rem;height:3.75rem;margin-top:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_originalPrice__klyhF{font-size:1.5rem;font-weight:600;text-decoration:line-through}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_discountedPrice__qS7GB{color:var(--sorocraft-color-primary,#2d3436);font-weight:600}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_action__08XLt{margin:2rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1{align-items:center;display:flex;gap:1rem;padding:.5rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1 i{margin-right:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl:hover{box-shadow:0 100px 50px -40px rgba(0,0,0,.1),0 60px 100px 0 rgba(50,50,93,.25);color:#181c32;transform:scale(1.018)}
1
+ @keyframes PublicMenu-module_flexWide__M9IEY{0%{flex:0}to{flex:1}}@keyframes PublicMenu-module_slidein__kwZ1c{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes PublicMenu-module_fadeInOut__ORUVR{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes PublicMenu-module_heightAnimation__Upf4B{0%{height:0}to{height:100%}}@keyframes PublicMenu-module_fadein__Q7QsJ{0%{opacity:0}to{opacity:1}}@keyframes PublicMenu-module_floatAnimation__IxmsY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes PublicMenu-module_bottomSheet__4-IhG{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes PublicMenu-module_slideRightToLeft__Ue3GM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes PublicMenu-module_rotation__LCRL3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PublicMenu-module_container__QLN6U{background-color:#fff;padding-bottom:4rem;position:relative}.PublicMenu-module_container__QLN6U .PublicMenu-module_description__Qlb4s{font-size:.9rem;padding:1rem 1rem .5rem;text-align:center}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor{padding:1rem}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor svg path{fill:#fff}.PublicMenu-module_container__QLN6U .PublicMenu-module_categories__Iy6NC{background-color:#fff;left:0;max-width:100%;padding:.5rem 1rem;position:sticky;right:0;top:0;z-index:1}.PublicMenu-module_container__QLN6U .PublicMenu-module_footer__6G3DQ{color:#a1a5b7;display:block;font-size:.75rem;padding:3rem 2rem 2rem;text-align:center;width:100%}@keyframes Header-module_flexWide__XiQ6l{0%{flex:0}to{flex:1}}@keyframes Header-module_slidein__srDhG{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Header-module_fadeInOut__CRL2N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Header-module_heightAnimation__YItGG{0%{height:0}to{height:100%}}@keyframes Header-module_fadein__3t3t-{0%{opacity:0}to{opacity:1}}@keyframes Header-module_floatAnimation__yIXwQ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Header-module_bottomSheet__Ce3TO{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Header-module_slideRightToLeft__7cKkn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Header-module_rotation__7xqRs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header-module_container__tenlF{height:12.5rem;margin-bottom:3rem;position:relative;width:100%}.Header-module_container__tenlF .Header-module_cover__BAWZK{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 20%,transparent);bottom:0;color:#fff;display:flex;left:0;padding:1rem 1rem 2rem;position:absolute;right:0;top:0;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_logo__4MTCm{border-radius:50%;display:block;height:6rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:6rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA{overflow:hidden;width:calc(100% - 7rem)}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_name__30wyw{font-size:1.5rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc{color:#fff;font-size:.9rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc .Header-module_addressText__lUszI{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth{bottom:0;height:100%;padding:.75rem;position:absolute;right:0;scrollbar-width:none;top:0}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth::-webkit-scrollbar{background:transparent;height:0;width:0}.Header-module_container__tenlF .Header-module_social__AoP0z{bottom:-1.25rem;display:flex;justify-content:center;left:0;position:absolute;right:0}.Header-module_container__tenlF .Header-module_links__EeQxg{background-color:#fff;border-radius:1.5rem;box-shadow:0 0 50px 0 rgba(0,0,0,.15);padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa{align-items:center;cursor:pointer;display:flex;padding:.5rem}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa .Header-module_wifiPasswordIcon__Ukn3D{height:100%}@keyframes Languages-module_flexWide__zQ9jN{0%{flex:0}to{flex:1}}@keyframes Languages-module_slidein__C4UHU{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Languages-module_fadeInOut__U-vhH{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Languages-module_heightAnimation__gIQkF{0%{height:0}to{height:100%}}@keyframes Languages-module_fadein__vPmsX{0%{opacity:0}to{opacity:1}}@keyframes Languages-module_floatAnimation__L-kPH{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Languages-module_bottomSheet__-t-q8{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Languages-module_slideRightToLeft__y0l-f{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Languages-module_rotation__gp8P5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Languages-module_container__nJeK1{position:absolute;right:1rem;top:1rem;z-index:1}.Languages-module_container__nJeK1 .Languages-module_currentLanguage__EFw6Q{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm{border-radius:1.5rem;height:1.5rem;overflow:hidden;padding:0 1rem;width:0}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;transform:translateX(500%);transition:transform .2s;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(2){transition-delay:.1s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(3){transition-delay:.2s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(4){transition-delay:.3s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(5){transition-delay:.4s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(6){transition-delay:.5s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(7){transition-delay:.6s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(8){transition-delay:.7s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(9){transition-delay:.8s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(10){transition-delay:.9s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg{width:-moz-max-content;width:max-content}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg .Languages-module_option__QkVQd{transform:translateX(0)}.Products-module_container__bF2LF{padding:1rem}.Products-module_container__bF2LF .Products-module_header__0EFvL,.Products-module_container__bF2LF .Products-module_view__l857X{margin-bottom:-1rem}.Products-module_container__bF2LF .Products-module_products__AoDrY{overflow-x:hidden;padding:3rem 0 0;scroll-margin-top:2rem;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_category__Sp7dE{font-size:1.5rem;margin-bottom:1rem;overflow-x:hidden;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_list__LH4v5{width:100%}@keyframes ProductsListItem-module_flexWide__Ds6LE{0%{flex:0}to{flex:1}}@keyframes ProductsListItem-module_slidein__rEzMI{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsListItem-module_fadeInOut__i1FNq{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsListItem-module_heightAnimation__2fk7l{0%{height:0}to{height:100%}}@keyframes ProductsListItem-module_fadein__tPTJ6{0%{opacity:0}to{opacity:1}}@keyframes ProductsListItem-module_floatAnimation__vugAV{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsListItem-module_bottomSheet__-YAdd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsListItem-module_slideRightToLeft__oXk26{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsListItem-module_rotation__ZMvMz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsListItem-module_container__i9tFs{border-bottom:1px solid #eff2f5;overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_isClickable__iHHdI{cursor:pointer}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2{flex:1;overflow:hidden;padding-right:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_description__oL4CH{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a1a5b7;display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_price__V1GRM{line-height:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi{border-radius:.475rem;height:5.625rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:10rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi.ProductsListItem-module_notAvailable__TeMCr{filter:grayscale(100%)}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_addToOrder__6KqZn{pointer-events:all;position:absolute;right:.25rem;top:1.75rem}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2{padding-right:0}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{margin-bottom:.5rem;padding-right:3rem}@keyframes ProductsGridItem-module_flexWide__qcB5X{0%{flex:0}to{flex:1}}@keyframes ProductsGridItem-module_slidein__oKaVb{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsGridItem-module_fadeInOut__d2zot{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsGridItem-module_heightAnimation__zgbh9{0%{height:0}to{height:100%}}@keyframes ProductsGridItem-module_fadein__Z067K{0%{opacity:0}to{opacity:1}}@keyframes ProductsGridItem-module_floatAnimation__GXjP-{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsGridItem-module_bottomSheet__-zrFD{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsGridItem-module_slideRightToLeft__R7hv5{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsGridItem-module_rotation__npCfA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsGridItem-module_container__DU5KG{border-bottom:1px solid #eff2f5;padding:1.5rem 0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y{overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_isClickable__8zhwt{cursor:pointer}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_info__HkBG-{background-color:transparent;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 30%,transparent 60%);border-radius:.475rem;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;inset:0;justify-content:flex-end;overflow:hidden;padding:1rem;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X{overflow:hidden;text-shadow:.5px .5px 5px #000}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{color:#fff;font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#fff;line-height:1.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{border-radius:.475rem;overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL.ProductsGridItem-module_notAvailable__i4-HA{filter:grayscale(100%)}@supports (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{aspect-ratio:16/9;padding-top:0}}@supports not (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{padding-top:56.25%}}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_addToOrder__PhQhg{pointer-events:all;position:absolute;right:.5rem;top:.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW{min-height:4.75rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG-{background:transparent;padding:0}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#181c32}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{padding-right:3rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_volume__oxEAr{color:#a1a5b7!important}@keyframes ProductDetails-module_flexWide__w06FX{0%{flex:0}to{flex:1}}@keyframes ProductDetails-module_slidein__N8f4g{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductDetails-module_fadeInOut__hYRtK{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductDetails-module_heightAnimation__hLQyz{0%{height:0}to{height:100%}}@keyframes ProductDetails-module_fadein__QN4mI{0%{opacity:0}to{opacity:1}}@keyframes ProductDetails-module_floatAnimation__dTQbc{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductDetails-module_bottomSheet__HO2S-{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductDetails-module_slideRightToLeft__hbtJg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductDetails-module_rotation__k-9gH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductDetails-module_container__oa07j{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;position:fixed;z-index:110}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC{padding:0 0 1rem;position:relative}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_image__BlMfl{display:block;max-height:25rem;max-width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt{max-width:100%;overflow:hidden;padding:1rem 1.5rem 2rem;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_name__ganLM{font-size:1.5rem;margin:0}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_price__W34k9{line-height:1.5rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_volume__RWG5s{color:#a1a5b7}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_description__HBufi{color:#a1a5b7;font-size:1rem;line-height:1.25rem;margin-top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_choices__4tHaA{border-bottom:1px solid #eff2f5;border-top:1px solid #eff2f5;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_close__4cHZ3{position:absolute;right:1rem;top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_addAction__o4T5R .ProductDetails-module_actionTitle__NIJGW{white-space:break-spaces}@media (max-width:580px){.ProductDetails-module_container__oa07j{align-items:flex-end}}@keyframes Quantity-module_flexWide__R95Jw{0%{flex:0}to{flex:1}}@keyframes Quantity-module_slidein__5yeWf{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Quantity-module_fadeInOut__cllco{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Quantity-module_heightAnimation__dhOgA{0%{height:0}to{height:100%}}@keyframes Quantity-module_fadein__Cof2o{0%{opacity:0}to{opacity:1}}@keyframes Quantity-module_floatAnimation__DSqQr{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Quantity-module_bottomSheet__5-5iY{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Quantity-module_slideRightToLeft__cjDHk{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Quantity-module_rotation__dn0J8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Quantity-module_container__01ySb{background-color:var(--sorocraft-color-primary-light,#f5f8fa);border-radius:3.75rem}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb .Quantity-module_quantityValue__BBpyw{align-items:center;color:var(--sorocraft-color-primary,#2d3436);display:flex;justify-content:center;line-height:1.5rem;text-align:center}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F{cursor:pointer}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F svg path{stroke:var(--sorocraft-color-primary,#2d3436)}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F.Quantity-module_isDisabled__crQCf{cursor:not-allowed}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2{height:2.5rem!important;width:7.5rem!important}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityValue__BBpyw{height:2.5rem!important;width:2.5rem}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8{height:3.25rem!important;width:10rem!important}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityValue__BBpyw{height:3.25rem!important;width:3.3333333333rem}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn{height:3.75rem!important;width:12.5rem!important}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityValue__BBpyw{height:3.75rem!important;width:4.1666666667rem}.ProductInOrder-module_container__0N57G .ProductInOrder-module_title__TWjM9{font-weight:600}@keyframes ProductVariants-module_flexWide__CQO0G{0%{flex:0}to{flex:1}}@keyframes ProductVariants-module_slidein__9xYoM{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductVariants-module_fadeInOut__NcGdX{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductVariants-module_heightAnimation__c7ORS{0%{height:0}to{height:100%}}@keyframes ProductVariants-module_fadein__qqdC5{0%{opacity:0}to{opacity:1}}@keyframes ProductVariants-module_floatAnimation__Fy-NX{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductVariants-module_bottomSheet__JVxKH{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductVariants-module_slideRightToLeft__lHsqZ{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductVariants-module_rotation__iJPfC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductVariants-module_container__r059N{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductVariants-module_container__r059N .ProductVariants-module_variantsTitle__G3wTr{font-weight:600;margin-bottom:.5rem}.ProductVariants-module_container__r059N .ProductVariants-module_variant__Pk6eP{cursor:pointer}.ProductVariants-module_container__r059N.ProductVariants-module_focused__tdy2R{box-shadow:0 0 5px 0 #f1416c}@keyframes ProductAddons-module_flexWide__kxcTh{0%{flex:0}to{flex:1}}@keyframes ProductAddons-module_slidein__C5osk{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductAddons-module_fadeInOut__Wtu5Z{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductAddons-module_heightAnimation__sA75y{0%{height:0}to{height:100%}}@keyframes ProductAddons-module_fadein__ErDv9{0%{opacity:0}to{opacity:1}}@keyframes ProductAddons-module_floatAnimation__crBUu{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductAddons-module_bottomSheet__Irr5y{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductAddons-module_slideRightToLeft__Q-PfS{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductAddons-module_rotation__ycNtj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductAddons-module_container__DRnT7{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductAddons-module_container__DRnT7.ProductAddons-module_focused__KplXf{box-shadow:0 0 5px 0 #f1416c}.ProductAddons-module_container__DRnT7 .ProductAddons-module_optionsTitle__dE0ee{font-weight:600;margin-bottom:.5rem}@keyframes FloatingOrdersButton-module_flexWide__76axD{0%{flex:0}to{flex:1}}@keyframes FloatingOrdersButton-module_slidein__mtue7{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes FloatingOrdersButton-module_fadeInOut__x7Xvb{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes FloatingOrdersButton-module_heightAnimation__BQhjf{0%{height:0}to{height:100%}}@keyframes FloatingOrdersButton-module_fadein__OVkKy{0%{opacity:0}to{opacity:1}}@keyframes FloatingOrdersButton-module_floatAnimation__VSNFt{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes FloatingOrdersButton-module_bottomSheet__6AMVn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes FloatingOrdersButton-module_slideRightToLeft__7Lxjo{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FloatingOrdersButton-module_rotation__IM8zh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FloatingOrdersButton-module_container__RYr7V{bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;z-index:10}.FloatingOrdersButton-module_container__RYr7V .FloatingOrdersButton-module_content__2X3P-{animation-duration:.3s;animation-name:FloatingOrdersButton-module_bottomSheet__6AMVn;animation-timing-function:cubic-bezier(.32,1,.23,1);max-width:25rem;width:100%}@keyframes OrderStepper-module_flexWide__oIpQi{0%{flex:0}to{flex:1}}@keyframes OrderStepper-module_slidein__P6YJD{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderStepper-module_fadeInOut__OVRav{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderStepper-module_heightAnimation__bDpZh{0%{height:0}to{height:100%}}@keyframes OrderStepper-module_fadein__526L2{0%{opacity:0}to{opacity:1}}@keyframes OrderStepper-module_floatAnimation__rjwmv{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderStepper-module_bottomSheet__777sc{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderStepper-module_slideRightToLeft__UjVx6{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderStepper-module_rotation__PedNC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderStepper-module_container__GVnVU{background-color:var(--sorocraft-color-primary,#2d3436);border-radius:1.5rem;color:#fff;min-height:3.375rem;padding:.9rem 1rem;width:100%}.OrderStepper-module_container__GVnVU .OrderStepper-module_count__u13tM{align-items:center;background-color:#fff;border-radius:50%;color:#181c32;display:flex;font-size:.75rem;font-weight:500;height:1.5rem;justify-content:center;line-height:1rem;width:1.5rem}.OrderStepper-module_container__GVnVU .OrderStepper-module_actionText__CZsVe{font-weight:600}.OrderStepper-module_container__GVnVU .OrderStepper-module_totalPrice__R9Mni{font-weight:500;text-align:end}.OrderStepper-module_container__GVnVU.OrderStepper-module_isClickable__M3rWK{cursor:pointer}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16{background-color:rgba(235,59,90,.75);cursor:not-allowed}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16 .OrderStepper-module_actionText__CZsVe{line-height:.75}@keyframes OrderDrawer-module_flexWide__WatFh{0%{flex:0}to{flex:1}}@keyframes OrderDrawer-module_slidein__-S7pZ{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderDrawer-module_fadeInOut__Vnw9N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderDrawer-module_heightAnimation__vitnv{0%{height:0}to{height:100%}}@keyframes OrderDrawer-module_fadein__N0T5n{0%{opacity:0}to{opacity:1}}@keyframes OrderDrawer-module_floatAnimation__i-n3y{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderDrawer-module_bottomSheet__ugbJC{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderDrawer-module_slideRightToLeft__0x9E4{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderDrawer-module_rotation__5WP1-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderDrawer-module_container__DymQj{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:100}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX{height:100%;padding:1rem 0}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_paymentMethods__9i-sb,.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_transactionDetails__xzWgY{padding:0 1rem}.OrderDrawer-module_footer__8XfD9 .OrderDrawer-module_noteButton__M8BVx{padding:.625rem 1.5rem!important}@keyframes OrderListItem-module_flexWide__p06FA{0%{flex:0}to{flex:1}}@keyframes OrderListItem-module_slidein__npG1H{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderListItem-module_fadeInOut__6-69i{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderListItem-module_heightAnimation__9xQeY{0%{height:0}to{height:100%}}@keyframes OrderListItem-module_fadein__v9WHA{0%{opacity:0}to{opacity:1}}@keyframes OrderListItem-module_floatAnimation__E-PEL{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderListItem-module_bottomSheet__tZCrN{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderListItem-module_slideRightToLeft__tzJmH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderListItem-module_rotation__edZBL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderListItem-module_container__Tj4RI{border-bottom:1px solid #eff2f5;padding:.75rem 1rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_image__o3PIC{border-radius:.475rem;height:2.8125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw{flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_name__QEzuZ{font-weight:500;line-height:1;margin-bottom:.5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_price__-V2qL{line-height:1.5rem;margin-top:.5rem}@keyframes ProductQuantity-module_flexWide__nM3ep{0%{flex:0}to{flex:1}}@keyframes ProductQuantity-module_slidein__WMIdH{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductQuantity-module_fadeInOut__Slq12{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductQuantity-module_heightAnimation__i7QLr{0%{height:0}to{height:100%}}@keyframes ProductQuantity-module_fadein__OyZ8J{0%{opacity:0}to{opacity:1}}@keyframes ProductQuantity-module_floatAnimation__asE7P{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductQuantity-module_bottomSheet__wtuzd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductQuantity-module_slideRightToLeft__-t-QM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductQuantity-module_rotation__Ocswn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductQuantity-module_quantity__PzTpj{align-items:center;background-color:#f5f8fa;border-radius:50%;color:#181c32;display:flex;font-size:.875rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;width:2rem}.CustomerAddress-module_container__TGYRV{cursor:pointer;padding:1rem;width:100%}@keyframes Branches-module_flexWide__-waUA{0%{flex:0}to{flex:1}}@keyframes Branches-module_slidein__6gTfw{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Branches-module_fadeInOut__lplH2{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Branches-module_heightAnimation__pcTJk{0%{height:0}to{height:100%}}@keyframes Branches-module_fadein__U1Mpr{0%{opacity:0}to{opacity:1}}@keyframes Branches-module_floatAnimation__sU2p3{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Branches-module_bottomSheet__6rCLf{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Branches-module_slideRightToLeft__xJE6w{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Branches-module_rotation__w-5eY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Branches-module_branches__sOuoV{background-color:#fff}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:2rem}@media (max-width:580px){.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{grid-template-columns:1fr}}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2 .Branches-module_name__K0Z-4{font-size:1.25rem;font-weight:500;margin:0;text-align:center}@keyframes Auth-module_flexWide__mT2k8{0%{flex:0}to{flex:1}}@keyframes Auth-module_slidein__OwMUO{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Auth-module_fadeInOut__4LYll{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Auth-module_heightAnimation__srw1h{0%{height:0}to{height:100%}}@keyframes Auth-module_fadein__NGXVC{0%{opacity:0}to{opacity:1}}@keyframes Auth-module_floatAnimation__2ifYP{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Auth-module_bottomSheet__gcwUA{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Auth-module_slideRightToLeft__PLnaH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Auth-module_rotation__uRs1v{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Auth-module_content__1ATBc{height:100%;padding:2rem 0}.Auth-module_content__1ATBc .Auth-module_countryCode__zLFy4{min-width:7.5rem}.Auth-module_content__1ATBc .Auth-module_terms__OH3th{color:#a1a5b7;font-size:.875rem;line-height:20px;text-align:center;width:100%}.Auth-module_content__1ATBc .Auth-module_terms__OH3th a{color:#1b84ff}@keyframes AddressAutocomplete-module_flexWide__KpKHm{0%{flex:0}to{flex:1}}@keyframes AddressAutocomplete-module_slidein__R8Or0{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes AddressAutocomplete-module_fadeInOut__g7225{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes AddressAutocomplete-module_heightAnimation__RiHRV{0%{height:0}to{height:100%}}@keyframes AddressAutocomplete-module_fadein__zyA6x{0%{opacity:0}to{opacity:1}}@keyframes AddressAutocomplete-module_floatAnimation__NteLZ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes AddressAutocomplete-module_bottomSheet__3PhzM{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes AddressAutocomplete-module_slideRightToLeft__5nCDg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes AddressAutocomplete-module_rotation__jP1lT{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AddressAutocomplete-module_container__05nzV{position:relative;width:100%}.AddressAutocomplete-module_container__05nzV .AddressAutocomplete-module_suggestions__9-5Y2{background-color:#fff;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);max-height:18rem;overflow:hidden;overflow-y:auto;position:absolute;top:3.75rem;z-index:10}@keyframes Pricing-module_flexWide__mXSDX{0%{flex:0}to{flex:1}}@keyframes Pricing-module_slidein__tTiof{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Pricing-module_fadeInOut__rYI0L{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Pricing-module_heightAnimation__WKFZx{0%{height:0}to{height:100%}}@keyframes Pricing-module_fadein__HeFT0{0%{opacity:0}to{opacity:1}}@keyframes Pricing-module_floatAnimation__1VcsO{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Pricing-module_bottomSheet__v4vTu{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Pricing-module_slideRightToLeft__GpKCA{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Pricing-module_rotation__2tW8V{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Pricing-module_container__86ns8{align-items:center;display:flex;flex-direction:column}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns{background-color:#fff;border-radius:3.75rem;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);display:flex;gap:1rem;margin-bottom:2.5rem;padding:1rem 1.5rem}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd{background-color:transparent;border-radius:3.75rem;cursor:pointer;padding:.75rem 1.5rem;text-transform:capitalize;transition:background-color .2s ease-in-out,color .2s ease-in-out}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd.Pricing-module_active__BRQhl{background-color:var(--sorocraft-color-primary,#2d3436);color:#fff}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:6rem;width:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl{border-radius:.85rem;height:100%;transition:transform .5s cubic-bezier(.7,0,0,1),box-shadow .5s cubic-bezier(.7,0,0,1)}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl>div{height:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_title__rMUDX{border-bottom:1px dashed #e4e6ef;font-size:1.75rem;font-weight:600;padding-bottom:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb{font-size:2rem;height:3.75rem;margin-top:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_originalPrice__klyhF{font-size:1.5rem;font-weight:600;text-decoration:line-through}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_discountedPrice__qS7GB{color:var(--sorocraft-color-primary,#2d3436);font-weight:600}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_action__08XLt{margin:2rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1{align-items:center;display:flex;gap:1rem;padding:.5rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1 i{margin-right:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl:hover{box-shadow:0 100px 50px -40px rgba(0,0,0,.1),0 60px 100px 0 rgba(50,50,93,.25);color:#181c32;transform:scale(1.018)}
2
2
  /*# sourceMappingURL=ui.css.map */