/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /*Fuente cliente*/
  --theme-font-family: "Montserrat", sans-serif;
  /*Navbar Colors*/
  --ob-nav-text-color: #252525;
  --ob-nav-bg-color: #fffff8;
  /*Color primary*/
  --theme-primary-50: #f6fbe9;
  --theme-primary-100: #e6f4c1;
  --theme-primary-200: #d4ec97;
  --theme-primary-300: #c1e36c;
  --theme-primary-400: #b3db54;
  --theme-primary-500: #AAC65C;
  --theme-primary-600: #91aa4c;
  --theme-primary-700: #778d3f;
  --theme-primary-800: #5d7131;
  --theme-primary-900: #495a27;
  --theme-primary-A100: #f1ffda;
  --theme-primary-A200: #dfff9d;
  --theme-primary-A400: #c4ff5f;
  --theme-primary-A700: #b2ff26;

  --theme-primary-contrast-50: #1b1b1b;
  --theme-primary-contrast-100: #1b1b1b;
  --theme-primary-contrast-200: #1b1b1b;
  --theme-primary-contrast-300: #1b1b1b;
  --theme-primary-contrast-400: #1b1b1b;
  --theme-primary-contrast-500: #1b1b1b;
  --theme-primary-contrast-600: #1b1b1b;
  --theme-primary-contrast-700: #ffffff;
  --theme-primary-contrast-800: #ffffff;
  --theme-primary-contrast-900: #ffffff;
  --theme-primary-contrast-A100: #1b1b1b;
  --theme-primary-contrast-A200: #1b1b1b;
  --theme-primary-contrast-A400: #1b1b1b;
  --theme-primary-contrast-A700: #1b1b1b;
}

/*TEXT PROMO 2X1*/
ob-catalog-item-card#sessionId-2401604 .mat-mdc-card-content .title:after {
  content: "- PROMO 2x1 ";
  font-weight: 700;
  background-color: #1b83ff;
  color: #fff;
  font-size: 0.8rem !important;
  padding: 3px 6px;
  /* Aumenta el área de fondo */
  line-height: 1.5;
  /* Hace que el fondo ocupe más espacio vertical */
  display: inline-block;
  /* Asegura que el fondo se ajuste al contenido */
  border-radius: 3px;
  /* Redondea los bordes */
  margin-left: 1rem;
}