@charset "UTF-8";
.product-tile {
  transition: box-shadow 0.5s ease-in-out;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
  .product-tile:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.22); }
  .product-tile .product-image-icons-container {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px; }
    .product-tile .product-image-icons-container .image-container img {
      padding: 5px 0 5px 0; }
      @media (max-width: 544.5px) {
        .product-tile .product-image-icons-container .image-container img {
          padding: 5px 0 0 0; } }
    .product-tile .product-image-icons-container .icons-container {
      position: relative;
      height: 35px;
      padding: 0; }
      .product-tile .product-image-icons-container .icons-container .tile-promotions {
        cursor: pointer; }
        .product-tile .product-image-icons-container .icons-container .tile-promotions .promotion-details {
          padding: 0 0 0 0.3rem; }
        .product-tile .product-image-icons-container .icons-container .tile-promotions div.promotiondate {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
          width: 100%;
          bottom: 40px;
          padding: 10px;
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.9);
          z-index: 10; }
          .product-tile .product-image-icons-container .icons-container .tile-promotions div.promotiondate .promotiontitle {
            font-size: 16px; }
          .product-tile .product-image-icons-container .icons-container .tile-promotions div.promotiondate.is-visible {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; }
  @media (min-width: 544px) {
    .product-tile .image-container {
      height: 150px;
      width: 100%; } }
  @media (max-width: 543px) {
    .product-tile .image-container {
      height: 150px;
      width: 100%; } }
  .product-tile .tile-body .pdp-link {
    padding: 0 10px 0 10px; }
    .product-tile .tile-body .pdp-link .link {
      text-wrap: balance; }
  .product-tile .tile-body > .price {
    padding: 0 10px 5px 10px; }
  .product-tile .tile-body .cart-and-ipay {
    padding: 0 5px 0 5px; }
    @media only screen and (max-width: 543px) {
      .product-tile .tile-body .cart-and-ipay {
        padding: 0 5px 5px 5px; } }

.product-icons {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: -27px; }
  @media only screen and (max-width: 543px) {
    .product-icons {
      bottom: 5px; } }

.product-note-position {
  cursor: pointer;
  right: 0; }

.background-solid-icon {
  background-color: white;
  opacity: 0.7; }

.center-text {
  text-align: center; }

.center-modal-product-notes {
  padding-top: 7rem; }

.notesTextareaPLP {
  min-height: 50px;
  max-height: 75px;
  padding: 10px 90px 10px 10px;
  border: 1px solid var(--skin-border-color-1);
  border-radius: 10px; }

.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; }
  .aviso-envasado-vacio i {
    scale: 1.5;
    padding: 10px; }

.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;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background-color: var(--color-red);
  border-radius: 10px;
  padding: 3px 0; }
  @media (max-width: 544px) {
    .discount-plp {
      height: 30px;
      width: 40px;
      font-size: 14px; } }

.plp-badges {
  position: absolute;
  top: 10px;
  left: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  z-index: 6;
  padding: 0 8px; }

@media (max-width: 544px) {
  .plp-badges {
    top: 10px;
    left: 14px; } }

.novelty-plp {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 35px;
  padding: 0 10px;
  color: #fff;
  background-color: var(--color-red);
  font-weight: bold;
  font-size: 15px;
  border-radius: 10px; }
  @media (max-width: 544px) {
    .novelty-plp {
      height: 30px;
      font-size: 14px;
      padding: 0 8px; } }

@media (max-width: 544px) {
  .buttonsQuantitySticky .update-quantity .itemquantity .quantity {
    font-size: 1.3rem; } }

.tile-add-to-cart.btn-add-to-cart {
  height: 38px; }

.update-quantity {
  border: none;
  height: 38px; }
  .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;
    color: var(--color-secondary);
    font-size: 1.1rem; }
    .update-quantity .itemquantity .quantity {
      font-size: 1.1rem;
      color: var(--color-secondary);
      font-weight: bold; }
    .update-quantity .itemquantity .unit {
      font-size: 1.1rem;
      color: var(--color-secondary);
      padding-left: 5px;
      font-weight: bold; }
  .update-quantity .tile-update-quantity {
    background-color: var(--menu-text-color);
    border: none;
    color: var(--menu-text-color);
    position: absolute;
    height: 100%;
    border-radius: 100%;
    padding-bottom: 0; }
    .update-quantity .tile-update-quantity.decrease {
      height: 100%;
      aspect-ratio: 1/1;
      left: 11px;
      top: 0;
      padding: 0;
      color: var(--color-mm-white-basic);
      background-color: var(--color-mm-green-light); }
      @media only screen and (max-width: 544px) {
        .update-quantity .tile-update-quantity.decrease {
          left: 0; } }
      .update-quantity .tile-update-quantity.decrease.pdp {
        top: 0px;
        width: initial; }
    .update-quantity .tile-update-quantity.increase {
      height: 100%;
      aspect-ratio: 1/1;
      right: 11px;
      top: 0;
      padding: 0;
      color: var(--color-mm-white-basic);
      background-color: var(--color-mm-green-light); }
      @media only screen and (max-width: 544px) {
        .update-quantity .tile-update-quantity.increase {
          right: 0; } }
      .update-quantity .tile-update-quantity.increase.pdp {
        top: 0;
        width: initial; }

.show-more button.btn-outline-primary:focus,
.show-more button.btn-outline-primary:active,
.show-more .btn:active:focus, .secondary-bar button.btn-outline-primary:focus,
.secondary-bar button.btn-outline-primary:active,
.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 (min-width: 544px) {
  .add-to-cart-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; } }

.productGoToNutritionalInfo {
  text-decoration: underline;
  color: var(--skin-price-2); }
  .productGoToNutritionalInfo:hover {
    color: var(--skin-price-2);
    font-weight: bold;
    cursor: pointer; }

.productlegaladvice {
  text-decoration: underline;
  color: var(--skin-price-2); }
  .productlegaladvice:hover {
    color: var(--skin-price-2);
    font-weight: bold; }

.productlegaladvice-modalcontent {
  z-index: 10;
  padding: 0;
  width: 75%; }
  @media only screen and (max-width: 543px) {
    .productlegaladvice-modalcontent {
      top: -50px;
      width: 90%;
      max-width: 100%; }
      .productlegaladvice-modalcontent .modal-title {
        font-size: small;
        font-weight: bold; }
      .productlegaladvice-modalcontent .modal-body {
        padding: 0.5rem;
        font-size: smaller; }
        .productlegaladvice-modalcontent .modal-body p {
          margin: 0 0 6px 0; } }

.productlegaladvice-modaldialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0; }

.productlegaladvice-modalfade {
  margin: -6px; }

.refinement-bar {
  z-index: 1110 !important;
  position: fixed !important;
  padding-top: 90px !important;
  bottom: 0;
  left: 0;
  width: 300px;
  width: 450px;
  min-height: 100vh;
  height: auto;
  box-sizing: border-box;
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  /* prevent scroll chaining to the page */
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow: 4px 0 24px 0 rgba(0, 0, 0, 0.18) !important;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: block !important; }
  @media (min-width: 770px) and (max-width: 1200px) {
    .refinement-bar {
      padding-top: 180px !important; } }
  @media (max-width: 770px) {
    .refinement-bar {
      padding-top: 200px !important; } }
  .refinement-bar.is-open {
    transform: translateX(0); }
  .refinement-bar .filter-header {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 1010;
    background-color: #fff;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
    .refinement-bar .filter-header .header-bar {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      background-color: #fff;
      border-bottom: unset; }
    .refinement-bar .filter-header .close {
      -ms-flex-order: 2;
          order: 2;
      margin-left: auto;
      background: transparent;
      border: none;
      font-size: 1rem;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 0.5rem; }
    .refinement-bar .filter-header .result-count {
      -ms-flex-order: 1;
          order: 1;
      margin-right: 1rem; }
  @media (max-width: 769px) {
    .refinement-bar .refinements .card {
      margin-bottom: 10px; } }
  .refinement-bar .secondary-bar {
    padding: 0.5rem 1rem 0; }
  .refinement-bar .refinement-categoría {
    padding-top: 1rem; }

@media (max-width: 750px) {
  .refinement-bar {
    top: var(--header-sticky-offset, 0px) !important;
    padding-top: 0 !important;
    z-index: 10000 !important; }
    .refinement-bar .filter-header {
      padding-top: 0;
      padding-bottom: 0; } }

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer; }
  .modal-background.is-open {
    display: block; }

.filter-controls-bar {
  padding: 10px 0;
  margin-bottom: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: sticky;
  top: var(--header-sticky-offset, 0px);
  z-index: 99; }
  .filter-controls-bar::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    z-index: -1; }
  .filter-controls-bar .btn-filter {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    border-radius: 8px;
    font-weight: 500;
    white-space: nowrap; }
    .filter-controls-bar .btn-filter i {
      font-size: 1rem; }
  .filter-controls-bar .sort-order {
    border-radius: 8px; }
  .filter-controls-bar .filter-bar {
    overflow: hidden; }
    .filter-controls-bar .filter-bar ul {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap; }
  .filter-controls-bar .result-count {
    white-space: nowrap; }
  @media (max-width: 543px) {
    .filter-controls-bar .grocery-section-count {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      min-width: 0; }
    .filter-controls-bar .result-count {
      overflow: hidden;
      text-overflow: ellipsis; } }

#refinement-marca {
  scrollbar-width: thin;
  scrollbar-color: rgba(150, 150, 150, 0.3) transparent; }
  #refinement-marca::-webkit-scrollbar {
    width: 8px; }
  #refinement-marca::-webkit-scrollbar-track {
    background: transparent; }
  #refinement-marca::-webkit-scrollbar-thumb {
    scrollbar-color: rgba(150, 150, 150, 0.3) transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box; }

.recommendations-plp {
  margin-right: -15px;
  margin-left: -15px;
  background-color: #1a42270f;
  border: none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  /* Show 2 slides on small screens */
  /* Show 3 slides on larger screens */ }
  @media (max-width: 545.5px) {
    .recommendations-plp {
      border: none;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      border-radius: unset; } }
  .recommendations-plp .product-tile {
    margin-bottom: 15px; }
  .recommendations-plp .title-recommendation-section {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (min-width: 767.98px) {
    .recommendations-plp .product-tile-size-plp {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
      padding-left: 8px;
      padding-right: 8px; } }
  .recommendations-plp .carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .recommendations-plp .carousel-wrapper {
    display: -ms-flexbox;
    display: flex;
    transition: transform 0.75s ease; }
  .recommendations-plp .carousel-slide {
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    /* Default: 1 slide per view on small screens */ }
  @media (min-width: 576px) {
    .recommendations-plp .carousel-slide {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .recommendations-plp .carousel-slide {
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; } }
  .recommendations-plp .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1; }
  .recommendations-plp .carousel-button-prev {
    left: 0;
    outline: none;
    border-radius: 10px; }
  .recommendations-plp .carousel-button-next {
    right: 0;
    outline: none;
    border-radius: 10px; }

/* Animation for recommenders after they are updated to the DOM */
.recommender-loaded-animate {
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

[id^="categoria_banner"] .experience-component.experience-commerce_assets-MM_imageAndText {
  padding-left: 15px;
  padding-right: 15px; }

[id^="categoria_banner"] .container.search-results {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    [id^="categoria_banner"] .container.search-results {
      max-width: unset; } }
  @media (max-width: 545px) {
    [id^="categoria_banner"] .container.search-results .product-grid {
      margin-left: 5px;
      margin-right: 5px; } }
  @media (max-width: 770px) {
    [id^="categoria_banner"] .container.search-results .result-count {
      padding-left: 10px; } }

@media (min-width: 950px) and (max-width: 1399.98px) {
  .row.product-grid > .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .recommendations-plp .product-tile-size-plp,
  .recommendations-plp .product-tile-size-cart,
  .recommendations-plp .carousel-slide,
  .experience-einstein .product-tile-size-plp,
  .experience-einstein .product-tile-size-cart,
  .experience-einstein .carousel-slide {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1400px) {
  .row.product-grid > .col-xxl-3 {
    -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
  .recommendations-plp .product-tile-size-plp,
  .recommendations-plp .product-tile-size-cart,
  .recommendations-plp .carousel-slide,
  .experience-einstein .product-tile-size-plp,
  .experience-einstein .product-tile-size-cart,
  .experience-einstein .carousel-slide {
    -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
    max-width: 16.6666667%; } }

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