/*
    Instructions for backoffice:
    - set slider true for desktop and mobile    
*/

// div:not(.mat-featuredCollectionCarousel) {
//   & .collection {
//     margin: 0 auto;

//     & slider-component {
//       & .product-grid.slider {
//         gap: 20px;

//         & .grid__item.slider__slide {
//           width: calc(20% - ((20px * 4) / 5));

//           & .card-wrapper.product-card-wrapper {
//             & .mat-productCard__link,
//             & .mat-productCard__features {
//               display: none;
//             }
//           }
//         }
//       }
//     }
//   }
// }

div:not(.mat-featuredCollectionCarousel) .collection {
  margin: 0 auto;
}

div:not(.mat-featuredCollectionCarousel) .collection slider-component {
  gap: 20px;
}

div:not(.mat-featuredCollectionCarousel)
  .collection
  slider-component
  .grid__item.slider__slide {
  width: calc(20% - ((20px * 4) / 5));
}

div:not(.mat-featuredCollectionCarousel)
  .collection
  slider-component
  .grid__item.slider__slide
  .card-wrapper.product-card-wrapper
  .mat-productCard__link,
div:not(.mat-featuredCollectionCarousel)
  .collection
  slider-component
  .grid__item.slider__slide
  .card-wrapper.product-card-wrapper
  .mat-productCard__features {
  display: none;
}
