<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Instructions for backoffice:
    - set slider true for desktop and mobile    
*/

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

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

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

//           &amp; .card-wrapper.product-card-wrapper {
//             &amp; .mat-productCard__link,
//             &amp; .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;
}
</pre></body></html>