:root {
  --secondaryButtonHoverBackground: #2a2e39;
  --footerColor: #2a2e39;
  --textColor: #2a2e39;
  --promotedProductsTagsBackground: #2a2e39;
  --dividerColor: rgba(42, 46, 57, 0.1);
  --darkDividerColor: #2a2e39;
  --footerDividerColor: rgba(42, 46, 57, 0.8);
  --overlayBackground: rgba(42, 46, 57, 0.8);
  --secondaryBackgroundColor: rgba(42, 46, 57, 0.1);
  --scrollbarBackground: rgba(42, 46, 57, 0.2);
  --stickyMenuBackground: rgba(42, 46, 57, 0.95);
  --tileBoxShadow: 0px 10px 20px rgba(42, 46, 57, 0.1);
  --menuBackground: #2a2e39;
  --textColorFilter: invert(19%) sepia(14%) saturate(593%) hue-rotate(186deg) brightness(94%) contrast(100%);
  --tertiaryButtonHoverBackground: #F6A124;
  --shopColor: #F6A124;
  --activeColor: #F6A124;
  --loaderPrimaryColor: #F6A124;
  --iconColor: #F6A124;
  --iconColorFilter: invert(66%) sepia(77%) saturate(1312%) hue-rotate(344deg) brightness(103%) contrast(93%);
  --standardProductBackground: rgba(246, 161, 36, 0.03);
  --standardProductBackgroundGradient: linear-gradient(105deg, rgba(246, 161, 36, 0.07) 0%, rgba(246, 161, 36, 0.2) 100%) #FFFFFF;
  --mainGradient: linear-gradient(335deg, #D59303 0%, #F6A124 100%);
  --tertiaryButtonBackground: #D59303;
  --standardProductColor: #D59303;
  --secondaryTextColor: #D59303;
  --darkActiveColor: #D59303;
  --footerBackground: rgba(42, 46, 57, 0.02);
  --backgroundColor: rgba(42, 46, 57, 0.02);
  --successColor: #0E8754;
  --primaryButtonBackground: #0E8754;
  --primaryButtonHoverBackground: #00AB67;
  --menuHighLightItemsBackground: #21252E;
  --textColorRgb: 42, 46, 57;
  --activeColorRgb: 246, 161, 36;
  --darkActiveColorRgb: 213, 147, 3;
  --standardProductColorRgb: 213, 147, 3;
}