@charset "UTF-8";
.suggestions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border: none !important;
  padding: 8px;
  /* Ensure promotions appear before icons in the search tiles */ }
  .suggestions .wishlistIconGeneral,
  .suggestions .product-note-position {
    display: none; }
  .suggestions .search-background {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0; }
  .suggestions .productBlock {
    position: absolute;
    max-width: 1340px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 2rem 2rem 2rem;
    background-color: white; }
    @media (min-width: 1199.99px) {
      .suggestions .productBlock {
        min-width: 1150px; } }
    @media (max-width: 768.98px) {
      .suggestions .productBlock {
        padding: 1rem 0 0 0; } }
    @media (min-width: 768.98px) {
      .suggestions .productBlock .productBlock-previous {
        width: 30%; } }
    .suggestions .productBlock .productBlock-title {
      font-size: 2em;
      line-height: 1;
      /* Ajustar la altura de línea a 1 (puedes ajustarlo si es necesario) */
      display: inline;
      padding: 0rem 2rem 1rem 1rem;
      text-wrap: wrap; }
      @media (min-width: 768.98px) {
        .suggestions .productBlock .productBlock-title {
          width: 70%; } }
    .suggestions .productBlock .close-modal-search {
      border: unset;
      background-color: transparent;
      position: absolute;
      top: 0;
      right: 0;
      margin: 10px;
      font-size: 1.5rem; }
      .suggestions .productBlock .close-modal-search i {
        position: unset;
        color: #91ad41; }
  .suggestions .searchTile {
    display: block; }
    .suggestions .searchTile .product .product-tile {
      margin-bottom: 30px; }
      .suggestions .searchTile .product .product-tile .tile-body .price {
        font-family: var(--skin-body-font);
        font-weight: bold; }
        .suggestions .searchTile .product .product-tile .tile-body .price div span {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: left;
              justify-content: left; }
          .suggestions .searchTile .product .product-tile .tile-body .price div span p {
            display: inline;
            padding: 0 0.5rem 0 0; }
            .suggestions .searchTile .product .product-tile .tile-body .price div span p span {
              padding: 0; }
  .suggestions .fa-search {
    position: unset; }
  .suggestions .categoryGrid {
    text-align: left;
    width: 30%;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem 0.75rem 0.5rem 0.25rem; }
    @media (min-width: 768.99px) and (max-width: 1024.98px) {
      .suggestions .categoryGrid {
        width: 34%;
        padding-right: 0.5rem; } }
    .suggestions .categoryGrid div {
      padding-left: 0%; }
    .suggestions .categoryGrid .subCategory {
      margin-bottom: 10px;
      padding: 1.25rem;
      width: 100%;
      border-radius: 24px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbf4 100%);
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.5s ease-in-out; }
      .suggestions .categoryGrid .subCategory:hover, .suggestions .categoryGrid .subCategory:focus-within {
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.22); }
      .suggestions .categoryGrid .subCategory .subCategory-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 0.9rem;
        margin-bottom: 1rem; }
      .suggestions .categoryGrid .subCategory .subCategory-copy {
        min-width: 0;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .suggestions .categoryGrid .subCategory .subCategory-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 42px;
        min-width: 42px;
        height: 42px;
        border-radius: 14px;
        background: #91ad41;
        box-shadow: 0 12px 24px rgba(145, 173, 65, 0.25); }
      .suggestions .categoryGrid .subCategory .subCategory-eyebrow {
        margin-bottom: 0.2rem;
        color: #6b7280;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase; }
      .suggestions .categoryGrid .subCategory .item {
        padding: 0; }
      .suggestions .categoryGrid .subCategory .categoryName {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        color: #111827;
        font-size: 0.98rem;
        font-weight: 700;
        line-height: 1.35; }
        @media (min-width: 768.99px) and (max-width: 1024.98px) {
          .suggestions .categoryGrid .subCategory .categoryName {
            font-size: 0.92rem;
            line-height: 1.25; } }
      .suggestions .categoryGrid .subCategory i {
        color: #91ad41; }
      .suggestions .categoryGrid .subCategory svg {
        width: 18px;
        min-width: 18px;
        height: auto;
        fill: #ffffff; }
      .suggestions .categoryGrid .subCategory .subCategory-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        color: #111827;
        font-size: 1.05rem;
        font-weight: 800;
        line-height: 1.15;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word; }
      .suggestions .categoryGrid .subCategory a {
        font-family: var(--skin-body-font);
        text-decoration: none; }
      .suggestions .categoryGrid .subCategory .subCategory-link {
        transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease; }
        .suggestions .categoryGrid .subCategory .subCategory-link:hover, .suggestions .categoryGrid .subCategory .subCategory-link:focus {
          transform: translateY(-1px);
          text-decoration: none; }
      .suggestions .categoryGrid .subCategory .subCategory-link--category {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 0.9rem;
        padding: 0.85rem;
        min-width: 0;
        border-radius: 18px;
        border: 1px solid rgba(145, 173, 65, 0.16);
        background-color: rgba(255, 255, 255, 0.9); }
        .suggestions .categoryGrid .subCategory .subCategory-link--category:hover, .suggestions .categoryGrid .subCategory .subCategory-link--category:focus {
          border-color: rgba(145, 173, 65, 0.38);
          box-shadow: 0 16px 28px rgba(145, 173, 65, 0.12); }
      .suggestions .categoryGrid .subCategory .categoryThumb {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 56px;
        min-width: 56px;
        height: 56px;
        padding: 0.45rem;
        border-radius: 16px;
        background-color: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06); }
        @media (min-width: 768.99px) and (max-width: 1024.98px) {
          .suggestions .categoryGrid .subCategory .categoryThumb {
            width: 44px;
            min-width: 44px;
            height: 44px;
            padding: 0.35rem;
            border-radius: 12px; } }
        .suggestions .categoryGrid .subCategory .categoryThumb img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .suggestions .categoryGrid .subCategory .categoryThumb .searchCategoryThumbImage {
          width: 100%;
          height: 100%;
          object-fit: contain;
          border-radius: 0 !important;
          max-width: none; }
      .suggestions .categoryGrid .subCategory .categoryMeta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 0.3rem;
        min-width: 0; }
      .suggestions .categoryGrid .subCategory .categoryCaption {
        display: block;
        color: #6b7280;
        font-size: 0.82rem;
        line-height: 1.3;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word; }
        @media (min-width: 768.99px) and (max-width: 1024.98px) {
          .suggestions .categoryGrid .subCategory .categoryCaption {
            font-size: 0.76rem; } }
      .suggestions .categoryGrid .subCategory .subCategory-pillList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0.65rem; }
      .suggestions .categoryGrid .subCategory .subCategory-link--pill {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        min-height: 40px;
        padding: 0.6rem 0.95rem;
        border: 1px solid rgba(17, 24, 39, 0.08);
        border-radius: 999px;
        background-color: #ffffff;
        color: var(--color-mm-green-dark);
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 1.2; }
        @media (min-width: 768.99px) and (max-width: 1024.98px) {
          .suggestions .categoryGrid .subCategory .subCategory-link--pill {
            min-height: 34px;
            padding: 0.45rem 0.7rem;
            font-size: 0.84rem; } }
        .suggestions .categoryGrid .subCategory .subCategory-link--pill:hover, .suggestions .categoryGrid .subCategory .subCategory-link--pill:focus {
          color: #91ad41;
          border-color: #91ad41;
          box-shadow: 0 12px 24px rgba(145, 173, 65, 0.14); }
  .suggestions .itemGrid {
    width: 70%;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 768.99px) and (max-width: 1024.98px) {
      .suggestions .itemGrid {
        width: 66%; } }
    @media (max-width: 768.98px) {
      .suggestions .itemGrid {
        width: 100%; } }
    .suggestions .itemGrid span {
      text-align: left;
      font-weight: bolder; }
      @media (max-width: 768.98px) {
        .suggestions .itemGrid span {
          max-height: -moz-fit-content;
          max-height: fit-content; } }
    .suggestions .itemGrid .searchViewAll {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 2rem; }
      .suggestions .itemGrid .searchViewAll .btn-outline-primary:focus,
      .suggestions .itemGrid .searchViewAll .btn-outline-primary:active,
      .suggestions .itemGrid .searchViewAll .btn:active:focus {
        border-color: var(--color-primary);
        color: var(--color-primary);
        box-shadow: none;
        background-color: var(--color-white);
        outline: none; }
  .suggestions .product-tile .tile-body {
    padding: 0px; }
    @media only screen and (max-width: 543px) {
      .suggestions .product-tile .tile-body {
        width: 40%; } }
    @media (max-width: 768.98px) {
      .suggestions .product-tile .tile-body {
        width: 100%; } }
    .suggestions .product-tile .tile-body i {
      vertical-align: middle;
      border-style: none; }
    .suggestions .product-tile .tile-body .tile-image {
      height: 100%;
      width: 100%;
      position: absolute;
      object-fit: contain;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .suggestions .product-tile .image-container {
    height: 175px !important;
    width: 100% !important; }
    .suggestions .product-tile .image-container a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none; }
    .suggestions .product-tile .image-container a img {
      height: 100%;
      width: auto;
      max-width: 100%; }
  .suggestions .pdp-link {
    text-align: left;
    font-family: var(--skin-body-font);
    font-size: 16px; }
    @media (max-width: 768.98px) {
      .suggestions .pdp-link {
        width: 100%; } }
  .suggestions .product-image-icons-container {
    position: relative;
    width: 100%; }
  .suggestions .product-icons {
    /* keep icons in the flex flow so order can be controlled with promotions */
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-order: 2;
        order: 2;
    z-index: 2;
    margin-left: auto;
    /* push icons to the right inside the icons-container */
    min-height: 30px;
    display: flex;
    width: auto;
    justify-content: flex-start;
    order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    bottom: unset; }
    @media only screen and (max-width: 543px) {
      .suggestions .product-icons {
        bottom: unset; } }
  .suggestions .tile-promotions {
    -ms-flex-order: 1;
        order: 1;
    z-index: 12;
    margin-right: 8px; }
  .suggestions .product-note-position {
    cursor: pointer;
    right: 0; }
  .suggestions .background-solid-icon {
    background-color: white;
    opacity: 0.7; }
  .suggestions .center-text {
    text-align: center; }
  .suggestions .center-modal-product-notes {
    padding-top: 7rem; }
  .suggestions .notesTextareaPLP {
    min-height: 50px;
    max-height: 75px;
    padding: 10px 90px 10px 10px;
    border: 1px solid var(--skin-border-color-1);
    border-radius: 10px; }
  .suggestions .aviso-envasado-vacio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
    color: var(--third-color);
    background-color: rgba(208, 1, 27, 0.25);
    border: 1px solid var(--skin-border-color-1);
    border-radius: 10px; }
    .suggestions .aviso-envasado-vacio i {
      scale: 1.5;
      padding: 10px; }
  .suggestions .discount-plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 35px;
    width: 45px;
    z-index: 12;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: var(--color-red);
    border-radius: 10px;
    padding: 3px 0 3px 0; }
  @media (max-width: 544px) {
    .suggestions .buttonsQuantitySticky .update-quantity .itemquantity .quantity {
      font-size: 1.3rem; } }
  .suggestions .update-quantity {
    border: none;
    height: 38px; }
    .suggestions .update-quantity .itemquantity {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      padding: 0; }
      .suggestions .update-quantity .itemquantity .quantity {
        font-size: 0.9rem; }
    .suggestions .update-quantity .tile-update-quantity {
      background-color: var(--menu-text-color);
      border: none;
      color: var(--menu-text-color);
      position: absolute;
      height: 35px;
      width: 35px !important;
      border-radius: 100%;
      padding-bottom: 0; }
      .suggestions .update-quantity .tile-update-quantity.decrease {
        background-color: var(--color-secondary); }
        .suggestions .update-quantity .tile-update-quantity.decrease.pdp {
          top: 0px;
          width: initial !important; }
          @media (min-width: 544px) and (max-width: 592px) {
            .suggestions .update-quantity .tile-update-quantity.decrease.pdp {
              left: -15px; } }
      .suggestions .update-quantity .tile-update-quantity.increase {
        background-color: var(--color-secondary); }
        .suggestions .update-quantity .tile-update-quantity.increase.pdp {
          top: 0;
          width: initial !important; }
          @media (min-width: 544px) and (max-width: 592px) {
            .suggestions .update-quantity .tile-update-quantity.increase.pdp {
              right: -15px; } }
  .suggestions .show-more button.btn-outline-primary:focus,
  .suggestions .show-more button.btn-outline-primary:active,
  .suggestions .show-more .btn:active:focus, .suggestions .secondary-bar button.btn-outline-primary:focus,
  .suggestions .secondary-bar button.btn-outline-primary:active,
  .suggestions .secondary-bar .btn:active:focus {
    border-color: var(--color-primary);
    color: var(--color-primary);
    box-shadow: none !important;
    background-color: var(--color-white);
    outline: none !important; }
  @media only screen and (max-width: 768px) {
    .suggestions .add-to-cart .btn-primary {
      width: 100%; } }
  @media (min-width: 544px) and (max-width: 768px) {
    .suggestions .add-to-cart .btn-primary.buttons-plp {
      width: unset; } }
  @media only screen and (min-width: 544px) {
    .suggestions .add-to-cart-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  .suggestions .searchTile .add-to-cart.plp-button {
    width: 100%;
    min-width: 0; }
  .suggestions .searchTile .login-popover-content {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 0.95rem; }
  .suggestions .searchTile .login-popover-content .small {
    white-space: normal;
    line-height: 1.25;
    margin-bottom: 0.4rem; }
  .suggestions .productGoToNutritionalInfo {
    text-decoration: underline;
    color: var(--skin-price-2); }
    .suggestions .productGoToNutritionalInfo:hover {
      color: var(--skin-price-2);
      font-weight: bold;
      cursor: pointer; }
  .suggestions .productlegaladvice {
    text-decoration: underline;
    color: var(--skin-price-2); }
    .suggestions .productlegaladvice:hover {
      color: var(--skin-price-2);
      font-weight: bold; }
  .suggestions .productlegaladvice-modalcontent {
    z-index: 10;
    padding: 0;
    width: 75%; }
    @media only screen and (max-width: 543px) {
      .suggestions .productlegaladvice-modalcontent {
        top: -50px;
        width: 90%;
        max-width: 100%; }
        .suggestions .productlegaladvice-modalcontent .modal-title {
          font-size: small;
          font-weight: bold; }
        .suggestions .productlegaladvice-modalcontent .modal-body {
          padding: 0.5rem;
          font-size: smaller; }
          .suggestions .productlegaladvice-modalcontent .modal-body p {
            margin: 0 0 6px 0; } }
  .suggestions .productlegaladvice-modaldialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .suggestions .productlegaladvice-modalfade {
    margin: -6px; }

/*# sourceMappingURL=tileSearch.css.map*/