.product-name {
  color: #006241;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.wrapper-product {
  position: relative;
}
.wrapper-product .product-description {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  text-align: left;
  background: #f6f6f6;
  padding: 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 11;
}
.wrapper-product:has(> .selected) .product-description {
  display: block;
}

a.product {
  display: block;
  height: 100%;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  padding: 0 24px;
}
a.product .img-wrapper {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  margin-bottom: 24px;
  display: inline-block;
}
a.product .img-wrapper img.img-fluids {
  width: 100%;
  border-radius: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
a.product img.new {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 0;
  padding: 0;
  top: 70px;
  right: 70px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  a.product img.new {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  a.product img.new {
    width: 65px;
    height: 65px;
    top: 60px;
    right: 60px;
  }
}
@media (max-width: 767.98px) {
  a.product img.new {
    right: -100px;
    left: 0;
    margin: auto;
  }
}
a.product.selected {
  background-color: #e5e5e5;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}
a.product:hover {
  text-decoration: none;
}

.wrapper-allergeni {
  margin-top: 24px;
}
.wrapper-allergeni span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #222;
  margin-bottom: 8px;
  display: block;
}

.experience-staticPage-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 33.333%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .experience-staticPage-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .experience-staticPage-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
    width: 66.666%;
  }
}
