.product-tile {
  transition: box-shadow 0.5s ease-in-out; }
  .product-tile .tile-body {
    padding: 0px; }
    @media only screen and (max-width: 543px) {
      .product-tile .tile-body {
        width: 40%; } }
  @media (min-width: 544px) {
    .product-tile .image-container {
      height: 175px;
      width: 100%; } }
  @media (max-width: 543px) {
    .product-tile .image-container {
      height: 100%;
      width: 100%; } }

.product-tile-shadow-red {
  box-shadow: 5px 5px 0px 3px #cc000057; }

.product-tile-shadow-green {
  box-shadow: 5px 5px 0px 3px #91ad4157; }

.product-image-icons-container {
  position: relative;
  width: 100%; }

.product-icons {
  position: absolute;
  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 {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 35px;
  width: 45px;
  top: 11px;
  left: 25px;
  z-index: 5;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: var(--color-red);
  border-radius: 5px;
  padding: 3px 0 3px 0; }

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

.update-quantity {
  border: none;
  background-color: var(--menu-text-color);
  height: 38px; }
  .update-quantity .itemquantity {
    padding: 0.4rem 0; }
    .update-quantity .itemquantity .quantity {
      font-size: 0.9rem; }
  .update-quantity .tile-update-quantity {
    background-color: var(--menu-text-color);
    border: none;
    color: var(--menu-text-color);
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    padding-bottom: 0; }
    .update-quantity .tile-update-quantity.decrease {
      background-color: var(--color-secondary);
      left: 11px;
      top: 13px; }
      @media (min-width: 544px) and (max-width: 768px) {
        .update-quantity .tile-update-quantity.decrease {
          top: 0; } }
      @media only screen and (max-width: 544px) {
        .update-quantity .tile-update-quantity.decrease {
          top: 2px; } }
      .update-quantity .tile-update-quantity.decrease.pdp {
        top: 0px;
        width: initial; }
    .update-quantity .tile-update-quantity.increase {
      background-color: var(--color-secondary);
      right: 11px;
      top: 13px; }
      @media (min-width: 544px) and (max-width: 768px) {
        .update-quantity .tile-update-quantity.increase {
          top: 0; } }
      @media only screen and (max-width: 544px) {
        .update-quantity .tile-update-quantity.increase {
          right: 29;
          top: 2px; } }
      .update-quantity .tile-update-quantity.increase.pdp {
        top: 0;
        width: initial; }
    .update-quantity .tile-update-quantity .fa {
      margin-bottom: 8px; }

.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 (max-width: 768px) {
  .add-to-cart .btn-primary {
    width: 100%; } }

@media (min-width: 544px) and (max-width: 768px) {
  .add-to-cart .btn-primary.buttons-plp {
    width: unset; } }

@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; }

.recommendations-plp {
  margin-right: -15px;
  margin-left: -15px;
  background-color: var(--color-grey);
  border-color: 1px solid var(--skin-border-color-1);
  border-radius: 10px;
  /* Show 2 slides on small screens */
  /* Show 3 slides on larger screens */ }
  .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; } }
  @media (max-width: 767.98px) {
    .recommendations-plp {
      margin-right: 0px;
      margin-left: 0px; } }
  .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; }

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