.product-preview__price{
  display: flex;
  justify-content: space-evenly;
}

.product__price{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-preview__tags{
  margin-bottom: 0.5rem;
}

.product-preview__info{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0.5rem;
}

.social-img-item{
  text-decoration: none !important;
}

.header a{
  font-weight: 500;
}


.status__prodict-info{
  color: #376356;
}

.statusn__prodict-info{
  color: #8b9090;
}

.status__prodict-price-info{
  color: #376356;
}

.widget-type_widget_v4_product_4_2bb088255ec5907d307525ea205f4f1f .product .product-form{
  display: block !important;
}

.product__variants-bundle-prop{
  display: block;
  width: 100%;
  height: 100%;
}

a{
  text-decoration: none !important;
}

.product-form__area-variants-bundle{
  padding-bottom: 0.625rem;
}

.product-form__area-variants-bundle a{
  text-decoration: none !important;
  padding-bottom: 0rem;
}
/**кнопка читать подробнее*/
#extra-content {
    display: none;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #386256;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}

.read-more-btn:hover {
    background-color: #38633a;
}

.read-more-btn.hidden {
    display: none;
}
