.n-product-link {
  height: 100%
}
.n-product-link.slick-slide,
.swiper .n-product-link {
  width: 301px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  height: auto;
  min-width: 301px
}
.n-product-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 35px;
  padding: 25px 25px 25px 27px;
  color: #3f2021;
  background: #f7f0e4;
  font-size: 14px;
  line-height: 1.3;
  height: 100%;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}
@media (hover:hover) {
  .n-product-link__inner:hover {
    background: radial-gradient(64.2% 50.41% at 50.12% 50.41%,#fdd7a0 0,#d8b278 100%);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,.15),0 .873656px 1.74731px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.15),0 .873656px 1.74731px rgba(0,0,0,.3)
  }
}
.n-product-link__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 23px
}
.n-product-link__image::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg width='249' height='236' viewBox='0 0 249 236' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M108.641 78.7278C101.985 120.989 87.7768 161.793 56.5168 196.07C41.6155 212.329 20.1707 229.462 0 236H85.5753C111.77 236 163.017 222.503 190.108 193.07C239.236 139.125 238.461 79.9793 249 0H175.299C156.667 0 120.81 1.00338 108.641 78.7278Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A") center/contain no-repeat
}
.n-product-link__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}
.n-product-link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  height: 100%
}
.n-product-link__title {
  color: inherit
}
.n-product-link__links {
  min-height: 68.2px
}
.n-product-link__links .n-product-link__group-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
.n-product-link__links:has(.n-product-market) .n-product-link__group-title {
  opacity: 1;
  visibility: visible
}
.n-product-link__links-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.n-product-link__group-title {
  margin-bottom: 8px
}
.n-product-link__weight-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.n-product-link__weight {
  margin-top: auto
}