#radost20-product-box,
#radost20-cart-box {
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #f3c6d9;
  border-radius: 12px;
  background: #fdeaf2;
  color: #7a3f5f;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
}

#radost20-product-box strong,
#radost20-cart-box strong {
  font-weight: 700;
}

#radost20-cart-button {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 12px auto 0;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  background: #7a3f5f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#radost20-cart-button:hover,
#radost20-cart-button:focus {
  background: #63324d;
}

#radost20-cart-button:active {
  transform: scale(0.98);
}

@media (max-width: 767px) {
  #radost20-product-box,
  #radost20-cart-box {
    padding: 12px 14px;
    font-size: 14px;
  }
}
