/** Shopify CDN: Minification failed

Line 97:0 Expected "}" to go with "{"

**/
/*
|--------------------------------------------------------------------------
| List
|--------------------------------------------------------------------------
| @namespace: prd-
|
*/
.prd-List_Items {
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;

  display: grid;
}
@media only screen and (min-width: 320px) {
  .prd-List_Items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
  }
/*  .fz-42_120{
    font-size:20px;
  }
  .fz-18_100{
    font-size:10px;
  }*/
  .prd-Card_Content{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prd-List_Items {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;

    display: grid;
  }
@media only screen and (min-width: 901px) {
  .prd-List_Items {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px 20px;
    display: grid;
  }
}

/*
|--------------------------------------------------------------------------
| Promotion List
|--------------------------------------------------------------------------
|
*/
.prd-List_Promo {
  margin-block-end: -25px;
}
@media only screen and (min-width: 768px) {
  .prd-List_Promo {
    margin-block-end: 0;
  }
}

/*
|--------------------------------------------------------------------------
| Promotion Span 2
|--------------------------------------------------------------------------
|
*/
@media only screen and (min-width: 768px) {
  .prd-List_Promo-2 {
    grid-column: span 2;
  }

  .prd-List_Promo-2 .clc-Promotion_MediaContainer::after {
    padding-block-start: calc(81.4992434379% - 24px);
  }
}

/*
|--------------------------------------------------------------------------
| Promotion Span 3
|--------------------------------------------------------------------------
|
*/
@media only screen and (min-width: 768px) {
  .prd-List_Promo-3 {
    grid-column: span 3;
  }

  .prd-List_Promo-3 .clc-Promotion_MediaContainer::after {
    padding-block-start: 52.17391304%;
  }
}
