@rebuy/rebuy-hydrogen 3.0.0-beta.2 → 3.0.0-beta.20

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 (307) hide show
  1. package/README.md +988 -16
  2. package/dist/assets/Close.d.ts +2 -0
  3. package/dist/assets/Close.d.ts.map +1 -0
  4. package/dist/components/AddToCartBtn/AddToCartBtn.d.ts +1 -1
  5. package/dist/components/AddToCartBtn/AddToCartBtn.d.ts.map +1 -1
  6. package/dist/components/AddToCartBtn/HydrogenAddToCartBtn.d.ts +1 -1
  7. package/dist/components/AddToCartBtn/HydrogenAddToCartBtn.d.ts.map +1 -1
  8. package/dist/components/AddToCartBtn/HydrogenReactAddToCartBtn.d.ts +1 -1
  9. package/dist/components/AddToCartBtn/HydrogenReactAddToCartBtn.d.ts.map +1 -1
  10. package/dist/components/AddToCartBtn/types.d.ts +5 -0
  11. package/dist/components/AddToCartBtn/types.d.ts.map +1 -1
  12. package/dist/components/ProductCard/ProductCard.d.ts +1 -1
  13. package/dist/components/ProductCard/ProductCard.d.ts.map +1 -1
  14. package/dist/components/ProductCard/defaultSettings.d.ts +3 -0
  15. package/dist/components/ProductCard/defaultSettings.d.ts.map +1 -0
  16. package/dist/components/ProductCard/index.d.ts +1 -0
  17. package/dist/components/ProductCard/index.d.ts.map +1 -1
  18. package/dist/components/ProductCard/types.d.ts +46 -0
  19. package/dist/components/ProductCard/types.d.ts.map +1 -1
  20. package/dist/components/ProductCarousel/ProductCarousel.d.ts +3 -0
  21. package/dist/components/ProductCarousel/ProductCarousel.d.ts.map +1 -0
  22. package/dist/components/ProductCarousel/index.d.ts +2 -0
  23. package/dist/components/ProductCarousel/index.d.ts.map +1 -0
  24. package/dist/components/ProductCarousel/types.d.ts +18 -0
  25. package/dist/components/ProductCarousel/types.d.ts.map +1 -0
  26. package/dist/components/ProductPrice/ProductPrice.d.ts +2 -4
  27. package/dist/components/ProductPrice/ProductPrice.d.ts.map +1 -1
  28. package/dist/components/ProductPrice/types.d.ts +23 -0
  29. package/dist/components/ProductPrice/types.d.ts.map +1 -0
  30. package/dist/components/QuantityInput/QuantityInput.d.ts +3 -0
  31. package/dist/components/QuantityInput/QuantityInput.d.ts.map +1 -0
  32. package/dist/components/QuantityInput/index.d.ts +3 -0
  33. package/dist/components/QuantityInput/index.d.ts.map +1 -0
  34. package/dist/components/QuantityInput/types.d.ts +7 -0
  35. package/dist/components/QuantityInput/types.d.ts.map +1 -0
  36. package/dist/components/RebuyLink/RebuyLink.d.ts +3 -0
  37. package/dist/components/RebuyLink/RebuyLink.d.ts.map +1 -0
  38. package/dist/components/RebuyLink/index.d.ts +2 -0
  39. package/dist/components/RebuyLink/index.d.ts.map +1 -0
  40. package/dist/components/RebuyLink/types.d.ts +10 -0
  41. package/dist/components/RebuyLink/types.d.ts.map +1 -0
  42. package/dist/components/Timer/Timer.d.ts +3 -0
  43. package/dist/components/Timer/Timer.d.ts.map +1 -0
  44. package/dist/components/Timer/index.d.ts +3 -0
  45. package/dist/components/Timer/index.d.ts.map +1 -0
  46. package/dist/components/Timer/types.d.ts +20 -0
  47. package/dist/components/Timer/types.d.ts.map +1 -0
  48. package/dist/components/Title/Title.d.ts +1 -1
  49. package/dist/components/Title/Title.d.ts.map +1 -1
  50. package/dist/components/Title/types.d.ts +1 -0
  51. package/dist/components/Title/types.d.ts.map +1 -1
  52. package/dist/components/VariantSelect/VariantSelect.d.ts +1 -1
  53. package/dist/components/VariantSelect/VariantSelect.d.ts.map +1 -1
  54. package/dist/components/VariantSelect/types.d.ts +2 -0
  55. package/dist/components/VariantSelect/types.d.ts.map +1 -1
  56. package/dist/constants/api.d.ts +2 -0
  57. package/dist/constants/api.d.ts.map +1 -0
  58. package/dist/constants/debug.d.ts +28 -0
  59. package/dist/constants/debug.d.ts.map +1 -0
  60. package/dist/context/RebuyConfigContext.d.ts +23 -0
  61. package/dist/context/RebuyConfigContext.d.ts.map +1 -0
  62. package/dist/context/RebuyWidgetContext.d.ts +7 -0
  63. package/dist/context/RebuyWidgetContext.d.ts.map +1 -0
  64. package/dist/hooks/titleLevel.d.ts.map +1 -1
  65. package/dist/hooks/useBFCacheReset.d.ts +7 -0
  66. package/dist/hooks/useBFCacheReset.d.ts.map +1 -0
  67. package/dist/hooks/useBreakpoint.d.ts +5 -0
  68. package/dist/hooks/useBreakpoint.d.ts.map +1 -0
  69. package/dist/hooks/usePopupTrigger.d.ts +3 -0
  70. package/dist/hooks/usePopupTrigger.d.ts.map +1 -0
  71. package/dist/index.css +2680 -99
  72. package/dist/index.css.map +4 -4
  73. package/dist/index.d.ts +9 -0
  74. package/dist/index.d.ts.map +1 -1
  75. package/dist/index.js +9756 -1461
  76. package/dist/index.js.map +4 -4
  77. package/dist/index.mjs +9768 -1482
  78. package/dist/index.mjs.map +4 -4
  79. package/dist/providers/RebuyHydrogenContextProvider.d.ts +1 -1
  80. package/dist/providers/RebuyHydrogenContextProvider.d.ts.map +1 -1
  81. package/dist/providers/RebuyHydrogenReactContextProvider.d.ts +6 -1
  82. package/dist/providers/RebuyHydrogenReactContextProvider.d.ts.map +1 -1
  83. package/dist/providers/types.d.ts +29 -14
  84. package/dist/providers/types.d.ts.map +1 -1
  85. package/dist/queries/cart.queries.d.ts +4 -4
  86. package/dist/queries/cart.queries.d.ts.map +1 -1
  87. package/dist/smart-cart/RebuySmartCart.d.ts +10 -0
  88. package/dist/smart-cart/RebuySmartCart.d.ts.map +1 -0
  89. package/dist/smart-cart/components/AnnouncementBar/AnnouncementBar.d.ts +10 -0
  90. package/dist/smart-cart/components/AnnouncementBar/AnnouncementBar.d.ts.map +1 -0
  91. package/dist/smart-cart/components/CartItem/CartItem.d.ts +7 -0
  92. package/dist/smart-cart/components/CartItem/CartItem.d.ts.map +1 -0
  93. package/dist/smart-cart/components/CartItemList/CartItemList.d.ts +10 -0
  94. package/dist/smart-cart/components/CartItemList/CartItemList.d.ts.map +1 -0
  95. package/dist/smart-cart/components/CartNoteInput/CartNoteInput.d.ts +10 -0
  96. package/dist/smart-cart/components/CartNoteInput/CartNoteInput.d.ts.map +1 -0
  97. package/dist/smart-cart/components/CartSubtotal/CartSubtotal.d.ts +11 -0
  98. package/dist/smart-cart/components/CartSubtotal/CartSubtotal.d.ts.map +1 -0
  99. package/dist/smart-cart/components/CartTitleBar/CartTitleBar.d.ts +7 -0
  100. package/dist/smart-cart/components/CartTitleBar/CartTitleBar.d.ts.map +1 -0
  101. package/dist/smart-cart/components/CheckoutArea/CheckoutArea.d.ts +10 -0
  102. package/dist/smart-cart/components/CheckoutArea/CheckoutArea.d.ts.map +1 -0
  103. package/dist/smart-cart/components/CrossSell/CrossSell.d.ts +10 -0
  104. package/dist/smart-cart/components/CrossSell/CrossSell.d.ts.map +1 -0
  105. package/dist/smart-cart/components/CustomCode/CustomCodeBlock.d.ts +21 -0
  106. package/dist/smart-cart/components/CustomCode/CustomCodeBlock.d.ts.map +1 -0
  107. package/dist/smart-cart/components/DebugPanel/DebugPanel.d.ts +13 -0
  108. package/dist/smart-cart/components/DebugPanel/DebugPanel.d.ts.map +1 -0
  109. package/dist/smart-cart/components/DebugPanel/index.d.ts +11 -0
  110. package/dist/smart-cart/components/DebugPanel/index.d.ts.map +1 -0
  111. package/dist/smart-cart/components/DiscountCodeInput/DiscountCodeInput.d.ts +10 -0
  112. package/dist/smart-cart/components/DiscountCodeInput/DiscountCodeInput.d.ts.map +1 -0
  113. package/dist/smart-cart/components/EmptyCart/EmptyCart.d.ts +3 -0
  114. package/dist/smart-cart/components/EmptyCart/EmptyCart.d.ts.map +1 -0
  115. package/dist/smart-cart/components/LoginButton/LoginButton.d.ts +3 -0
  116. package/dist/smart-cart/components/LoginButton/LoginButton.d.ts.map +1 -0
  117. package/dist/smart-cart/components/ScreenReaderText/ScreenReaderText.d.ts +8 -0
  118. package/dist/smart-cart/components/ScreenReaderText/ScreenReaderText.d.ts.map +1 -0
  119. package/dist/smart-cart/components/SmartCartApp/SmartCartApp.d.ts +20 -0
  120. package/dist/smart-cart/components/SmartCartApp/SmartCartApp.d.ts.map +1 -0
  121. package/dist/smart-cart/components/SmartCartContainer/SmartCartContainer.d.ts +8 -0
  122. package/dist/smart-cart/components/SmartCartContainer/SmartCartContainer.d.ts.map +1 -0
  123. package/dist/smart-cart/components/TieredProgressBar/Icons.d.ts +5 -0
  124. package/dist/smart-cart/components/TieredProgressBar/Icons.d.ts.map +1 -0
  125. package/dist/smart-cart/components/TieredProgressBar/TPBGiftItem.d.ts +21 -0
  126. package/dist/smart-cart/components/TieredProgressBar/TPBGiftItem.d.ts.map +1 -0
  127. package/dist/smart-cart/components/TieredProgressBar/TieredProgressBar.d.ts +11 -0
  128. package/dist/smart-cart/components/TieredProgressBar/TieredProgressBar.d.ts.map +1 -0
  129. package/dist/smart-cart/components/TieredProgressBar/progressBarUtils.d.ts +173 -0
  130. package/dist/smart-cart/components/TieredProgressBar/progressBarUtils.d.ts.map +1 -0
  131. package/dist/smart-cart/components/TieredProgressBar/types.d.ts +261 -0
  132. package/dist/smart-cart/components/TieredProgressBar/types.d.ts.map +1 -0
  133. package/dist/smart-cart/components/_Layouts/AnchorSlot.d.ts +13 -0
  134. package/dist/smart-cart/components/_Layouts/AnchorSlot.d.ts.map +1 -0
  135. package/dist/smart-cart/components/_Layouts/DoubleColumnLayout.d.ts +9 -0
  136. package/dist/smart-cart/components/_Layouts/DoubleColumnLayout.d.ts.map +1 -0
  137. package/dist/smart-cart/components/_Layouts/SingleColumnLayout.d.ts +8 -0
  138. package/dist/smart-cart/components/_Layouts/SingleColumnLayout.d.ts.map +1 -0
  139. package/dist/smart-cart/components/componentRegistry.d.ts +3 -0
  140. package/dist/smart-cart/components/componentRegistry.d.ts.map +1 -0
  141. package/dist/smart-cart/constants.d.ts +58 -0
  142. package/dist/smart-cart/constants.d.ts.map +1 -0
  143. package/dist/smart-cart/context/SmartCartContext.d.ts +62 -0
  144. package/dist/smart-cart/context/SmartCartContext.d.ts.map +1 -0
  145. package/dist/smart-cart/context/StorefrontCartContext.d.ts +32 -0
  146. package/dist/smart-cart/context/StorefrontCartContext.d.ts.map +1 -0
  147. package/dist/smart-cart/hooks/useCartItemFeatures.d.ts +84 -0
  148. package/dist/smart-cart/hooks/useCartItemFeatures.d.ts.map +1 -0
  149. package/dist/smart-cart/hooks/useDiscountManager.d.ts +28 -0
  150. package/dist/smart-cart/hooks/useDiscountManager.d.ts.map +1 -0
  151. package/dist/smart-cart/hooks/useGeolocation.d.ts +12 -0
  152. package/dist/smart-cart/hooks/useGeolocation.d.ts.map +1 -0
  153. package/dist/smart-cart/hooks/useIsScrolled.d.ts +14 -0
  154. package/dist/smart-cart/hooks/useIsScrolled.d.ts.map +1 -0
  155. package/dist/smart-cart/hooks/useSmartCartApps.d.ts +17 -0
  156. package/dist/smart-cart/hooks/useSmartCartApps.d.ts.map +1 -0
  157. package/dist/smart-cart/store/tieredProgressBarStore.d.ts +76 -0
  158. package/dist/smart-cart/store/tieredProgressBarStore.d.ts.map +1 -0
  159. package/dist/smart-cart/types/rebuy-storefront-cart.d.ts +142 -0
  160. package/dist/smart-cart/types/rebuy-storefront-cart.d.ts.map +1 -0
  161. package/dist/smart-cart/types/rebuy.d.ts +15 -0
  162. package/dist/smart-cart/types/rebuy.d.ts.map +1 -0
  163. package/dist/smart-cart/types/shop.d.ts +26 -0
  164. package/dist/smart-cart/types/shop.d.ts.map +1 -0
  165. package/dist/smart-cart/types/smart-cart-app.d.ts +103 -0
  166. package/dist/smart-cart/types/smart-cart-app.d.ts.map +1 -0
  167. package/dist/smart-cart/types/smart-cart-component.d.ts +1350 -0
  168. package/dist/smart-cart/types/smart-cart-component.d.ts.map +1 -0
  169. package/dist/smart-cart/types/smart-cart.d.ts +82 -0
  170. package/dist/smart-cart/types/smart-cart.d.ts.map +1 -0
  171. package/dist/smart-cart/utils/cartItemUtils.d.ts +292 -0
  172. package/dist/smart-cart/utils/cartItemUtils.d.ts.map +1 -0
  173. package/dist/smart-cart/utils/debugLog.d.ts +77 -0
  174. package/dist/smart-cart/utils/debugLog.d.ts.map +1 -0
  175. package/dist/smart-cart/utils/debugStyles.d.ts +3342 -0
  176. package/dist/smart-cart/utils/debugStyles.d.ts.map +1 -0
  177. package/dist/smart-cart/utils/executeScriptsInContainer.d.ts +14 -0
  178. package/dist/smart-cart/utils/executeScriptsInContainer.d.ts.map +1 -0
  179. package/dist/smart-cart/utils/imageUtils.d.ts +2 -0
  180. package/dist/smart-cart/utils/imageUtils.d.ts.map +1 -0
  181. package/dist/smart-cart/utils/mapHydrogenCartToStorefrontCartData.d.ts +14 -0
  182. package/dist/smart-cart/utils/mapHydrogenCartToStorefrontCartData.d.ts.map +1 -0
  183. package/dist/smart-cart/utils/moneyUtils.d.ts +24 -0
  184. package/dist/smart-cart/utils/moneyUtils.d.ts.map +1 -0
  185. package/dist/smart-cart/utils/safeJsonParse.d.ts +2 -0
  186. package/dist/smart-cart/utils/safeJsonParse.d.ts.map +1 -0
  187. package/dist/types/common.d.ts +16 -0
  188. package/dist/types/common.d.ts.map +1 -1
  189. package/dist/types/rebuyCustom.d.ts +133 -17
  190. package/dist/types/rebuyCustom.d.ts.map +1 -1
  191. package/dist/types/shopify.d.ts +1 -2
  192. package/dist/types/shopify.d.ts.map +1 -1
  193. package/dist/types/widgets.d.ts +20078 -7
  194. package/dist/types/widgets.d.ts.map +1 -1
  195. package/dist/utils/convertToRebuyProduct.d.ts.map +1 -1
  196. package/dist/utils/createContextParameters.d.ts +1 -1
  197. package/dist/utils/createContextParameters.d.ts.map +1 -1
  198. package/dist/utils/filterContextUtils.d.ts +3 -0
  199. package/dist/utils/filterContextUtils.d.ts.map +1 -0
  200. package/dist/utils/getEncodedAttributes.d.ts.map +1 -1
  201. package/dist/utils/getRebuyConfig.d.ts +1 -1
  202. package/dist/utils/getRebuyConfig.d.ts.map +1 -1
  203. package/dist/utils/nonceManager.d.ts +10 -0
  204. package/dist/utils/nonceManager.d.ts.map +1 -0
  205. package/dist/utils/theme.d.ts +20 -0
  206. package/dist/utils/theme.d.ts.map +1 -0
  207. package/dist/widgetContainer/RebuyWidgetContainer.d.ts +1 -1
  208. package/dist/widgetContainer/RebuyWidgetContainer.d.ts.map +1 -1
  209. package/dist/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.d.ts.map +1 -1
  210. package/dist/widgets/RebuyDynamicBundleProducts/BundleImages.d.ts.map +1 -1
  211. package/dist/widgets/RebuyDynamicBundleProducts/BundlePrice.d.ts.map +1 -1
  212. package/dist/widgets/RebuyDynamicBundleProducts/BundleSelection.d.ts +1 -1
  213. package/dist/widgets/RebuyDynamicBundleProducts/BundleSelection.d.ts.map +1 -1
  214. package/dist/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.d.ts.map +1 -1
  215. package/dist/widgets/RebuyDynamicBundleProducts/Select.d.ts.map +1 -1
  216. package/dist/widgets/RebuyGiftWithPurchase/RebuyGiftWithPurchase.d.ts +11 -0
  217. package/dist/widgets/RebuyGiftWithPurchase/RebuyGiftWithPurchase.d.ts.map +1 -0
  218. package/dist/widgets/RebuyGiftWithPurchase/index.d.ts +3 -0
  219. package/dist/widgets/RebuyGiftWithPurchase/index.d.ts.map +1 -0
  220. package/dist/widgets/RebuyGiftWithPurchase/store/giftWithPurchaseStore.d.ts +31 -0
  221. package/dist/widgets/RebuyGiftWithPurchase/store/giftWithPurchaseStore.d.ts.map +1 -0
  222. package/dist/widgets/RebuyGiftWithPurchase/types.d.ts +12 -0
  223. package/dist/widgets/RebuyGiftWithPurchase/types.d.ts.map +1 -0
  224. package/dist/widgets/RebuyGiftWithPurchase/utils.d.ts +35 -0
  225. package/dist/widgets/RebuyGiftWithPurchase/utils.d.ts.map +1 -0
  226. package/dist/widgets/RebuyProductAddOns/RebuyProductAddOnCard.d.ts.map +1 -1
  227. package/dist/widgets/RebuyProductAddOns/RebuyProductAddOns.d.ts.map +1 -1
  228. package/dist/widgets/RebuyProductAddOns/types.d.ts.map +1 -1
  229. package/dist/widgets/RebuyProductRecommendations/RebuyProductRecommendations.d.ts.map +1 -1
  230. package/dist/widgets/RebuyProductViewed/RebuyProductViewed.d.ts +3 -0
  231. package/dist/widgets/RebuyProductViewed/RebuyProductViewed.d.ts.map +1 -0
  232. package/dist/widgets/RebuyProductViewed/index.d.ts +2 -0
  233. package/dist/widgets/RebuyProductViewed/index.d.ts.map +1 -0
  234. package/dist/widgets/RebuyProductViewed/types.d.ts +8 -0
  235. package/dist/widgets/RebuyProductViewed/types.d.ts.map +1 -0
  236. package/dist/widgets/RebuyRecentlyViewedProducts/RebuyRecentlyViewedProducts.d.ts +3 -0
  237. package/dist/widgets/RebuyRecentlyViewedProducts/RebuyRecentlyViewedProducts.d.ts.map +1 -0
  238. package/dist/widgets/RebuyRecentlyViewedProducts/index.d.ts +2 -0
  239. package/dist/widgets/RebuyRecentlyViewedProducts/index.d.ts.map +1 -0
  240. package/dist/widgets/RebuyRecentlyViewedProducts/types.d.ts +11 -0
  241. package/dist/widgets/RebuyRecentlyViewedProducts/types.d.ts.map +1 -0
  242. package/dist/widgets/RebuyWidget/RebuyWidget.d.ts +3 -0
  243. package/dist/widgets/RebuyWidget/RebuyWidget.d.ts.map +1 -0
  244. package/dist/widgets/RebuyWidget/WidgetContent.d.ts +3 -0
  245. package/dist/widgets/RebuyWidget/WidgetContent.d.ts.map +1 -0
  246. package/dist/widgets/RebuyWidget/index.d.ts +2 -0
  247. package/dist/widgets/RebuyWidget/index.d.ts.map +1 -0
  248. package/dist/widgets/RebuyWidget/types.d.ts +28 -0
  249. package/dist/widgets/RebuyWidget/types.d.ts.map +1 -0
  250. package/dist/zustandStores/productViewed.d.ts +9 -0
  251. package/dist/zustandStores/productViewed.d.ts.map +1 -0
  252. package/package.json +57 -41
  253. package/dist/types/rebuySmartCart.d.ts +0 -184
  254. package/dist/types/rebuySmartCart.d.ts.map +0 -1
  255. package/src/components/AddToCartBtn/AddToCartBtn.tsx +0 -45
  256. package/src/components/AddToCartBtn/HydrogenAddToCartBtn.tsx +0 -43
  257. package/src/components/AddToCartBtn/HydrogenReactAddToCartBtn.tsx +0 -35
  258. package/src/components/AddToCartBtn/index.ts +0 -1
  259. package/src/components/AddToCartBtn/types.ts +0 -27
  260. package/src/components/ProductCard/ProductCard.tsx +0 -70
  261. package/src/components/ProductCard/index.ts +0 -1
  262. package/src/components/ProductCard/types.ts +0 -10
  263. package/src/components/ProductPrice/ProductPrice.tsx +0 -49
  264. package/src/components/ProductPrice/index.ts +0 -1
  265. package/src/components/Title/Title.tsx +0 -19
  266. package/src/components/Title/index.ts +0 -1
  267. package/src/components/Title/types.ts +0 -7
  268. package/src/components/VariantSelect/VariantSelect.tsx +0 -45
  269. package/src/components/VariantSelect/index.ts +0 -1
  270. package/src/components/VariantSelect/types.ts +0 -6
  271. package/src/context/RebuyContext.tsx +0 -9
  272. package/src/hooks/titleLevel.tsx +0 -42
  273. package/src/index.ts +0 -7
  274. package/src/providers/RebuyHydrogenContextProvider.tsx +0 -112
  275. package/src/providers/RebuyHydrogenReactContextProvider.tsx +0 -192
  276. package/src/providers/types.ts +0 -58
  277. package/src/queries/cart.queries.ts +0 -467
  278. package/src/types/common.ts +0 -8
  279. package/src/types/css.d.ts +0 -11
  280. package/src/types/env.d.ts +0 -12
  281. package/src/types/rebuy.d.ts +0 -31
  282. package/src/types/rebuyCustom.ts +0 -263
  283. package/src/types/rebuySmartCart.ts +0 -188
  284. package/src/types/shopify.ts +0 -142
  285. package/src/types/widgets.ts +0 -29
  286. package/src/utils/convertToRebuyProduct.tsx +0 -319
  287. package/src/utils/createContextParameters.ts +0 -142
  288. package/src/utils/getEncodedAttributes.ts +0 -11
  289. package/src/utils/getRebuyConfig.ts +0 -31
  290. package/src/widgetContainer/RebuyWidgetContainer.tsx +0 -183
  291. package/src/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.tsx +0 -50
  292. package/src/widgets/RebuyCompleteTheLook/index.ts +0 -1
  293. package/src/widgets/RebuyCompleteTheLook/types.ts +0 -5
  294. package/src/widgets/RebuyDynamicBundleProducts/BundleImages.tsx +0 -62
  295. package/src/widgets/RebuyDynamicBundleProducts/BundlePrice.tsx +0 -93
  296. package/src/widgets/RebuyDynamicBundleProducts/BundleSelection.tsx +0 -65
  297. package/src/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.tsx +0 -118
  298. package/src/widgets/RebuyDynamicBundleProducts/Select.tsx +0 -41
  299. package/src/widgets/RebuyDynamicBundleProducts/index.ts +0 -1
  300. package/src/widgets/RebuyDynamicBundleProducts/types.ts +0 -23
  301. package/src/widgets/RebuyProductAddOns/RebuyProductAddOnCard.tsx +0 -66
  302. package/src/widgets/RebuyProductAddOns/RebuyProductAddOns.tsx +0 -218
  303. package/src/widgets/RebuyProductAddOns/index.ts +0 -1
  304. package/src/widgets/RebuyProductAddOns/types.ts +0 -24
  305. package/src/widgets/RebuyProductRecommendations/RebuyProductRecommendations.tsx +0 -50
  306. package/src/widgets/RebuyProductRecommendations/index.ts +0 -1
  307. package/src/widgets/RebuyProductRecommendations/types.ts +0 -5
package/dist/index.css CHANGED
@@ -1,96 +1,2655 @@
1
- /* src/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.module.css */
2
- .RebuyCompleteTheLook_container {
3
- padding: 2rem 1rem;
4
- margin: 1rem 0;
5
- background-color: #f0f4f8;
6
- border-radius: 1rem;
7
- @media (min-width: 768px) {
8
- padding: 4rem;
1
+ /* src/smart-cart/components/ScreenReaderText/ScreenReaderText.css */
2
+ .rebuy-sr-only {
3
+ position: absolute;
4
+ margin: -1px;
5
+ border-width: 0;
6
+ padding: 0;
7
+ width: 1px;
8
+ height: 1px;
9
+ overflow: hidden;
10
+ white-space: nowrap;
11
+ clip: rect(0, 0, 0, 0);
12
+ }
13
+
14
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/AnnouncementBar/AnnouncementBar.css */
15
+ .AnnouncementBar_rebuy-announcement-bar__container {
16
+ position: relative;
17
+ background-color: var(--rb-color-banner-background);
18
+ width: var(--rb-announcement-bar-width);
19
+ overflow: hidden;
20
+ }
21
+ .AnnouncementBar_rebuy-announcement-bar__message-wrapper {
22
+ display: flex;
23
+ transition: var(--rb-announcement-bar-transition-transform);
24
+ width: var(--rb-announcement-bar-width);
25
+ }
26
+ .AnnouncementBar_rebuy-announcement-bar__message-item {
27
+ box-sizing: border-box;
28
+ flex: 0 0 var(--rb-announcement-bar-width);
29
+ padding: var(--rb-announcement-bar-padding);
30
+ width: var(--rb-announcement-bar-width);
31
+ text-align: var(--rb-announcement-bar-text-align);
32
+ line-height: var(--rb-announcement-bar-line-height);
33
+ color: var(--rb-color-banner-text);
34
+ font-size: var(--rb-announcement-bar-font-size);
35
+ overflow-wrap: break-word;
36
+ user-select: none;
37
+ }
38
+ .AnnouncementBar_rebuy-announcement-bar__static-message {
39
+ box-sizing: border-box;
40
+ background-color: var(--rb-color-banner-background);
41
+ padding: var(--rb-announcement-bar-padding);
42
+ width: var(--rb-announcement-bar-width);
43
+ text-align: var(--rb-announcement-bar-text-align);
44
+ line-height: var(--rb-announcement-bar-line-height);
45
+ color: var(--rb-color-banner-text);
46
+ font-size: var(--rb-announcement-bar-font-size);
47
+ overflow-wrap: break-word;
48
+ }
49
+
50
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CartItem/CartItem.css */
51
+ .CartItem_rebuy-cart-item {
52
+ display: flex;
53
+ position: relative;
54
+ flex-flow: row wrap;
55
+ gap: var(--rb-cart-item-gap);
56
+ place-content: center flex-start;
57
+ align-items: stretch;
58
+ margin: 0;
59
+ border-width: 0;
60
+ border-style: solid;
61
+ border-color: var(--rb-cart-item-border-color);
62
+ padding: 0;
63
+ list-style: none;
64
+ }
65
+ .CartItem_rebuy-cart-item__media {
66
+ flex: 0 0 auto;
67
+ margin: 0;
68
+ padding: 0;
69
+ width: var(--rb-cart-item-media-size);
70
+ height: var(--rb-cart-item-media-size);
71
+ }
72
+ .CartItem_rebuy-cart-item__media img,
73
+ .CartItem_rebuy-cart-item__media video {
74
+ display: block;
75
+ margin: 0;
76
+ border: 1px solid var(--rb-cart-item-media-image-border-color);
77
+ border-radius: var(--rb-cart-item-media-image-border-radius);
78
+ padding: 0;
79
+ width: var(--rb-cart-item-media-size);
80
+ height: var(--rb-cart-item-media-size);
81
+ object-fit: cover;
82
+ }
83
+ .CartItem_rebuy-cart-item__media a {
84
+ display: block;
85
+ text-decoration: none;
86
+ }
87
+ .CartItem_rebuy-cart-item__info {
88
+ display: flex;
89
+ position: relative;
90
+ flex: 1 1 auto;
91
+ flex-flow: row wrap;
92
+ align-content: flex-start;
93
+ align-items: flex-start;
94
+ margin: 0;
95
+ padding: 0 0 0 var(--rb-cart-item-info-padding-left);
96
+ width: calc(100% - var(--rb-cart-item-media-size) - var(--rb-cart-item-gap));
97
+ }
98
+ .CartItem_rebuy-cart-item__remove-button {
99
+ position: absolute;
100
+ top: 0;
101
+ right: 0;
102
+ transition: color 0.2s ease, opacity 0.2s ease;
103
+ z-index: 1;
104
+ margin: 0;
105
+ outline: none;
106
+ border: none;
107
+ box-shadow: none;
108
+ background: none;
109
+ cursor: pointer;
110
+ padding: 0;
111
+ width: var(--rb-cart-item-remove-button-size);
112
+ min-width: auto;
113
+ height: var(--rb-cart-item-remove-button-size);
114
+ min-height: auto;
115
+ line-height: var(--rb-cart-item-remove-button-size);
116
+ color: var(--rb-cart-item-remove-button-text-color);
117
+ font-size: var(--rb-cart-item-remove-button-font-size);
118
+ }
119
+ .CartItem_rebuy-cart-item__remove-button:focus-visible {
120
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
121
+ outline-offset: var(--rb-focus-ring-offset);
122
+ border-radius: var(--rb-border-radius-small);
123
+ color: var(--rb-cart-item-remove-button-text-color-focus);
124
+ }
125
+ .CartItem_rebuy-cart-item__remove-button:disabled {
126
+ opacity: var(--rb-opacity-disabled);
127
+ cursor: not-allowed;
128
+ color: var(--rb-cart-item-remove-button-text-color);
129
+ }
130
+ .CartItem_rebuy-cart-item__remove-button:hover:not(:disabled) {
131
+ color: var(--rb-cart-item-remove-button-text-color-hover);
132
+ }
133
+ .CartItem_rebuy-cart-item__remove-button:active:not(:disabled) {
134
+ color: var(--rb-cart-item-remove-button-text-color-active);
135
+ }
136
+ .CartItem_rebuy-cart-item__product-title {
137
+ transition: color 0.2s ease, text-decoration-color 0.2s ease;
138
+ margin: 0 0 4px;
139
+ border-radius: var(--rb-border-radius-small);
140
+ padding: 0 30px 0 0;
141
+ width: 100%;
142
+ text-decoration: none;
143
+ line-height: 1.4;
144
+ color: var(--rb-cart-item-product-title-text-color);
145
+ font-size: var(--rb-cart-item-product-title-font-size);
146
+ font-weight: var(--rb-cart-item-product-title-font-weight);
147
+ }
148
+ .CartItem_rebuy-cart-item__product-title:hover:not([aria-disabled=true]) {
149
+ text-decoration: var(--rb-cart-item-product-title-text-decoration-hover);
150
+ text-decoration-color: var(--rb-cart-item-product-title-text-decoration-color-hover);
151
+ color: var(--rb-cart-item-product-title-text-color-hover);
152
+ }
153
+ .CartItem_rebuy-cart-item__product-title:focus-visible:not([aria-disabled=true]) {
154
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
155
+ outline-offset: var(--rb-focus-ring-offset);
156
+ text-decoration: var(--rb-cart-item-product-title-text-decoration-focus);
157
+ text-decoration-color: var(--rb-cart-item-product-title-text-decoration-color-focus);
158
+ color: var(--rb-cart-item-product-title-text-color-focus);
159
+ }
160
+ .CartItem_rebuy-cart-item__product-title:active:not([aria-disabled=true]) {
161
+ color: var(--rb-cart-item-product-title-text-color-active);
162
+ }
163
+ .CartItem_rebuy-cart-item__product-title[aria-disabled=true] {
164
+ text-decoration: none;
165
+ color: var(--rb-cart-item-product-title-text-color-disabled);
166
+ pointer-events: none;
167
+ }
168
+ .CartItem_rebuy-cart-item__variant-title {
169
+ margin: 0 0 4px;
170
+ padding: 0;
171
+ width: 100%;
172
+ line-height: 1.3;
173
+ color: var(--rb-cart-item-variant-title-text-color);
174
+ font-size: var(--rb-cart-item-variant-title-font-size);
175
+ }
176
+ .CartItem_rebuy-cart-item__property--discount-message {
177
+ margin: 0 0 4px;
178
+ padding: 0;
179
+ width: 100%;
180
+ color: var(--rb-cart-item-discount-message-text-color);
181
+ font-size: var(--rb-cart-item-properties-font-size);
182
+ }
183
+ .CartItem_rebuy-cart-item__properties-list {
184
+ margin: 4px 0;
185
+ padding: 0;
186
+ width: 100%;
187
+ line-height: 1.4;
188
+ color: var(--rb-cart-item-properties-text-color);
189
+ font-size: var(--rb-cart-item-properties-font-size);
190
+ }
191
+ .CartItem_rebuy-cart-item__property {
192
+ margin-bottom: 2px;
193
+ }
194
+ .CartItem_rebuy-cart-item__property:last-child {
195
+ margin-bottom: 0;
196
+ }
197
+ .CartItem_rebuy-cart-item__property--delivery-frequency {
198
+ font-style: italic;
199
+ }
200
+ .CartItem_rebuy-cart-item__property-key {
201
+ font-weight: 500;
202
+ }
203
+ .CartItem_rebuy-cart-item__property-separator {
204
+ }
205
+ .CartItem_rebuy-cart-item__property-value {
206
+ }
207
+ .CartItem_rebuy-cart-item__price-details {
208
+ align-self: flex-end;
209
+ margin: 8px 0 0 auto;
210
+ padding: 0;
211
+ width: auto;
212
+ text-align: right;
213
+ line-height: 1.4;
214
+ font-size: var(--rb-cart-item-price-font-size);
215
+ font-weight: 500;
216
+ }
217
+ .CartItem_rebuy-cart-item__quantity-selector-area {
218
+ align-self: flex-end;
219
+ margin: 8px 0 0;
220
+ padding: 0;
221
+ width: auto;
222
+ text-align: left;
223
+ }
224
+ .CartItem_rebuy-cart-item__quantity-selector-area:empty {
225
+ display: block;
226
+ }
227
+ .CartItem_rebuy-cart-item__quantity-selector {
228
+ display: inline-flex;
229
+ flex-flow: row nowrap;
230
+ place-content: stretch flex-start;
231
+ align-items: stretch;
232
+ margin: 0;
233
+ border: 1px solid var(--rb-cart-item-quantity-selector-border-color);
234
+ border-radius: var(--rb-cart-item-quantity-selector-border-radius);
235
+ padding: 0;
236
+ width: auto;
237
+ }
238
+ .CartItem_rebuy-cart-item__quantity-selector-label,
239
+ .CartItem_rebuy-cart-item__quantity-selector-button {
240
+ display: flex;
241
+ align-items: center;
242
+ justify-content: center;
243
+ transition:
244
+ background-color 0.2s ease,
245
+ color 0.2s ease,
246
+ opacity 0.2s ease;
247
+ margin: 0;
248
+ outline: none;
249
+ border: none;
250
+ border-radius: 0;
251
+ box-shadow: none;
252
+ background-color: var(--rb-cart-item-quantity-selector-button-background-color);
253
+ cursor: pointer;
254
+ padding: 0;
255
+ width: var(--rb-cart-item-quantity-selector-button-width);
256
+ min-width: auto;
257
+ height: var(--rb-cart-item-quantity-selector-button-height);
258
+ min-height: auto;
259
+ text-align: center;
260
+ line-height: var(--rb-cart-item-quantity-selector-button-height);
261
+ color: var(--rb-cart-item-quantity-selector-button-text-color);
262
+ font-size: var(--rb-font-size-medium);
263
+ font-weight: normal;
264
+ }
265
+ .CartItem_rebuy-cart-item__quantity-selector-button:focus-visible {
266
+ outline: none;
267
+ background-color: var(--rb-cart-item-quantity-selector-button-background-color-focus);
268
+ color: var(--rb-cart-item-quantity-selector-button-text-color-focus);
269
+ }
270
+ .CartItem_rebuy-cart-item__quantity-selector-button:disabled {
271
+ opacity: var(--rb-opacity-disabled);
272
+ background-color: var(--rb-cart-item-quantity-selector-button-background-color-disabled);
273
+ cursor: not-allowed;
274
+ color: var(--rb-cart-item-quantity-selector-button-text-color-disabled);
275
+ }
276
+ .CartItem_rebuy-cart-item__quantity-selector-button:hover:not(:disabled) {
277
+ background-color: var(--rb-cart-item-quantity-selector-button-background-color-hover);
278
+ color: var(--rb-cart-item-quantity-selector-button-text-color-hover);
279
+ }
280
+ .CartItem_rebuy-cart-item__quantity-selector-button:active:not(:disabled) {
281
+ background-color: var(--rb-cart-item-quantity-selector-button-background-color-active);
282
+ color: var(--rb-cart-item-quantity-selector-button-text-color-active);
283
+ }
284
+ .CartItem_rebuy-cart-item__quantity-selector-label {
285
+ border-width: 0 1px;
286
+ border-style: solid;
287
+ border-color: var(--rb-cart-item-quantity-selector-border-color);
288
+ background: none;
289
+ cursor: default;
290
+ font-weight: 500;
291
+ }
292
+ .CartItem_rebuy-cart-item__spinner {
293
+ display: inline-block;
294
+ border-width: var(--rb-cart-item-spinner-border-width);
295
+ border-style: solid;
296
+ border-radius: 50%;
297
+ border-color: var(--rb-cart-item-spinner-inactive-color);
298
+ border-left-color: var(--rb-cart-item-spinner-active-color);
299
+ width: var(--rb-cart-item-spinner-size);
300
+ height: var(--rb-cart-item-spinner-size);
301
+ animation: rb-cart-item-spin 1s linear infinite;
302
+ }
303
+ @keyframes rb-cart-item-spin {
304
+ to {
305
+ transform: rotate(360deg);
306
+ }
307
+ }
308
+ .CartItem_rebuy-cart-item__money {
309
+ display: inline-block;
310
+ margin: 0 2px;
311
+ }
312
+ .CartItem_rebuy-cart-item__money--sale {
313
+ color: var(--rb-cart-item-money-sale-text-color);
314
+ font-weight: bold;
315
+ }
316
+ .CartItem_rebuy-cart-item__money--compare-at {
317
+ margin-left: 5px;
318
+ text-decoration: line-through;
319
+ color: var(--rb-cart-item-money-compare-at-text-color);
320
+ font-size: var(--rb-cart-item-money-compare-at-font-size);
321
+ }
322
+ :root {
323
+ --rb-cart-item-section-margin-top: 0;
324
+ }
325
+ .CartItem_rebuy-cart-item__bmsm-section,
326
+ .CartItem_rebuy-cart-item__sts-section,
327
+ .CartItem_rebuy-cart-item__bundle-section {
328
+ flex-basis: 100%;
329
+ margin-top: var(--rb-cart-item-section-margin-top);
330
+ width: 100%;
331
+ }
332
+ .CartItem_rebuy-cart-item__bmsm-button-wrapper {
333
+ display: flex;
334
+ flex-wrap: wrap;
335
+ gap: var(--rb-cart-item-bmsm-button-gap);
336
+ margin-bottom: var(--rb-spacing-unit-half);
337
+ }
338
+ .CartItem_rebuy-cart-item__bmsm-button {
339
+ box-sizing: border-box;
340
+ display: inline-block;
341
+ transition:
342
+ background-color 0.2s ease,
343
+ border-color 0.2s ease,
344
+ color 0.2s ease,
345
+ opacity 0.2s ease;
346
+ border: 1px solid var(--rb-cart-item-bmsm-button-border-color);
347
+ border-radius: var(--rb-cart-item-bmsm-button-border-radius);
348
+ background-color: var(--rb-cart-item-bmsm-button-background-color);
349
+ cursor: pointer;
350
+ padding: var(--rb-cart-item-bmsm-button-padding);
351
+ text-align: center;
352
+ text-decoration: none;
353
+ color: var(--rb-cart-item-bmsm-button-text-color);
354
+ font-size: var(--rb-cart-item-bmsm-button-font-size);
355
+ font-weight: var(--rb-font-weight-medium);
356
+ }
357
+ .CartItem_rebuy-cart-item__bmsm-button:focus-visible {
358
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
359
+ outline-offset: var(--rb-focus-ring-offset);
360
+ border-color: var(--rb-cart-item-bmsm-button-border-color-focus);
361
+ box-shadow: var(--rb-cart-item-bmsm-button-box-shadow-focus);
362
+ background-color: var(--rb-cart-item-bmsm-button-background-color-focus);
363
+ color: var(--rb-cart-item-bmsm-button-text-color-focus);
364
+ }
365
+ .CartItem_rebuy-cart-item__bmsm-button:disabled {
366
+ opacity: var(--rb-opacity-disabled);
367
+ border-color: var(--rb-cart-item-bmsm-button-border-color-disabled);
368
+ background-color: var(--rb-cart-item-bmsm-button-background-color-disabled);
369
+ cursor: not-allowed;
370
+ color: var(--rb-cart-item-bmsm-button-text-color-disabled);
371
+ }
372
+ .CartItem_rebuy-cart-item__bmsm-button:hover:not(:disabled) {
373
+ border-color: var(--rb-cart-item-bmsm-button-border-color-hover);
374
+ background-color: var(--rb-cart-item-bmsm-button-background-color-hover);
375
+ color: var(--rb-cart-item-bmsm-button-text-color-hover);
376
+ }
377
+ .CartItem_rebuy-cart-item__bmsm-button:active:not(:disabled) {
378
+ border-color: var(--rb-cart-item-bmsm-button-border-color-active);
379
+ background-color: var(--rb-cart-item-bmsm-button-background-color-active);
380
+ color: var(--rb-cart-item-bmsm-button-text-color-active);
381
+ }
382
+ .CartItem_rebuy-cart-item__bmsm-dynamic-message {
383
+ color: var(--rb-cart-item-bmsm-dynamic-message-text-color);
384
+ font-size: var(--rb-cart-item-bmsm-dynamic-message-font-size);
385
+ }
386
+ .CartItem_rebuy-cart-item__sts-action-button,
387
+ .CartItem_rebuy-cart-item__sts-select,
388
+ .CartItem_rebuy-cart-item__sts-loading-replacement {
389
+ box-sizing: border-box;
390
+ display: flex;
391
+ align-items: center;
392
+ justify-content: center;
393
+ transition:
394
+ background-color 0.2s ease,
395
+ border-color 0.2s ease,
396
+ color 0.2s ease,
397
+ opacity 0.2s ease;
398
+ margin: 0;
399
+ border-radius: var(--rb-cart-item-sts-border-radius);
400
+ padding: var(--rb-cart-item-sts-padding);
401
+ width: 100%;
402
+ height: var(--rb-cart-item-sts-element-height);
403
+ min-height: var(--rb-cart-item-sts-element-height);
404
+ text-align: center;
405
+ text-decoration: none;
406
+ line-height: var(--rb-line-height-tight);
407
+ font-size: var(--rb-cart-item-sts-font-size);
408
+ }
409
+ .CartItem_rebuy-cart-item__sts-action-button {
410
+ border: 1px solid var(--rb-cart-item-sts-button-border-color);
411
+ background-color: var(--rb-cart-item-sts-button-background-color);
412
+ cursor: pointer;
413
+ color: var(--rb-cart-item-sts-button-text-color);
414
+ font-weight: var(--rb-font-weight-medium);
415
+ }
416
+ .CartItem_rebuy-cart-item__sts-action-button:focus-visible {
417
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
418
+ outline-offset: var(--rb-focus-ring-offset);
419
+ border-color: var(--rb-cart-item-sts-button-border-color-focus);
420
+ background-color: var(--rb-cart-item-sts-button-background-color-focus);
421
+ color: var(--rb-cart-item-sts-button-text-color-focus);
422
+ }
423
+ .CartItem_rebuy-cart-item__sts-action-button:disabled {
424
+ opacity: var(--rb-opacity-disabled);
425
+ border-color: var(--rb-cart-item-sts-button-border-color-disabled);
426
+ background-color: var(--rb-cart-item-sts-button-background-color-disabled);
427
+ cursor: not-allowed;
428
+ color: var(--rb-cart-item-sts-button-text-color-disabled);
429
+ }
430
+ .CartItem_rebuy-cart-item__sts-action-button:hover:not(:disabled) {
431
+ border-color: var(--rb-cart-item-sts-button-border-color-hover);
432
+ background-color: var(--rb-cart-item-sts-button-background-color-hover);
433
+ color: var(--rb-cart-item-sts-button-text-color-hover);
434
+ }
435
+ .CartItem_rebuy-cart-item__sts-action-button:active:not(:disabled) {
436
+ border-color: var(--rb-cart-item-sts-button-border-color-active);
437
+ background-color: var(--rb-cart-item-sts-button-background-color-active);
438
+ color: var(--rb-cart-item-sts-button-text-color-active);
439
+ }
440
+ .CartItem_rebuy-cart-item__sts-select {
441
+ transition:
442
+ background-color 0.2s ease,
443
+ border-color 0.2s ease,
444
+ color 0.2s ease,
445
+ opacity 0.2s ease,
446
+ box-shadow 0.2s ease;
447
+ border: 1px solid var(--rb-cart-item-sts-select-border-color);
448
+ background-color: var(--rb-cart-item-sts-select-background-color);
449
+ cursor: pointer;
450
+ padding-right: var(--rb-cart-item-sts-select-padding-right);
451
+ color: var(--rb-cart-item-sts-select-text-color);
452
+ }
453
+ .CartItem_rebuy-cart-item__sts-select:focus-visible {
454
+ outline: none;
455
+ border-color: var(--rb-cart-item-sts-select-border-color-focus);
456
+ box-shadow: 0 0 0 var(--rb-focus-ring-width) var(--rb-color-focus-ring-alpha-25);
457
+ }
458
+ .CartItem_rebuy-cart-item__sts-select:disabled {
459
+ opacity: var(--rb-opacity-disabled);
460
+ border-color: var(--rb-cart-item-sts-select-border-color-disabled);
461
+ background-color: var(--rb-cart-item-sts-select-background-color-disabled);
462
+ cursor: not-allowed;
463
+ color: var(--rb-cart-item-sts-select-text-color-disabled);
464
+ }
465
+ .CartItem_rebuy-cart-item__sts-select:hover:not(:disabled) {
466
+ border-color: var(--rb-cart-item-sts-select-border-color-hover);
467
+ }
468
+ .CartItem_rebuy-cart-item__sts-loading-replacement {
469
+ border: 1px solid var(--rb-cart-item-sts-loading-border-color);
470
+ background-color: var(--rb-cart-item-sts-loading-background-color);
471
+ text-align: center;
472
+ color: var(--rb-cart-item-sts-loading-text-color);
473
+ }
474
+ .CartItem_rebuy-cart-item__bundle-toggle-button {
475
+ transition: color 0.2s ease, text-decoration-color 0.2s ease;
476
+ margin: calc(-1 * var(--rb-cart-item-bundle-toggle-button-padding));
477
+ margin-bottom: var(--rb-spacing-unit-1x);
478
+ border: none;
479
+ border-radius: var(--rb-border-radius-small);
480
+ background: transparent;
481
+ cursor: pointer;
482
+ padding: var(--rb-cart-item-bundle-toggle-button-padding);
483
+ text-align: left;
484
+ color: var(--rb-cart-item-bundle-toggle-button-text-color);
485
+ font-size: var(--rb-cart-item-bundle-toggle-button-font-size);
486
+ }
487
+ .CartItem_rebuy-cart-item__bundle-toggle-button:focus-visible {
488
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
489
+ outline-offset: var(--rb-focus-ring-offset);
490
+ text-decoration: var(--rb-cart-item-bundle-toggle-button-text-decoration-focus);
491
+ text-decoration-color: var(--rb-cart-item-bundle-toggle-button-text-decoration-color-focus);
492
+ color: var(--rb-cart-item-bundle-toggle-button-text-color-focus);
493
+ }
494
+ .CartItem_rebuy-cart-item__bundle-toggle-button:disabled {
495
+ cursor: not-allowed;
496
+ text-decoration: none;
497
+ color: var(--rb-cart-item-bundle-toggle-button-text-color-disabled);
498
+ }
499
+ .CartItem_rebuy-cart-item__bundle-toggle-button:hover:not(:disabled) {
500
+ text-decoration: var(--rb-cart-item-bundle-toggle-button-text-decoration-hover);
501
+ text-decoration-color: var(--rb-cart-item-bundle-toggle-button-text-decoration-color-hover);
502
+ color: var(--rb-cart-item-bundle-toggle-button-text-color-hover);
503
+ }
504
+ .CartItem_rebuy-cart-item__bundle-toggle-button:active:not(:disabled) {
505
+ text-decoration: var(--rb-cart-item-bundle-toggle-button-text-decoration-active);
506
+ color: var(--rb-cart-item-bundle-toggle-button-text-color-active);
507
+ }
508
+ .CartItem_rebuy-cart-item__bundle-chev-icon {
509
+ display: inline-block;
510
+ margin-left: var(--rb-spacing-unit-half);
511
+ }
512
+ .CartItem_rebuy-cart-item__bundle-children-list {
513
+ margin: 0;
514
+ border-left: 1px solid var(--rb-cart-item-bundle-children-list-border-color);
515
+ padding: 0 0 0 var(--rb-cart-item-bundle-children-list-indent);
516
+ list-style: none;
517
+ }
518
+ .CartItem_rebuy-cart-item__bundle-child-item {
519
+ display: flex;
520
+ align-items: center;
521
+ padding: var(--rb-spacing-unit-1x) 0;
522
+ }
523
+ .CartItem_rebuy-cart-item__bundle-child-item + .CartItem_rebuy-cart-item__bundle-child-item {
524
+ border-top: 1px dotted var(--rb-cart-item-bundle-child-item-separator-color);
525
+ }
526
+ .CartItem_rebuy-cart-item__bundle-child-media-wrapper {
527
+ flex-shrink: 0;
528
+ }
529
+ .CartItem_rebuy-cart-item__bundle-child-image-wrapper {
530
+ position: relative;
531
+ border: 1px solid var(--rb-cart-item-bundle-child-image-border-color);
532
+ border-radius: var(--rb-cart-item-bundle-child-image-border-radius);
533
+ width: var(--rb-cart-item-bundle-child-image-size);
534
+ height: var(--rb-cart-item-bundle-child-image-size);
535
+ overflow: hidden;
536
+ }
537
+ .CartItem_rebuy-cart-item__bundle-child-image {
538
+ position: absolute;
539
+ top: 0;
540
+ left: 0;
541
+ width: 100%;
542
+ height: 100%;
543
+ object-fit: cover;
544
+ }
545
+ .CartItem_rebuy-cart-item__bundle-child-details {
546
+ flex-grow: 1;
547
+ padding-left: var(--rb-spacing-unit-2x);
548
+ }
549
+ .CartItem_rebuy-cart-item__bundle-child-title,
550
+ .CartItem_rebuy-cart-item__bundle-child-value {
551
+ margin: 0 0 2px;
552
+ line-height: 1.3;
553
+ font-size: var(--rb-cart-item-bundle-child-font-size);
554
+ }
555
+ .CartItem_rebuy-cart-item__bundle-child-title {
556
+ font-weight: 500;
557
+ }
558
+ .CartItem_rebuy-cart-item__bundle-child-value {
559
+ color: var(--rb-cart-item-bundle-child-value-text-color);
560
+ }
561
+ .CartItem_rebuy-cart-item--updating {
562
+ opacity: 0.5;
563
+ }
564
+
565
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/EmptyCart/EmptyCart.css */
566
+ .EmptyCart_rebuy-empty-cart-message {
567
+ flex: 0 0 auto;
568
+ margin: 0;
569
+ padding: var(--rb-empty-cart-message-padding);
570
+ width: 100%;
571
+ text-align: var(--rb-empty-cart-message-text-align);
572
+ color: var(--rb-empty-cart-message-text-color);
573
+ font-size: var(--rb-empty-cart-message-font-size);
574
+ }
575
+ .EmptyCart_rebuy-empty-cart-message p {
576
+ margin: 0;
577
+ }
578
+ .EmptyCart_rebuy-empty-cart-message a {
579
+ color: var(--rb-empty-cart-message-link-color);
580
+ text-decoration: var(--rb-empty-cart-message-link-text-decoration);
581
+ }
582
+ .EmptyCart_rebuy-empty-cart-message a:hover {
583
+ text-decoration: var(--rb-empty-cart-message-link-text-decoration-hover);
584
+ }
585
+
586
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CartItemList/CartItemList.css */
587
+ .CartItemList_rebuy-cart-item-list__container {
588
+ display: flex;
589
+ flex-flow: column nowrap;
590
+ flex-grow: 1;
591
+ padding: 0 var(--rb-cart-item-list-container-padding-horizontal);
592
+ width: 100%;
593
+ overflow: visible;
594
+ }
595
+ .CartItemList_rebuy-cart-item-list {
596
+ display: flex;
597
+ flex-flow: column nowrap;
598
+ gap: var(--rb-cart-item-list-item-gap);
599
+ align-items: stretch;
600
+ justify-content: flex-start;
601
+ margin: var(--rb-cart-item-list-margin-vertical) 0;
602
+ padding: 0;
603
+ width: 100%;
604
+ list-style: none;
605
+ min-height: var(--rb-cart-item-list-min-height);
606
+ }
607
+
608
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CartNoteInput/CartNoteInput.css */
609
+ .CartNoteInput_rebuy-cart-note-input {
610
+ display: flex;
611
+ flex-direction: column;
612
+ gap: var(--rb-cart-note-input-gap);
613
+ margin: 0;
614
+ padding: 0 var(--rb-cart-note-input-padding-horizontal);
615
+ width: 100%;
616
+ }
617
+ .CartNoteInput_rebuy-cart-note-input__toggle-control {
618
+ display: inline-flex;
619
+ gap: var(--rb-cart-note-input-toggle-gap);
620
+ align-items: center;
621
+ cursor: pointer;
622
+ line-height: var(--rb-cart-note-input-toggle-line-height);
623
+ font-size: var(--rb-cart-note-input-toggle-font-size);
624
+ user-select: none;
625
+ }
626
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox {
627
+ appearance: none;
628
+ display: inline-grid;
629
+ position: relative;
630
+ flex-shrink: 0;
631
+ place-content: center;
632
+ transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
633
+ margin: 0 !important;
634
+ border: var(--rb-cart-note-input-toggle-checkbox-border-width) solid var(--rb-cart-note-input-toggle-checkbox-border-color);
635
+ border-radius: var(--rb-cart-note-input-toggle-checkbox-border-radius);
636
+ background-color: var(--rb-cart-note-input-toggle-checkbox-background-color);
637
+ cursor: pointer;
638
+ width: var(--rb-cart-note-input-toggle-checkbox-size) !important;
639
+ height: var(--rb-cart-note-input-toggle-checkbox-size);
640
+ }
641
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox::after {
642
+ box-sizing: border-box;
643
+ position: absolute;
644
+ top: calc(var(--rb-cart-note-input-toggle-checkbox-size) * 0.05);
645
+ left: calc(var(--rb-cart-note-input-toggle-checkbox-size) * 0.25);
646
+ transform: rotate(45deg);
647
+ transition: opacity 0.1s ease-in-out;
648
+ opacity: 0;
649
+ border-width: 0 2px 2px 0;
650
+ border-style: solid;
651
+ border-color: var(--rb-cart-note-input-toggle-checkbox-checkmark-color);
652
+ width: calc(var(--rb-cart-note-input-toggle-checkbox-size) * 0.25);
653
+ height: calc(var(--rb-cart-note-input-toggle-checkbox-size) * 0.55);
654
+ content: "";
655
+ }
656
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:checked {
657
+ border-color: var(--rb-cart-note-input-toggle-checkbox-border-color-checked);
658
+ background-color: var(--rb-cart-note-input-toggle-checkbox-background-color-checked);
659
+ }
660
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:checked::after {
661
+ opacity: 1;
662
+ }
663
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:focus-visible {
664
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
665
+ outline-offset: var(--rb-focus-ring-offset);
666
+ border-color: var(--rb-cart-note-input-toggle-checkbox-border-color-focus);
667
+ }
668
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:disabled {
669
+ border-color: var(--rb-color-border-disabled);
670
+ background-color: var(--rb-cart-note-input-toggle-checkbox-background-color-disabled);
671
+ }
672
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:disabled,
673
+ .CartNoteInput_rebuy-cart-note-input__toggle-checkbox:disabled + .CartNoteInput_rebuy-cart-note-input__toggle-label {
674
+ opacity: var(--rb-opacity-disabled);
675
+ cursor: not-allowed;
676
+ }
677
+ .CartNoteInput_rebuy-cart-note-input__textarea-wrapper {
678
+ position: relative;
679
+ }
680
+ .CartNoteInput_rebuy-cart-note-input__textarea {
681
+ box-sizing: border-box;
682
+ display: block;
683
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
684
+ border-width: var(--rb-cart-note-input-textarea-border-width);
685
+ border-style: solid;
686
+ border-radius: var(--rb-cart-note-input-textarea-border-radius);
687
+ border-color: var(--rb-cart-note-input-textarea-border-color);
688
+ background-color: var(--rb-color-background-input);
689
+ padding: var(--rb-cart-note-input-textarea-padding);
690
+ width: 100%;
691
+ min-width: 100%;
692
+ max-width: 100%;
693
+ height: var(--rb-cart-note-input-textarea-height);
694
+ resize: vertical;
695
+ line-height: 1.4;
696
+ color: var(--rb-color-text-input);
697
+ font-family: inherit;
698
+ font-size: var(--rb-cart-note-input-textarea-font-size);
699
+ }
700
+ .CartNoteInput_rebuy-cart-note-input__textarea:focus {
701
+ outline: none;
702
+ border-color: var(--rb-cart-note-input-textarea-border-color-focus);
703
+ box-shadow: var(--rb-cart-note-input-textarea-box-shadow-focus);
704
+ }
705
+ .CartNoteInput_rebuy-cart-note-input__textarea:disabled {
706
+ opacity: var(--rb-opacity-disabled);
707
+ border-color: var(--rb-color-border-disabled);
708
+ background-color: var(--rb-cart-note-input-textarea-background-color-disabled);
709
+ cursor: not-allowed;
710
+ }
711
+ .CartNoteInput_rebuy-cart-note-input__save-button {
712
+ position: absolute;
713
+ right: 8px;
714
+ bottom: 8px;
715
+ transform: scale(0.9);
716
+ transition:
717
+ opacity 0.2s ease,
718
+ visibility 0.2s ease,
719
+ transform 0.2s ease,
720
+ background-color 0.2s ease,
721
+ color 0.2s ease,
722
+ border-color 0.2s ease;
723
+ visibility: hidden;
724
+ opacity: 0;
725
+ z-index: 1;
726
+ border-width: var(--rb-cart-note-input-save-button-border-width);
727
+ border-style: solid;
728
+ border-radius: var(--rb-cart-note-input-save-button-border-radius);
729
+ border-color: var(--rb-cart-note-input-save-button-border-color);
730
+ background-color: var(--rb-cart-note-input-save-button-background-color);
731
+ cursor: pointer;
732
+ padding: var(--rb-cart-note-input-save-button-padding);
733
+ min-width: var(--rb-cart-note-input-save-button-min-width);
734
+ text-align: center;
735
+ line-height: 1.2;
736
+ color: var(--rb-cart-note-input-save-button-text-color);
737
+ font-size: var(--rb-cart-note-input-save-button-font-size);
738
+ font-weight: var(--rb-cart-note-input-save-button-font-weight);
739
+ }
740
+ .CartNoteInput_rebuy-cart-note-input__save-button:focus-visible {
741
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
742
+ outline-offset: var(--rb-focus-ring-offset);
743
+ border-color: var(--rb-cart-note-input-save-button-border-color-hover);
744
+ box-shadow: var(--rb-cart-note-input-textarea-box-shadow-focus);
745
+ }
746
+ .CartNoteInput_rebuy-cart-note-input__save-button--visible {
747
+ transform: scale(1);
748
+ visibility: visible;
749
+ opacity: 1;
750
+ }
751
+ .CartNoteInput_rebuy-cart-note-input__save-button:disabled {
752
+ opacity: var(--rb-opacity-disabled);
753
+ border-color: var(--rb-cart-note-input-save-button-border-color-disabled);
754
+ background-color: var(--rb-cart-note-input-save-button-background-color-disabled);
755
+ cursor: not-allowed;
756
+ color: var(--rb-cart-note-input-save-button-text-color-disabled);
757
+ }
758
+ .CartNoteInput_rebuy-cart-note-input__save-button:hover:not(:disabled) {
759
+ border-color: var(--rb-cart-note-input-save-button-border-color-hover);
760
+ background-color: var(--rb-cart-note-input-save-button-background-color-hover);
761
+ color: var(--rb-cart-note-input-save-button-text-color-hover);
762
+ }
763
+ .CartNoteInput_rebuy-cart-note-input__save-button--saving {
764
+ border-color: var(--rb-cart-note-input-save-button-border-color-saving);
765
+ background-color: var(--rb-cart-note-input-save-button-background-color-saving);
766
+ cursor: wait;
767
+ color: var(--rb-cart-note-input-save-button-text-color-saving);
768
+ }
769
+ .CartNoteInput_rebuy-cart-note-input__save-button--saved {
770
+ opacity: 1;
771
+ border-color: transparent;
772
+ background-color: transparent;
773
+ cursor: default;
774
+ color: var(--rb-cart-note-input-save-button-text-color-saved);
775
+ }
776
+ .CartNoteInput_rebuy-cart-note-input__save-button--error {
777
+ opacity: 1;
778
+ border-color: var(--rb-cart-note-input-save-button-border-color-error);
779
+ background-color: var(--rb-cart-note-input-save-button-background-color-error);
780
+ color: var(--rb-cart-note-input-save-button-text-color-error);
781
+ }
782
+ .CartNoteInput_rebuy-cart-note-input__save-button--error:hover:not(:disabled) {
783
+ border-color: var(--rb-cart-note-input-save-button-border-color-error);
784
+ background-color: var(--rb-cart-note-input-save-button-background-color-error);
785
+ color: var(--rb-cart-note-input-save-button-text-color-error);
786
+ filter: brightness(95%);
787
+ }
788
+ .CartNoteInput_rebuy-cart-note-input__meta-info {
789
+ display: flex;
790
+ flex-wrap: wrap;
791
+ gap: var(--rb-spacing-unit-1x);
792
+ align-items: flex-start;
793
+ justify-content: space-between;
794
+ padding: 0 2px;
795
+ }
796
+ .CartNoteInput_rebuy-cart-note-input__meta-info--hidden {
797
+ display: none;
798
+ }
799
+ .CartNoteInput_rebuy-cart-note-input__remaining-chars-indicator {
800
+ flex-grow: 1;
801
+ line-height: 1.2;
802
+ color: var(--rb-cart-note-input-remaining-chars-text-color);
803
+ font-size: var(--rb-font-size-xs);
804
+ }
805
+ .CartNoteInput_rebuy-cart-note-input__help-text {
806
+ flex-shrink: 0;
807
+ text-align: right;
808
+ line-height: 1.2;
809
+ color: var(--rb-cart-note-input-help-text-color);
810
+ font-size: var(--rb-font-size-xs);
811
+ }
812
+ .CartNoteInput_rebuy-cart-note-input__content-area {
813
+ display: flex;
814
+ flex-direction: column;
815
+ gap: var(--rb-cart-note-input-gap);
816
+ }
817
+
818
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CartSubtotal/CartSubtotal.css */
819
+ .CartSubtotal_rebuy-cart-subtotal {
820
+ display: flex;
821
+ margin: 0;
822
+ padding: 0 var(--rb-cart-subtotal-padding-horizontal);
823
+ width: 100%;
824
+ color: var(--rb-color-text-default);
825
+ font-size: var(--rb-font-size-large);
826
+ font-weight: var(--rb-cart-subtotal-font-weight);
827
+ }
828
+ .CartSubtotal_rebuy-cart-subtotal--simple {
829
+ flex-flow: row nowrap;
830
+ align-items: center;
831
+ justify-content: space-between;
832
+ width: 100%;
833
+ }
834
+ .CartSubtotal_rebuy-cart-subtotal__label {
835
+ text-align: left;
836
+ }
837
+ .CartSubtotal_rebuy-cart-subtotal__amount-wrapper {
838
+ display: flex;
839
+ gap: var(--rb-cart-subtotal-amount-gap);
840
+ align-items: center;
841
+ text-align: right;
842
+ }
843
+ .CartSubtotal_rebuy-cart-subtotal__price--compare-at {
844
+ text-decoration: line-through;
845
+ color: var(--rb-cart-subtotal-price-compare-at-text-color);
846
+ font-size: var(--rb-cart-subtotal-price-compare-at-font-size);
847
+ font-weight: var(--rb-cart-subtotal-price-compare-at-font-weight);
848
+ }
849
+ .CartSubtotal_rebuy-cart-subtotal__price--final {
850
+ color: var(--rb-cart-subtotal-price-final-text-color);
851
+ }
852
+ .CartSubtotal_rebuy-cart-subtotal--with-summary {
853
+ flex-direction: column;
854
+ gap: var(--rb-cart-subtotal-internal-gap);
855
+ }
856
+ .CartSubtotal_rebuy-cart-subtotal__row {
857
+ display: flex;
858
+ align-items: center;
859
+ justify-content: space-between;
860
+ width: 100%;
861
+ }
862
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary {
863
+ width: 100%;
864
+ font-size: var(--rb-cart-subtotal-discount-summary-font-size);
865
+ font-weight: var(--rb-cart-subtotal-discount-summary-font-weight);
866
+ }
867
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-header {
868
+ display: flex;
869
+ position: relative;
870
+ align-items: center;
871
+ justify-content: space-between;
872
+ transition: color 0.2s ease;
873
+ border: none;
874
+ background: transparent;
875
+ cursor: pointer;
876
+ padding: var(--rb-cart-subtotal-discount-summary-header-padding);
877
+ width: 100%;
878
+ text-align: left;
879
+ color: var(--rb-cart-subtotal-discount-summary-header-text-color);
880
+ font-family: inherit;
881
+ font-size: 1em;
882
+ }
883
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-header:hover {
884
+ color: var(--rb-cart-subtotal-discount-summary-header-text-color-hover);
885
+ }
886
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-header:focus-visible {
887
+ outline: var(--rb-cart-subtotal-discount-summary-button-focus-outline);
888
+ outline-offset: var(--rb-cart-subtotal-discount-summary-button-focus-outline-offset);
889
+ color: var(--rb-cart-subtotal-discount-summary-header-text-color-hover);
890
+ }
891
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-icon {
892
+ display: flex;
893
+ align-items: center;
894
+ transition: transform 0.2s ease;
895
+ color: var(--rb-cart-subtotal-discount-summary-icon-color);
896
+ font-size: var(--rb-cart-subtotal-discount-summary-icon-font-size);
897
+ }
898
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary--expanded .CartSubtotal_rebuy-cart-subtotal__discount-summary-icon {
899
+ transform: rotate(180deg);
900
+ }
901
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-details {
902
+ transition:
903
+ max-height 0.2s ease-out,
904
+ opacity 0.2s ease-out,
905
+ visibility 0.2s ease-out;
906
+ visibility: hidden;
907
+ opacity: 0;
908
+ margin-top: var(--rb-cart-subtotal-discount-summary-details-margin-top);
909
+ max-height: 0;
910
+ overflow: hidden;
911
+ }
912
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary--expanded .CartSubtotal_rebuy-cart-subtotal__discount-summary-details {
913
+ visibility: visible;
914
+ opacity: 1;
915
+ max-height: var(--rb-cart-subtotal-discount-summary-details-max-height);
916
+ overflow-y: auto;
917
+ }
918
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-item {
919
+ display: flex;
920
+ gap: var(--rb-spacing-unit-1x);
921
+ align-items: center;
922
+ justify-content: space-between;
923
+ padding: var(--rb-cart-subtotal-discount-summary-item-padding);
924
+ color: var(--rb-cart-subtotal-discount-summary-item-text-color);
925
+ }
926
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-item:not(:last-child) {
927
+ border-bottom: 1px solid var(--rb-cart-subtotal-discount-summary-item-border-color);
928
+ }
929
+ .CartSubtotal_rebuy-cart-subtotal__discount-summary-item span:last-child {
930
+ white-space: nowrap;
931
+ font-weight: var(--rb-cart-subtotal-discount-summary-item-amount-font-weight);
932
+ }
933
+
934
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CartTitleBar/CartTitleBar.css */
935
+ .CartTitleBar_rebuy-cart-title-bar {
936
+ flex-grow: var(--rb-cart-title-bar-flex-grow);
937
+ margin: 0;
938
+ padding: 0;
939
+ overflow: hidden;
940
+ text-align: var(--rb-cart-title-bar-text-align);
941
+ text-transform: var(--rb-cart-title-bar-text-transform);
942
+ text-overflow: ellipsis;
943
+ line-height: var(--rb-cart-title-bar-line-height);
944
+ white-space: nowrap;
945
+ color: var(--rb-cart-title-bar-text-color);
946
+ font-size: var(--rb-cart-title-bar-font-size);
947
+ font-weight: var(--rb-cart-title-bar-font-weight);
948
+ }
949
+
950
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/CheckoutArea/CheckoutArea.css */
951
+ .CheckoutArea_rebuy-checkout-area {
952
+ display: flex;
953
+ flex-flow: column nowrap;
954
+ gap: var(--rb-checkout-area-gap-default);
955
+ padding: 0 var(--rb-checkout-area-padding-horizontal);
956
+ }
957
+ .CheckoutArea_rebuy-checkout-area__terms {
958
+ display: flex;
959
+ gap: var(--rb-checkout-area-terms-gap);
960
+ align-items: center;
961
+ }
962
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox {
963
+ appearance: none;
964
+ display: inline-grid;
965
+ position: relative;
966
+ flex-shrink: 0;
967
+ place-content: center;
968
+ transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
969
+ margin: 0 !important;
970
+ border-width: var(--rb-checkout-area-terms-checkbox-border-width);
971
+ border-style: solid;
972
+ border-radius: var(--rb-checkout-area-terms-checkbox-border-radius);
973
+ border-color: var(--rb-checkout-area-terms-checkbox-border-color);
974
+ background-color: var(--rb-checkout-area-terms-checkbox-background-color);
975
+ cursor: pointer;
976
+ width: var(--rb-checkout-area-terms-checkbox-size) !important;
977
+ height: var(--rb-checkout-area-terms-checkbox-size);
978
+ }
979
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox::after {
980
+ box-sizing: border-box;
981
+ position: absolute;
982
+ top: calc(var(--rb-checkout-area-terms-checkbox-size) * 0.05);
983
+ left: calc(var(--rb-checkout-area-terms-checkbox-size) * 0.25);
984
+ transform: rotate(45deg);
985
+ transition: opacity 0.1s ease-in-out;
986
+ opacity: 0;
987
+ border-width: 0 2px 2px 0;
988
+ border-style: solid;
989
+ border-color: var(--rb-checkout-area-terms-checkbox-checkmark-color);
990
+ width: calc(var(--rb-checkout-area-terms-checkbox-size) * 0.25);
991
+ height: calc(var(--rb-checkout-area-terms-checkbox-size) * 0.55);
992
+ content: "";
993
+ }
994
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox:checked {
995
+ border-color: var(--rb-checkout-area-terms-checkbox-border-color-checked);
996
+ background-color: var(--rb-checkout-area-terms-checkbox-background-color-checked);
997
+ }
998
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox:checked::after {
999
+ opacity: 1;
1000
+ }
1001
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox:focus-visible {
1002
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
1003
+ outline-offset: var(--rb-focus-ring-offset);
1004
+ border-color: var(--rb-checkout-area-terms-checkbox-border-color-focus);
1005
+ }
1006
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox:disabled {
1007
+ opacity: var(--rb-opacity-disabled);
1008
+ border-color: var(--rb-color-border-disabled);
1009
+ background-color: var(--rb-checkout-area-terms-checkbox-background-color-disabled);
1010
+ cursor: not-allowed;
1011
+ }
1012
+ .CheckoutArea_rebuy-checkout-area__terms-checkbox:disabled::after {
1013
+ border-color: var(--rb-color-text-disabled);
1014
+ }
1015
+ .CheckoutArea_rebuy-checkout-area__terms-label {
1016
+ margin: 0;
1017
+ cursor: pointer;
1018
+ line-height: var(--rb-line-height-normal);
1019
+ color: var(--rb-checkout-area-terms-label-text-color);
1020
+ font-size: var(--rb-checkout-area-terms-label-font-size);
1021
+ }
1022
+ .CheckoutArea_rebuy-checkout-area__terms-label a {
1023
+ text-decoration: var(--rb-checkout-area-terms-label-link-text-decoration);
1024
+ color: var(--rb-checkout-area-terms-label-link-text-color);
1025
+ }
1026
+ .CheckoutArea_rebuy-checkout-area__installments-message a {
1027
+ text-decoration: underline;
1028
+ color: var(--rb-checkout-area-installments-link-text-color);
1029
+ }
1030
+ .CheckoutArea_rebuy-checkout-area__terms-label a:hover,
1031
+ .CheckoutArea_rebuy-checkout-area__terms-label a:focus-visible {
1032
+ text-decoration: var(--rb-checkout-area-terms-label-link-text-decoration-hover);
1033
+ }
1034
+ .CheckoutArea_rebuy-checkout-area__checkout-button,
1035
+ .CheckoutArea_rebuy-checkout-area__view-cart-button,
1036
+ .CheckoutArea_rebuy-checkout-area__continue-shopping-button,
1037
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button {
1038
+ box-sizing: border-box;
1039
+ display: flex;
1040
+ position: relative;
1041
+ align-items: center;
1042
+ justify-content: center;
1043
+ transition:
1044
+ background-color 0.2s ease,
1045
+ border-color 0.2s ease,
1046
+ color 0.2s ease,
1047
+ opacity 0.2s ease,
1048
+ box-shadow 0.2s ease;
1049
+ border-style: solid;
1050
+ border-radius: var(--rb-checkout-area-button-border-radius);
1051
+ cursor: pointer;
1052
+ padding: var(--rb-checkout-area-button-padding-vertical) var(--rb-checkout-area-button-padding-horizontal);
1053
+ width: 100%;
1054
+ height: var(--rb-checkout-area-button-height);
1055
+ text-align: center;
1056
+ text-decoration: none;
1057
+ line-height: var(--rb-checkout-area-button-line-height);
1058
+ font-size: var(--rb-checkout-area-button-font-size);
1059
+ font-weight: var(--rb-checkout-area-button-font-weight);
1060
+ }
1061
+ .CheckoutArea_rebuy-checkout-area__checkout-button {
1062
+ border-width: var(--rb-checkout-area-button-border-width);
1063
+ border-color: var(--rb-checkout-area-checkout-button-border-color);
1064
+ background-color: var(--rb-checkout-area-checkout-button-background-color);
1065
+ color: var(--rb-checkout-area-checkout-button-text-color);
1066
+ }
1067
+ .CheckoutArea_rebuy-checkout-area__checkout-button:focus-visible {
1068
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
1069
+ outline-offset: var(--rb-focus-ring-offset);
1070
+ }
1071
+ .CheckoutArea_rebuy-checkout-area__checkout-button:disabled {
1072
+ opacity: var(--rb-opacity-disabled);
1073
+ cursor: not-allowed;
1074
+ }
1075
+ .CheckoutArea_rebuy-checkout-area__checkout-button:hover:not(:disabled) {
1076
+ border-color: var(--rb-checkout-area-checkout-button-border-color-hover);
1077
+ background-color: var(--rb-checkout-area-checkout-button-background-color-hover);
1078
+ color: var(--rb-checkout-area-checkout-button-text-color-hover);
1079
+ }
1080
+ .CheckoutArea_rebuy-checkout-area__view-cart-button,
1081
+ .CheckoutArea_rebuy-checkout-area__continue-shopping-button {
1082
+ border-width: var(--rb-checkout-area-secondary-button-border-width);
1083
+ border-color: var(--rb-checkout-area-secondary-button-border-color);
1084
+ background-color: var(--rb-checkout-area-secondary-button-background-color);
1085
+ color: var(--rb-checkout-area-secondary-button-text-color);
1086
+ }
1087
+ .CheckoutArea_rebuy-checkout-area__view-cart-button:focus-visible,
1088
+ .CheckoutArea_rebuy-checkout-area__continue-shopping-button:focus-visible {
1089
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
1090
+ outline-offset: var(--rb-focus-ring-offset);
1091
+ }
1092
+ .CheckoutArea_rebuy-checkout-area__view-cart-button:disabled,
1093
+ .CheckoutArea_rebuy-checkout-area__continue-shopping-button:disabled {
1094
+ opacity: var(--rb-opacity-disabled);
1095
+ cursor: not-allowed;
1096
+ }
1097
+ .CheckoutArea_rebuy-checkout-area__view-cart-button:hover:not(:disabled),
1098
+ .CheckoutArea_rebuy-checkout-area__continue-shopping-button:hover:not(:disabled) {
1099
+ border-color: var(--rb-checkout-area-secondary-button-border-color-hover);
1100
+ background-color: var(--rb-checkout-area-secondary-button-background-color-hover);
1101
+ color: var(--rb-checkout-area-secondary-button-text-color-hover);
1102
+ }
1103
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button {
1104
+ border-width: 0;
1105
+ border-color: transparent;
1106
+ background-color: var(--rb-checkout-area-shop-pay-button-background-color);
1107
+ color: var(--rb-checkout-area-shop-pay-button-text-color);
1108
+ }
1109
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button:focus-visible {
1110
+ outline: var(--rb-focus-ring-width) solid var(--rb-color-focus-ring);
1111
+ outline-offset: var(--rb-focus-ring-offset);
1112
+ }
1113
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button:disabled {
1114
+ opacity: var(--rb-opacity-disabled);
1115
+ cursor: not-allowed;
1116
+ }
1117
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button:hover:not(:disabled) {
1118
+ background-color: var(--rb-checkout-area-shop-pay-button-background-color-hover);
1119
+ }
1120
+ .CheckoutArea_rebuy-checkout-area__shop-pay-button svg {
1121
+ display: block;
1122
+ width: auto;
1123
+ height: var(--rb-checkout-area-shop-pay-button-svg-height);
1124
+ fill: currentcolor;
1125
+ }
1126
+ .CheckoutArea_rebuy-checkout-area__installments-message {
1127
+ display: block;
1128
+ padding: 0;
1129
+ text-align: center;
1130
+ color: var(--rb-checkout-area-installments-message-text-color);
1131
+ font-size: var(--rb-checkout-area-installments-message-font-size);
1132
+ }
1133
+ .CheckoutArea_rebuy-checkout-area__installments-message:empty {
1134
+ display: none;
1135
+ }
1136
+ .CheckoutArea_rebuy-checkout-area__installments-message a:hover,
1137
+ .CheckoutArea_rebuy-checkout-area__installments-message a:focus-visible {
1138
+ text-decoration: none;
1139
+ }
1140
+
1141
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/AddToCartBtn/AddToCartBtn.css */
1142
+ .AddToCartBtn_rebuy-cart-button {
1143
+ padding: var(--rb-spacing-unit-2x, 8px) var(--rb-spacing-unit-4x, 16px);
1144
+ border-radius: var(--rb-border-radius-button, 4px);
1145
+ font-size: var(--rb-font-size-large, 16px);
1146
+ font-weight: var(--rb-font-weight-medium);
1147
+ line-height: var(--rb-line-height-normal);
1148
+ color: var(--rb-color-button-primary-text, #fff);
1149
+ background-color: var(--rb-color-button-primary-background, #000);
1150
+ border: none;
1151
+ border-width: var(--rb-border-width-button);
1152
+ border-style: solid;
1153
+ border-color: var(--rb-color-button-primary-border);
1154
+ cursor: pointer;
1155
+ width: 100%;
1156
+ display: flex;
1157
+ align-items: center;
1158
+ justify-content: center;
1159
+ gap: var(--rb-spacing-unit-2x, 8px);
1160
+ text-align: center;
1161
+ transition:
1162
+ background-color 0.2s ease,
1163
+ border-color 0.2s ease,
1164
+ color 0.2s ease,
1165
+ box-shadow 0.2s ease,
1166
+ opacity 0.2s ease;
1167
+ }
1168
+ .AddToCartBtn_rebuy-cart-button:hover {
1169
+ background-color: var(--rb-color-button-primary-background-hover, #333);
1170
+ border-color: var(--rb-color-button-primary-border-hover, var(--rb-color-button-primary-border));
1171
+ color: var(--rb-color-button-primary-text-hover, var(--rb-color-button-primary-text, #fff));
1172
+ }
1173
+ .AddToCartBtn_rebuy-cart-button:focus {
1174
+ outline: none;
1175
+ background-color: var(--rb-color-button-primary-background-focus, var(--rb-color-button-primary-background, #000));
1176
+ border-color: var(--rb-color-button-primary-border-focus, var(--rb-color-button-primary-border));
1177
+ color: var(--rb-color-button-primary-text-focus, var(--rb-color-button-primary-text, #fff));
1178
+ box-shadow: 0 0 0 var(--rb-focus-ring-width, 3px) var(--rb-color-focus-ring-alpha-25, rgb(0 123 255 / 25%));
1179
+ }
1180
+ .AddToCartBtn_rebuy-cart-button:active {
1181
+ background-color: var(--rb-color-button-primary-background-active, var(--rb-color-button-primary-background, #000));
1182
+ border-color: var(--rb-color-button-primary-border-active, var(--rb-color-button-primary-border));
1183
+ color: var(--rb-color-button-primary-text-active, var(--rb-color-button-primary-text, #fff));
1184
+ }
1185
+ .AddToCartBtn_rebuy-cart-button:disabled {
1186
+ opacity: var(--rb-opacity-disabled, 0.5);
1187
+ cursor: not-allowed;
1188
+ }
1189
+ .AddToCartBtn_rebuy-cart-button__container form {
1190
+ max-width: 100%;
1191
+ }
1192
+
1193
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/ProductPrice/ProductPrice.css */
1194
+ .ProductPrice_rebuy-product-price {
1195
+ display: flex;
1196
+ align-items: baseline;
1197
+ gap: var(--rb-spacing-unit-2x, 0.5em);
1198
+ font-size: var(--rb-font-size-medium, 1em);
1199
+ line-height: var(--rb-line-height-normal, 1);
1200
+ color: var(--rb-color-text-price-default, #333);
1201
+ }
1202
+ .ProductPrice_rebuy-product-price__current {
1203
+ font-weight: var(--rb-font-weight-medium, 500);
1204
+ color: var(--rb-color-text-price-default, #333);
1205
+ }
1206
+ .ProductPrice_rebuy-product-price__current--sale {
1207
+ color: var(--rb-color-text-price-sale, #f00);
1208
+ }
1209
+ .ProductPrice_rebuy-product-price__compare-at {
1210
+ color: var(--rb-color-text-price-compare-at, #666);
1211
+ text-decoration: line-through;
1212
+ font-size: var(--rb-font-size-small, 0.875em);
1213
+ }
1214
+
1215
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/QuantityInput/QuantityInput.css */
1216
+ .QuantityInput_rebuy-quantity__container {
1217
+ display: flex;
1218
+ align-items: center;
1219
+ justify-content: center;
1220
+ margin: var(--rb-spacing-unit-1x, 4px) 0;
1221
+ }
1222
+ .QuantityInput_rebuy-quantity__select {
1223
+ width: 100%;
1224
+ padding: 8px;
1225
+ border: 1px solid #ccc;
1226
+ border-radius: 4px;
1227
+ font-size: 16px;
1228
+ color: #333;
1229
+ background-color: #fff;
1230
+ appearance: auto;
1231
+ }
1232
+
1233
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/VariantSelect/VariantSelect.css */
1234
+ .VariantSelect_rebuy-variant__container {
1235
+ position: relative;
1236
+ }
1237
+ .VariantSelect_rebuy-variant__select {
1238
+ width: 100%;
1239
+ padding: var(--rb-spacing-unit-2x) var(--rb-spacing-unit-5x) var(--rb-spacing-unit-2x) var(--rb-spacing-unit-3x);
1240
+ height: var(--rb-size-input-height-medium);
1241
+ border: var(--rb-border-width-input) solid var(--rb-color-border-input-default);
1242
+ border-radius: var(--rb-border-radius-input);
1243
+ font-size: var(--rb-font-size-medium);
1244
+ color: var(--rb-color-text-input);
1245
+ background-color: var(--rb-color-background-input);
1246
+ cursor: pointer;
1247
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
1248
+ }
1249
+ .VariantSelect_rebuy-variant__select:hover {
1250
+ border-color: var(--rb-color-border-input-hover, var(--rb-color-border-input-focus));
1251
+ }
1252
+ .VariantSelect_rebuy-variant__select:focus {
1253
+ outline: none;
1254
+ border-color: var(--rb-color-border-input-focus);
1255
+ box-shadow: 0 0 0 var(--rb-focus-ring-width) var(--rb-color-focus-ring-alpha-25);
1256
+ }
1257
+ .VariantSelect_rebuy-variant__select:disabled {
1258
+ color: var(--rb-color-text-disabled);
1259
+ background-color: var(--rb-color-background-disabled);
1260
+ border-color: var(--rb-color-border-disabled);
1261
+ cursor: not-allowed;
1262
+ opacity: var(--rb-opacity-disabled);
1263
+ }
1264
+ .VariantSelect_rebuy-variant__select-option {
1265
+ color: var(--rb-color-text-input);
1266
+ background-color: var(--rb-color-background-input);
1267
+ }
1268
+ .VariantSelect_rebuy-variant__buttons {
1269
+ display: flex;
1270
+ flex-flow: row wrap;
1271
+ gap: 0.5em;
1272
+ }
1273
+ .VariantSelect_rebuy-variant__button {
1274
+ padding: 8px 16px;
1275
+ border-radius: 4px;
1276
+ font-size: 16px;
1277
+ color: #000;
1278
+ background-color: transparent;
1279
+ border: 1px solid #ccc;
1280
+ cursor: pointer;
1281
+ display: flex;
1282
+ align-items: center;
1283
+ justify-content: center;
1284
+ gap: 8px;
1285
+ min-width: 80px;
1286
+ }
1287
+ .VariantSelect_rebuy-variant__button:disabled {
1288
+ opacity: 0.5;
1289
+ cursor: not-allowed;
1290
+ }
1291
+ .VariantSelect_rebuy-variant__button:hover {
1292
+ background-color: #f5f5f5;
1293
+ }
1294
+ .VariantSelect_rebuy-variant__button--selected {
1295
+ background-color: #f0f0f0;
1296
+ border-color: #999;
1297
+ }
1298
+
1299
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/Title/Title.css */
1300
+ .Title_rebuy-title {
1301
+ font-family: var(--rb-font-family-base);
1302
+ font-weight: var(--rb-font-weight-bold);
1303
+ line-height: var(--rb-line-height-tight);
1304
+ color: var(--rb-color-text-default);
1305
+ margin: 0;
1306
+ padding: 0;
1307
+ }
1308
+
1309
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/ProductCard/ProductCard.css */
1310
+ :root {
1311
+ --rb-product-card-gap: var(--rb-spacing-unit-2x, 8px);
1312
+ --rb-product-card-padding: var(--rb-spacing-unit-3x, 12px);
1313
+ --rb-product-card-margin: 0;
1314
+ --rb-product-card-height: 100%;
1315
+ --rb-product-card-min-height: auto;
1316
+ --rb-product-card-width: 100%;
1317
+ --rb-product-card-image-width: 100%;
1318
+ --rb-product-card-image-height: auto;
1319
+ --rb-product-card-info-gap: var(--rb-spacing-unit-1x, 4px);
1320
+ --rb-product-card-info-padding: 0;
1321
+ --rb-product-card-actions-width: 100%;
1322
+ --rb-product-card-actions-margin-top: var(--rb-spacing-unit-3x, 12px);
1323
+ --rb-product-card-button-width: 100%;
1324
+ --rb-product-card-vendor-margin-bottom: 0;
1325
+ --rb-product-card-title-margin-bottom: 0;
1326
+ --rb-product-card-variant-title-margin-bottom: var(--rb-spacing-unit-half, 2px);
1327
+ }
1328
+ .ProductCard_rebuy-product-card__container {
1329
+ height: 100%;
1330
+ background-color: var(--rb-color-background-surface-primary, transparent);
1331
+ border-width: var(--rb-border-width-thin, 1px);
1332
+ border-style: solid;
1333
+ border-color: var(--rb-color-border-default, #f0f4f8);
1334
+ border-radius: var(--rb-border-radius-card, 1em);
1335
+ padding: var(--rb-spacing-unit-3x, 1em);
1336
+ overflow: hidden;
1337
+ }
1338
+ .ProductCard_rebuy-product-card {
1339
+ display: flex;
1340
+ height: var(--rb-product-card-height);
1341
+ gap: var(--rb-product-card-gap);
1342
+ padding: var(--rb-product-card-padding);
1343
+ margin: var(--rb-product-card-margin);
1344
+ width: var(--rb-product-card-width);
1345
+ min-height: var(--rb-product-card-min-height);
1346
+ }
1347
+ .ProductCard_rebuy-product-card__content {
1348
+ display: flex;
1349
+ flex-direction: column;
1350
+ gap: var(--rb-spacing-unit-1x, 0.5em);
1351
+ }
1352
+ .ProductCard_rebuy-product-card__header {
1353
+ width: 100%;
1354
+ }
1355
+ .ProductCard_rebuy-product-card[data-layout=grid] {
1356
+ flex-direction: column;
1357
+ justify-content: space-between;
1358
+ max-width: 256px;
1359
+ }
1360
+ .ProductCard_rebuy-product-card[data-layout=grid] > div:first-child {
1361
+ width: 100%;
1362
+ }
1363
+ .ProductCard_rebuy-product-card[data-layout=grid] .ProductCard_rebuy-product-card__info {
1364
+ display: flex;
1365
+ flex-direction: column;
1366
+ gap: var(--rb-spacing-unit-1x, 0.5em);
1367
+ width: 100%;
1368
+ align-items: start;
1369
+ }
1370
+ .ProductCard_rebuy-product-card[data-layout=grid] .ProductCard_rebuy-product-card__content {
1371
+ flex: 1;
1372
+ }
1373
+ .ProductCard_rebuy-product-card[data-layout=list] {
1374
+ flex-direction: row;
1375
+ align-items: flex-start;
1376
+ }
1377
+ .ProductCard_rebuy-product-card[data-layout=list] > div:first-child {
1378
+ flex: 0 0 40%;
1379
+ max-width: 40%;
1380
+ }
1381
+ .ProductCard_rebuy-product-card[data-layout=list] .ProductCard_rebuy-product-card__info {
1382
+ flex: 1;
1383
+ padding-left: var(--rb-spacing-unit-3x, 1em);
1384
+ display: flex;
1385
+ flex-direction: column;
1386
+ gap: var(--rb-spacing-unit-1x, 0.5em);
1387
+ }
1388
+ .ProductCard_rebuy-product-card[data-layout=list] .ProductCard_rebuy-product-card__content {
1389
+ flex: 1;
1390
+ }
1391
+ .ProductCard_rebuy-product-card[data-layout=line] {
1392
+ flex-direction: row;
1393
+ align-items: center;
1394
+ }
1395
+ .ProductCard_rebuy-product-card[data-layout=line] > div:first-child {
1396
+ flex: 0 0 25%;
1397
+ max-width: 25%;
1398
+ }
1399
+ .ProductCard_rebuy-product-card[data-layout=line] .ProductCard_rebuy-product-card__info {
1400
+ flex: 1;
1401
+ display: flex;
1402
+ flex-direction: row;
1403
+ align-items: center;
1404
+ padding-left: var(--rb-product-card-info-padding, var(--rb-spacing-unit-3x, 1em));
1405
+ gap: var(--rb-product-card-info-gap, var(--rb-spacing-unit-2x, 1em));
1406
+ }
1407
+ .ProductCard_rebuy-product-card[data-layout=line] .ProductCard_rebuy-product-card__content {
1408
+ flex: 1;
1409
+ margin-right: var(--rb-spacing-unit-3x, 1.5em);
1410
+ }
1411
+ .ProductCard_rebuy-product-card__actions {
1412
+ width: var(--rb-product-card-actions-width);
1413
+ margin-top: var(--rb-product-card-actions-margin-top);
1414
+ display: flex;
1415
+ flex-direction: column;
1416
+ gap: var(--rb-spacing-unit-1x, 0.5em);
1417
+ }
1418
+ .ProductCard_rebuy-product-card[data-layout=line] .ProductCard_rebuy-product-card__actions {
1419
+ flex: 0 0 auto;
1420
+ margin-top: 0;
1421
+ align-items: center;
1422
+ }
1423
+ .ProductCard_rebuy-product-card__media-link {
1424
+ display: block;
1425
+ text-decoration: none;
1426
+ border-radius: var(--rb-border-radius-medium, 0.5em);
1427
+ overflow: hidden;
1428
+ }
1429
+ .ProductCard_rebuy-product-card[data-layout=grid] .ProductCard_rebuy-product-card__media-link {
1430
+ margin-bottom: var(--rb-spacing-unit-3x, 1em);
1431
+ }
1432
+ .ProductCard_rebuy-product-card[data-layout=list] .ProductCard_rebuy-product-card__media-link,
1433
+ .ProductCard_rebuy-product-card[data-layout=line] .ProductCard_rebuy-product-card__media-link {
1434
+ margin-bottom: 0;
1435
+ }
1436
+ .ProductCard_rebuy-product-card__image {
1437
+ display: block;
1438
+ width: var(--rb-product-card-image-width);
1439
+ height: var(--rb-product-card-image-height);
1440
+ object-fit: cover;
1441
+ border-radius: var(--rb-border-radius-medium, 0.5em);
1442
+ transition: transform 0.3s ease-out;
1443
+ }
1444
+ @media (width >= 576px) {
1445
+ .ProductCard_rebuy-product-card__image {
1446
+ max-width: 400px;
1447
+ margin-left: auto;
1448
+ margin-right: auto;
1449
+ }
1450
+ }
1451
+ .ProductCard_rebuy-product-card__media-link:hover .ProductCard_rebuy-product-card__image,
1452
+ .ProductCard_rebuy-product-card__media-link:focus .ProductCard_rebuy-product-card__image {
1453
+ transform: scale(1.05);
1454
+ }
1455
+ .ProductCard_rebuy-product-card__title {
1456
+ margin: 0;
1457
+ margin-bottom: var(--rb-product-card-title-margin-bottom);
1458
+ }
1459
+ .ProductCard_rebuy-product-card__title-link {
1460
+ text-decoration: none;
1461
+ color: var(--rb-color-text-product-title, var(--rb-color-text-default, #000));
1462
+ }
1463
+ .ProductCard_rebuy-product-card__title-link:hover,
1464
+ .ProductCard_rebuy-product-card__title-link:focus {
1465
+ color: var(--rb-color-text-link-hover, #000);
1466
+ text-decoration: underline;
1467
+ }
1468
+ .ProductCard_rebuy-product-card__actions-variant-select {
1469
+ width: 100%;
1470
+ }
1471
+ .ProductCard_rebuy-product-card__actions-variant-select[data-layout=line] {
1472
+ display: none;
1473
+ }
1474
+ .ProductCard_rebuy-product-card__variant-select {
1475
+ }
1476
+ .ProductCard_rebuy-product-card__variant-select[data-layout=grid],
1477
+ .ProductCard_rebuy-product-card__variant-select[data-layout=list] {
1478
+ display: none;
1479
+ }
1480
+ .ProductCard_rebuy-product-card__variant-select[data-layout=line] {
1481
+ margin-top: var(--rb-spacing-unit-2x, 1em);
1482
+ }
1483
+ .ProductCard_rebuy-product-card__actions-quantity,
1484
+ .ProductCard_rebuy-product-card__actions-button {
1485
+ width: var(--rb-product-card-button-width);
1486
+ }
1487
+ .ProductCard_rebuy-product-card__vendor {
1488
+ font-size: var(--rb-font-size-small, 0.875em);
1489
+ color: var(--rb-color-text-muted, #6b7280);
1490
+ margin-bottom: var(--rb-product-card-vendor-margin-bottom);
1491
+ }
1492
+ .ProductCard_rebuy-product-card__variant-title {
1493
+ font-size: var(--rb-font-size-small, 0.875em);
1494
+ color: var(--rb-color-text-muted-variant, #666);
1495
+ margin-bottom: var(--rb-product-card-variant-title-margin-bottom);
1496
+ }
1497
+ .ProductCard_rebuy-product-card__review {
1498
+ display: flex;
1499
+ align-items: center;
1500
+ margin: var(--rb-spacing-unit-1x, 0.5em) 0;
1501
+ }
1502
+ .ProductCard_rebuy-product-card__star-rating {
1503
+ position: relative;
1504
+ display: inline-block;
1505
+ }
1506
+ .ProductCard_rebuy-product-card__star-rating-value {
1507
+ position: absolute;
1508
+ left: -9999px;
1509
+ width: 1px;
1510
+ height: 1px;
1511
+ overflow: hidden;
1512
+ }
1513
+ .ProductCard_rebuy-product-card__star-rating-background {
1514
+ display: inline-block;
1515
+ width: 80px;
1516
+ height: 16px;
1517
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L10.3 5.2H16L11.1 8.5L12.8 14L8 10.5L3.2 14L4.9 8.5L0 5.2H5.7L8 0Z' fill='%23e0e0e0'/%3E%3C/svg%3E");
1518
+ background-repeat: repeat-x;
1519
+ background-size: 16px;
1520
+ }
1521
+ .ProductCard_rebuy-product-card__star-rating-foreground {
1522
+ position: absolute;
1523
+ top: 0;
1524
+ left: 0;
1525
+ display: inline-block;
1526
+ height: 16px;
1527
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L10.3 5.2H16L11.1 8.5L12.8 14L8 10.5L3.2 14L4.9 8.5L0 5.2H5.7L8 0Z' fill='%23FFD700'/%3E%3C/svg%3E");
1528
+ background-repeat: repeat-x;
1529
+ background-size: 16px;
1530
+ }
1531
+ .ProductCard_rebuy-product-card__review-count {
1532
+ margin-left: var(--rb-spacing-unit-1x, 0.5em);
1533
+ font-size: var(--rb-font-size-small, 0.875em);
1534
+ color: var(--rb-color-text-muted-review, #666);
1535
+ }
1536
+ .ProductCard_rebuy-product-card__review-count-parenthesis,
1537
+ .ProductCard_rebuy-product-card__review-count-number,
1538
+ .ProductCard_rebuy-product-card__review-count-label {
1539
+ font-size: var(--rb-font-size-extra-small, 0.75em);
1540
+ color: var(--rb-color-text-muted-review, #666);
1541
+ }
1542
+ .ProductCard_rebuy-product-card__description {
1543
+ font-size: var(--rb-font-size-small, 0.875em);
1544
+ line-height: var(--rb-line-height-base, 1.4);
1545
+ color: var(--rb-color-text-body, #333);
1546
+ margin-top: var(--rb-spacing-unit-1x, 0.5em);
1547
+ }
1548
+
1549
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/ProductCarousel/ProductCarousel.css */
1550
+ .ProductCarousel_rebuy-carousel {
1551
+ position: relative;
1552
+ overflow: hidden;
1553
+ width: 100%;
1554
+ }
1555
+ .ProductCarousel_rebuy-carousel__container {
1556
+ display: flex;
1557
+ transition: transform 0.3s ease;
1558
+ }
1559
+ .ProductCarousel_rebuy-carousel__slide {
1560
+ flex: 0 0 100%;
1561
+ }
1562
+ .ProductCarousel_rebuy-carousel__controls {
1563
+ display: flex;
1564
+ justify-content: center;
1565
+ gap: 1em;
1566
+ margin-top: 1em;
1567
+ }
1568
+ .ProductCarousel_rebuy-carousel__prev,
1569
+ .ProductCarousel_rebuy-carousel__next {
1570
+ background-color: #f5f5f5;
1571
+ border: none;
1572
+ border-radius: 50%;
1573
+ width: 2.5em;
1574
+ height: 2.5em;
1575
+ display: flex;
1576
+ align-items: center;
1577
+ justify-content: center;
1578
+ cursor: pointer;
1579
+ color: #333;
1580
+ font-size: 1.2em;
1581
+ }
1582
+ .ProductCarousel_rebuy-carousel__prev:hover,
1583
+ .ProductCarousel_rebuy-carousel__next:hover {
1584
+ background-color: #e0e0e0;
1585
+ }
1586
+ .ProductCarousel_rebuy-carousel__pagination {
1587
+ display: flex;
1588
+ justify-content: center;
1589
+ gap: 0.5em;
1590
+ margin-top: 1em;
1591
+ }
1592
+ .ProductCarousel_rebuy-carousel__dot {
1593
+ width: 0.75em;
1594
+ height: 0.75em;
1595
+ border-radius: 50%;
1596
+ background-color: #ccc;
1597
+ cursor: pointer;
1598
+ border: none;
1599
+ padding: 0;
1600
+ }
1601
+ .ProductCarousel_rebuy-carousel__dot[data-active=true] {
1602
+ background-color: #333;
1603
+ }
1604
+ .ProductCarousel_rebuy-carousel:empty {
1605
+ display: none;
1606
+ }
1607
+ .ProductCarousel_rebuy-carousel__grid {
1608
+ display: flex;
1609
+ flex-wrap: wrap;
1610
+ gap: 1.5em;
1611
+ width: 100%;
1612
+ }
1613
+ .ProductCarousel_rebuy-carousel__grid[data-columns="1"] > div {
1614
+ flex: 0 0 100%;
1615
+ }
1616
+ .ProductCarousel_rebuy-carousel__grid[data-columns="2"] > div {
1617
+ flex: 0 0 calc(50% - 0.75em);
1618
+ }
1619
+ .ProductCarousel_rebuy-carousel__grid[data-columns="3"] > div {
1620
+ flex: 0 0 calc(33.33% - 1em);
1621
+ }
1622
+ .ProductCarousel_rebuy-carousel__grid[data-columns="4"] > div {
1623
+ flex: 0 0 calc(25% - 1.125em);
1624
+ }
1625
+ .ProductCarousel_rebuy-carousel__grid[data-columns="5"] > div {
1626
+ flex: 0 0 calc(20% - 1.2em);
1627
+ }
1628
+ .ProductCarousel_rebuy-carousel__grid[data-columns="6"] > div {
1629
+ flex: 0 0 calc(16.66% - 1.25em);
1630
+ }
1631
+
1632
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/components/Timer/Timer.css */
1633
+ .Timer_rebuy-timer__container {
1634
+ margin: 0 auto;
1635
+ padding: 10px;
1636
+ background-color: #f8f8f8;
1637
+ border-radius: 4px;
1638
+ width: 80%;
1639
+ }
1640
+ .Timer_rebuy-timer__text {
1641
+ font-size: 16px;
1642
+ display: flex;
1643
+ gap: 0.5em;
1644
+ justify-content: center;
1645
+ align-items: center;
1646
+ margin: 0 auto;
1647
+ flex-wrap: wrap;
1648
+ text-align: center;
1649
+ }
1650
+ .Timer_rebuy-timer__title {
1651
+ font-weight: 500;
1652
+ }
1653
+ .Timer_rebuy-timer__display {
1654
+ font-weight: 700;
1655
+ font-size: 18px;
1656
+ font-family: monospace;
1657
+ color: #d9534f;
1658
+ white-space: nowrap;
1659
+ }
1660
+ .Timer_rebuy-timer__display--urgent {
1661
+ animation: pulse 1s infinite;
1662
+ }
1663
+ .Timer_rebuy-timer__minutes,
1664
+ .Timer_rebuy-timer__seconds {
1665
+ display: inline-block;
1666
+ min-width: 24px;
1667
+ text-align: center;
1668
+ }
1669
+ .Timer_rebuy-timer__separator {
1670
+ margin: 0 2px;
1671
+ }
1672
+ @keyframes pulse {
1673
+ 0% {
1674
+ opacity: 1;
1675
+ }
1676
+ 50% {
1677
+ opacity: 0.5;
1678
+ }
1679
+ 100% {
1680
+ opacity: 1;
1681
+ }
1682
+ }
1683
+ @media (width <= 576px) {
1684
+ .Timer_rebuy-timer__text {
1685
+ flex-direction: column;
1686
+ gap: 0.25em;
1687
+ }
1688
+ .Timer_rebuy-timer__display {
1689
+ margin-top: 0.25em;
9
1690
  }
10
1691
  }
11
- .RebuyCompleteTheLook_productGrid {
12
- display: grid;
13
- grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
14
- gap: 2rem;
15
- list-style: none;
16
- padding: 0;
1692
+
1693
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyWidget/RebuyWidget.css */
1694
+ .RebuyWidget_rebuy-widget__container {
1695
+ width: 100%;
1696
+ padding: 0;
1697
+ position: relative;
1698
+ }
1699
+ .RebuyWidget_rebuy-widget__popup-overlay {
1700
+ position: fixed;
1701
+ top: 0;
1702
+ left: 0;
1703
+ width: 100%;
1704
+ height: 100%;
1705
+ background-color: rgb(0 0 0 / 50%);
1706
+ display: flex;
1707
+ justify-content: center;
1708
+ align-items: center;
1709
+ z-index: 9999;
1710
+ }
1711
+ .RebuyWidget_rebuy-widget__popup-content {
1712
+ background-color: white;
1713
+ border-radius: 8px;
1714
+ max-width: 90%;
1715
+ max-height: 90vh;
1716
+ overflow-y: auto;
1717
+ position: relative;
1718
+ box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
1719
+ }
1720
+ .RebuyWidget_rebuy-widget__content {
1721
+ padding: 2em;
1722
+ }
1723
+ .RebuyWidget_rebuy-widget__inner-content {
1724
+ display: flex;
1725
+ flex-direction: column;
1726
+ gap: 0.5em;
1727
+ padding: 0;
1728
+ }
1729
+ .RebuyWidget_rebuy-widget__description {
1730
+ text-align: center;
1731
+ }
1732
+ .RebuyWidget_rebuy-widget__modal-close {
1733
+ position: absolute;
1734
+ top: 1em;
1735
+ right: 1em;
1736
+ background: transparent;
1737
+ border: none;
1738
+ font-size: 1.5em;
1739
+ cursor: pointer;
1740
+ z-index: 1;
1741
+ color: #333;
1742
+ width: 2em;
1743
+ height: 2em;
1744
+ display: flex;
1745
+ align-items: center;
1746
+ justify-content: center;
1747
+ border-radius: 50%;
1748
+ }
1749
+ .RebuyWidget_rebuy-widget__modal-close:hover {
1750
+ background-color: rgb(0 0 0 / 5%);
1751
+ }
1752
+ .RebuyWidget_rebuy-widget__product-grid {
1753
+ display: flex;
1754
+ flex-wrap: wrap;
1755
+ gap: 1.5em;
1756
+ width: 100%;
1757
+ }
1758
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="1"] > div {
1759
+ flex: 0 0 100%;
1760
+ }
1761
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="2"] > div {
1762
+ flex: 0 0 calc(50% - 0.75em);
1763
+ }
1764
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="3"] > div {
1765
+ flex: 0 0 calc(33.33% - 1em);
1766
+ }
1767
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="4"] > div {
1768
+ flex: 0 0 calc(25% - 1.125em);
1769
+ }
1770
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="5"] > div {
1771
+ flex: 0 0 calc(20% - 1.2em);
1772
+ }
1773
+ .RebuyWidget_rebuy-widget__product-grid[data-columns="6"] > div {
1774
+ flex: 0 0 calc(16.66% - 1.25em);
1775
+ }
1776
+ .RebuyWidget_rebuy-widget__product-grid:empty {
1777
+ display: none;
1778
+ }
1779
+
1780
+ /* src/smart-cart/components/CrossSell/CrossSell.css */
1781
+ [data-rebuy-component=cross-sell-widget] .RebuyWidget_rebuy-widget__content {
1782
+ padding: var(--rb-spacing-unit-4x, 16px);
1783
+ }
1784
+ [data-rebuy-component=cross-sell-widget] {
1785
+ --rb-product-card-gap: var(--rb-spacing-unit-3x, 12px);
1786
+ --rb-product-card-padding: 0;
1787
+ --rb-product-card-height: auto;
1788
+ --rb-product-card-image-height: 80px;
1789
+ --rb-product-card-actions-width: 120px;
1790
+ --rb-product-card-actions-margin-top: 0;
1791
+ }
1792
+ [data-rebuy-component=cross-sell-widget] .ProductCard_rebuy-product-card[data-layout=line] {
1793
+ align-items: flex-start;
1794
+ }
1795
+
1796
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/DiscountCodeInput/DiscountCodeInput.css */
1797
+ .DiscountCodeInput_rebuy-discount-code-input {
1798
+ display: flex;
1799
+ flex-flow: row wrap;
1800
+ gap: var(--rb-discount-code-input-gap);
1801
+ align-items: center;
1802
+ padding: 0 var(--rb-discount-code-input-padding-horizontal);
1803
+ }
1804
+ .DiscountCodeInput_rebuy-discount-code-input__form {
1805
+ display: flex;
1806
+ flex-flow: row nowrap;
1807
+ gap: var(--rb-discount-code-input-form-gap);
1808
+ align-items: stretch;
1809
+ margin-bottom: var(--rb-discount-code-input-form-margin-bottom);
1810
+ width: 100%;
1811
+ max-width: 100%;
1812
+ }
1813
+ .DiscountCodeInput_rebuy-discount-code-input__input-wrapper {
1814
+ position: relative;
1815
+ flex: 1 1 auto;
1816
+ }
1817
+ .DiscountCodeInput_rebuy-discount-code-input__input-label {
1818
+ position: absolute;
1819
+ top: var(--rb-discount-code-input-input-label-offset-top);
1820
+ left: var(--rb-discount-code-input-input-label-offset-left);
1821
+ transition: opacity 0.2s ease;
1822
+ opacity: 0;
1823
+ z-index: 1;
1824
+ margin-left: -5px;
1825
+ background-color: var(--rb-discount-code-input-input-label-background-color);
1826
+ padding: 0 5px;
1827
+ line-height: var(--rb-discount-code-input-input-label-line-height);
1828
+ color: var(--rb-discount-code-input-input-label-color);
1829
+ font-size: var(--rb-discount-code-input-input-label-font-size);
1830
+ pointer-events: none;
1831
+ }
1832
+ .DiscountCodeInput_rebuy-discount-code-input__input-wrapper--show-label .DiscountCodeInput_rebuy-discount-code-input__input-label {
1833
+ opacity: 1;
1834
+ }
1835
+ .DiscountCodeInput_rebuy-discount-code-input__input-field {
1836
+ appearance: none;
1837
+ box-sizing: border-box;
1838
+ display: block;
1839
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
1840
+ outline: none;
1841
+ border: var(--rb-discount-code-input-field-border-width) solid var(--rb-discount-code-input-field-border-color);
1842
+ border-radius: var(--rb-discount-code-input-field-border-radius);
1843
+ box-shadow: none;
1844
+ background-color: var(--rb-discount-code-input-field-background-color);
1845
+ padding: var(--rb-discount-code-input-field-padding-top) var(--rb-discount-code-input-field-padding-right) var(--rb-discount-code-input-field-padding-bottom) var(--rb-discount-code-input-field-padding-left);
1846
+ width: 100%;
1847
+ height: var(--rb-discount-code-input-field-height);
1848
+ text-transform: uppercase;
1849
+ color: var(--rb-discount-code-input-field-text-color);
1850
+ font-family: inherit;
1851
+ font-size: var(--rb-discount-code-input-field-font-size);
17
1852
  margin: 0;
18
- @media (min-width: 768px) {
19
- grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
20
- }
21
1853
  }
22
- .RebuyCompleteTheLook_productItem {
1854
+ .DiscountCodeInput_rebuy-discount-code-input__input-field::placeholder {
1855
+ opacity: 1;
1856
+ text-transform: none;
1857
+ color: var(--rb-discount-code-input-field-placeholder-color);
1858
+ }
1859
+ .DiscountCodeInput_rebuy-discount-code-input__input-field:hover {
1860
+ border-color: var(--rb-discount-code-input-field-border-color-hover);
1861
+ }
1862
+ .DiscountCodeInput_rebuy-discount-code-input__input-field:focus {
1863
+ border-color: var(--rb-discount-code-input-field-border-color-focus);
1864
+ box-shadow: var(--rb-discount-code-input-field-box-shadow-focus);
1865
+ }
1866
+ .DiscountCodeInput_rebuy-discount-code-input__input-field:disabled {
1867
+ border-color: var(--rb-discount-code-input-field-border-color-disabled);
1868
+ background-color: var(--rb-discount-code-input-field-background-color-disabled);
1869
+ cursor: not-allowed;
1870
+ color: var(--rb-discount-code-input-field-text-color-disabled);
1871
+ }
1872
+ .DiscountCodeInput_rebuy-discount-code-input__input-field:disabled::placeholder {
1873
+ color: var(--rb-discount-code-input-field-text-color-disabled);
1874
+ }
1875
+ .DiscountCodeInput_rebuy-discount-code-input__apply-button {
1876
+ appearance: none;
1877
+ box-sizing: border-box;
1878
+ display: inline-flex;
1879
+ flex: 0 0 auto;
1880
+ align-items: center;
1881
+ justify-content: center;
1882
+ transition:
1883
+ background-color 0.2s ease,
1884
+ border-color 0.2s ease,
1885
+ color 0.2s ease,
1886
+ opacity 0.2s ease,
1887
+ box-shadow 0.2s ease;
1888
+ outline: none;
1889
+ border: var(--rb-discount-code-input-apply-button-border-width) solid var(--rb-discount-code-input-apply-button-border-color);
1890
+ border-radius: var(--rb-discount-code-input-apply-button-border-radius);
1891
+ background-color: var(--rb-discount-code-input-apply-button-background-color);
1892
+ cursor: pointer;
1893
+ padding: var(--rb-discount-code-input-apply-button-padding);
1894
+ min-width: var(--rb-discount-code-input-apply-button-min-width);
1895
+ height: var(--rb-discount-code-input-apply-button-height);
1896
+ text-align: center;
1897
+ line-height: var(--rb-discount-code-input-apply-button-line-height);
1898
+ white-space: nowrap;
1899
+ color: var(--rb-discount-code-input-apply-button-text-color);
1900
+ font-size: var(--rb-discount-code-input-apply-button-font-size);
1901
+ font-weight: var(--rb-discount-code-input-apply-button-font-weight);
1902
+ }
1903
+ .DiscountCodeInput_rebuy-discount-code-input__apply-button:hover {
1904
+ border-color: var(--rb-discount-code-input-apply-button-border-color-hover);
1905
+ background-color: var(--rb-discount-code-input-apply-button-background-color-hover);
1906
+ color: var(--rb-discount-code-input-apply-button-text-color-hover);
1907
+ }
1908
+ .DiscountCodeInput_rebuy-discount-code-input__apply-button:focus {
1909
+ border-color: var(--rb-discount-code-input-apply-button-border-color-focus);
1910
+ box-shadow: var(--rb-discount-code-input-apply-button-box-shadow-focus);
1911
+ }
1912
+ .DiscountCodeInput_rebuy-discount-code-input__apply-button:disabled {
1913
+ opacity: var(--rb-discount-code-input-apply-button-opacity-disabled);
1914
+ border-color: var(--rb-discount-code-input-apply-button-border-color-disabled);
1915
+ background-color: var(--rb-discount-code-input-apply-button-background-color-disabled);
1916
+ cursor: not-allowed;
1917
+ color: var(--rb-discount-code-input-apply-button-text-color-disabled);
1918
+ }
1919
+ .DiscountCodeInput_rebuy-discount-code-input__error-message {
1920
+ order: 1;
1921
+ margin-top: var(--rb-discount-code-input-error-message-margin-top);
1922
+ width: 100%;
1923
+ line-height: var(--rb-discount-code-input-error-message-line-height);
1924
+ word-break: break-word;
1925
+ color: var(--rb-discount-code-input-error-message-text-color);
1926
+ font-size: var(--rb-discount-code-input-error-message-font-size);
1927
+ }
1928
+ .DiscountCodeInput_rebuy-discount-code-input__tags-list {
1929
+ display: flex;
1930
+ flex: 1 1 100%;
1931
+ flex-flow: row wrap;
1932
+ gap: var(--rb-discount-code-input-tags-list-gap);
1933
+ align-items: center;
1934
+ order: 2;
23
1935
  width: 100%;
24
1936
  }
1937
+ .DiscountCodeInput_rebuy-discount-code-input__tag {
1938
+ display: inline-flex;
1939
+ flex-flow: row nowrap;
1940
+ align-items: center;
1941
+ border-radius: var(--rb-discount-code-input-tag-border-radius);
1942
+ background-color: var(--rb-discount-code-input-tag-background-color);
1943
+ padding: var(--rb-discount-code-input-tag-padding);
1944
+ line-height: 1;
1945
+ color: var(--rb-discount-code-input-tag-text-color);
1946
+ font-size: var(--rb-discount-code-input-tag-font-size);
1947
+ }
1948
+ .DiscountCodeInput_rebuy-discount-code-input__tag-icon {
1949
+ display: inline-flex;
1950
+ align-items: center;
1951
+ margin-right: var(--rb-discount-code-input-tag-icon-margin-right);
1952
+ fill: currentcolor;
1953
+ }
1954
+ .DiscountCodeInput_rebuy-discount-code-input__tag-icon svg {
1955
+ width: var(--rb-discount-code-input-tag-icon-size);
1956
+ height: var(--rb-discount-code-input-tag-icon-size);
1957
+ }
1958
+ .DiscountCodeInput_rebuy-discount-code-input__tag-text {
1959
+ margin-right: var(--rb-discount-code-input-tag-text-margin-right);
1960
+ text-transform: uppercase;
1961
+ font-weight: var(--rb-discount-code-input-tag-text-font-weight);
1962
+ }
1963
+ .DiscountCodeInput_rebuy-discount-code-input__tag-remove-button {
1964
+ appearance: none;
1965
+ display: inline-flex;
1966
+ align-items: center;
1967
+ justify-content: center;
1968
+ transition: opacity 0.2s ease, color 0.2s ease;
1969
+ opacity: var(--rb-discount-code-input-tag-remove-button-opacity);
1970
+ margin: 0;
1971
+ margin-left: auto;
1972
+ outline: none;
1973
+ border: none;
1974
+ background: none;
1975
+ cursor: pointer;
1976
+ padding: 0 var(--rb-discount-code-input-tag-remove-button-padding-horizontal);
1977
+ line-height: 1;
1978
+ color: var(--rb-discount-code-input-tag-remove-button-text-color);
1979
+ font-size: var(--rb-discount-code-input-tag-remove-button-font-size);
1980
+ font-weight: var(--rb-discount-code-input-tag-remove-button-font-weight);
1981
+ }
1982
+ .DiscountCodeInput_rebuy-discount-code-input__tag-remove-button:hover {
1983
+ opacity: var(--rb-discount-code-input-tag-remove-button-opacity-hover);
1984
+ color: var(--rb-discount-code-input-tag-remove-button-text-color-hover);
1985
+ }
1986
+ .DiscountCodeInput_rebuy-discount-code-input__tag-remove-button:focus {
1987
+ opacity: var(--rb-discount-code-input-tag-remove-button-opacity-focus);
1988
+ outline: 1px dotted var(--rb-discount-code-input-tag-remove-button-text-color-focus);
1989
+ outline-offset: 2px;
1990
+ color: var(--rb-discount-code-input-tag-remove-button-text-color-focus);
1991
+ }
1992
+ .DiscountCodeInput_rebuy-discount-code-input__tag-remove-button:disabled {
1993
+ opacity: var(--rb-discount-code-input-tag-remove-button-opacity-disabled);
1994
+ cursor: not-allowed;
1995
+ color: var(--rb-discount-code-input-tag-remove-button-text-color-disabled);
1996
+ }
1997
+ .DiscountCodeInput_rebuy-discount-code-input__total-discount-amount {
1998
+ display: flex;
1999
+ flex-basis: auto;
2000
+ flex-shrink: 0;
2001
+ justify-content: flex-end;
2002
+ order: 3;
2003
+ margin-left: auto;
2004
+ white-space: nowrap;
2005
+ color: var(--rb-discount-code-input-total-discount-amount-text-color);
2006
+ font-size: var(--rb-discount-code-input-total-discount-amount-font-size);
2007
+ font-weight: var(--rb-discount-code-input-total-discount-amount-font-weight);
2008
+ }
2009
+
2010
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/LoginButton/LoginButton.css */
2011
+ .LoginButton_rebuy-login-button {
2012
+ appearance: none;
2013
+ box-sizing: border-box;
2014
+ display: inline-flex;
2015
+ align-items: center;
2016
+ justify-content: center;
2017
+ transition: var(--rb-login-button-transition);
2018
+ outline: none;
2019
+ border: var(--rb-login-button-border-width) solid var(--rb-login-button-border-color);
2020
+ border-radius: var(--rb-login-button-border-radius);
2021
+ background-color: var(--rb-login-button-background-color);
2022
+ cursor: pointer;
2023
+ padding: var(--rb-login-button-padding);
2024
+ text-align: var(--rb-login-button-text-align);
2025
+ text-decoration: var(--rb-login-button-text-decoration);
2026
+ line-height: var(--rb-login-button-line-height);
2027
+ white-space: nowrap;
2028
+ color: var(--rb-login-button-text-color);
2029
+ font-family: inherit;
2030
+ font-size: var(--rb-login-button-font-size);
2031
+ font-weight: var(--rb-login-button-font-weight);
2032
+ }
2033
+ .LoginButton_rebuy-login-button:hover {
2034
+ border-color: var(--rb-login-button-border-color-hover);
2035
+ background-color: var(--rb-login-button-background-color-hover);
2036
+ text-decoration: var(--rb-login-button-text-decoration-hover);
2037
+ color: var(--rb-login-button-text-color-hover);
2038
+ }
2039
+ .LoginButton_rebuy-login-button:focus {
2040
+ border-color: var(--rb-login-button-border-color-focus);
2041
+ box-shadow: var(--rb-login-button-box-shadow-focus);
2042
+ background-color: var(--rb-login-button-background-color-focus);
2043
+ text-decoration: var(--rb-login-button-text-decoration-focus);
2044
+ color: var(--rb-login-button-text-color-focus);
2045
+ }
2046
+ .LoginButton_rebuy-login-button:active {
2047
+ border-color: var(--rb-login-button-border-color-active);
2048
+ background-color: var(--rb-login-button-background-color-active);
2049
+ color: var(--rb-login-button-text-color-active);
2050
+ }
25
2051
 
26
- /* src/components/ProductCard/ProductCard.module.css */
27
- .ProductCard_container {
2052
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/TieredProgressBar/TieredProgressBar.css */
2053
+ .TieredProgressBar_rebuy-tiered-progress-bar {
2054
+ display: flex;
2055
+ flex-direction: column;
2056
+ gap: var(--rb-tiered-progress-bar-container-gap);
2057
+ padding: var(--rb-tiered-progress-bar-padding);
2058
+ }
2059
+ .TieredProgressBar_rebuy-tiered-progress-bar__main-progress-area {
2060
+ position: relative;
2061
+ }
2062
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-markers-list {
2063
+ display: flex;
2064
+ align-items: flex-start;
2065
+ margin-bottom: var(--rb-tiered-progress-bar-tier-marker-margin-bottom);
2066
+ }
2067
+ .TieredProgressBar_rebuy-tiered-progress-bar__track {
2068
+ position: relative;
2069
+ border-radius: var(--rb-tiered-progress-bar-track-border-radius);
2070
+ background-color: var(--rb-tiered-progress-bar-track-background-color);
2071
+ height: var(--rb-tiered-progress-bar-track-height);
2072
+ overflow: hidden;
2073
+ }
2074
+ .TieredProgressBar_rebuy-tiered-progress-bar__fill {
2075
+ position: absolute;
2076
+ top: 0;
2077
+ left: 0;
2078
+ transition: width 0.25s ease-in-out;
2079
+ border-radius: inherit;
2080
+ background-color: var(--rb-tiered-progress-bar-fill-background-color);
2081
+ height: 100%;
2082
+ }
2083
+ .TieredProgressBar_rebuy-tiered-progress-bar__fill:empty {
2084
+ display: block !important;
2085
+ }
2086
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-step {
28
2087
  display: flex;
2088
+ flex-basis: 0;
29
2089
  flex-direction: column;
30
- gap: 1.5rem;
31
- max-width: 25rem;
2090
+ flex-grow: 1;
2091
+ gap: var(--rb-tiered-progress-bar-tier-step-gap);
2092
+ align-items: center;
2093
+ min-width: var(--rb-tiered-progress-bar-tier-step-min-width);
2094
+ text-align: center;
2095
+ }
2096
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-icon-wrapper {
2097
+ display: flex;
2098
+ flex-shrink: 0;
2099
+ align-items: center;
2100
+ justify-content: center;
2101
+ transition:
2102
+ background-color 0.3s,
2103
+ border-color 0.3s,
2104
+ color 0.3s;
2105
+ border: 1px solid var(--rb-tiered-progress-bar-icon-default-border-color);
2106
+ border-radius: 50%;
2107
+ box-shadow: var(--rb-tiered-progress-bar-icon-box-shadow);
2108
+ background-color: var(--rb-tiered-progress-bar-icon-default-background-color);
2109
+ width: var(--rb-tiered-progress-bar-icon-size);
2110
+ height: var(--rb-tiered-progress-bar-icon-size);
2111
+ color: var(--rb-tiered-progress-bar-icon-default-symbol-color);
2112
+ font-size: var(--rb-tiered-progress-bar-icon-symbol-font-size);
2113
+ }
2114
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-step--reached .TieredProgressBar_rebuy-tiered-progress-bar__tier-icon-wrapper {
2115
+ border-color: var(--rb-tiered-progress-bar-icon-reached-border-color);
2116
+ background-color: var(--rb-tiered-progress-bar-icon-reached-background-color);
2117
+ color: var(--rb-tiered-progress-bar-icon-reached-symbol-color);
2118
+ }
2119
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-icon-wrapper svg {
2120
+ display: block;
2121
+ width: 60%;
2122
+ height: 60%;
2123
+ fill: currentcolor;
2124
+ }
2125
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-icon-image {
2126
+ border-radius: var(--rb-tiered-progress-bar-tier-icon-image-border-radius);
2127
+ width: 100%;
32
2128
  height: 100%;
33
- justify-content: space-between;
2129
+ object-fit: cover;
2130
+ object-position: center;
34
2131
  }
35
- .ProductCard_productInfo {
36
- display: grid;
37
- gap: 0.25rem;
38
- align-items: start;
2132
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-label {
2133
+ max-width: 100%;
2134
+ line-height: 1.2;
2135
+ white-space: normal;
2136
+ word-break: break-word;
2137
+ color: var(--rb-tiered-progress-bar-label-default-color);
2138
+ font-size: var(--rb-tiered-progress-bar-label-font-size);
39
2139
  }
40
-
41
- /* src/components/AddToCartBtn/AddToCartBtn.module.css */
42
- .AddToCartBtn_button {
43
- padding: 0.5rem 1rem;
44
- border-radius: 0.25rem;
45
- font-size: 1rem;
46
- color: #fff;
47
- background-color: #000;
48
- border: none;
49
- cursor: pointer;
2140
+ .TieredProgressBar_rebuy-tiered-progress-bar__tier-step--reached .TieredProgressBar_rebuy-tiered-progress-bar__tier-label {
2141
+ color: var(--rb-tiered-progress-bar-label-reached-color);
2142
+ font-weight: var(--rb-tiered-progress-bar-label-reached-font-weight);
2143
+ }
2144
+ .TieredProgressBar_rebuy-tiered-progress-bar__feedback-message {
2145
+ display: flex;
2146
+ align-items: center;
2147
+ justify-content: center;
2148
+ min-height: 1.5em;
2149
+ text-align: center;
2150
+ line-height: 1.3;
2151
+ color: var(--rb-tiered-progress-bar-feedback-text-color);
2152
+ font-size: var(--rb-tiered-progress-bar-feedback-font-size);
2153
+ }
2154
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-area {
2155
+ margin: var(--rb-tiered-progress-bar-gift-area-margin);
2156
+ }
2157
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-area-title {
2158
+ margin: var(--rb-tiered-progress-bar-gift-area-title-margin);
2159
+ text-align: center;
2160
+ text-transform: uppercase;
2161
+ line-height: 1;
2162
+ color: var(--rb-tiered-progress-bar-gift-area-title-color);
2163
+ font-size: var(--rb-tiered-progress-bar-gift-area-title-font-size);
2164
+ font-weight: var(--rb-tiered-progress-bar-gift-area-title-font-weight);
2165
+ }
2166
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-items-list {
2167
+ display: flex;
2168
+ flex-wrap: wrap;
2169
+ gap: var(--rb-tiered-progress-bar-gift-items-gap);
2170
+ justify-content: center;
2171
+ }
2172
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item {
2173
+ box-sizing: border-box;
2174
+ display: flex;
2175
+ flex-basis: var(--rb-tiered-progress-bar-gift-item-basis);
2176
+ flex-grow: 1;
2177
+ gap: var(--rb-tiered-progress-bar-gift-item-internal-gap);
2178
+ align-items: center;
2179
+ transition: opacity 0.2s ease;
2180
+ border: 1px solid var(--rb-tiered-progress-bar-gift-item-border-color);
2181
+ border-radius: var(--rb-tiered-progress-bar-gift-item-border-radius);
2182
+ background-color: var(--rb-tiered-progress-bar-gift-item-background-color);
2183
+ padding: var(--rb-tiered-progress-bar-gift-item-padding);
2184
+ max-width: calc(50% - (var(--rb-tiered-progress-bar-gift-items-gap) / 2));
2185
+ }
2186
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-image-wrapper {
2187
+ flex-shrink: 0;
2188
+ width: var(--rb-tiered-progress-bar-gift-image-size);
2189
+ height: var(--rb-tiered-progress-bar-gift-image-size);
2190
+ }
2191
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-image {
2192
+ border-radius: var(--rb-tiered-progress-bar-gift-image-border-radius);
2193
+ background-color: var(--rb-tiered-progress-bar-gift-image-placeholder-bg);
50
2194
  width: 100%;
2195
+ height: 100%;
2196
+ object-fit: cover;
2197
+ }
2198
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-details {
51
2199
  display: flex;
2200
+ flex-direction: column;
2201
+ flex-grow: 1;
2202
+ gap: var(--rb-tiered-progress-bar-gift-item-details-gap);
2203
+ text-align: left;
2204
+ font-size: var(--rb-tiered-progress-bar-gift-item-base-font-size);
2205
+ }
2206
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-title {
2207
+ margin: 0;
2208
+ line-height: 1.2;
2209
+ color: var(--rb-tiered-progress-bar-gift-item-title-color);
2210
+ font-size: var(--rb-tiered-progress-bar-gift-item-title-font-size);
2211
+ font-weight: var(--rb-tiered-progress-bar-gift-item-title-font-weight);
2212
+ }
2213
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-variant-title {
2214
+ margin: 0;
2215
+ min-height: 14px;
2216
+ line-height: 1.2;
2217
+ color: var(--rb-tiered-progress-bar-gift-item-variant-title-color);
2218
+ font-size: var(--rb-tiered-progress-bar-gift-item-variant-font-size);
2219
+ }
2220
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-status-text,
2221
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-actions-wrapper {
2222
+ margin-top: auto;
2223
+ font-size: var(--rb-tiered-progress-bar-gift-item-action-font-size);
2224
+ }
2225
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-status-text {
2226
+ color: var(--rb-tiered-progress-bar-gift-item-status-text-color);
2227
+ }
2228
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button {
2229
+ display: inline-flex;
2230
+ gap: var(--rb-tiered-progress-bar-button-gap);
52
2231
  align-items: center;
53
2232
  justify-content: center;
54
- gap: 0.5rem;
2233
+ transition:
2234
+ background-color 0.2s ease,
2235
+ border-color 0.2s ease,
2236
+ color 0.2s ease;
2237
+ margin-top: var(--rb-tiered-progress-bar-button-margin-top);
2238
+ border: 1px solid var(--rb-tiered-progress-bar-button-default-border-color);
2239
+ border-radius: var(--rb-tiered-progress-bar-button-border-radius);
2240
+ background-color: var(--rb-tiered-progress-bar-button-default-background-color);
2241
+ cursor: pointer;
2242
+ padding: var(--rb-tiered-progress-bar-button-padding);
2243
+ width: var(--rb-tiered-progress-bar-button-width);
2244
+ text-align: center;
2245
+ line-height: var(--rb-tiered-progress-bar-button-line-height);
2246
+ color: var(--rb-tiered-progress-bar-button-default-text-color);
2247
+ font-size: var(--rb-tiered-progress-bar-button-font-size);
55
2248
  }
56
- .AddToCartBtn_button:disabled {
57
- opacity: 0.5;
2249
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button:focus-visible {
2250
+ outline: 2px solid var(--rb-tiered-progress-bar-button-focus-ring-color);
2251
+ outline-offset: 2px;
2252
+ border-color: var(--rb-tiered-progress-bar-button-default-border-color-focus);
2253
+ }
2254
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button:disabled {
2255
+ opacity: var(--rb-opacity-disabled);
2256
+ border-color: var(--rb-tiered-progress-bar-button-default-border-color-disabled);
2257
+ background-color: var(--rb-tiered-progress-bar-button-default-background-color-disabled);
58
2258
  cursor: not-allowed;
2259
+ color: var(--rb-tiered-progress-bar-button-default-text-color-disabled);
59
2260
  }
60
- .AddToCartBtn_button:hover {
61
- background-color: #333;
2261
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button:hover:not(:disabled) {
2262
+ border-color: var(--rb-tiered-progress-bar-button-default-border-color-hover);
2263
+ background-color: var(--rb-tiered-progress-bar-button-default-background-color-hover);
2264
+ color: var(--rb-tiered-progress-bar-button-default-text-color-hover);
2265
+ }
2266
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button--remove {
2267
+ border-color: var(--rb-tiered-progress-bar-button-remove-border-color);
2268
+ background-color: var(--rb-tiered-progress-bar-button-remove-background-color);
2269
+ color: var(--rb-tiered-progress-bar-button-remove-text-color);
2270
+ }
2271
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button--remove:hover:not(:disabled) {
2272
+ border-color: var(--rb-tiered-progress-bar-button-remove-border-color-hover);
2273
+ background-color: var(--rb-tiered-progress-bar-button-remove-hover-bg-color);
2274
+ color: var(--rb-tiered-progress-bar-button-remove-text-color-hover);
2275
+ }
2276
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button--add {
2277
+ border-color: var(--rb-tiered-progress-bar-button-add-border-color);
2278
+ background-color: var(--rb-tiered-progress-bar-button-add-background-color);
2279
+ color: var(--rb-tiered-progress-bar-button-add-text-color);
2280
+ }
2281
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-button--add:hover:not(:disabled) {
2282
+ border-color: var(--rb-tiered-progress-bar-button-add-border-color-hover);
2283
+ background-color: var(--rb-tiered-progress-bar-button-add-hover-bg-color);
2284
+ color: var(--rb-tiered-progress-bar-button-add-text-color-hover);
2285
+ }
2286
+ .TieredProgressBar_rebuy-tiered-progress-bar__error-message {
2287
+ margin-top: var(--rb-tiered-progress-bar-error-margin-top);
2288
+ color: var(--rb-tiered-progress-bar-error-text-color);
2289
+ font-size: var(--rb-tiered-progress-bar-error-font-size);
2290
+ }
2291
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item--syncing {
2292
+ opacity: var(--rb-tiered-progress-bar-gift-item-opacity-syncing);
2293
+ pointer-events: none;
2294
+ }
2295
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-select {
2296
+ display: block;
2297
+ transition: border-color 0.2s ease, background-color 0.2s ease;
2298
+ margin-top: var(--rb-tiered-progress-bar-gift-item-select-margin-top);
2299
+ border-width: var(--rb-tiered-progress-bar-gift-item-select-border-width);
2300
+ border-style: solid;
2301
+ border-radius: var(--rb-tiered-progress-bar-gift-item-select-border-radius);
2302
+ border-color: var(--rb-tiered-progress-bar-gift-item-select-border-color);
2303
+ background-color: var(--rb-tiered-progress-bar-gift-item-select-background-color);
2304
+ cursor: pointer;
2305
+ padding: var(--rb-tiered-progress-bar-gift-item-select-padding);
2306
+ width: 100%;
2307
+ height: var(--rb-tiered-progress-bar-gift-item-select-height);
2308
+ color: var(--rb-tiered-progress-bar-gift-item-select-text-color);
2309
+ font-size: var(--rb-tiered-progress-bar-gift-item-select-font-size);
2310
+ }
2311
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-select:focus-visible {
2312
+ outline: 2px solid var(--rb-tiered-progress-bar-gift-item-select-focus-ring-color);
2313
+ outline-offset: 2px;
2314
+ border-color: var(--rb-tiered-progress-bar-gift-item-select-border-color-focus);
2315
+ }
2316
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-select:disabled {
2317
+ opacity: var(--rb-opacity-disabled);
2318
+ border-color: var(--rb-tiered-progress-bar-gift-item-select-border-color-disabled);
2319
+ background-color: var(--rb-tiered-progress-bar-gift-item-select-background-color-disabled);
2320
+ cursor: not-allowed;
2321
+ color: var(--rb-tiered-progress-bar-gift-item-select-text-color-disabled);
2322
+ }
2323
+ .TieredProgressBar_rebuy-tiered-progress-bar__gift-item-select:hover:not(:disabled) {
2324
+ border-color: var(--rb-tiered-progress-bar-gift-item-select-border-color-hover);
2325
+ }
2326
+
2327
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/_Layouts/LayoutStyles.css */
2328
+ .LayoutStyles_rebuy-smart-cart-layout__anchor-goal-box {
2329
+ display: flex;
2330
+ flex-flow: column nowrap;
2331
+ flex-shrink: 0;
2332
+ gap: var(--rb-smart-cart-layout-gap-default);
2333
+ background: var(--rb-smart-cart-layout-background-color);
2334
+ }
2335
+ .LayoutStyles_rebuy-smart-cart-layout__scroll-area {
2336
+ display: flex;
2337
+ flex: 1 1 auto;
2338
+ flex-flow: column nowrap;
2339
+ place-content: stretch flex-start;
2340
+ align-items: stretch;
2341
+ margin: 0;
2342
+ padding: 0;
2343
+ width: 100%;
2344
+ min-height: 0;
2345
+ overflow: hidden auto;
2346
+ border-top: 1px solid transparent;
2347
+ transition: border-top-color 0.4s ease;
2348
+ }
2349
+ .LayoutStyles_rebuy-smart-cart-layout__scroll-area--is-scrolled {
2350
+ border-top: 1px solid var(--rb-cart-item-border-color);
2351
+ }
2352
+ .LayoutStyles_rebuy-smart-cart-layout__anchor-body {
2353
+ display: flex;
2354
+ flex-flow: column nowrap;
2355
+ gap: var(--rb-smart-cart-layout-gap-default);
2356
+ place-content: stretch flex-start;
2357
+ align-items: stretch;
2358
+ margin: 0;
2359
+ background: var(--rb-smart-cart-layout-background-color);
2360
+ padding: 0;
2361
+ }
2362
+ .LayoutStyles_rebuy-smart-cart-layout__anchor-footer {
2363
+ display: flex;
2364
+ flex: 0 0 auto;
2365
+ flex-direction: column;
2366
+ gap: var(--rb-smart-cart-layout-gap-default);
2367
+ margin: 0;
2368
+ background: var(--rb-smart-cart-layout-background-color);
2369
+ padding: var(--rb-smart-cart-layout-anchor-footer-padding);
2370
+ }
2371
+ .LayoutStyles_rebuy-smart-cart-layout__anchor-footer--hidden {
2372
+ display: none;
2373
+ }
2374
+ .LayoutStyles_rebuy-smart-cart-layout__anchor-cross-sells {
2375
+ display: flex;
2376
+ flex-direction: column;
2377
+ gap: var(--rb-smart-cart-layout-gap-default);
2378
+ padding: var(--rb-smart-cart-layout-anchor-cross-sells-padding);
2379
+ width: 100%;
2380
+ height: 100%;
2381
+ }
2382
+ .LayoutStyles_rebuy-smart-cart-layout__flyout-inner {
2383
+ display: flex;
2384
+ flex: 1 1 auto;
2385
+ gap: var(--rb-smart-cart-layout-gap-default);
2386
+ width: 100%;
2387
+ height: 100%;
2388
+ max-height: 100%;
2389
+ overflow: hidden;
2390
+ }
2391
+ .LayoutStyles_rebuy-smart-cart-layout__flyout-inner--double {
2392
+ flex-direction: row;
2393
+ }
2394
+ .LayoutStyles_rebuy-smart-cart-layout__flyout-inner--double-right {
2395
+ flex-direction: row-reverse;
2396
+ }
2397
+ .LayoutStyles_rebuy-smart-cart-layout__column--primary {
2398
+ display: flex;
2399
+ flex: 0 0 var(--rb-smart-cart-layout-primary-column-basis);
2400
+ flex-direction: column;
2401
+ gap: var(--rb-smart-cart-layout-gap-default);
2402
+ place-content: stretch flex-start;
2403
+ align-items: stretch;
2404
+ width: var(--rb-smart-cart-layout-primary-column-basis);
2405
+ max-width: var(--rb-smart-cart-layout-primary-column-max-width);
2406
+ height: 100%;
2407
+ overflow: hidden;
2408
+ }
2409
+ .LayoutStyles_rebuy-smart-cart-layout__column--secondary {
2410
+ display: flex;
2411
+ flex: 1 1 var(--rb-smart-cart-layout-secondary-column-basis);
2412
+ flex-direction: column;
2413
+ place-content: stretch flex-start;
2414
+ align-items: stretch;
2415
+ background-color: var(--rb-smart-cart-layout-secondary-column-background-color);
2416
+ padding: 0;
2417
+ width: var(--rb-smart-cart-layout-secondary-column-basis);
2418
+ max-width: var(--rb-smart-cart-layout-secondary-column-max-width);
2419
+ height: 100%;
2420
+ overflow: hidden auto;
2421
+ }
2422
+ @media screen and (width <= 900px) {
2423
+ .LayoutStyles_rebuy-smart-cart-layout__flyout-inner {
2424
+ flex-direction: column;
2425
+ height: 100%;
2426
+ overflow: hidden;
2427
+ }
2428
+ .LayoutStyles_rebuy-smart-cart-layout__column--primary {
2429
+ flex: 1 1 auto;
2430
+ width: 100%;
2431
+ max-width: 100%;
2432
+ height: 100%;
2433
+ min-height: 0;
2434
+ overflow: hidden;
2435
+ }
2436
+ .LayoutStyles_rebuy-smart-cart-layout__column--secondary {
2437
+ display: none;
2438
+ }
2439
+ }
2440
+
2441
+ /* src/smart-cart/components/SmartCartContainer/Global.css */
2442
+ body.rebuy-smart-cart-open {
2443
+ overflow: hidden;
2444
+ position: fixed;
2445
+ width: 100%;
2446
+ }
2447
+ .rebuy-preview-highlight .rebuy-smart-cart {
2448
+ border: var(--rb-preview-highlight-outline-width, 2px) solid var(--rb-preview-highlight-outline-color, #2491c4) !important;
2449
+ }
2450
+ .rebuy-smart-cart a:focus-visible,
2451
+ .rebuy-smart-cart button:focus-visible,
2452
+ .rebuy-smart-cart select:focus-visible,
2453
+ .rebuy-smart-cart textarea:focus-visible,
2454
+ .rebuy-smart-cart input:focus-visible {
2455
+ outline: var(--rb-focus-ring-width, 2px) solid var(--rb-color-focus-ring, #2491c4) !important;
2456
+ outline-offset: var(--rb-focus-ring-offset, 2px);
2457
+ }
2458
+ .rebuy-smart-cart [data-rebuy-component] * {
2459
+ box-sizing: border-box !important;
62
2460
  }
63
2461
 
64
- /* src/components/ProductPrice/ProductPrice.module.css */
65
- .ProductPrice_priceContainer {
2462
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/smart-cart/components/SmartCartContainer/SmartCartContainer.css */
2463
+ .SmartCartContainer_rebuy-smart-cart,
2464
+ .SmartCartContainer_rebuy-smart-cart *,
2465
+ .SmartCartContainer_rebuy-smart-cart *::before,
2466
+ .SmartCartContainer_rebuy-smart-cart *::after {
2467
+ box-sizing: border-box;
2468
+ }
2469
+ .SmartCartContainer_rebuy-smart-cart__overlay-background {
2470
+ display: block;
2471
+ position: fixed;
2472
+ inset: 0;
2473
+ transition: var(--rb-smart-cart-overlay-transition);
2474
+ opacity: 0;
2475
+ z-index: var(--rb-z-index-smart-cart-overlay);
2476
+ margin: 0;
2477
+ background-color: var(--rb-smart-cart-overlay-background-color);
2478
+ padding: 0;
2479
+ width: 100%;
2480
+ height: 100%;
2481
+ pointer-events: none;
2482
+ }
2483
+ .SmartCartContainer_rebuy-smart-cart__overlay-background:empty {
2484
+ display: block;
2485
+ }
2486
+ .SmartCartContainer_rebuy-smart-cart__overlay-background--visible {
2487
+ opacity: 1;
2488
+ pointer-events: auto;
2489
+ }
2490
+ .SmartCartContainer_rebuy-smart-cart {
2491
+ display: flex;
2492
+ position: fixed;
2493
+ inset: var(--rb-smart-cart-margin-desktop) var(--rb-smart-cart-inset-right-initial) var(--rb-smart-cart-margin-desktop) auto;
2494
+ flex-flow: column nowrap;
2495
+ gap: var(--rb-smart-cart-gap);
2496
+ place-content: stretch flex-start;
2497
+ align-items: stretch;
2498
+ transition: var(--rb-smart-cart-transition-desktop);
2499
+ z-index: var(--rb-z-index-smart-cart);
2500
+ border-radius: var(--rb-smart-cart-border-radius-desktop);
2501
+ box-shadow: var(--rb-smart-cart-box-shadow);
2502
+ background: var(--rb-smart-cart-background-color);
2503
+ padding: 0;
2504
+ width: var(--rb-smart-cart-width-single-column-desktop);
2505
+ max-width: var(--rb-smart-cart-max-width-single-column-desktop);
2506
+ height: auto;
2507
+ max-height: var(--rb-smart-cart-max-height-desktop);
2508
+ overflow: hidden;
2509
+ }
2510
+ .SmartCartContainer_rebuy-smart-cart--visible {
2511
+ right: var(--rb-smart-cart-margin-desktop);
2512
+ left: auto;
2513
+ }
2514
+ .SmartCartContainer_rebuy-smart-cart--layout-double {
2515
+ width: var(--rb-smart-cart-width-double-column-desktop);
2516
+ max-width: var(--rb-smart-cart-max-width-double-column-desktop);
2517
+ max-height: var(--rb-smart-cart-max-height-double-column-desktop);
2518
+ }
2519
+ .SmartCartContainer_rebuy-smart-cart__header {
66
2520
  display: flex;
2521
+ position: sticky;
2522
+ top: 0;
2523
+ flex: 0 0 auto;
2524
+ flex-flow: column nowrap;
2525
+ gap: var(--rb-smart-cart-header-gap);
2526
+ z-index: var(--rb-smart-cart-header-z-index);
2527
+ background: var(--rb-smart-cart-header-background-color);
2528
+ padding-top: var(--rb-smart-cart-header-padding-top);
2529
+ }
2530
+ .SmartCartContainer_rebuy-smart-cart__header-top-bar {
2531
+ display: flex;
2532
+ flex-flow: row nowrap;
2533
+ gap: var(--rb-smart-cart-header-top-bar-gap);
67
2534
  align-items: center;
68
- gap: 0.5rem;
2535
+ justify-content: space-between;
2536
+ padding: 0 var(--rb-smart-cart-header-top-bar-padding-horizontal);
69
2537
  }
70
- .ProductPrice_compareAtPrice {
71
- opacity: 0.5;
2538
+ .SmartCartContainer_rebuy-smart-cart__header-content {
2539
+ display: flex;
2540
+ flex: 1 1 auto;
2541
+ flex-flow: row nowrap;
2542
+ align-items: center;
2543
+ justify-content: space-between;
2544
+ min-width: 0;
2545
+ max-width: var(--rb-smart-cart-header-content-max-width);
2546
+ }
2547
+ .SmartCartContainer_rebuy-smart-cart__close-button {
2548
+ display: inline-flex;
2549
+ flex-shrink: 0;
2550
+ align-items: center;
2551
+ justify-content: center;
2552
+ transition: var(--rb-smart-cart-close-button-transition);
2553
+ z-index: 1;
2554
+ margin: 0;
2555
+ outline: none;
2556
+ border: var(--rb-smart-cart-close-button-border-width) solid var(--rb-smart-cart-close-button-border-color);
2557
+ border-radius: var(--rb-smart-cart-close-button-border-radius);
2558
+ box-shadow: none;
2559
+ background-color: var(--rb-smart-cart-close-button-background-color);
2560
+ cursor: pointer;
2561
+ padding: var(--rb-smart-cart-close-button-padding);
2562
+ width: var(--rb-smart-cart-close-button-size);
2563
+ min-width: var(--rb-smart-cart-close-button-size);
2564
+ height: var(--rb-smart-cart-close-button-size);
2565
+ min-height: var(--rb-smart-cart-close-button-size);
2566
+ text-align: center;
2567
+ line-height: var(--rb-smart-cart-close-button-line-height);
2568
+ color: var(--rb-smart-cart-close-button-text-color);
2569
+ font-size: var(--rb-smart-cart-close-button-font-size);
2570
+ }
2571
+ .SmartCartContainer_rebuy-smart-cart__close-button:hover {
2572
+ background-color: var(--rb-smart-cart-close-button-background-color-hover);
2573
+ color: var(--rb-smart-cart-close-button-text-color-hover);
2574
+ }
2575
+ .SmartCartContainer_rebuy-smart-cart__close-button:focus {
2576
+ box-shadow: var(--rb-smart-cart-close-button-box-shadow-focus);
2577
+ background-color: var(--rb-smart-cart-close-button-background-color-focus);
2578
+ color: var(--rb-smart-cart-close-button-text-color-focus);
2579
+ }
2580
+ .SmartCartContainer_rebuy-smart-cart__close-button:active {
2581
+ background-color: var(--rb-smart-cart-close-button-background-color-active);
2582
+ color: var(--rb-smart-cart-close-button-text-color-active);
2583
+ }
2584
+ @media screen and (width <= 900px) {
2585
+ .SmartCartContainer_rebuy-smart-cart--layout-double {
2586
+ width: var(--rb-smart-cart-width-double-column-tablet);
2587
+ max-width: var(--rb-smart-cart-max-width-double-column-tablet);
2588
+ max-height: var(--rb-smart-cart-max-height-double-column-tablet);
2589
+ }
2590
+ }
2591
+ @media screen and (width <= 480px) {
2592
+ .SmartCartContainer_rebuy-smart-cart {
2593
+ inset: 100% auto auto 0;
2594
+ inset: auto;
2595
+ transition: var(--rb-smart-cart-transition-mobile);
2596
+ margin: var(--rb-smart-cart-margin-mobile);
2597
+ border-radius: var(--rb-smart-cart-border-radius-mobile);
2598
+ width: 100%;
2599
+ max-width: 100%;
2600
+ height: 100dvh;
2601
+ max-height: 100dvh;
2602
+ }
2603
+ .SmartCartContainer_rebuy-smart-cart--visible {
2604
+ top: 0;
2605
+ right: auto;
2606
+ bottom: auto;
2607
+ }
2608
+ .SmartCartContainer_rebuy-smart-cart--layout-double {
2609
+ width: 100%;
2610
+ max-width: 100%;
2611
+ height: 100dvh;
2612
+ max-height: 100dvh;
2613
+ }
72
2614
  }
73
2615
 
74
- /* src/components/VariantSelect/VariantSelect.module.css */
75
- .VariantSelect_select {
2616
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.css */
2617
+ .RebuyCompleteTheLook_container {
2618
+ padding: 32px 1em;
2619
+ margin: 1em 0;
2620
+ background-color: #f0f4f8;
2621
+ border-radius: 1em;
2622
+ position: relative;
2623
+ @media (width >= 768px) {
2624
+ padding: 4em;
2625
+ }
2626
+ }
2627
+ .RebuyCompleteTheLook_productGrid {
2628
+ display: grid;
2629
+ grid-template-columns: repeat(auto-fit, minmax(150px, calc(256px + 2 * var(--rb-spacing-unit-3x, 1em))));
2630
+ gap: 2em;
2631
+ list-style: none;
2632
+ padding: 0;
2633
+ margin: 0;
2634
+ justify-content: center;
2635
+ @media (width >= 768px) {
2636
+ grid-template-columns: repeat(auto-fit, minmax(240px, calc(256px + 2 * var(--rb-spacing-unit-3x, 1em))));
2637
+ }
2638
+ }
2639
+ .RebuyCompleteTheLook_productItem {
76
2640
  width: 100%;
77
- padding: 0.5rem;
78
- border: 1px solid #ccc;
79
- border-radius: 0.25rem;
80
- font-size: 1rem;
81
- color: #333;
82
- background-color: #fff;
83
2641
  }
84
2642
 
85
- /* src/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.module.css */
2643
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.css */
86
2644
  .RebuyDynamicBundleProducts_container {
87
- padding: 2rem 1rem;
2645
+ padding: 32px 16px;
88
2646
  background-color: #f0f4f8;
89
- border-radius: 1rem;
90
- max-width: 48rem;
91
- margin: 1rem 0;
92
- @media (min-width: 768px) {
93
- padding: 4rem;
2647
+ border-radius: 16px;
2648
+ max-width: 768px;
2649
+ margin: 16px 0;
2650
+ position: relative;
2651
+ @media (width >= 768px) {
2652
+ padding: 64px;
94
2653
  }
95
2654
  }
96
2655
  .RebuyDynamicBundleProducts_addCartBtnContainer {
@@ -103,23 +2662,23 @@
103
2662
  .RebuyDynamicBundleProducts_bundleContainer {
104
2663
  display: flex;
105
2664
  flex-direction: column;
106
- gap: 1rem;
107
- margin-bottom: 1rem;
2665
+ gap: 16px;
2666
+ margin-bottom: 16px;
108
2667
  }
109
2668
  .RebuyDynamicBundleProducts_select {
110
2669
  width: 100%;
111
- padding: 0.5rem;
2670
+ padding: 8px;
112
2671
  border: 1px solid #ccc;
113
- border-radius: 0.25rem;
114
- font-size: 1rem;
2672
+ border-radius: 4px;
2673
+ font-size: 16px;
115
2674
  color: #333;
116
2675
  background-color: #fff;
117
- @media (min-width: 768px) {
2676
+ @media (width >= 768px) {
118
2677
  width: 60%;
119
2678
  }
120
2679
  }
121
2680
  .RebuyDynamicBundleProducts_bundleItemRowContainer {
122
- margin-bottom: 1rem;
2681
+ margin-bottom: 16px;
123
2682
  }
124
2683
  .RebuyDynamicBundleProducts_unselected {
125
2684
  opacity: 0.5;
@@ -127,7 +2686,7 @@
127
2686
  .RebuyDynamicBundleProducts_bundleItemRow {
128
2687
  display: flex;
129
2688
  flex-direction: row;
130
- gap: 0.5rem;
2689
+ gap: 8px;
131
2690
  align-items: start;
132
2691
  }
133
2692
  .RebuyDynamicBundleProducts_bundleItemInput {
@@ -136,21 +2695,21 @@
136
2695
  .RebuyDynamicBundleProducts_bundleItemLabel {
137
2696
  display: flex;
138
2697
  flex-direction: row;
139
- gap: 0.5rem;
2698
+ gap: 8px;
140
2699
  cursor: pointer;
141
- margin-bottom: 0.5rem;
2700
+ margin-bottom: 8px;
142
2701
  }
143
2702
  .RebuyDynamicBundleProducts_bundleImages {
144
2703
  display: flex;
145
2704
  flex-wrap: wrap;
146
- gap: 0.5rem;
147
- margin-bottom: 1rem;
2705
+ gap: 8px;
2706
+ margin-bottom: 16px;
148
2707
  justify-content: center;
149
2708
  }
150
2709
  .RebuyDynamicBundleProducts_bundleImage {
151
- animation: RebuyDynamicBundleProducts_fadeIn 0.5s ease-in;
2710
+ animation: fade-in 0.5s ease-in;
152
2711
  }
153
- @keyframes RebuyDynamicBundleProducts_fadeIn {
2712
+ @keyframes fade-in {
154
2713
  from {
155
2714
  opacity: 0;
156
2715
  }
@@ -170,27 +2729,28 @@
170
2729
  opacity: 0.5;
171
2730
  }
172
2731
 
173
- /* src/widgets/RebuyProductAddOns/RebuyProductAddOns.module.css */
2732
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyProductAddOns/RebuyProductAddOns.css */
174
2733
  .RebuyProductAddOns_container {
175
2734
  display: flex;
176
2735
  flex-direction: column;
177
2736
  gap: 10px;
178
- margin: 1rem 0;
2737
+ margin: 16px 0;
179
2738
  background-color: #f0f4f8;
180
- border-radius: 1rem;
181
- padding: 2rem 1rem;
182
- @media (min-width: 768px) {
183
- padding: 4rem;
2739
+ border-radius: 16px;
2740
+ padding: 32px 16px;
2741
+ position: relative;
2742
+ @media (width >= 768px) {
2743
+ padding: 64px;
184
2744
  }
185
2745
  }
186
2746
  .RebuyProductAddOns_productAddOnsList {
187
2747
  display: grid;
188
2748
  grid-template-columns: repeat(1, minmax(0, 1fr));
189
- gap: 0.5rem;
190
- @media (min-width: 768px) {
2749
+ gap: 8px;
2750
+ @media (width >= 768px) {
191
2751
  grid-template-columns: repeat(2, minmax(0, 1fr));
192
2752
  }
193
- @media (min-width: 1024px) {
2753
+ @media (width >= 1024px) {
194
2754
  grid-template-columns: repeat(3, minmax(0, 1fr));
195
2755
  }
196
2756
  }
@@ -202,10 +2762,10 @@
202
2762
  }
203
2763
  .RebuyProductAddOns_addOnCardContent {
204
2764
  display: flex;
205
- gap: 0.5rem;
2765
+ gap: 8px;
206
2766
  flex-direction: column;
207
2767
  position: relative;
208
- padding: 1rem;
2768
+ padding: 16px;
209
2769
  border-radius: 8px;
210
2770
  border: 2px solid #e2e5ea;
211
2771
  background-color: #fff;
@@ -249,9 +2809,9 @@
249
2809
  position: relative;
250
2810
  }
251
2811
  .RebuyProductAddOns_addOnCardOutOfStock {
252
- border-radius: 0.25rem;
2812
+ border-radius: 4px;
253
2813
  background-color: #e2e5ea;
254
- font-size: 0.75rem;
2814
+ font-size: 12px;
255
2815
  }
256
2816
  .RebuyProductAddOns_addOnCardTextContent {
257
2817
  display: flex;
@@ -260,37 +2820,58 @@
260
2820
  .RebuyProductAddOns_addOnCardLearnMore {
261
2821
  text-decoration: underline;
262
2822
  color: gray;
263
- font-size: 0.875rem;
2823
+ font-size: 14px;
264
2824
  }
265
2825
  .RebuyProductAddOns_addCartBtnContainer {
266
2826
  display: flex;
267
2827
  justify-content: center;
268
- padding-top: 1rem;
2828
+ padding-top: 16px;
269
2829
  }
270
2830
  .RebuyProductAddOns_addCartBtnContainer form {
271
2831
  width: 100%;
272
2832
  }
2833
+ .RebuyProductAddOns_productAddOnsFooter {
2834
+ }
273
2835
  .RebuyProductAddOns_moneyContainer {
274
2836
  display: flex;
275
2837
  align-items: center;
276
- gap: 0.5rem;
2838
+ gap: 8px;
277
2839
  justify-content: center;
278
2840
  }
279
2841
 
280
- /* src/widgets/RebuyProductRecommendations/RebuyProductRecommendations.module.css */
2842
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyProductRecommendations/RebuyProductRecommendations.css */
281
2843
  .RebuyProductRecommendations_container {
282
- padding: 2rem 1rem;
2844
+ padding: 32px 16px;
283
2845
  background-color: #f0f4f8;
284
- border-radius: 1rem;
285
- margin: 1rem 0;
286
- @media (min-width: 768px) {
287
- padding: 4rem;
2846
+ border-radius: 16px;
2847
+ margin: 16px 0;
2848
+ position: relative;
2849
+ @media (width >= 768px) {
2850
+ padding: 64px;
288
2851
  }
289
2852
  }
290
2853
  .RebuyProductRecommendations_productGrid {
291
2854
  display: grid;
292
2855
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
293
- gap: 2rem;
2856
+ gap: 32px;
2857
+ list-style: none;
2858
+ }
2859
+
2860
+ /* ../../../../../tmp/tmp-165-6JKzb4aIuevv/opt/atlassian/pipelines/agent/build/src/widgets/RebuyRecentlyViewedProducts/RebuyRecentlyViewedProducts.css */
2861
+ .RebuyRecentlyViewedProducts_rebuy-recently-viewed-products-container {
2862
+ padding: 32px 16px;
2863
+ background-color: #f0f4f8;
2864
+ border-radius: 16px;
2865
+ margin: 16px 0;
2866
+ position: relative;
2867
+ @media (width >= 768px) {
2868
+ padding: 64px;
2869
+ }
2870
+ }
2871
+ .RebuyRecentlyViewedProducts_product-grid {
2872
+ display: grid;
2873
+ grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
2874
+ gap: 32px;
294
2875
  list-style: none;
295
2876
  }
296
2877
  /*# sourceMappingURL=index.css.map */