.stock-card-home {
    position: relative;
    flex: 0 0 36.719vw; /* 705/1920 */
    height: 23.438vw; /* 450/1920 */
    background: #FFFFFF;
    padding: 2.083vw; /* 40/1920 */
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.208vw 1.042vw rgba(0,0,0,0.1); /* 4/1920 и 20/1920 */
    overflow: hidden;
    user-select: none;
  }
  
  .stock-card-home::before {
    content: '';
    position: absolute;
    right: -1.042vw; /* 20/1920 */
    top: -1.042vw; /* 20/1920 */
    height: 18.229vw; /* 350/1920 */
    width: 18.229vw; /* 350/1920 */
    background-image: var(--icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
  }
  
  /* Верхняя часть карточки */
  .card-top-home {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.042vw; /* 20/1920 */
    position: relative;
    z-index: 2;
  }
  
  .stock-title-home {
    font-family: 'Despair Display', sans-serif;
    font-size: 2.083vw; /* 40/1920 */
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 60%;
    line-height: 1;
  }
  
  /* Описание акции */
  .stock-description-home {
    font-family: 'Inter', sans-serif;
    font-size: 0.938vw; /* 18/1920 */
    line-height: 1.4;
    margin-bottom: auto;
    color: #0A0A0A;
    max-width: 20vw; /* 384/1920 ≈ 20vw */
  }
  
  /* Блок со скидкой */
  .discount-block-home {
    position: absolute;
    bottom: 2.083vw; /* 40/1920 */
    left: 2.083vw; /* 40/1920 */
    display: flex;
    align-items: baseline;
    gap: 0.521vw; /* 10/1920 */
  }
  
  .discount-number-home {
    font-family: 'Despair Display', sans-serif;
    font-size: 6.667vw; /* 128/1920 */
    font-weight: 700;
    line-height: 0.9;
    color: #0A0A0A;
  }

 .stock-image-wrapper-home{
  display: none;
 }

 .stock-date-home{
  display: none;
 }


  @media (max-width: 1024px) {

  .stock-card-home {
    flex: 0 0 28.711vw; /* 294/1024 */
    height: 29.297vw; /* 300/1024 */
    padding: 1.465vw; /* 15/1024 */
    box-shadow: 0 0.293vw 0.977vw rgba(0,0,0,0.1); /* 3/1024 и 10/1024 */
  }

  .stock-card-home::before {
    right: 0;
    bottom: -4.883vw; /* 50/1024 */
    top: auto;
    height: 16.113vw; /* 165/1024 */
    z-index: 0;
  }

  /* Верхняя часть карточки */
  .card-top-home {
    margin-bottom: 1.465vw; /* 15/1024 */
  }

  .stock-title-home {
    font-size: 2.344vw; /* 24/1024 */
    max-width: 100%;
  }

  /* Описание акции */
  .stock-description-home {
    font-size: 1.367vw; /* 14/1024 */
    max-width: 25.781vw; /* 264/1024 */
  }

  /* Блок со скидкой */
  .discount-block-home {
    bottom: 1.465vw; /* 15/1024 */
    left: 1.465vw; /* 15/1024 */
    gap: 0.488vw; /* 5/1024 */
  }

  .discount-number-home {
    font-size: 6.25vw; /* 64/1024 */
  }

}


@media (max-width: 375px) {

.stock-card-home {
    flex: 0 0 75.733vw; /* 284/375 */
    height: 80vw; /* 300/375 */
    padding: 4vw; /* 15/375 */
    box-shadow: 0 0.533vw 1.333vw rgba(0,0,0,0.1); /* 2/375 и 5/375 */
  }

  .stock-card-home::before {
    right: 0;
    bottom: -14.933vw; /* 56/375 */
    top: auto;
    height: 56vw; /* 210/375 */
    width: 41.867vw; /* 157/375 */
    z-index: 0;
  }

  /* Верхняя часть карточки */
  .card-top-home {
    margin-bottom: 2.667vw; /* 10/375 */
  }

  .stock-title-home {
    font-size: 5.333vw; /* 20/375 */
    max-width: 100%;
  }

  /* Описание акции */
  .stock-description-home {
    font-size: 3.733vw; /* 14/375 */
    max-width: 70.4vw; /* 264/375 */
  }

  /* Блок со скидкой */
  .discount-block-home {
    bottom: 2.667vw; /* 10/375 */
    left: 2.667vw; /* 10/375 */
    gap: 1.333vw; /* 5/375 */
  }

  .discount-number-home {
    font-size: 10.667vw; /* 40/375 */
  }
}

.stock-card-taxonomy {
  position: relative;
  /*width: 89.58333333333333vw; /* 705/1920 */
  height: 22.91666666666667vw; /* 450/1920 */
  background: #FFFFFF;
  padding: 2.083vw; /* 40/1920 */
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.208vw 1.042vw rgba(0,0,0,0.1); /* 4/1920 и 20/1920 */
  overflow: hidden;
  user-select: none;
}

.stock-card-taxonomy::before {
  content: '';
  position: absolute;
  right: -1.042vw; /* 20/1920 */
  top: -1.042vw; /* 20/1920 */
  height: 18.229vw; /* 350/1920 */
  width: 18.229vw; /* 350/1920 */
  background-image: var(--icon-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
}

/* Верхняя часть карточки */
.card-top-taxonomy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.042vw; /* 20/1920 */
  position: relative;
  max-width: 29.1666vw;
  z-index: 2;
}

.stock-title-taxonomy {
  font-family: 'Despair Display', sans-serif;
  font-size: 2.083vw; /* 40/1920 */
  font-weight: 700;
  margin: 0;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #0A0A0A;
  max-width: 29.1666vw;
  line-height: 1;
}

.stock-image-wrapper-taxonomy {
  width: 14.0625vw; /* 270/1920 */
  height: 18.75vw; /* 360/1920 */
  position: absolute;
  left: 37.7604vw; /* 725/1920 */
  top: 2.083vw; /* 40/1920 */
  bottom: 2.083vw; /* 40/1920 */
}

.stock-image-wrapper-taxonomy img {
  width: 14.0625vw; /* 270/1920 */
  height: 18.75vw; /* 360/1920 */
}

/* Описание акции */
.stock-description-taxonomy {
  position: absolute;
  left: 52.8646vw; /* 1015/1920 */
  /*max-width: 21.5625vw;  414/1920 */
  font-family: 'Inter', sans-serif;
  font-size: 1.25vw; /* 24/1920 */
  line-height: 1.4;
  margin-bottom: auto;
  color: #0A0A0A;
  max-width: 20vw; /* 384/1920 ≈ 20vw */
}

/* Блок со скидкой */
.discount-block-taxonomy {
  position: absolute;
  bottom: 2.083vw; /* 40/1920 */
  left: 2.083vw; /* 40/1920 */
  display: flex;
  align-items: baseline;
  gap: 0.521vw; /* 10/1920 */
}

.discount-number-taxonomy {
  font-family: 'Despair Display', sans-serif;
  font-size: 6.667vw; /* 128/1920 */
  font-weight: 700;
  line-height: 0.9;
  color: #0A0A0A;
}

.stock-date-taxonomy{
  position: absolute;
  bottom: 2.083vw; /* 40/1920 */
  left: 52.8646vw; /* 1015/1920 */
  color: #0A0A0A;
  margin: 0 auto;
  width: 21.5625vw; /* 414/1920 */
  height: 0.677vw; /* 13/1920 */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375vw; /* 18/1920 */
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0A0A0A;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

@media (max-width: 1024px) {

  .stock-card-taxonomy {
    /*width: 95.0vw;*/
    height: 34.375vw; /* 352/1024 = 34.375vw */
    padding: 1.953vw; /* 20/1024 = 1.953vw */
    box-shadow: 0 0.391vw 0.977vw rgba(0,0,0,0.1); /* 4/1024 и 20/1024 */
}

.stock-card-taxonomy::before {
    right: -1.042vw;
    top: auto;
    height: 18.555vw; /* 190/1024 = 18.555vw */
    width: 13.379vw; /* 137/1024 = 13.379vw */
    bottom: -5.371vw; /* 55/1024 = 5.371vw */
}

/* Верхняя часть карточки */
.card-top-taxonomy {
    max-width: 33.203vw; /* 340/1024 = 33.203vw */
    z-index: 2;
}

.stock-title-taxonomy {
    font-size: 2.344vw; /* 24/1024 = 2.344vw */
    max-width: 33.203vw; /* 340/1024 = 33.203vw */
}

.stock-image-wrapper-taxonomy {
    width: 22.852vw; /* 234/1024 = 22.852vw */
    height: 30.469vw; /* 312/1024 = 30.469vw */
    left: 34.668vw; /* 355/1024 = 34.668vw */
    top: 1.953vw; /* 20/1024 = 1.953vw */
    bottom: 1.953vw; /* 20/1024 = 1.953vw */
}

.stock-image-wrapper-taxonomy img {
    width: 22.852vw; /* 234/1024 = 22.852vw */
    height: 30.469vw; /* 312/1024 = 30.469vw */
}

/* Описание акции */
.stock-description-taxonomy {
    left: 58.984vw; /* 604/1024 = 58.984vw */
    max-width: 33.203vw; /* 340/1024 = 33.203vw */
    font-size: 1.758vw; /* 18/1024 = 1.758vw */
}

/* Блок со скидкой */
.discount-block-taxonomy {
    bottom: 1.953vw; /* 20/1024 = 1.953vw */
    left: 1.953vw; /* 20/1024 = 1.953vw */
}

.discount-number-taxonomy {
    font-size: 6.25vw; /* 64/1024 = 6.25vw */
}

.stock-date-taxonomy{
    bottom: 1.953vw; /* 20/1024 = 1.953vw */
    left: 58.984vw; /* 604/1024 = 58.984vw */
    width: 33.203vw; /* 340/1024 = 33.203vw */
    height: 0.977vw; /* 10/1024 = 0.977vw */
    font-size: 1.367vw; /* 14/1024 = 1.367vw */
}
  
}


@media (max-width: 375px) {
  .stock-card-taxonomy {
    position: relative;
    display: flex;
    padding: 15PX; /* 40/1920 */
    display: flex;
    flex-direction: column;
    height: auto;
    box-shadow: 0 0.208vw 1.042vw rgba(0,0,0,0.1); /* 4/1920 и 20/1920 */
    gap: 10px;
  }
  
  .stock-card-taxonomy::before {
    right: -1.042vw;
    top: auto;
    height: 56vw; /* 210/375 = 56vw */
    width: 41.867vw; /* 157/375 = 41.867vw */
    bottom: -15.371vw;
  }
  
  /* Верхняя часть карточки */
  .card-top-taxonomy {
    max-width: 86.667vw; /* 325/375 = 86.667vw */
    margin-bottom: 0;
  }
  
  .stock-title-taxonomy {
    font-size: 5.333vw; /* 20/375 = 5.333vw */
    max-width: 86.667vw; /* 325/375 = 86.667vw */
  }
  
  .stock-image-wrapper-taxonomy {
    width: auto; /* 270/1920 */
    height: auto; /* 360/1920 */
    position: relative;
    display: flex;
    left: auto; /* 725/1920 */
    top: auto; /* 40/1920 */
    bottom: auto; /* 40/1920 */
  }
  
  .stock-image-wrapper-taxonomy img {
    width: 100%; /* 305/375 = 81.333vw */
    height: 100%; /* 430/375 = 114.667vw */
  }
  
  /* Описание акции */
  .stock-description-taxonomy {
    position: relative;
    display: flex;
    max-width: 70.4vw; /* 264/375 = 70.4vw */
    font-size: 3.733vw; /* 14/375 = 3.733vw */
    left: auto;
  }
  
  /* Блок со скидкой */
  .discount-block-taxonomy {
    position: relative;
    bottom: auto; /* 40/1920 */
    left: auto; /* 40/1920 */
    display: flex;
    align-items: baseline;
    gap: 0.521vw; /* 10/1920 */
  }
  
  .discount-number-taxonomy {
    font-size: 10.667vw; /* 40/375 = 10.667vw */
  }
  
  .stock-date-taxonomy{
    position: relative;
    display: flex;
    bottom: auto; /* 40/1920 */
    left: auto; /* 1015/1920 */
    width: 86.667vw; /* 325/375 = 86.667vw */
    height: 2.667vw; /* 10/375 = 2.667vw */
    font-size: 3.733vw; /* 14/375 = 3.733vw */
    flex-grow: 0;
  }

}