/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.98.0_webpack@5.105.4/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/blocks/home/new-products.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-new-products__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.home-new-products__top-left {
  display: flex;
  gap: 12px;
  align-items: center;
}
.home-new-products__top-title {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.home-new-products__top-badge {
  padding: 3px 9px 3px 9px;
  color: #FFF;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border-radius: 6px;
  background: linear-gradient(258deg, #2E6AFF 4.34%, #1C4099 91.05%);
}
.home-new-products__top-link {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 7px 14px;
  color: #4F4F4F;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home-new-products__top-link > *:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-new-products__top-link > *:first-child {
    display: none;
  }
}
.home-new-products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .home-new-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-new-products__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-new-products__item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #111;
}
.home-new-products__item-link {
  padding: 9px 9px 0 9px;
  background: #1a1a1a;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
}
.home-new-products__item-link img {
  border-radius: 12px 12px 0 0;
  aspect-ratio: 427/391;
}
.home-new-products__item-badge {
  border-radius: 6px;
  background: radial-gradient(50% 50% at 50% 50%, #2E6AFF, 43.27%, #084AEE 100%);
  color: #FFF;
  font-family: "Nippo", serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 130.909%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 16px;
}
.home-new-products__item-bottom {
  padding: 18px;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.home-new-products__item-title {
  color: #FFF;
  font-family: "Nippo", serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.home-new-products__item-title:hover {
  color: #2E6AFF;
}
.home-new-products__item-price {
  color: #FFF;
  font-family: "Nippo", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.home-new-products__item-price > .regular-price {
  color: var(--brand-accent, #2E6AFF);
  font-size: 14px;
  font-weight: 300;
}
.home-new-products__item-price > .regular-price bdi {
  text-decoration-line: line-through;
}
.woocommerce .home-new-products__item-btn.button {
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.11px;
}
